QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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 |