摘要: 第一题 #include<stdio.h> int main() { unsigned int a=6; int b=-20; printf("%d\n",a+b); (a+b)>6? puts(">6"):puts("<=6"); return 0; } 答案是:>6 第二题 #include<s 阅读全文
posted @ 2014-12-09 16:39 Sky&Zhang 阅读(4524) 评论(0) 推荐(0) 编辑