QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#215923#6310. Dining Professorsucup-team1130#Compile Error//C++17541b2023-10-15 14:29:012023-10-15 14:29:01

詳細信息

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