Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 709941e

Browse files
authored
Merge pull request #4 from statiolake/ja
Update proconio
2 parents 1534539 + 13ba976 commit 709941e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ path = "src/main.rs"
1414
# AtCoder 2019年言語アップデート以降に使用できるクレート
1515

1616
# 競技プログラミングの入出力サポート
17-
proconio = "=0.2.1"
17+
proconio = "=0.3.0"
18+
# proconio-derive = "=0.1.5"
1819

1920
# f64のOrd/Eq実装
2021
# ordered-float = "=1.0.2"

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use proconio::input;
55
// ABC086C - Traveling
66
// https://atcoder.jp/contests/abs/fasks/arc089_a
77

8-
#[proconio::fastout]
98
fn main() {
109
input! {
1110
n: usize,

0 commit comments

Comments
 (0)