#include using namespace std; int main() { // write your code here...... int a,b,sum; cin>>a ; cin>>b; sum =a+b; cout<<sum<<endl; return 0; }