配置code runner使用更高的C++标准 Posted on 2025年6月1日 Updated on 2025年6月1日 打开设置(JSON) “code-runner.executorMap”: { “cpp”: “cd $dir && g++ -std=c++20 $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt” } 生成海报 下载海报