Files
vector/.vscode/settings.json
guishenking 1b0063f090 更正函数名称
增加测试函数
2025-08-21 22:21:37 +08:00

6 lines
113 B
JSON

{
"C_Cpp.default.compilerPath": "/usr/bin/g++-14",
"files.associations": {
"stdio.h": "c"
}
}