Problem | lunchbox |
---|---|
User | Logout |
Submission Time | 2023-11-09 13:21:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:40: error: expected ‘;’ before ‘)’ token
9 | for (int i = 1; i <= number_of_schools){
| ^
| ;
lunchbox.cpp:10:10: error: ‘placeholder’ was not declared in this scope; did you mean ‘plaeholder’?
10 | cin >> placeholder;
| ^~~~~~~~~~~
| plaeholder