### Compile ```shell g++ main.cpp --std=c++11 -o a.exe ``` ### Run ```shell ./a.exe ```