Skip to content

Commit d84169e

Browse files
committed
2 parents 9d2af91 + 9cc5cc4 commit d84169e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# Problems2018
22
Problems for Waseda CS orientation 2018
33

4+
問題案はissueへ!
5+
46
# Past Problems
57

68
* [2017](https://github.com/AI-comp/Problems2017)
79
* [2016](https://github.com/AI-comp/Orientation2016Problems) - 2015,2014と問題の重複あり.
810
* [2015](https://github.com/AI-comp/Orientation2015Problems)
911
* [2014](https://github.com/AI-comp/Orientation2014Problems) - [順位表](https://drive.google.com/file/d/0BzlMTVLOBnPmN25pWFBYbXN5STA/view?usp=sharing)
1012

11-
## How to Solve and Test Problems
13+
# How to Create a new Problem
14+
15+
1. 問題ディレクトリ作成(プロジェクトトップで以下実行)
16+
```
17+
rime add . problem <problem_name>
18+
```
19+
20+
2. `statement.md` を書く.
21+
22+
3. 必要に応じてwriter解,input generator, input validatorを作る.[testlib](https://github.com/MikeMirzayanov/testlib)を使おう.
23+
24+
# How to Solve and Test Problems
1225

1326
1. [rime](https://github.com/icpc-jag/rime)をインストール
1427
```

0 commit comments

Comments
 (0)