| Problem | lunchbox |
|---|---|
| User | LewDewMewPewShoo |
| Submission Time | 2026-08-30 18:38:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:18: error: expected ‘;’ before ‘long’
7 | cin.tie(nullptr)
| ^
| ;
lunchbox.cpp:10:9: error: ‘N’ was not declared in this scope
10 | cin >> N >> m;
| ^
lunchbox.cpp:10:14: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
10 | cin >> N >> m;
| ^
| tm
lunchbox.cpp:13:10: error: ‘k’ was not declared in this scope
13 | cin >> k[i];
| ^
lunchbox.cpp:19:7: error: ‘k’ was not declared in this scope
19 | N - k[i];
| ^