diff --git a/Project1/.vs/Project1/FileContentIndex/0f5ec332-e46c-49ff-ace9-108a862892d9.vsidx b/Project1/.vs/Project1/FileContentIndex/0f5ec332-e46c-49ff-ace9-108a862892d9.vsidx new file mode 100644 index 0000000..d1cf2c1 Binary files /dev/null and b/Project1/.vs/Project1/FileContentIndex/0f5ec332-e46c-49ff-ace9-108a862892d9.vsidx differ diff --git a/Project1/.vs/Project1/v17/.suo b/Project1/.vs/Project1/v17/.suo new file mode 100644 index 0000000..bdd79f0 Binary files /dev/null and b/Project1/.vs/Project1/v17/.suo differ diff --git a/Project1/.vs/Project1/v17/Browse.VC.db b/Project1/.vs/Project1/v17/Browse.VC.db new file mode 100644 index 0000000..ab0a2e5 Binary files /dev/null and b/Project1/.vs/Project1/v17/Browse.VC.db differ diff --git a/Project1/.vs/Project1/v17/DocumentLayout.json b/Project1/.vs/Project1/v17/DocumentLayout.json new file mode 100644 index 0000000..e45cadb --- /dev/null +++ b/Project1/.vs/Project1/v17/DocumentLayout.json @@ -0,0 +1,12 @@ +{ + "Version": 1, + "WorkspaceRootPath": "D:\\C\u002B\u002B\\Project1\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [] + } + ] +} \ No newline at end of file diff --git a/Project1/Project1.sln b/Project1/Project1.sln new file mode 100644 index 0000000..52635f9 --- /dev/null +++ b/Project1/Project1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.10.35027.167 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Project1", "Project1.vcxproj", "{E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}" +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 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Debug|x64.ActiveCfg = Debug|x64 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Debug|x64.Build.0 = Debug|x64 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Debug|x86.ActiveCfg = Debug|Win32 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Debug|x86.Build.0 = Debug|Win32 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Release|x64.ActiveCfg = Release|x64 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Release|x64.Build.0 = Release|x64 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Release|x86.ActiveCfg = Release|Win32 + {E69CA5B7-3269-471B-AC44-AAE9F70DA4C6}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FC31992F-C730-4D39-ADFB-4CB4D2D187E2} + EndGlobalSection +EndGlobal diff --git a/Project1/Project1.vcxproj b/Project1/Project1.vcxproj new file mode 100644 index 0000000..fd74c7f --- /dev/null +++ b/Project1/Project1.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + 17.0 + Win32Proj + {e69ca5b7-3269-471b-ac44-aae9f70da4c6} + Project1 + 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 + + + + + + + + diff --git a/Project1/Project1.vcxproj.filters b/Project1/Project1.vcxproj.filters new file mode 100644 index 0000000..afef69e --- /dev/null +++ b/Project1/Project1.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {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 diff --git a/Project1/Project1.vcxproj.user b/Project1/Project1.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Project1/Project1.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/test.cpp b/test.cpp deleted file mode 100644 index 93b15cb..0000000 --- a/test.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include -using namespace std; -int main(){ - int a,b,c,d,e,sum; - cin >> a>>b>>c>>d>>e; - sum += a % 3; - b += a / 3; - e += a / 3; - a = a / 3; - sum += b % 3; - c += b / 3; - a += b / 3; - b = b / 3; - sum += c % 3; - d += c / 3; - b += c / 3; - c = c / 3; - sum += d % 3; - e += d / 3; - c += d / 3; - d = d / 3 ; - sum += e % 3; - a += e / 3; - d += e / 3; - e = e / 3 ; - cout << a <<' '<< b <<' '<< c <<' '<< d <<' '<< e << endl; - cout << sum; - return 0; -} diff --git a/test.exe b/test.exe deleted file mode 100644 index 5a9bac3..0000000 Binary files a/test.exe and /dev/null differ diff --git a/未命名1.cpp b/未命名1.cpp deleted file mode 100644 index 8c66ec9..0000000 --- a/未命名1.cpp +++ /dev/null @@ -1,21 +0,0 @@ -#include -using namespace std; -int main(){ - int n; - cin >> n; - if(n >= 90){ - cout << ""; - } - else if(n >= 75){ - cout << ""; - } - else if(n >= 60){ - cout << ""; - } - else{ - cout << ""; - } - - - return 0; -} diff --git a/未命名1.exe b/未命名1.exe deleted file mode 100644 index 3b540d5..0000000 Binary files a/未命名1.exe and /dev/null differ diff --git a/未命名2.cpp b/未命名2.cpp deleted file mode 100644 index 2002ac7..0000000 --- a/未命名2.cpp +++ /dev/null @@ -1,14 +0,0 @@ -#include -using namespace std; -int main(){ - int a,b,c,n; - cin >> n; - a = n / 100; - b = n / 10 % 10; - c = n % 100 % 10; - cout << c << b << a; - - - return 0; -} - diff --git a/未命名2.exe b/未命名2.exe deleted file mode 100644 index 27a7fef..0000000 Binary files a/未命名2.exe and /dev/null differ diff --git a/未命名3.cpp b/未命名3.cpp deleted file mode 100644 index 3d75453..0000000 --- a/未命名3.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include -using namespace std; -int main(){ - int x,a,y,b,z; - cin >> x >> a >> y >> b; - z = (a*x - b*y) / (a - b); - cout << z; - - - - - - return 0; -} - diff --git a/未命名3.exe b/未命名3.exe deleted file mode 100644 index b61dd7f..0000000 Binary files a/未命名3.exe and /dev/null differ