From c660c11ffd9a0ff4e5b0d2903e56b46a3a220b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=80=D0=B2=D0=B0=D1=80=D0=B0=20=D0=9A=D0=B0?= =?UTF-8?q?=D1=80=D0=B0=D1=81=D0=B5=D0=B2=D0=B0?= Date: Wed, 6 Nov 2024 09:44:06 +0400 Subject: [PATCH] 3 commit --- Source1.cpp | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Source1.cpp b/Source1.cpp index b57e812..45bbad9 100644 --- a/Source1.cpp +++ b/Source1.cpp @@ -237,27 +237,7 @@ void load() { fclose(fin); } -//void deleteRow(int delRow) { -// printf("!!!! deleteRow(%d) !!!!\n", delRow); -// for (int i = delRow; i < n - 1; i++) { -// for (int j = 0; j < m; j++) { -// arr[i][j] = arr[i + 1][j]; -// } -// } -// n--; -//} -// -//void ChetNet() { -// printf("!!!! ChetNet() !!!!\n"); -// for (int i = 0; i < n; i++) { -// for (int j = 0; j < m; j++) { -// if (arr[i][j] % 2 == 1) { -// arr[i][j] = 0; -// } -// -// } -// } -//} +