为什么我编辑的a+b的函数会出现错误,我没有检查出来错误啊

#include<stdio.h>
#include<stdlib.h>
int mean()
{
int a,b;
scanf("%d,%d",&a,&b);
printf("%d+%d=%d\n",a,b,a+b);
system("pause");
return 0;
}
好吧 我没问题了…… 这太马虎了

main() 这个你都能写错...
温馨提示:答案为网友推荐,仅供参考
相似回答