linux 使用指南 📅 发布时间:2026/9/7 11:18:35 👁 浏览次数: 编译方法: touch a.cpp gedit a.cpp g++ a.cpp -o a.exe -O2 -std=c++14 ./a.exe