#define _USE_MATH_DEFINES #include using namespace std; #include int main() { int x,y; cin>>x>>y; sqrt(pow(x,2)+pow(y,2)); int b=0; b=sqrt(pow(x,2)+pow(y,2)); if(sqrt(pow(x,2)+pow(y,2))==b){ cout<