这似乎是最简单的代码,但我不知道为什么它不会编译:
switch(choice) {
case 0:
printf("%d", LOOP_LIMIT); /* this line gives the error */
break;
case 1:
当我注释掉它编译好的行
这似乎是最简单的代码,但我不知道为什么它不会编译:
switch(choice) {
case 0:
printf("%d", LOOP_LIMIT); /* this line gives the error */
break;
case 1:
当我注释掉它编译好的行