Problem | gotoschool |
---|---|
User | god |
Submission Time | 2025-06-18 13:40:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(students.begin(), students.end());
| ^~~~
| qsort