新手程序运行错误~
#include<stdio.h>int main()
{
int a,b,c;
printf("Input a,b\n");
scanf("%d,%d",&a,&b);
c=a+b;
printf("the sum is %d\n",c);
return 0;
}哪里错了
2016-09-21 22:16
2016-09-21 22:26
2016-09-21 22:28
2016-09-21 22:29
2016-09-21 22:30
2016-09-21 22:40
2016-09-21 22:55
2016-09-22 21:47
2016-09-22 21:49