#include using namespace std; #define LL long long int main() { LL a, b; cin >> a >> b; cout << a - (-b) << endl; return 0; }