运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
434529 Tamako 1471 - 丘丘人的数学题 编译错误 0 0 MS 0 KB C++ 432 1年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:18:18: error: ‘LLONG_MAX’ was not declared in this scope
18 | long long ans = LLONG_MAX;
| ^~~~~~~~~
Main.cc:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <cstring>
+++ |+#include <climits>
3 | using namespace std;