#include int main( void ) { long x; long y; std::cin >> x >> y; std::cout << x + y; return 0; }