#include<bits/stdc++.h> 
using namespace std;
int a,b;
int main(){
    cin>>a>>b;
    cout<<a+b;
	
}
/**************************************************************
	Problem: 1000
	User: chenyichuen
	Language: C++
	Result: Accepted
	Time:7 ms
	Memory:2072 kb
****************************************************************/