配置 第一次运行需要下载gcc编译器并配置进PATH环境变量。(MinGW_W64) 在settings:"C_Cpp.default.compilerPath": 修改为自己的编译器配置 运行 ctrl + alt + N: 使用 run code (code runner插件)运行单个文件 F1 -> Run task -> g++.exe build and run with redirection 重定向运行,即input输入,output输出 网站文档 https://zhuanlan.zhihu.com/p/261982416