#include #include #include //*****************OBSLUGA KURSORA********************************************** void gotoxy(int x, int y) { COORD ruch; ruch.X = x; ruch.Y = y; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), ruch); } //*****************RYSOWANIE RAMKI********************************************** void ramka1() { int a,b; do{ cout<<"podaj szerokosc ramki (50-100) "; cin>>b; system("cls");}while (b<50 || b>100); for(a=2;a