func(int a) { static int m=O; m+=a; printf("%d\n",m); } void main() { int k=4; func(k);func(k); }
4 8
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。