#include<stdio.h>#include<manth.h>? ? void fun(); void main() { fun(); fun(); fun(); } void fun(); { int x=0; x=x+1; printf("%d\n",x); }
- 2 回答
- 0 關(guān)注
- 1387 瀏覽
添加回答
舉報(bào)
0/150
提交
取消