#include using namespace std; constexpr int mod = 1000000007; int main() { long long i, j; cin >> i >> j; cout << i + j << endl; }