#include #include int main() { int a, b; std::cin >> a >> b; std::cout << std::abs(- a - b) << std::endl; return 0; }