Problem gotoschool
User KingH
Submission Time 2025-08-22 17:04:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:17:11: error: expected unqualified-id before ‘=’ token
17 | student = {i + 1, pos};
| ^
gotoschool.cpp:19:14: error: expected primary-expression before ‘.’ token
19 | sort(student.begin(), student.end(), comparator);
| ^
gotoschool.cpp:19:31: error: expected primary-expression before ‘.’ token
19 | sort(student.begin(), student.end(), comparator);
| ^
gotoschool.cpp:21:17: error: ‘students’ was not declared in this scope; did you mean ‘student’?
21 | cout << students[i].number;
| ^~~~~~~~
| student