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