#include #include int main(){ std::ios::sync_with_stdio(false); std::cin.tie(0); int x, y, d; std::cin >> x >> y >> d; int ans; if(x+y