QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#644540 | #8519. Radars | MaMengQi | Compile Error | / | / | C++20 | 1.9kb | 2024-10-16 14:32:34 | 2024-10-16 14:32:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:36:41: error: incomplete type ‘std::numeric_limits<int>’ used in nested name specifier 36 | int res = std::numeric_limits<int>::max(); | ^~~