实验1
任务1
源代码
1 #include <stdio.h> 2 #include <stdlib.h> 3 int main() { 4 printf("test\n"); 5 6 system("pause"); 7 return 0; 8 }
测试结果截图

问题回答
任务2
代码
1 #include <stdio.h> 2 #include <stdlib.h> 3 int main() { 4 printf("test\n"); 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 system("pause"); 48 return 0; 49 }
浙公网安备 33010602011771号