QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45907#4565. Rarest InsectsZhangYiDeCompile Error//C++171.7kb2022-08-24 16:39:412022-08-24 16:39:42

詳細信息

answer.code: In function ‘int bs(int, int)’:
answer.code:90:61: error: ‘lf’ was not declared in this scope; did you mean ‘l’?
   90 |                 if(check(m)) return min(m, bs(l, min(m - 1, lf)));
      |                                                             ^~
      |                                                             l