File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,12 @@ edition = "2018"
1010name = " main"
1111path = " src/main.rs"
1212
13+ [dependencies ]
1314# AtCoder 2019年言語アップデート以降に使用できるクレート
14- [ dependencies . proconio ]
15+
1516# 競技プログラミングの入出力サポート
16- version = " =0.3.4"
17- # features = ["derive"]
17+ proconio = { version = " =0.3.4" , features = [" derive" ] }
1818
19- [dependencies ]
2019# f64のOrd/Eq実装
2120# ordered-float = "=1.0.2"
2221
@@ -55,18 +54,19 @@ version = "=0.3.4"
5554# num = "=0.2.0"
5655
5756# RNG 疑似乱数生成器 (randファミリー)
58- # rand = { version = "=0.7.0 ", features = ["small_rng"] }
57+ # rand = { version = "=0.7.2 ", features = ["small_rng"] }
5958# rand_chacha = "=0.2.1"
6059# rand_pcg = "=0.2.0"
60+ # rand_distr = "=0.2.2"
6161
6262# 正規表現
63- # regex = "=1.3.0 "
63+ # regex = "=1.3.1 "
6464
6565# staticアイテムの遅延初期化
6666# lazy_static = "=1.4.0"
6767
6868# 多次元配列
69- # ndarray = "=0.12.1 "
69+ # ndarray = "=0.13.0 "
7070
7171# 線形代数
7272# nalgebra = "=0.18.1"
You can’t perform that action at this time.
0 commit comments