Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 783 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 783 Bytes

What is this?

  • C++でAtCoderが出来る環境を構築するコードです。Dockerコンテナを使用するので手元の環境を汚すことなく構築可能です。
  • なお、コードテストにはonline-judge-tools、コード提出および問題用ディレクトリ作成にはatcoder-cliを使用しています。

Requirements

  • Docker
  • VS Code
    • extensions: Remote Contaiers

How to install

  1. Remote Containersを実行
    Remote-Containers: Reopen in Container

  2. init.shを実行 /bin/bash /root/init.sh

How to use

  • コンパイル:Ctrl + Shift + B
  • テスト:Ctrl + T テストのショートカットはkeybindings.jsonで設定が必要