Problem | gotoschool |
---|---|
User | Sirui |
Submission Time | 2025-08-22 17:03:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp:6:17: error: ‘student’ was not declared in this scope; did you mean ‘students’?
6 | bool comparator(student a, student b) {
| ^~~~~~~
| students
gotoschool.cpp:6:28: error: ‘student’ was not declared in this scope; did you mean ‘students’?
6 | bool comparator(student a, student b) {
| ^~~~~~~
| students
gotoschool.cpp:6:37: error: expression list treated as compound expression in initializer [-fpermissive]
6 | bool comparator(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