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