QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#298520#6335. Belt ConveyorhyforcesCompile Error//C++202.5kb2024-01-06 12:22:392024-01-06 12:22:40

Details

answer.code: In function ‘void Solve(int, std::vector<int>, std::vector<int>)’:
answer.code:62:23: error: ‘Query’ was not declared in this scope
   62 |         vector<int>qr=Query(flp,itm);
      |                       ^~~~~
answer.code:90:5: error: ‘Answer’ was not declared in this scope
   90 |     Answer(ret);
      |     ^~~~~~