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.
2 parents 1534539 + 13ba976 commit 709941eCopy full SHA for 709941e
Cargo.toml
@@ -14,7 +14,8 @@ path = "src/main.rs"
14
# AtCoder 2019年言語アップデート以降に使用できるクレート
15
16
# 競技プログラミングの入出力サポート
17
-proconio = "=0.2.1"
+proconio = "=0.3.0"
18
+# proconio-derive = "=0.1.5"
19
20
# f64のOrd/Eq実装
21
# ordered-float = "=1.0.2"
src/main.rs
@@ -5,7 +5,6 @@ use proconio::input;
5
// ABC086C - Traveling
6
// https://atcoder.jp/contests/abs/fasks/arc089_a
7
8
-#[proconio::fastout]
9
fn main() {
10
input! {
11
n: usize,
0 commit comments