commit3
This commit is contained in:
aleksandrkirusin 2024-10-28 15:30:48 +04:00
parent 0a40f356b4
commit 0b3b1fc29f

View File

@ -17,6 +17,9 @@ void InputKey() {
} }
void x10() { void x10() {
for (int i = 0; i < 5; i++) { for (int i = 0; i < 5; i++) {
if (arr[i] % 2 == 0) { if (arr[i] % 2 == 0) {