/atcoder-rust

AtCoder in Rust

Primary LanguageRust

Atcoder in Rust

cargo-atcoder を使用して問題を解いていく。

https://github.com/tanakh/cargo-atcoder

# 新しくコンテストに取り組む場合
$ cargo atcoder new abc152

$ cd abc152

# 提出
$ cargo atcoder submit a [--bin]

# ステータスの確認
$ cargo atcoder status

# テスト
$ cargo atcoder test a [--custom]

使用するクレート

proconio = { version = "0.4.3", features = ["derive"] }

Resources

Status