Wiki » 履歴 » リビジョン 4
リビジョン 3 (みぞ @mizo0203, 2019/01/12 14:07) → リビジョン 4/6 (みぞ @mizo0203, 2019/05/12 07:01)
# Wiki
## AtCoder / C++14 (GCC 5.4.1) / macOS
[AtCoder](https://atcoder.jp/) のプログラミングコンテストに参加するため、 Mac に環境構築をする。
コンテストで使用する言語は C++14 (GCC 5.4.1) とする。
また、 Mac には Command Line Tools と [Homebrew](https://brew.sh) がインストールされているものとする。
Command Line Tools がインストールされていれば C++14 でコンパイル可能であるが、
AtCoder では [Boost C++ ライブラリ](https://www.boost.org/)が使用できるので、これもインストールする。
`$ brew update && brew install boost`
### コンパイルと実行コマンド
`$ g++ -std=gnu++1y -O2 -I/usr/local/opt/boost/include -L/usr/local/opt/boost/lib -o ./a.out ./Main.cpp && ./a.out`
### 参考
[ルール - AtCoder Grand Contest 033](https://atcoder.jp/contests/agc033/rules)
## Android
### エラー内容
No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android
### 解決策
https://github.com/google/filament/issues/15#issuecomment-415423557
{{iframe(https://calendar.google.com/calendar/embed?src=3gd0mbqqu8b235sqs6s225l29k%40group.calendar.google.com&ctz=Asia%2FTokyo, 800, 600)}}
`<iframe src="https://calendar.google.com/calendar/embed?src=3gd0mbqqu8b235sqs6s225l29k%40group.calendar.google.com&ctz=Asia%2FTokyo" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>`