#include #include int main(){ short int x,y,r; scanf("%hd%hd%hd",&x, &y, &r); double root2; root2 = sqrt(2); double manhdis; manhdis = x+y+r*root2; int i = 0; while(i < manhdis){ i++; } printf("%d",i); return 0; }