#include <stdio.h>void main(){loop:int a=0,n;printf("n input n: ");scanf("%d",&n);while(n--){printf("%d ",a++*2); //a++*2相當于a*2; a++}goto loop;}如上,調試時顯示出錯
- 2 回答
- 0 關注
- 518 瀏覽
添加回答
舉報
0/150
提交
取消