#include<bits/stdc++.h>
using namespace std;
long long a,b;
int main()
{
//	freopen(".in","r",stdin);
//	freopen(".out","w",stdout);
	cin>>a>>b;
	cout<<a+b;


    return 0;
}


/**************************************************************
	Problem: 1000
	User: caizhihao
	Language: C++
	Result: Accepted
	Time:31 ms
	Memory:2072 kb
****************************************************************/