QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#520877 | #1436. Split in Sets | MaMengQi | Compile Error | / | / | C++20 | 3.2kb | 2024-08-15 17:01:47 | 2024-08-15 17:01:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void dfs(std::vector<long long int>, i64, i64)’: answer.code:79:20: error: ‘INT_MAX’ was not declared in this scope 79 | i64 asum = INT_MAX; | ^~~~~~~ answer.code:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 4 | #include <vector> +++ |+#include <climits> 5 |