Skip to content

shimopino/atcoder-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AtCoder in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages