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