#include<iostream> using namespace std; int main() { int w; int i; cin>>w>>i; cout<<w+i<<endl; return 0; }