Skip to content

Commit a3bbd01

Browse files
committed
Some simple updates
1 parent 4a35e20 commit a3bbd01

5 files changed

Lines changed: 2 additions & 347 deletions

File tree

.competitive-verifier/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This cp library is powered by [competitive-verifier/competitive-verifier](https://github.com/competitive-verifier/competitive-verifier). Thanks for making this project possible.
1+
This cp library is powered by [competitive-verifier/competitive-verifier](https://github.com/competitive-verifier/competitive-verifier) and [XCPC-Templates](https://github.com/llleixx/XCPC-Templates). Thanks for making this project possible.
22

33
The library is mainly for OI competitions, as well as some online cp contests on codeforces or atcoder. It is devoted to the highest efficiency and the widest compatibility. Any issue can be reported on the github issue page, but no bugfixes are guaranteed to be made.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![GitHub Pages](https://img.shields.io/static/v1?label=GitHub+Pages&message=+&color=brightgreen&logo=github)](https://alfredchester.github.io/cpp-templates/)
66

7-
本仓库借鉴了[南京大学 ACM-ICPC 代码库](https://github.com/nju-icpc/code-library-legacy/)[competitive-verifier/competitive-verifier](https://github.com/competitive-verifier/competitive-verifier) 的结构及相关代码,在此表示由衷感谢。
7+
本仓库借鉴了[南京大学 ACM-ICPC 代码库](https://github.com/nju-icpc/code-library-legacy/)[XCPC-Templates](https://github.com/llleixx/XCPC-Templates)[competitive-verifier/competitive-verifier](https://github.com/competitive-verifier/competitive-verifier) 的结构及相关代码,在此表示由衷感谢。
88

99
## 重要注意事项及已知的bug
1010

gen.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ process_directory() {
4848
base_name="${filename%.py}"
4949
elif [[ "$filename" == *.h ]]; then
5050
base_name="${filename%.h}"
51-
elif [[ "$filename" == *.json ]]; then
52-
base_name="${filename%.json}"
5351
elif [[ "$filename" == *-pre.tex ]]; then
5452
base_name="${filename%-pre.tex}"
5553
elif [[ "$filename" == *-post.tex ]]; then

output.tex

Lines changed: 0 additions & 334 deletions
This file was deleted.

src/alfred/config/config.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ contents:
22
- name: c-cpp-properties
33
codes:
44
- c-cpp-properties.json
5-
- name: cpp
6-
codes:
7-
- cpp.json
85
- name: fast-io
96
codes:
107
- fast-io.hpp
@@ -17,9 +14,3 @@ contents:
1714
- name: optimize-header
1815
codes:
1916
- optimize-header.h
20-
- name: settings
21-
codes:
22-
- settings.json
23-
- name: tasks
24-
codes:
25-
- tasks.json

0 commit comments

Comments
 (0)