QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#248459#7627. Phonyucup-team221#Compile Error//C++143.7kb2023-11-11 19:16:002023-11-11 19:16:01

Details

answer.code: In function ‘int main()’:
answer.code:75:5: error: ‘sort’ was not declared in this scope; did you mean ‘sqrt’?
   75 |     sort(ALL(A));
      |     ^~~~
      |     sqrt
answer.code:80:5: error: ‘reverse’ was not declared in this scope
   80 |     reverse(ALL(B));
      |     ^~~~~~~