Problem lunchbox
User yanwen
Submission Time 2025-03-26 15:33:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:18: error: expected ‘;’ before ‘int’
7 | cin >> N >> m
| ^
| ;
8 |
9 | int a[m];
| ~~~
lunchbox.cpp:12:12: error: ‘a’ was not declared in this scope
12 | cin >> a[i]
| ^