diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW.sln" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW.sln"
new file mode 100644
index 0000000..b5fe33e
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW.sln"
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29318.209
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HW", "HW\HW.vcxproj", "{026F755D-FBF1-46B8-8D78-E8A894A3CD2D}"
+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
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Debug|x64.ActiveCfg = Debug|x64
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Debug|x64.Build.0 = Debug|x64
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Debug|x86.ActiveCfg = Debug|Win32
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Debug|x86.Build.0 = Debug|Win32
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Release|x64.ActiveCfg = Release|x64
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Release|x64.Build.0 = Release|x64
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Release|x86.ActiveCfg = Release|Win32
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {F01A4582-7657-43AD-9042-7761A338F319}
+ EndGlobalSection
+EndGlobal
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj"
new file mode 100644
index 0000000..1c4a08b
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj"
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {026F755D-FBF1-46B8-8D78-E8A894A3CD2D}
+ HW
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\temp\debug
+ ..\..\temp\debug
+ C:\Users\USER\Desktop\107360101_陳建南\2.21\include;$(IncludePath)
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj.filters" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj.filters"
new file mode 100644
index 0000000..8b23938
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj.filters"
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj.user" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj.user"
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/HW/HW/HW.vcxproj.user"
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/source/main.c" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/source/main.c"
new file mode 100644
index 0000000..6f3fe20
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/source/main.c"
@@ -0,0 +1,23 @@
+#include
+#include
+
+
+
+int main()
+{
+
+ printf("*********\t\t***\t\t*\t\t *\n");
+ printf("*\t*\t *\t *\t ***\t\t * *\n");
+ printf("*\t*\t *\t *\t *****\t\t * *\n");
+ printf("*\t*\t *\t *\t *\t\t * *\n");
+ printf("*\t*\t *\t *\t *\t\t* *\n");
+ printf("*\t*\t *\t *\t *\t\t * *\n");
+ printf("*\t*\t *\t *\t *\t\t * *\n");
+ printf("*\t*\t *\t *\t *\t\t * *\n");
+ printf("*********\t\t***\t\t*\t\t *\n");
+
+
+ system("pause");
+ return 0;
+
+}
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.exe" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.exe"
new file mode 100644
index 0000000..e453aed
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.exe" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.ilk" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.ilk"
new file mode 100644
index 0000000..5e31e23
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.ilk" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.log" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.log"
new file mode 100644
index 0000000..ace515a
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.log"
@@ -0,0 +1,4 @@
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(437,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(438,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
+ main.c
+ HW.vcxproj -> C:\Users\USER\Desktop\107360101_陳建南\2.21\HW\HW\..\..\temp\debug\HW.exe
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.pdb"
new file mode 100644
index 0000000..a5ac44d
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.command.1.tlog"
new file mode 100644
index 0000000..53d9bfd
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.read.1.tlog"
new file mode 100644
index 0000000..1e901e7
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.write.1.tlog"
new file mode 100644
index 0000000..bcb93b3
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/CL.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/HW.lastbuildstate" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/HW.lastbuildstate"
new file mode 100644
index 0000000..67cddb2
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/HW.lastbuildstate"
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
+Debug|Win32|C:\Users\USER\Desktop\107360101_陳建南\2.21\HW\|
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.command.1.tlog"
new file mode 100644
index 0000000..f99051d
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.read.1.tlog"
new file mode 100644
index 0000000..3a79595
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.write.1.tlog"
new file mode 100644
index 0000000..6390682
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/HW.tlog/link.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/main.obj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/main.obj"
new file mode 100644
index 0000000..d4f8dc4
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/main.obj" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/vc142.idb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/vc142.idb"
new file mode 100644
index 0000000..3bd582f
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/vc142.idb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/vc142.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/vc142.pdb"
new file mode 100644
index 0000000..523a00a
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.21/temp/debug/vc142.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test.sln" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test.sln"
new file mode 100644
index 0000000..4bac819
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test.sln"
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29318.209
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test\test.vcxproj", "{BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}"
+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
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Debug|x64.ActiveCfg = Debug|x64
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Debug|x64.Build.0 = Debug|x64
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Debug|x86.ActiveCfg = Debug|Win32
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Debug|x86.Build.0 = Debug|Win32
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Release|x64.ActiveCfg = Release|x64
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Release|x64.Build.0 = Release|x64
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Release|x86.ActiveCfg = Release|Win32
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {69D197E5-0102-4D79-A318-76C94B5F504A}
+ EndGlobalSection
+EndGlobal
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj"
new file mode 100644
index 0000000..c1fda10
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj"
@@ -0,0 +1,136 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {BE54FD37-8DBD-4D86-BA4F-E594F92CC8ED}
+ test
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\temp\debug
+ ..\..\temp\debug
+ C:\lab4\include;$(IncludePath)
+
+
+
+ Level3
+ Disabled
+ true
+ true
+ C:\lab4\include;%(AdditionalIncludeDirectories)
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj.filters" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj.filters"
new file mode 100644
index 0000000..8b23938
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj.filters"
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj.user" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj.user"
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/HW/test/test.vcxproj.user"
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/source/main.c" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/source/main.c"
new file mode 100644
index 0000000..bfef9fb
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/source/main.c"
@@ -0,0 +1,39 @@
+#include
+#include
+
+
+int main(void)
+
+{
+ int a, b, c;
+ printf("пJTӾ\n");
+ printf("TӾƤOG");
+ scanf_s("%d %d %d", &a, &b, &c);
+
+ if (a > b && a>c)
+ {
+ printf("̤jƬO%d\n",a);
+ }
+ if (b > a&& b > c)
+ {
+ printf("̤jƬO%d\n",b);
+ }
+ if (c > a&& c > b)
+ {
+ printf("̤jƬO%d\n",c);
+ }
+ if (a < b&& a < c)
+ {
+ printf("̤pƬO%d\n", a);
+ }
+ if (b < a&& b < c)
+ {
+ printf("̤pƬO%d\n", b);
+ }
+ if (c < a&& c < b)
+ {
+ printf("̤pƬO%d\n", c);
+ }
+ system("pause");
+ return 0;
+}
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/main.obj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/main.obj"
new file mode 100644
index 0000000..238565d
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/main.obj" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.exe" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.exe"
new file mode 100644
index 0000000..170c91a
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.exe" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.ilk" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.ilk"
new file mode 100644
index 0000000..9d28dea
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.ilk" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.log" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.log"
new file mode 100644
index 0000000..711089c
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.log"
@@ -0,0 +1,4 @@
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(437,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(438,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
+ main.c
+ test.vcxproj -> C:\Users\USER\Desktop\107360101_陳建南\2.21\HW\test\..\..\temp\debug\test.exe
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.pdb"
new file mode 100644
index 0000000..b01bd53
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.command.1.tlog"
new file mode 100644
index 0000000..07414e2
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.read.1.tlog"
new file mode 100644
index 0000000..1e901e7
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.write.1.tlog"
new file mode 100644
index 0000000..bcb93b3
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/CL.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.command.1.tlog"
new file mode 100644
index 0000000..fe882ea
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.read.1.tlog"
new file mode 100644
index 0000000..3a79595
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.write.1.tlog"
new file mode 100644
index 0000000..85558c0
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/link.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/test.lastbuildstate" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/test.lastbuildstate"
new file mode 100644
index 0000000..67cddb2
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/test.tlog/test.lastbuildstate"
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
+Debug|Win32|C:\Users\USER\Desktop\107360101_陳建南\2.21\HW\|
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/vc142.idb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/vc142.idb"
new file mode 100644
index 0000000..f4427c0
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/vc142.idb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/vc142.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/vc142.pdb"
new file mode 100644
index 0000000..7a60838
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.23/temp/debug/vc142.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW.sln" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW.sln"
new file mode 100644
index 0000000..28e1e68
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW.sln"
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29318.209
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HW", "HW\HW.vcxproj", "{DD704F28-A2E8-4347-ADCE-2002DDC95112}"
+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
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Debug|x64.ActiveCfg = Debug|x64
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Debug|x64.Build.0 = Debug|x64
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Debug|x86.ActiveCfg = Debug|Win32
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Debug|x86.Build.0 = Debug|Win32
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Release|x64.ActiveCfg = Release|x64
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Release|x64.Build.0 = Release|x64
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Release|x86.ActiveCfg = Release|Win32
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {661E1391-8DBB-4833-9251-8935EA775E35}
+ EndGlobalSection
+EndGlobal
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.APS" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.APS"
new file mode 100644
index 0000000..b11e025
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.APS" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.rc" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.rc"
new file mode 100644
index 0000000..54ddc42
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.rc" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj"
new file mode 100644
index 0000000..b19549f
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj"
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+
+
+
+ 16.0
+ {DD704F28-A2E8-4347-ADCE-2002DDC95112}
+ HW
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\temp\debug
+ ..\..\temp\debug
+ C:\Users\USER\Desktop\107360101_陳建南\2.24\include;$(IncludePath)
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj.filters" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj.filters"
new file mode 100644
index 0000000..f04f44a
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj.filters"
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj.user" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj.user"
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/HW.vcxproj.user"
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/main.c" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/main.c"
new file mode 100644
index 0000000..ee030fd
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/main.c"
@@ -0,0 +1,22 @@
+#include
+#include
+
+
+int main(void)
+
+{
+ int a;
+ printf("пJ\n");
+ printf("JƬG");
+ scanf_s("%d", &a);
+ if ((a % 2)==0)
+ {
+ printf("%dO\n", a);
+ }
+ else
+ {
+ printf("%dO_\n", a);
+ }
+ system("pause");
+ return 0;
+}
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/resource.h" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/resource.h"
new file mode 100644
index 0000000..07ff1e8
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/HW/HW/resource.h"
@@ -0,0 +1,14 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by HW.rc
+
+// U@ӷsWw]
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 101
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.exe" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.exe"
new file mode 100644
index 0000000..a86c31c
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.exe" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.ilk" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.ilk"
new file mode 100644
index 0000000..3fa1095
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.ilk" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.log" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.log"
new file mode 100644
index 0000000..e553d58
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.log"
@@ -0,0 +1,4 @@
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(437,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(438,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
+ main.c
+ HW.vcxproj -> C:\Users\USER\Desktop\107360101_陳建南\2.24\HW\HW\..\..\temp\debug\HW.exe
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.pdb"
new file mode 100644
index 0000000..113d297
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.command.1.tlog"
new file mode 100644
index 0000000..3f416ad
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.read.1.tlog"
new file mode 100644
index 0000000..7032bb0
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.write.1.tlog"
new file mode 100644
index 0000000..71c91b0
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/CL.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/HW.lastbuildstate" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/HW.lastbuildstate"
new file mode 100644
index 0000000..45b2dfc
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/HW.lastbuildstate"
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
+Debug|Win32|C:\Users\USER\Desktop\107360101_陳建南\2.24\HW\|
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.command.1.tlog"
new file mode 100644
index 0000000..a75f898
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.read.1.tlog"
new file mode 100644
index 0000000..32b9cff
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.write.1.tlog"
new file mode 100644
index 0000000..380d31b
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/HW.tlog/link.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/main.obj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/main.obj"
new file mode 100644
index 0000000..76137ab
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/main.obj" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/vc142.idb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/vc142.idb"
new file mode 100644
index 0000000..36ff3ea
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/vc142.idb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/vc142.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/vc142.pdb"
new file mode 100644
index 0000000..9806f67
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.24/temp/debug/vc142.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW.sln" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW.sln"
new file mode 100644
index 0000000..daaccb9
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW.sln"
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29318.209
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HW", "HW\HW.vcxproj", "{D0A3E49C-2270-4435-AE6D-3CB809BD9642}"
+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
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Debug|x64.ActiveCfg = Debug|x64
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Debug|x64.Build.0 = Debug|x64
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Debug|x86.ActiveCfg = Debug|Win32
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Debug|x86.Build.0 = Debug|Win32
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Release|x64.ActiveCfg = Release|x64
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Release|x64.Build.0 = Release|x64
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Release|x86.ActiveCfg = Release|Win32
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {DEA81E7E-A381-4DDA-A77C-5A1CE832C766}
+ EndGlobalSection
+EndGlobal
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj"
new file mode 100644
index 0000000..4dad019
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj"
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {D0A3E49C-2270-4435-AE6D-3CB809BD9642}
+ HW
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\temp\debug
+ ..\..\temp\debug
+ C:\Users\USER\Desktop\107360101_陳建南\2.25\include;$(IncludePath)
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj.filters" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj.filters"
new file mode 100644
index 0000000..f04f44a
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj.filters"
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj.user" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj.user"
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/HW.vcxproj.user"
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/main.c" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/main.c"
new file mode 100644
index 0000000..34d1944
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/HW/HW/main.c"
@@ -0,0 +1,25 @@
+#include
+#include
+
+
+int main(void)
+
+{
+ printf("PPPPPPPPP\n");
+ printf(" P P\n");
+ printf(" P P\n");
+ printf(" P P\n");
+ printf(" P P\n");
+ printf(" JJ\n");
+ printf(" J\n");
+ printf("J\n");
+ printf(" J\n");
+ printf(" JJJJJJJ\n\n");
+ printf("DDDDDDDDD\n");
+ printf("D D\n");
+ printf("D D\n");
+ printf(" D D \n");
+ printf(" DDDDD\n");
+ system("pause");
+ return 0;
+}
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.exe" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.exe"
new file mode 100644
index 0000000..50ec6e9
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.exe" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.ilk" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.ilk"
new file mode 100644
index 0000000..fe00d2d
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.ilk" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.log" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.log"
new file mode 100644
index 0000000..7cb3af1
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.log"
@@ -0,0 +1,4 @@
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(437,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(438,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
+ main.c
+ HW.vcxproj -> C:\Users\USER\Desktop\107360101_陳建南\2.25\HW\HW\..\..\temp\debug\HW.exe
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.pdb"
new file mode 100644
index 0000000..0252c25
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.command.1.tlog"
new file mode 100644
index 0000000..7cea018
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.read.1.tlog"
new file mode 100644
index 0000000..656af7b
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.write.1.tlog"
new file mode 100644
index 0000000..5f78cb8
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/CL.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/HW.lastbuildstate" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/HW.lastbuildstate"
new file mode 100644
index 0000000..fa96b44
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/HW.lastbuildstate"
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
+Debug|Win32|C:\Users\USER\Desktop\107360101_陳建南\2.25\HW\|
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.command.1.tlog"
new file mode 100644
index 0000000..e0033d6
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.read.1.tlog"
new file mode 100644
index 0000000..8ae6961
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.write.1.tlog"
new file mode 100644
index 0000000..fcd956d
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/HW.tlog/link.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/main.obj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/main.obj"
new file mode 100644
index 0000000..73444e3
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/main.obj" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/vc142.idb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/vc142.idb"
new file mode 100644
index 0000000..f9e50c9
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/vc142.idb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/vc142.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/vc142.pdb"
new file mode 100644
index 0000000..b313c24
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.25/temp/debug/vc142.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW.sln" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW.sln"
new file mode 100644
index 0000000..edcdc18
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW.sln"
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29318.209
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HW", "HW\HW.vcxproj", "{14145590-A5E5-44E0-BEB0-23F1FDAB0960}"
+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
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Debug|x64.ActiveCfg = Debug|x64
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Debug|x64.Build.0 = Debug|x64
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Debug|x86.ActiveCfg = Debug|Win32
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Debug|x86.Build.0 = Debug|Win32
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Release|x64.ActiveCfg = Release|x64
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Release|x64.Build.0 = Release|x64
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Release|x86.ActiveCfg = Release|Win32
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {A4D03FE1-09AE-4014-ACC2-08263118E608}
+ EndGlobalSection
+EndGlobal
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj"
new file mode 100644
index 0000000..fd3a644
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj"
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {14145590-A5E5-44E0-BEB0-23F1FDAB0960}
+ HW
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\temp\debug
+ ..\..\temp\debug
+ C:\Users\USER\Desktop\107360101_陳建南\2.26\include;$(IncludePath)
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj.filters" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj.filters"
new file mode 100644
index 0000000..f04f44a
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj.filters"
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj.user" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj.user"
new file mode 100644
index 0000000..0f14913
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/HW.vcxproj.user"
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/main.c" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/main.c"
new file mode 100644
index 0000000..2bf494f
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/HW/HW/main.c"
@@ -0,0 +1,23 @@
+#include
+#include
+
+
+int main(void)
+
+{
+ int a,b;
+ printf("пJ\n");
+ printf("JƬG");
+ scanf_s("%d%d", &a,&b);
+ if ((a % b) == 0 && (b % a) == 0)
+ {
+ printf("%dO%d\n", a,b);
+ }
+ else if((a % b) != 0 )
+ {
+ printf("%dO%d\n", a,b);
+ }
+
+ system("pause");
+ return 0;
+}
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.exe" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.exe"
new file mode 100644
index 0000000..704cd6d
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.exe" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.ilk" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.ilk"
new file mode 100644
index 0000000..584cf38
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.ilk" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.log" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.log"
new file mode 100644
index 0000000..bf1a350
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.log"
@@ -0,0 +1,4 @@
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(437,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
+C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppBuild.targets(438,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
+ main.c
+ HW.vcxproj -> C:\Users\USER\Desktop\107360101_陳建南\2.26\HW\HW\..\..\temp\debug\HW.exe
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.pdb"
new file mode 100644
index 0000000..ac72718
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.command.1.tlog"
new file mode 100644
index 0000000..84cec69
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.read.1.tlog"
new file mode 100644
index 0000000..b25fd1f
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.write.1.tlog"
new file mode 100644
index 0000000..762ef9e
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/CL.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/HW.lastbuildstate" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/HW.lastbuildstate"
new file mode 100644
index 0000000..b9c554c
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/HW.lastbuildstate"
@@ -0,0 +1,2 @@
+#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0
+Debug|Win32|C:\Users\USER\Desktop\107360101_陳建南\2.26\HW\|
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.command.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.command.1.tlog"
new file mode 100644
index 0000000..ca04fdb
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.command.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.read.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.read.1.tlog"
new file mode 100644
index 0000000..22e9588
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.read.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.write.1.tlog" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.write.1.tlog"
new file mode 100644
index 0000000..9820422
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/HW.tlog/link.write.1.tlog" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/main.obj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/main.obj"
new file mode 100644
index 0000000..e3ad2d8
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/main.obj" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/vc142.idb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/vc142.idb"
new file mode 100644
index 0000000..849a879
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/vc142.idb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/vc142.pdb" "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/vc142.pdb"
new file mode 100644
index 0000000..1166a1e
Binary files /dev/null and "b/107360101_\351\231\263\345\273\272\345\215\227/2.26/temp/debug/vc142.pdb" differ
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.27/HW/HW/HW.vcxproj" "b/107360101_\351\231\263\345\273\272\345\215\227/2.27/HW/HW/HW.vcxproj"
new file mode 100644
index 0000000..2c3800f
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.27/HW/HW/HW.vcxproj"
@@ -0,0 +1,135 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {5146B4BB-B85B-448F-86C6-37949D0517AD}
+ HW
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ..\..\temp\debug
+ ..\..\temp\debug
+ C:\Users\USER\Desktop\107360101_陳建南\2.27\include;$(IncludePath)
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/107360101_\351\231\263\345\273\272\345\215\227/2.27/HW/HW/HW.vcxproj.filters" "b/107360101_\351\231\263\345\273\272\345\215\227/2.27/HW/HW/HW.vcxproj.filters"
new file mode 100644
index 0000000..8b23938
--- /dev/null
+++ "b/107360101_\351\231\263\345\273\272\345\215\227/2.27/HW/HW/HW.vcxproj.filters"
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hh;hpp;hxx;hm;inl;inc;ipp;xsd
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo b/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo
new file mode 100644
index 0000000..d485d1b
Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v16/.suo differ
diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db b/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db
new file mode 100644
index 0000000..732bf0f
Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v16/Browse.VC.db differ
diff --git a/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/f95b0ca948b15e3f/MAIN.ipch b/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/f95b0ca948b15e3f/MAIN.ipch
new file mode 100644
index 0000000..27ff005
Binary files /dev/null and b/Ch0-Lab4/.vs/Ch0-Lab4/v16/ipch/AutoPCH/f95b0ca948b15e3f/MAIN.ipch differ
diff --git a/Ch0-Lab4/Ch0-Lab4.sln b/Ch0-Lab4/Ch0-Lab4.sln
new file mode 100644
index 0000000..7fbe540
--- /dev/null
+++ b/Ch0-Lab4/Ch0-Lab4.sln
@@ -0,0 +1,31 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29318.209
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ch0-Lab4", "Ch0-Lab4\Ch0-Lab4.vcxproj", "{4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}"
+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
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Debug|x64.ActiveCfg = Debug|x64
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Debug|x64.Build.0 = Debug|x64
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Debug|x86.ActiveCfg = Debug|Win32
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Debug|x86.Build.0 = Debug|Win32
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Release|x64.ActiveCfg = Release|x64
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Release|x64.Build.0 = Release|x64
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Release|x86.ActiveCfg = Release|Win32
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}.Release|x86.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {1345B16F-3F04-4C8A-92C4-4DB8A06F9561}
+ EndGlobalSection
+EndGlobal
diff --git a/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj
new file mode 100644
index 0000000..587e138
--- /dev/null
+++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj
@@ -0,0 +1,131 @@
+
+
+
+
+ Debug
+ Win32
+
+
+ Release
+ Win32
+
+
+ Debug
+ x64
+
+
+ Release
+ x64
+
+
+
+ 16.0
+ {4DEE3FE3-1034-4D26-9CCC-26F9F4207E16}
+ Ch0Lab4
+ 10.0
+
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+ Application
+ true
+ v142
+ MultiByte
+
+
+ Application
+ false
+ v142
+ true
+ MultiByte
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ Disabled
+ true
+ true
+
+
+ Console
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+ true
+ true
+
+
+ Console
+ true
+ true
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters
new file mode 100644
index 0000000..7138765
--- /dev/null
+++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.filters
@@ -0,0 +1,18 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {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
+
+
+
+
+ source
+
+
+
\ No newline at end of file
diff --git a/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.user b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.user
new file mode 100644
index 0000000..88a5509
--- /dev/null
+++ b/Ch0-Lab4/Ch0-Lab4/Ch0-Lab4.vcxproj.user
@@ -0,0 +1,4 @@
+
+
+
+
\ No newline at end of file
diff --git a/source/main.c b/source/main.c
index bcf1e4f..6324193 100644
--- a/source/main.c
+++ b/source/main.c
@@ -2,7 +2,7 @@
#include
int main(void) {
-
+ printf("This is Ch0-Lab4,My name is ثn\n")
system("pause");
return 0;
}