摘要:
1 #include 2 #include 3 4 int main() 5 { 6 7 bool b = true; 8 bool t = false; 9 10 11 return 0; 12 } 阅读全文
posted @ 2019-06-14 15:49
jason2018
阅读(586)
评论(0)
推荐(0)
摘要:
1 #include 2 3 int main() 4 { 5 unsigned int a = 1, b = 0; 6 while (a>0) 7 { 8 a++; 9 } 10 11 printf("unsigned int数据类型最大数是:%u\n", a-1 ); 12 13 unsigne... 阅读全文
posted @ 2019-06-14 14:34
jason2018
阅读(1251)
评论(0)
推荐(0)
摘要:
1 /* 32位系统 */ 2 #include 3 4 int main() 5 { 6 int a = 0, b = 0; 7 while (++a>0) 8 { 9 ; 10 } 11 printf("int数据类型最大数是:%d\n", a - 1); 12 13 int n = a - 1; 14 ... 阅读全文
posted @ 2019-06-14 14:04
jason2018
阅读(1962)
评论(0)
推荐(0)

浙公网安备 33010602011771号