Problem | lunchbox |
---|---|
User | thechillguy123456 |
Submission Time | 2025-01-22 17:52:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:14:10: error: ‘i’ was not declared in this scope
14 | if(a[i] <= N){
| ^
lunchbox.cpp: At global scope:
lunchbox.cpp:19:1: error: ‘cout’ does not name a type
19 | cout << schools;
| ^~~~
lunchbox.cpp:20:1: error: expected declaration before ‘}’ token
20 | }
| ^