运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
498977 哎呦~你干嘛~ 1046 - 守护长方形 编译错误 0 0 MS 0 KB C 484 1年前
暂时无法获取本题测试点详情。

Main.c:24:11: error: conflicting types for ‘add’
24 | long long add(long long a)
| ^~~
Main.c:2:5: note: previous declaration of ‘add’ was here
2 | int add(int);
| ^~~