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

Compile Error

gotoschool.cpp:6:10: error: ‘Student’ was not declared in this scope; did you mean ‘students’?
6 | bool cmp(Student a, Student b) {
| ^~~~~~~
| students
gotoschool.cpp:6:21: error: ‘Student’ was not declared in this scope; did you mean ‘students’?
6 | bool cmp(Student a, Student b) {
| ^~~~~~~
| students
gotoschool.cpp:6:30: error: expression list treated as compound expression in initializer [-fpermissive]
6 | bool cmp(Student a, Student b) {
| ^
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:12:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
12 | cin >> n;
| ^~~
| std::cin
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:75,
from gotoschool.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared