代码
#include <iostream>
using namespace std;
int main(void)
{
int x, y;
cin >> x >> y;
cout << x + y << endl;
system("pause");
return 0;
}
#include <iostream>
using namespace std;
int main(void)
{
int x, y;
cin >> x >> y;
cout << x + y << endl;
system("pause");
return 0;
}