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