Problem lunchbox
User siqideng09
Submission Time 2023-11-09 09:46:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:18:25: error: expected ‘;’ before ‘<’ token
18 | for (long long i = 0, i < m;) {
| ^~
| ;
lunchbox.cpp:18:26: error: expected primary-expression before ‘<’ token
18 | for (long long i = 0, i < m;) {
| ^
lunchbox.cpp:29:1: error: expected ‘}’ at end of input
29 | }
| ^
lunchbox.cpp:7:1: note: to match this ‘{’
7 | {
| ^