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"
10
10
name = " main"
11
11
path = " src/main.rs"
12
12
13
+ [dependencies ]
13
14
# AtCoder 2019年言語アップデート以降に使用できるクレート
14
- [ dependencies . proconio ]
15
+
15
16
# 競技プログラミングの入出力サポート
16
- version = " =0.3.4"
17
- # features = ["derive"]
17
+ proconio = { version = " =0.3.4" , features = [" derive" ] }
18
18
19
- [dependencies ]
20
19
# f64のOrd/Eq実装
21
20
# ordered-float = "=1.0.2"
22
21
@@ -55,18 +54,19 @@ version = "=0.3.4"
55
54
# num = "=0.2.0"
56
55
57
56
# RNG 疑似乱数生成器 (randファミリー)
58
- # rand = { version = "=0.7.0 ", features = ["small_rng"] }
57
+ # rand = { version = "=0.7.2 ", features = ["small_rng"] }
59
58
# rand_chacha = "=0.2.1"
60
59
# rand_pcg = "=0.2.0"
60
+ # rand_distr = "=0.2.2"
61
61
62
62
# 正規表現
63
- # regex = "=1.3.0 "
63
+ # regex = "=1.3.1 "
64
64
65
65
# staticアイテムの遅延初期化
66
66
# lazy_static = "=1.4.0"
67
67
68
68
# 多次元配列
69
- # ndarray = "=0.12.1 "
69
+ # ndarray = "=0.13.0 "
70
70
71
71
# 線形代数
72
72
# nalgebra = "=0.18.1"
You can’t perform that action at this time.
0 commit comments