#include using namespace std; class kursor { int x,y; public: void ustal() { int a,b; cout<<"podaj wspolzedne x"<>a; cout<<"podaj wspolzedne y"<>b; if((a<80)&& (b<25)) { this->x=a; this->y=b; } else { cout<<"podales bledne wspolzedne"<x=0; this->y=0; } } void pokaz() { cout<<"x="<