Problem | ballgame |
---|---|
User | jeongwonho64 |
Submission Time | 2023-08-01 15:06:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballgame.cpp: In function ‘int ballgame(int, int, int, int*, int*)’:
ballgame.cpp:61:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
61 | sort(students.begin(),students.end());
| ^~~~
| short