![]() |
#2
biancku2011-09-12 19:56
|
#include<stdio.h>
//using namespace std;
int main()
{
int a,b,c;
scanf("%d %d,&a,&b");
c=a+b;
printf("%d\n",c);
system("pause")
return 0;
}
请问哪里有错
我是刚来的,刚学C++不太懂