Problem lunchbox
User shenshiqi
Submission Time 2025-02-11 21:24:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:30:23: error: expected ‘;’ before ‘if’
30 | it = lunchly.begin()
| ^
| ;
31 | if (*it <= n) cout << 1 << endl;
| ~~
lunchbox.cpp:32:3: error: ‘else’ without a previous ‘if’
32 | else cout << 0 << endl;
| ^~~~