From 7f60455eb0c58449126907d3d476730469a44de6 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Nov 2024 21:04:26 +0400 Subject: [PATCH 1/3] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=20=D0=BD=D0=B8=D1=87=D0=B5=D0=B3=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main1/Main1.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Main1/Main1.cpp b/Main1/Main1.cpp index e55f6a3..77a1dda 100644 --- a/Main1/Main1.cpp +++ b/Main1/Main1.cpp @@ -8,6 +8,10 @@ void main() { int me; // fvfr + + + + // добавил ничего printf("fghjy"); } From c73c478326e26c17859cdb596eaff5ae5f932f46 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Nov 2024 21:28:37 +0400 Subject: [PATCH 2/3] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B8=20=D1=86=D0=B8=D0=BA=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main1/Main1.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Main1/Main1.cpp b/Main1/Main1.cpp index 77a1dda..8772a49 100644 --- a/Main1/Main1.cpp +++ b/Main1/Main1.cpp @@ -8,7 +8,9 @@ void main() { int me; // fvfr - + for (int i = 0; i < n; i++) { + printf("%d", n); + } // добавил ничего From 444b45492467b7dde7af65eb821aef09cb9ba9e6 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Nov 2024 21:35:35 +0400 Subject: [PATCH 3/3] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=201=20=D0=BB=D0=B0=D0=B1=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Main1/Main1.cpp | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/Main1/Main1.cpp b/Main1/Main1.cpp index 8772a49..25577bb 100644 --- a/Main1/Main1.cpp +++ b/Main1/Main1.cpp @@ -4,15 +4,59 @@ void main() { int N = 0; int k = 0; int l = 0; + void aboutme() { + printf("hello world\n"); + printf("стародубцев\n"); + printf("антон\n"); + printf("юрьевич\n"); + printf("ПИбд14\n"); + printf("день:сегодня\n"); + } + + + void main() { + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + aboutme(); + } int me; // fvfr for (int i = 0; i < n; i++) { printf("%d", n); } + void aboutme() { + printf("hello world\n"); + printf("стародубцев\n"); + printf("антон\n"); + printf("юрьевич\n"); + printf("ПИбд14\n"); + printf("день:сегодня\n"); + + } + + void main() { + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + aboutme(); + } + void aboutme() { + printf("hello world\n"); + printf("стародубцев\n"); + printf("антон\n"); + printf("юрьевич\n"); + printf("ПИбд14\n"); + printf("день:сегодня\n"); + + } + void main() { + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + aboutme(); + } // добавил ничего printf("fghjy"); }