Обновить flag_for_emin.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user