QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#166835 | #6515. Path Planning | ucup-team1577# | Compile Error | / | / | C++20 | 3.5kb | 2023-09-06 19:10:21 | 2023-09-06 19:10:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘int segsmall::query(int, int, int)’: answer.code:68:57: error: ‘INT_MAX’ was not declared in this scope 68 | if(r<tree[now].l||tree[now].r<l) return INT_MAX; | ^~~~~~~ answer.code:11:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’? 10 | #include <set> +++ |+#include <climits> 11 | #include <string>