linux 使用指南

linux 使用指南

 

 

编译方法:

touch a.cpp
gedit a.cpp
g++ a.cpp -o a.exe -O2 -std=c++14
./a.exe