Problem lunchbox
User DuckyKayden
Submission Time 2025-08-14 14:54:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:8:12: error: expected ‘;’ before ‘:’ token
8 | cout.tie(0):
| ^
| ;
lunchbox.cpp:10:18: error: ‘N’ was not declared in this scope
10 | int N, m; cin >> N >> m;
| ^
lunchbox.cpp:10:23: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
10 | int N, m; cin >> N >> m;
| ^
| tm