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