Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48cfda5 commit bf808cdCopy full SHA for bf808cd
README.md
@@ -3,6 +3,25 @@
3
# 変更点
4
- rust-toolchain を削除 (rust-analyzerのエラー回避のため。 [参考](https://paruma184.hatenablog.com/entry/2021/09/22/210945))
5
6
+## TODO
7
+- [ ] 以下のディレクトリ構造に対応(sample_inputs はいらない)
8
+- [ ] コンテスト開始時のIOのパーズとケース生成 [参考](https://qiita.com/togatoga/items/d4a9ffb30e3ae6731871)
9
+
10
+```
11
+.
12
+├── Cargo.lock
13
+├── Cargo.toml
14
+├── LICENSE
15
+├── src/bin
16
+│ ├── a.rs
17
+│ ├── b.rs
18
+│ └── ...
19
+└── tests
20
+ ├── a.rs
21
+ ├── b.rs
22
+ └── ...
23
24
25
# AtCoder Rust Base (`ja`)
26
27
このリポジトリには[AtCoder][atcoder]コンテスト(競技プログラミング)にRustで参加するためのCargoパッケージテンプレートが用意されています。
0 commit comments