修改为宏定义,测试用例通过。

This commit is contained in:
2025-11-26 22:56:39 +08:00
parent 23f05f47ea
commit 066c0e8f0b
4 changed files with 453 additions and 207 deletions

17
.vscode/settings.json vendored
View File

@@ -1,7 +1,22 @@
{
"C_Cpp.default.compilerPath": "/usr/bin/g++-14",
"files.associations": {
"stdio.h": "c"
"stdio.h": "c",
"chrono": "c",
"functional": "c",
"compare": "c",
"cstdint": "c",
"format": "c",
"any": "c",
"array": "c",
"charconv": "c",
"complex": "c",
"ratio": "c",
"scoped_allocator": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"variant": "c"
},
"commentTranslate.targetLanguage": "en"
}