File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Problems2018
2
2
Problems for Waseda CS orientation 2018
3
3
4
+ 問題案はissueへ!
5
+
4
6
# Past Problems
5
7
6
8
* [ 2017] ( https://github.com/AI-comp/Problems2017 )
7
9
* [ 2016] ( https://github.com/AI-comp/Orientation2016Problems ) - 2015,2014と問題の重複あり.
8
10
* [ 2015] ( https://github.com/AI-comp/Orientation2015Problems )
9
11
* [ 2014] ( https://github.com/AI-comp/Orientation2014Problems ) - [ 順位表] ( https://drive.google.com/file/d/0BzlMTVLOBnPmN25pWFBYbXN5STA/view?usp=sharing )
10
12
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
12
25
13
26
1 . [ rime] ( https://github.com/icpc-jag/rime ) をインストール
14
27
```
You can’t perform that action at this time.
0 commit comments