Skip to content
This repository was archived by the owner on Mar 31, 2024. It is now read-only.

Commit d757f9c

Browse files
committed
添加codeforces功能
1 parent b00eafe commit d757f9c

14 files changed

Lines changed: 502 additions & 52 deletions

BOIT Server/BOIT Server.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<ClCompile Include="Command_about.c" />
153153
<ClCompile Include="Command_cat.c" />
154154
<ClCompile Include="Command_boast.c" />
155+
<ClCompile Include="Command_codeforces.c" />
155156
<ClCompile Include="Command_help.c" />
156157
<ClCompile Include="Command_oier.c" />
157158
<ClCompile Include="Command_q_and_a.c" />

BOIT Server/BOIT Server.vcxproj.filters

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
<Filter Include="头文件\语料库">
137137
<UniqueIdentifier>{1ceb090b-70a3-46db-9355-bdebf16b681a}</UniqueIdentifier>
138138
</Filter>
139+
<Filter Include="源文件\指令回调\codeforces">
140+
<UniqueIdentifier>{68aaadfa-1afe-485a-ac4d-10b6f6a850dd}</UniqueIdentifier>
141+
</Filter>
139142
</ItemGroup>
140143
<ItemGroup>
141144
<ClCompile Include="RecvEventHandler.c">
@@ -234,6 +237,9 @@
234237
<ClCompile Include="Corpus.c">
235238
<Filter>源文件\语料库</Filter>
236239
</ClCompile>
240+
<ClCompile Include="Command_codeforces.c">
241+
<Filter>源文件\指令回调\codeforces</Filter>
242+
</ClCompile>
237243
</ItemGroup>
238244
<ItemGroup>
239245
<ClInclude Include="Global.h">

0 commit comments

Comments
 (0)