简化main函数声明,移除未使用的命令行参数

This commit is contained in:
2025-07-18 23:11:14 +08:00
parent e5017157cd
commit 757e3493d4
4 changed files with 2 additions and 376 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
#include "core_handlers.h"
#include "student_io.h"
int main(int argc __attribute__((unused)), char *argv[] __attribute__((unused)))
int main()
{
// 设置控制台编码为UTF-8
#ifdef _WIN32