更正函数名称

增加测试函数
This commit is contained in:
2025-08-21 22:21:37 +08:00
parent b139803461
commit 1b0063f090
4 changed files with 176 additions and 5 deletions

View File

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