Problem | gotoschool |
---|---|
User | Sirui |
Submission Time | 2025-08-22 17:06:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp:9:10: error: ‘Student’ was not declared in this scope; did you mean ‘Students’?
9 | bool cmp(Student a, Student b) {
| ^~~~~~~
| Students
gotoschool.cpp:9:21: error: ‘Student’ was not declared in this scope; did you mean ‘Students’?
9 | bool cmp(Student a, Student b) {
| ^~~~~~~
| Students
gotoschool.cpp:9:30: error: expression list treated as compound expression in initializer [-fpermissive]
9 | bool cmp(Student a, Student b) {
| ^
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:17:19: error: expected ‘;’ before ‘<’ token
17 | for (int i = 0, i < n; i++)m {
| ^~
| ;
gotoschool.cpp:17:20: error: expected primary-expression before ‘<’ token
17 | for (int i = 0, i < n; i++)m {
| ^
gotosch