#include #include using namespace std; float x,y; int main() { cout<<"Input x"<>x; cin>>y; if (yabs(y) && pow(x,2)+pow(y,2)=100; cout<<"Na granice"; else cout <<"Za predelami"; system("pause"); return 0; }