#include using namespace std; int main() { int x,y,r,ans; double kyori; cin>>x>>y>>r; kyori=sqrt(x*x+y*y)+r; kyori*=sqrt(2); ans=ceil(kyori); cout<