Problem | lunchbox |
---|---|
User | Ski3r3n |
Submission Time | 2023-04-19 08:07:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:8:46: error: ‘schoolist’ was not declared in this scope; did you mean ‘schoollist’?
8 | for (int i = 0; i < amtschools; i++) cin >> schoolist[i];
| ^~~~~~~~~
| schoollist
lunchbox.cpp:9:7: error: ‘schoolist’ was not declared in this scope; did you mean ‘schoollist’?
9 | sort(schoolist, schoolist + amtschools);
| ^~~~~~~~~
| schoollist