#include <bits/stdc++.h> using namespace std; int main( ) { int a,t; cin>>a>>t; cout<<a+t; return 0; }