0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

cargo-competeでinput_interactiveマクロを使いたい

Posted at

他の方の回答をみていて、input_interactiveを用いているのを発見したのですが、自分の環境では候補として出なかったため、記事にしました。
そのうち対応されると思いますが、それまでの前提対応です。

各コンテストに対応するCargo.tomlproconioのバージョンをあげることで対応できます。

Cargo.toml
(前略)
[dependencies]
(中略)
proconio = { version = "=0.4.5", features = ["derive"] }

以下がマージされれば特段何もしなくても使えるようになりそうです。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?