Skip to content

Instantly share code, notes, and snippets.

@cocodrips
Created July 2, 2014 08:24
Show Gist options
  • Save cocodrips/17e079b44b51dd73fe2d to your computer and use it in GitHub Desktop.
Save cocodrips/17e079b44b51dd73fe2d to your computer and use it in GitHub Desktop.
c++11でコンパイルして実行する(競プロ用
g++ -std=c++11 $1
./a.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment