QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#346667#91. Secret PermutationkarriganCompile Error//C++201.3kb2024-03-08 20:56:412024-03-08 20:56:41

Details

answer.code: In function ‘void solve(int)’:
answer.code:33:9: error: ‘query’ was not declared in this scope
   33 | int ans=query(a);
      |         ^~~~~
answer.code:74:1: error: ‘answer’ was not declared in this scope
   74 | answer(cc);
      | ^~~~~~