#include using namespace std; typedef long long i64; int main() { i64 a, b; cin >> a >> b; cout << a + b << endl; return 0; }