QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#495701#9129. Quotient Sumucup-team3529Compile Error//C++14691b2024-07-27 23:11:582024-07-27 23:12:00

详细

answer.code: In function ‘int main()’:
answer.code:21:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
   21 |     sort(arr.begin(), arr.end(), greater<>());
      |     ^~~~
      |     short