QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#595278#9177. String and NailsSoohti#Compile Error//C++14521b2024-09-28 13:16:552024-09-28 13:16:55

详细

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