Problem lunchbox
User christal
Submission Time 2023-12-16 15:13:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:5:8: error: ‘i’ was not declared in this scope
5 | int N[i], m, n;
| ^
lunchbox.cpp:7:9: error: ‘N’ was not declared in this scope
7 | cin >> N >> m >> k;
| ^