摘要: #include #includeint main(){ int e, i, o, u,n; char a,b; a='6'; b='0'; printf("%d %d\n",a,b);// '6'对应的ASCII码是54,'0'对应的ASCII码是48; printf("%d\n",a-b); p... 阅读全文
posted @ 2015-01-27 12:53 JoneZP 阅读(199) 评论(0) 推荐(0)