#include <stdio.h> int a=5; void fun(int b) { int a=10; a+=b; printf("%d ",a); } voi

我要回帖

 

随机推荐