QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#714801#9406. TriangleHuluoboCompile Error//C++143.5kb2024-11-06 08:01:052024-11-06 08:01:05

Details

answer.code: In function ‘int main()’:
answer.code:90:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
   90 |     sort(t + 1, t + m + 1, cmp);
      |     ^~~~
      |     short