橡胶重量的计算方法:快来我还要做别的题目也

来源:百度文库 编辑:高考问答 时间:2024/05/05 18:43:31
main()
{ char c1='C',c2='h',c3='i',c4='n',c5='a';
c1+=4;
c2+=4;
c3+=4;
c4+=4;
c5+=4;
printf("the password is:%c%c%c%c%c\n",c1,c2,c3,c4,c5);
getche();
}
为什么输入结果是the password is:China
解释来听听

不会吧??
我的输出是
the password is:Glmre

楼主用的什么编译器啊?
我晓得的编译器应该结果都是
the password is:Glmre
吧!