Skip to content

Commit a85a168

Browse files
authored
Merge pull request algorithm007-class02#32 from longzhan248/master
作业
2 parents 938828e + fc66020 commit a85a168

21 files changed

Lines changed: 1626 additions & 0 deletions

Week_01/G20200343040158/.idea/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Week_01/G20200343040158/.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Week_01/G20200343040158/.idea/G20200343040158.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Week_01/G20200343040158/.idea/misc.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Week_01/G20200343040158/.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Week_01/G20200343040158/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.15)
2+
project(C C)
3+
4+
set(CMAKE_C_STANDARD 99)
5+
6+
add_executable(C main.c support.h support.c LeetCode_21_0158.c LeetCode_88_0158.c LeetCode_283_0158.c LeetCode_66_0158.c)
12.9 KB
Binary file not shown.
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6"/>
4+
<Project>
5+
<Option title="C"/>
6+
<Option makefile_is_custom="1"/>
7+
<Option compiler="gcc"/>
8+
<Option virtualFolders="CMake Files\;"/>
9+
<Build>
10+
<Target title="all">
11+
<Option working_dir="/Users/apple/Desktop/测试代码/C/cmake-build-debug"/>
12+
<Option type="4"/>
13+
<MakeCommands>
14+
<Build command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 all"/>
15+
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
16+
<Clean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
17+
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
18+
</MakeCommands>
19+
</Target>
20+
<Target title="rebuild_cache">
21+
<Option working_dir="/Users/apple/Desktop/测试代码/C/cmake-build-debug"/>
22+
<Option type="4"/>
23+
<MakeCommands>
24+
<Build command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 rebuild_cache"/>
25+
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
26+
<Clean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
27+
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
28+
</MakeCommands>
29+
</Target>
30+
<Target title="edit_cache">
31+
<Option working_dir="/Users/apple/Desktop/测试代码/C/cmake-build-debug"/>
32+
<Option type="4"/>
33+
<MakeCommands>
34+
<Build command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 edit_cache"/>
35+
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
36+
<Clean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
37+
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
38+
</MakeCommands>
39+
</Target>
40+
<Target title="C">
41+
<Option output="/Users/apple/Desktop/测试代码/C/cmake-build-debug/C" prefix_auto="0" extension_auto="0"/>
42+
<Option working_dir="/Users/apple/Desktop/测试代码/C/cmake-build-debug"/>
43+
<Option object_output="./"/>
44+
<Option type="1"/>
45+
<Option compiler="gcc"/>
46+
<Compiler>
47+
<Add directory="/usr/local/include"/>
48+
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include"/>
49+
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
50+
<Add directory="/System/Library/Frameworks"/>
51+
<Add directory="/Library/Frameworks"/>
52+
</Compiler>
53+
<MakeCommands>
54+
<Build command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 C"/>
55+
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
56+
<Clean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
57+
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
58+
</MakeCommands>
59+
</Target>
60+
<Target title="C/fast">
61+
<Option output="/Users/apple/Desktop/测试代码/C/cmake-build-debug/C" prefix_auto="0" extension_auto="0"/>
62+
<Option working_dir="/Users/apple/Desktop/测试代码/C/cmake-build-debug"/>
63+
<Option object_output="./"/>
64+
<Option type="1"/>
65+
<Option compiler="gcc"/>
66+
<Compiler>
67+
<Add directory="/usr/local/include"/>
68+
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include"/>
69+
<Add directory="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"/>
70+
<Add directory="/System/Library/Frameworks"/>
71+
<Add directory="/Library/Frameworks"/>
72+
</Compiler>
73+
<MakeCommands>
74+
<Build command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 C/fast"/>
75+
<CompileFile command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 &quot;$file&quot;"/>
76+
<Clean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
77+
<DistClean command="/usr/bin/make -j8 -f &quot;/Users/apple/Desktop/测试代码/C/cmake-build-debug/Makefile&quot; VERBOSE=1 clean"/>
78+
</MakeCommands>
79+
</Target>
80+
</Build>
81+
<Unit filename="/Users/apple/Desktop/测试代码/C/main.c">
82+
<Option target="C"/>
83+
</Unit>
84+
<Unit filename="/Users/apple/Desktop/测试代码/C/support.c">
85+
<Option target="C"/>
86+
</Unit>
87+
<Unit filename="/Users/apple/Desktop/测试代码/C/support.h">
88+
<Option target="C"/>
89+
</Unit>
90+
<Unit filename="/Users/apple/Desktop/测试代码/C/CMakeLists.txt">
91+
<Option virtualFolder="CMake Files\"/>
92+
</Unit>
93+
</Project>
94+
</CodeBlocks_project_file>

Week_01/G20200343040158/cmake-build-debug/CMakeCache.txt

Lines changed: 332 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)