Skip to content

kattsun44/atcoder-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atcoder-archive

AtCoder:競技プログラミングコンテストを開催する国内最大のサイト

環境構築

初期設定

online-judge-tools/oj をインストールする

python3 -m venv oj
source oj/bin/activate
python3 -m pip install online-judge-tools

oj login を実行

oj login https://atcoder.jp/

都度実行

ディレクトリを作成し移動

mkdir abc/abcXXX
cd abc/abcXXX

難易度別の回答ディレクトリ&ファイルを作成 (ref: Alias for AtCoder - Kattsun.dev)

# Ruby の場合
mkdir {a..h}; touch a/s.rb; echo {b..h} | xargs -n 1 cp -v a/s.rb

テストファイルをダウンロード

cd a
oj d https://atcoder.jp/contests/abcXXX/tasks/abcXXX_a

テスト実行

# Ruby の場合
oj t -c "ruby s.rb" -d test

提出

# Ruby の場合
oj s s.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published