#include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; struct aaa{aaa(){cin.tie(nullptr); ios::sync_with_stdio(false); cout<> x >> y >> r; x = abs(x); y = abs(y); cout << x + y + (int)(r*sqrt(2)+1) << endl; }