QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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(); | ^~~