#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 關注
- 1379 瀏覽
添加回答
舉報
0/150
提交
取消
舉報