forked from UsovaMA/Informatics-and-Programming
-
Notifications
You must be signed in to change notification settings - Fork 0
Tasks solutions #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
NikitinKU
wants to merge
19
commits into
master
Choose a base branch
from
TasksSolutions
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
10f56b7
добавлены решения всех задач, заданных в качестве д.з. в терминал-кла…
NikitinKU 12f5388
Добавлено 2 различных проекта с решениями задач (Task0 & Task1). Внес…
NikitinKU 76f6aa0
Удалены лишние папки Debug
NikitinKU 4d665da
Realization of the task with the Witcher added (Task2 24.09.21)
NikitinKU 484b444
Добавлена реализация задачи с Ведьмаком (Task2) и задачи с нахождение…
NikitinKU d7a62dd
Добавлены решения задач с Ведьмаком и нахождением расстояния между дв…
NikitinKU a6daeeb
InvertNymber+SummOfNumber Solution (need to finish)
NikitinKU 89075e1
finished the terminal task with Invert number + Sum of the digits of …
NikitinKU 336559f
Исправлен код для задачи с инверсированием числа + суммы чисел введен…
NikitinKU 4b08483
добавлено неполное решение Task2 (Homework). Есть вопросы.
NikitinKU b755557
добавлено решение для второй части Task2(HW) (где-то есть ошибка)
NikitinKU 0d4844d
solution task 15.10 not finished added
NikitinKU 76ef33f
update of TaskInTC (15.10) (not perfect yet)
NikitinKU 83b784c
Task4 (Terminal class) solution added (not finished yet)
NikitinKU 1269320
update Task2 (homework)
NikitinKU 7fadf90
Task 1 (HW) solution added
NikitinKU ec32629
finished Task 1 (HW)
NikitinKU 3426604
changed the structure of all the projects
NikitinKU 36d430e
changed the structure of the projects
NikitinKU File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "CurrentProjectSetting": "Нет конфигураций" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "ExpandedNodes": [ | ||
| "" | ||
| ], | ||
| "SelectedNode": "\\SolutionTasksInTerminal.sln", | ||
| "PreviewInSolutionExplorer": false | ||
| } |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.44 MB
HW/HomeworkTasks/.vs/HomeworkTasks/v16/ipch/AutoPCH/4d74fca2bc49ebdd/MAIN.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
HW/HomeworkTasks/.vs/HomeworkTasks/v16/ipch/AutoPCH/5df2a85ec4bcdf32/MAIN.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
...orkTasks/.vs/HomeworkTasks/v16/ipch/AutoPCH/b577538d4361d145/DISTANCEBETWEEN2CIRCLES.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
HW/HomeworkTasks/.vs/HomeworkTasks/v16/ipch/AutoPCH/d88b19f5478c4562/SOURCE.ipch
Binary file not shown.
147 changes: 147 additions & 0 deletions
147
HW/HomeworkTasks/DistanceBeetween2Circles/DistanceBeetween2Circles.vcxproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,147 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <ItemGroup Label="ProjectConfigurations"> | ||
| <ProjectConfiguration Include="Debug|Win32"> | ||
| <Configuration>Debug</Configuration> | ||
| <Platform>Win32</Platform> | ||
| </ProjectConfiguration> | ||
| <ProjectConfiguration Include="Release|Win32"> | ||
| <Configuration>Release</Configuration> | ||
| <Platform>Win32</Platform> | ||
| </ProjectConfiguration> | ||
| <ProjectConfiguration Include="Debug|x64"> | ||
| <Configuration>Debug</Configuration> | ||
| <Platform>x64</Platform> | ||
| </ProjectConfiguration> | ||
| <ProjectConfiguration Include="Release|x64"> | ||
| <Configuration>Release</Configuration> | ||
| <Platform>x64</Platform> | ||
| </ProjectConfiguration> | ||
| </ItemGroup> | ||
| <PropertyGroup Label="Globals"> | ||
| <VCProjectVersion>16.0</VCProjectVersion> | ||
| <Keyword>Win32Proj</Keyword> | ||
| <ProjectGuid>{070d0cea-d775-48ef-ae9d-eef2170462f2}</ProjectGuid> | ||
| <RootNamespace>DistanceBeetween2Circles</RootNamespace> | ||
| <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| </PropertyGroup> | ||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| <ConfigurationType>Application</ConfigurationType> | ||
| <UseDebugLibraries>true</UseDebugLibraries> | ||
| <PlatformToolset>v142</PlatformToolset> | ||
| <CharacterSet>Unicode</CharacterSet> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| <ConfigurationType>Application</ConfigurationType> | ||
| <UseDebugLibraries>false</UseDebugLibraries> | ||
| <PlatformToolset>v142</PlatformToolset> | ||
| <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| <CharacterSet>Unicode</CharacterSet> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| <ConfigurationType>Application</ConfigurationType> | ||
| <UseDebugLibraries>true</UseDebugLibraries> | ||
| <PlatformToolset>v142</PlatformToolset> | ||
| <CharacterSet>Unicode</CharacterSet> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| <ConfigurationType>Application</ConfigurationType> | ||
| <UseDebugLibraries>false</UseDebugLibraries> | ||
| <PlatformToolset>v142</PlatformToolset> | ||
| <WholeProgramOptimization>true</WholeProgramOptimization> | ||
| <CharacterSet>Unicode</CharacterSet> | ||
| </PropertyGroup> | ||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| <ImportGroup Label="ExtensionSettings"> | ||
| </ImportGroup> | ||
| <ImportGroup Label="Shared"> | ||
| </ImportGroup> | ||
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| </ImportGroup> | ||
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| </ImportGroup> | ||
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| </ImportGroup> | ||
| <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| </ImportGroup> | ||
| <PropertyGroup Label="UserMacros" /> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| <LinkIncremental>true</LinkIncremental> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| <LinkIncremental>false</LinkIncremental> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| <LinkIncremental>true</LinkIncremental> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| <LinkIncremental>false</LinkIncremental> | ||
| </PropertyGroup> | ||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| <ClCompile> | ||
| <WarningLevel>Level3</WarningLevel> | ||
| <SDLCheck>true</SDLCheck> | ||
| <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| <ConformanceMode>true</ConformanceMode> | ||
| </ClCompile> | ||
| <Link> | ||
| <SubSystem>Console</SubSystem> | ||
| <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| </Link> | ||
| </ItemDefinitionGroup> | ||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| <ClCompile> | ||
| <WarningLevel>Level3</WarningLevel> | ||
| <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| <SDLCheck>true</SDLCheck> | ||
| <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| <ConformanceMode>true</ConformanceMode> | ||
| </ClCompile> | ||
| <Link> | ||
| <SubSystem>Console</SubSystem> | ||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| <OptimizeReferences>true</OptimizeReferences> | ||
| <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| </Link> | ||
| </ItemDefinitionGroup> | ||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| <ClCompile> | ||
| <WarningLevel>Level3</WarningLevel> | ||
| <SDLCheck>true</SDLCheck> | ||
| <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| <ConformanceMode>true</ConformanceMode> | ||
| </ClCompile> | ||
| <Link> | ||
| <SubSystem>Console</SubSystem> | ||
| <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| </Link> | ||
| </ItemDefinitionGroup> | ||
| <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| <ClCompile> | ||
| <WarningLevel>Level3</WarningLevel> | ||
| <FunctionLevelLinking>true</FunctionLevelLinking> | ||
| <IntrinsicFunctions>true</IntrinsicFunctions> | ||
| <SDLCheck>true</SDLCheck> | ||
| <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| <ConformanceMode>true</ConformanceMode> | ||
| </ClCompile> | ||
| <Link> | ||
| <SubSystem>Console</SubSystem> | ||
| <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| <OptimizeReferences>true</OptimizeReferences> | ||
| <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| </Link> | ||
| </ItemDefinitionGroup> | ||
| <ItemGroup> | ||
| <ClCompile Include="DistanceBetween2Circles.c" /> | ||
| </ItemGroup> | ||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| <ImportGroup Label="ExtensionTargets"> | ||
| </ImportGroup> | ||
| </Project> |
22 changes: 22 additions & 0 deletions
22
HW/HomeworkTasks/DistanceBeetween2Circles/DistanceBeetween2Circles.vcxproj.filters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <ItemGroup> | ||
| <Filter Include="Исходные файлы"> | ||
| <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> | ||
| <Extensions>cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx</Extensions> | ||
| </Filter> | ||
| <Filter Include="Файлы заголовков"> | ||
| <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier> | ||
| <Extensions>h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd</Extensions> | ||
| </Filter> | ||
| <Filter Include="Файлы ресурсов"> | ||
| <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier> | ||
| <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions> | ||
| </Filter> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <ClCompile Include="DistanceBetween2Circles.c"> | ||
| <Filter>Исходные файлы</Filter> | ||
| </ClCompile> | ||
| </ItemGroup> | ||
| </Project> |
4 changes: 4 additions & 0 deletions
4
HW/HomeworkTasks/DistanceBeetween2Circles/DistanceBeetween2Circles.vcxproj.user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| <PropertyGroup /> | ||
| </Project> |
53 changes: 53 additions & 0 deletions
53
HW/HomeworkTasks/DistanceBeetween2Circles/DistanceBetween2Circles.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| #include <stdio.h>; | ||
| #include <math.h>; | ||
|
|
||
| int main() | ||
| { | ||
| printf("Task: Distance between 2 circles\n"); | ||
|
|
||
| //input | ||
| float x1, x2, y1, y2, r1, r2; | ||
| float d; | ||
|
|
||
| printf("Input parameters of the 1st circle (in form: x1 y1 r1):"); | ||
| scanf_s("%f %f %f", &x1, &y1, &r1); | ||
|
|
||
| printf("Input parameters of the 2nd circle (in form: x2 y2 r2):"); | ||
| scanf_s("%f %f %f", &x2, &y2, &r2); | ||
|
|
||
|
|
||
| //actions | ||
| d = sqrt(pow(x2 - x1, 2) + pow(y2 - y1, 2)); | ||
|
|
||
| //output | ||
| if (d == r1 + r2) | ||
| { | ||
| printf("Okrujnosti kasautsya drug druga\n"); | ||
| } | ||
| else | ||
| if (d < r1 + r2) { | ||
| if ((r1 == r2) && (x1 == x2) && (y1 == y2)) | ||
| { | ||
| printf("Okrujnosti sovpadaut\n"); | ||
| } | ||
| else | ||
| if (d + r1 < r2 || d + r2 < r1) | ||
| { | ||
| printf("Odna okrujnost vnutri drugoy\n"); | ||
| } | ||
| else (d + r1 == r2 || d + r2 == r1); | ||
| { | ||
| printf("Kasautsya vnutrenne\n"); | ||
| } | ||
| } | ||
| else | ||
| if (d > r1 + r2) | ||
| { | ||
| printf("Okrujnosti ne svyazani mejdu soboy\n"); | ||
| } | ||
| else ((d < r1 + r2) && (d + r1 > r2 || d + r2 > r1)); | ||
| { | ||
| printf("Okrujnosti peresekautsya\n"); | ||
| } | ||
| return 0; | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| | ||
| Microsoft Visual Studio Solution File, Format Version 12.00 | ||
| # Visual Studio Version 16 | ||
| VisualStudioVersion = 16.0.31624.102 | ||
| MinimumVisualStudioVersion = 10.0.40219.1 | ||
| Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DistanceBeetween2Circles", "DistanceBeetween2Circles\DistanceBeetween2Circles.vcxproj", "{070D0CEA-D775-48EF-AE9D-EEF2170462F2}" | ||
| 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 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Debug|x64.ActiveCfg = Debug|x64 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Debug|x64.Build.0 = Debug|x64 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Debug|x86.ActiveCfg = Debug|Win32 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Debug|x86.Build.0 = Debug|Win32 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Release|x64.ActiveCfg = Release|x64 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Release|x64.Build.0 = Release|x64 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Release|x86.ActiveCfg = Release|Win32 | ||
| {070D0CEA-D775-48EF-AE9D-EEF2170462F2}.Release|x86.Build.0 = Release|Win32 | ||
| EndGlobalSection | ||
| GlobalSection(SolutionProperties) = preSolution | ||
| HideSolutionNode = FALSE | ||
| EndGlobalSection | ||
| GlobalSection(ExtensibilityGlobals) = postSolution | ||
| SolutionGuid = {5B8BD9FB-5191-4EA9-98F5-75D50C4254DC} | ||
| EndGlobalSection | ||
| EndGlobal |
Binary file added
BIN
+69 KB
TasksInTerminalClass/SolutionTasksInTerminal/.vs/SolutionTasksInTerminal/v16/.suo
Binary file not shown.
Binary file added
BIN
+1.62 MB
TasksInTerminalClass/SolutionTasksInTerminal/.vs/SolutionTasksInTerminal/v16/Browse.VC.db
Binary file not shown.
Binary file added
BIN
+1.41 MB
TasksInTerminalClass/SolutionTasksInTerminal/.vs/SolutionTasksInTerminal/v16/Solution.VC.db
Binary file not shown.
Binary file added
BIN
+2 MB
...InTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/119c10d1207fd420/SREDARIFM3X.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...minal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/231a6dd3e549d240/SRARIFMMODULEY3X.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...Terminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/24eb9935e0c48188/RECTANGLEAREA.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
...al/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/4081582464194e32/AVG_OF_SQUARES_OF_3.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...sInTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/484d8b7244da46d4/CIRCLEAREA.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
...l/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/53c2772ca3bdf0de/AREAFIGURESSEARCHING.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...onTasksInTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/54459d3fffe32183/AREA.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
...l/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/5aa64512e65090bd/AVERAGE_MODULES_OF_3.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/7309528acb063c0b/2.TRIANGLEAREASEARCHING.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...al/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/7a4f09dd7a0e30f0/AVERAGEOF3SEARCHING.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...Terminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/90c2bddbf1dcc453/RECTANGLEAREA.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...asksInTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/9c2321077af3f38/AVG_OF_3.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
...minal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/9df98cf1a4ae917c/AVG_MODULES_OF_3.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...l/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/b17967cac7d90dfc/AREAFIGURESSEARCHING.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...onTasksInTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/b544252fcb60ce37/MAIN.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...onTasksInTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/bcbc235fc008f81a/MAIN.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...erminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/c29c406f5fa1161/1.RECTANGLEAREA.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...nal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/cd4d3bf0147362f4/SRARIFMKVADRATOV3X.ipch
Binary file not shown.
Binary file added
BIN
+2.44 MB
....vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/d29c4b1e1d6fb2f4/AVG_OF_MATH_ROOTS_OF_3.ipch
Binary file not shown.
Binary file added
BIN
+2 MB
...nTerminal/.vs/SolutionTasksInTerminal/v16/ipch/AutoPCH/ead793b0821908a2/TRIANGLEAREA.ipch
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Это условие избыточно, если мы до этого места дошли, то вариантов кроме как пересечения не остаётся.