#include using namespace std; int main() { int c, d; cin >> c >> d; cout << c + d << endl; return 0; }