#24794: __答案


948787 (幹嘛)


#include <iostream>

 

/* run this program using the console pauser or add your own getch, system("pause") or input loop */

using namespace std;

int main(int argc, char** argv) {

 

    int a,b;

 

cin>> a;

 

cin>> b;

 

cout<<a+b<<endl;

return 0;

}