From 9e3d027db7d0bf9e4bf40141c60c63fe08e36270 Mon Sep 17 00:00:00 2001 From: Yourdax Date: Mon, 18 Nov 2024 08:59:28 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- First2/First2/First2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/First2/First2/First2.cpp b/First2/First2/First2.cpp index a3518bd..ca96f8a 100644 --- a/First2/First2/First2.cpp +++ b/First2/First2/First2.cpp @@ -185,7 +185,6 @@ void main() { printf("7: Все четные элементы массива умножить на -1\n"); printf("8: Массив после замены значений < 4 на 4\n"); printf("9: Массив после замены элементов перед максимальным на 0\n"); - printf("10: Удаление элемента по идексу\n"); printf("\n");