疑惑中
#include<stdio.h>int main()
{
int A,B;
scanf("%d %d",A,B);
printf("%d",A+B);
return 0;
}
这么一个简简单单的程序在vc++中为什么一运行就停止运行,而且这种情况我碰见很多次了,很多代码都是这样,求大神解释一下,
2018-11-06 11:18
2018-11-06 11:21
2018-11-06 11:24

2018-11-06 11:38
2018-11-06 11:39
2018-11-06 11:42
2018-11-06 22:33
2018-11-07 08:38
2018-11-08 01:23
2018-11-09 14:02