From 7820648a5781caa7baca4bb9c4c9993f7444aa22 Mon Sep 17 00:00:00 2001 From: Insaf_Ilyazov Date: Mon, 18 Nov 2024 09:14:01 +0400 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BB=D0=B0=D0=B1=D0=BE=D1=80=D0=B0=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=BD=D0=B0=D1=8F=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 + населеие 1.sln | 31 ++++ населеие 1/FileName.c | 15 ++ населеие 1/населеие 1.vcxproj | 135 ++++++++++++++++++ .../населеие 1.vcxproj.filters | 22 +++ 5 files changed, 205 insertions(+) create mode 100644 населеие 1.sln create mode 100644 населеие 1/FileName.c create mode 100644 населеие 1/населеие 1.vcxproj create mode 100644 населеие 1/населеие 1.vcxproj.filters diff --git a/.gitignore b/.gitignore index ca1c7a3..a526ced 100644 --- a/.gitignore +++ b/.gitignore @@ -398,3 +398,5 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml +bin/ +obj/ git add .gitighore diff --git a/населеие 1.sln b/населеие 1.sln new file mode 100644 index 0000000..58e658d --- /dev/null +++ b/населеие 1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.11.35208.52 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "населеие 1", "населеие 1\населеие 1.vcxproj", "{B4045373-11D6-407F-B670-B8703E548E93}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B4045373-11D6-407F-B670-B8703E548E93}.Debug|x64.ActiveCfg = Debug|x64 + {B4045373-11D6-407F-B670-B8703E548E93}.Debug|x64.Build.0 = Debug|x64 + {B4045373-11D6-407F-B670-B8703E548E93}.Debug|x86.ActiveCfg = Debug|Win32 + {B4045373-11D6-407F-B670-B8703E548E93}.Debug|x86.Build.0 = Debug|Win32 + {B4045373-11D6-407F-B670-B8703E548E93}.Release|x64.ActiveCfg = Release|x64 + {B4045373-11D6-407F-B670-B8703E548E93}.Release|x64.Build.0 = Release|x64 + {B4045373-11D6-407F-B670-B8703E548E93}.Release|x86.ActiveCfg = Release|Win32 + {B4045373-11D6-407F-B670-B8703E548E93}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {2D9C0F56-794B-4D80-BDD0-C5E27B93D58A} + EndGlobalSection +EndGlobal diff --git a/населеие 1/FileName.c b/населеие 1/FileName.c new file mode 100644 index 0000000..cdce432 --- /dev/null +++ b/населеие 1/FileName.c @@ -0,0 +1,15 @@ +#include +#include +#include + +void main() { + SetConsoleCP(1251); + SetConsoleOutputCP(1251); + int n = 5000; + int g = 2024; + do { + printf_s(" %d %d \n", g, n); + n = (n * 103) / 100; + g = g + 1; + } while (g <= 2040); +} \ No newline at end of file diff --git a/населеие 1/населеие 1.vcxproj b/населеие 1/населеие 1.vcxproj new file mode 100644 index 0000000..f9ea912 --- /dev/null +++ b/населеие 1/населеие 1.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {b4045373-11d6-407f-b670-b8703e548e93} + населеие1 + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/населеие 1/населеие 1.vcxproj.filters b/населеие 1/населеие 1.vcxproj.filters new file mode 100644 index 0000000..f768a36 --- /dev/null +++ b/населеие 1/населеие 1.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Исходные файлы + + + \ No newline at end of file