QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#481744 | #7102. Live Love | ZhangYiDe | Compile Error | / | / | C++14 | 1.3kb | 2024-07-17 13:45:08 | 2024-07-17 13:45:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:58:20: error: ‘INT_MAX’ was not declared in this scope 58 | int minn = INT_MAX; | ^~~~~~~ answer.code:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 4 | #include <cmath> +++ |+#include <climits> 5 | using namespace std;