linux 使用指南 📅 发布时间:2026/6/19 21:05:28 👁 浏览次数: 编译方法: touch a.cpp gedit a.cpp g++ a.cpp -o a.exe -O2 -std=c++14 ./a.exe