Problem | gotoschool |
---|---|
User | GlitchPlungerCat |
Submission Time | 2025-08-22 17:12:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘bool comparator(student&, student&)’:
gotoschool.cpp:9:11: error: a function-definition is not allowed here before ‘{’ token
9 | int main(){
| ^
gotoschool.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
gotoschool.cpp:7:42: note: to match this ‘{’
7 | bool comparator(student& a, student& b) {
| ^