QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#200542#6558. Allergen Testingucup-team2039Compile Error//C++201.2kb2023-10-04 17:25:362023-10-04 17:25:36

Details

answer.code: In function ‘void solve()’:
answer.code:60:20: error: ‘l’ was not declared in this scope
   60 |                 i=(l+r)/2;
      |                    ^
answer.code:60:22: error: ‘r’ was not declared in this scope
   60 |                 i=(l+r)/2;
      |                      ^