QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#216008#6307. Chase Game 2ucup-team1130#Compile Error//C++17933b2023-10-15 15:06:462023-10-15 15:06:47

詳細信息

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