QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#215923#6310. Dining Professorsucup-team1130#Compile Error//C++17541b2023-10-15 14:29:012023-10-15 14:29:01

Details

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