#include using namespace std; int main() { cin >> a >> b; cout << a + b << "\n"; return 0; }