diff --git a/flag_for_emin.cpp b/flag_for_emin.cpp index 17c6e72..2cd6fb4 100644 --- a/flag_for_emin.cpp +++ b/flag_for_emin.cpp @@ -11,12 +11,9 @@ void z4() { // Определяем, находится ли точка (x, y) внутри круга int dx = x - centerX; int dy = y - centerY; - if (dx * dx + dy * dy <= circleRadius * circleRadius) { - - } - else { + SetConsoleTextAttribute(hConsole, 0xf0); // Белый цвет - } + cout << " "; // Два пробела для более широкого изображения } cout << endl;