Skip to content

rustでAtCoderをするための環境設定。便利な機能を随時追加していきます。詳細は以下のリンクから。(Setup environment for AtCoder in rust. Useful features will be added from time to time. For more information, please visit the following links.)

License

Notifications You must be signed in to change notification settings

uriuriboo/atcoder_rust

Repository files navigation

RustのAtCoder用Docker環境です

cargo-competeを使用しています 詳しい利用方法はこちら

Click here for the English Readme

使い方

ビルドとテスト

コマンドラインからビルドとテスト

./bt.bash コンテストの数字 問題のアルファベット

クリックでビルドとテスト

テストしたい.rsファイルをvscodeで表示した状態で右下のTASKRUNNERのbuild & testをクリック

Alt text

提出

コマンドラインから提出

./sub.bash コンテストの数字 問題のアルファベット

クリックで提出

上の写真で同様に提出したい.rsファイルをvscodeで表示した状態で右下のTASKRUNNERのsubmitをクリックしてもできます

デバッグ

input.txtにデバッグの入力を入れてください

コマンドラインでビルドとテストを行った場合はlaunch.jsonのprogramを解いている問題のコンテストの数字に書き換えてください

build & testをクリックしたときに書き換わるように設定しました

注意

コマンドラインから操作をしたい場合はlaunch.jsonとbt.bashとsub.bashはabc、arc、agcごとに書き換えてください

About

rustでAtCoderをするための環境設定。便利な機能を随時追加していきます。詳細は以下のリンクから。(Setup environment for AtCoder in rust. Useful features will be added from time to time. For more information, please visit the following links.)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published