QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#595278#9177. String and NailsSoohti#Compile Error//C++14521b2024-09-28 13:16:552024-09-28 13:16:55

Details

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