QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#79452#2464. Taxed EditorMaMengQiCompile Error//C++111.2kb2023-02-20 08:59:082023-02-20 08:59:11

Details

answer.code: In function ‘int main()’:
answer.code:50:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
   50 |     sort(p+1, p+1+n, cmp);
      |     ^~~~
      |     short