Problem | lunchbox |
---|---|
User | SkibidiScam123 |
Submission Time | 2025-01-22 17:50:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:14:25: error: lvalue required as increment operand
14 | for(int i = 0; i < m; 1++){
| ^~
lunchbox.cpp:16:13: error: expected ‘)’ before ‘;’ token
16 | schools++;
| ^
| )
lunchbox.cpp:15:16: note: to match this ‘(’
15 | if(a[i] <= N)(
| ^
lunchbox.cpp:18:3: error: expected primary-expression before ‘)’ token
18 | )
| ^
lunchbox.cpp:21:2: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^