Problem lunchbox
User Clarissa
Submission Time 2023-11-15 13:59:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:16:5: error: ‘n’ was not declared in this scope
16 | if(n>=a[i]){
| ^
lunchbox.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:6:16: note: to match this ‘{’
6 | int32_t main() {
| ^