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