Problem | gotoschool |
---|---|
User | god |
Submission Time | 2025-06-18 13:38:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:13:53: error: expected primary-expression before ‘)’ token
13 | sort(students.begin(), students.end(), greater<int>)
| ^
gotoschool.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(students.begin(), students.end(), greater<int>)
| ^~~~
| qsort
gotoschool.cpp:14:14: error: ‘i’ was not declared in this scope
14 | for(int i=0;i<no_of_students;i++) {
| ^