Problem | gotoschool |
---|---|
User | Sirui |
Submission Time | 2025-08-22 17:04:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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