QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#644540#8519. RadarsMaMengQiCompile Error//C++201.9kb2024-10-16 14:32:342024-10-16 14:32:40

詳細信息

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();
      |                                         ^~~