QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#216008#6307. Chase Game 2ucup-team1130#Compile Error//C++17933b2023-10-15 15:06:462023-10-15 15:06:47

Details

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