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