#include using namespace std; int main(){ int x,y,r;cin>>x>>y>>r; cout<<(int)(abs(x)+abs(y)+1+2*r/pow(2,0.5))<