Skip to content

Instantly share code, notes, and snippets.

@TeraokaAkihiro
Created August 21, 2018 13:59
Show Gist options
  • Save TeraokaAkihiro/dbf555341afaa9a6d71ba2897600debd to your computer and use it in GitHub Desktop.
Save TeraokaAkihiro/dbf555341afaa9a6d71ba2897600debd to your computer and use it in GitHub Desktop.
WindowsのWSLで始める競技プログラミング(C++) ref: https://qiita.com/teraokaakihiro/items/f051c81809135b0cec84
$ sudo apt install g++
$ sudo apt install python3-pip
$ sudo pip3 install online-judge-tools
$ oj dl URL
$ g++ abc000z.cpp && oj test
$ oj dl --overwrite URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment