摘要: 1 #include <stdio.h> 2 3 void foo(void) 4 { 5 unsigned int a = 6; 6 int b = -20; 7 (a+b>6)?puts(">6"):puts("<6"); 8 } 9 10 int main(void) 11 { 12 foo( 阅读全文
posted @ 2019-09-15 08:55 doitjust 阅读(776) 评论(0) 推荐(0) 编辑