From 13ba976e5c3ac290b738fe439dd0f80dc8430b47 Mon Sep 17 00:00:00 2001 From: statiolake Date: Sat, 6 Jul 2019 18:19:17 +0900 Subject: [PATCH] Update proconio --- Cargo.toml | 3 ++- src/main.rs | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b698c4..ecd9dda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,8 @@ path = "src/main.rs" # AtCoder 2019年言語アップデート以降に使用できるクレート # 競技プログラミングの入出力サポート -proconio = "=0.2.1" +proconio = "=0.3.0" +# proconio-derive = "=0.1.5" # f64のOrd/Eq実装 # ordered-float = "=1.0.2" diff --git a/src/main.rs b/src/main.rs index 55bcbf2..e7c76ee 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,7 +5,6 @@ use proconio::input; // ABC086C - Traveling // https://atcoder.jp/contests/abs/fasks/arc089_a -#[proconio::fastout] fn main() { input! { n: usize,