#include #define all(x) begin(x),end(x) using ll=long long; using namespace std; int main() { ll a,b; cin >> a >> b; cout << a+b; return 0; }