Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WavenZ committed Apr 15, 2020
1 parent df65a37 commit 8c2dcb8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# CodeCraft2020
NULL

1. warmup
- hello.cpp : 热身赛代码

2. preliminary contest
- main.cpp : 初赛baseline代码
- test.sh : 批量测试脚本,可用于测试路径、答案等是否正确。用法 :
- 添加执行权限:`chomod u+x test.sh`
- 测试:`./test.sh main.cpp`
- test_data_xxxx.txt : 数据集,其中xx为环的个数
- answer_xxxx.txt : 与数据集对应的答案

0 comments on commit 8c2dcb8

Please sign in to comment.