#include using namespace std; int main(){ int x,y,ans; cin>>x>>y; ans=2*hypot(x,y)+1; cout<