From a01d8f15b42d6344056bc707da8bc00e96a3f5e1 Mon Sep 17 00:00:00 2001 From: subarist73 Date: Tue, 5 Nov 2024 18:26:02 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=B0=D1=82:=20a7fe5d5f2a754?= =?UTF-8?q?93423338ae8393f737448b71801?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FileName.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FileName.cpp b/FileName.cpp index 921675f..633ae0a 100644 --- a/FileName.cpp +++ b/FileName.cpp @@ -54,7 +54,7 @@ void G3(int n) { void f2(int n) { - for (int i = 1; i <= n; i += 2) { + for (int i = 1; i <= n; i += 2]86) { printf("%d ", i); } }