Problem lunchbox
User tomatofrog0w0
Submission Time 2023-11-09 10:57:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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