QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#45907#4565. Rarest InsectsZhangYiDeCompile Error//C++171.7kb2022-08-24 16:39:412022-08-24 16:39:42

Details

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