#include<iostream> using namespace std; int main() { int a,b; cin>> a; cin>> b; int x=a+b; cout<<x<<endl; system("pause"); return 0; }