为什么检查时没错运行时显示一个错
# include<stdio.h>int main()
{
int a,b;
scanf("%d,%d",&a,&b);
printf("%d",a/b);
return 0;
}
2016-03-15 11:59
2016-03-15 12:01
2016-03-15 12:04
2016-03-15 12:10
2016-03-15 12:17
2016-03-15 12:20
2016-03-15 12:30
2016-03-15 14:58
2016-03-15 16:30
2016-03-15 17:05