开源之路

忆往昔, 项羽不过江. 江东好风光! 今振臂一呼,率甲三千, 试问天!
posts - 86, comments - 55, trackbacks - 0, articles - 0
  C++博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

China译成密码

Posted on 2007-03-13 14:42 江边之鸟 阅读(478) 评论(0)  编辑 收藏 引用

#include <stdio.h>
int main()
{
 char c1,c2,c3,c4,c5;
 c1='C';c2='h';c3='i';c4='n';c5='a';
 c1+=4; c2+=4; c3+=4; c4+=4; c5+=4;
 printf("%c%c%c%c%c",c1,c2,c3,c4,c5);
 return 0;
}

原来是China,译完后是Glmre


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理