本题是初学者的第2题(第一题:hello world),虽然可能没有人会看,但我还是写个答案吧(不唯一)
#include <iostream>
using namespace std;
int main( ) {
int a,b;
cin >> a >> b;
cout << a + b;
return 0; //完美收工
}
如果有意见请告诉我(^_^)
本题是初学者的第2题(第一题:hello world),虽然可能没有人会看,但我还是写个答案吧(不唯一)
#include <iostream>
using namespace std;
int main( ) {
int a,b;
cin >> a >> b;
cout << a + b;
return 0; //完美收工
}
如果有意见请告诉我(^_^)