Problem lunchbox
User Jesus77
Submission Time 2025-01-22 17:53:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:9:21: error: ‘n’ was not declared in this scope
9 | for(int i = 0; i < n; i++){
| ^
lunchbox.cpp:14:18: error: expected ‘;’ before ‘<’ token
14 | for (int i = 0, i < m; i++){
| ^~
| ;
lunchbox.cpp:14:19: error: expected primary-expression before ‘<’ token
14 | for (int i = 0, i < m; i++){
| ^
lunchbox.cpp:20:1: error: ‘cour’ was not declared in this scope
20 | cour << schools;
| ^~~~