#include #include using namespace std; int main() { int x,y; cin>>x>>y; double p = sqrt(pow(x,2) + pow(y,2)); if (ceil(p)*2 != round(p)*2) { cout<