Problem lunchbox
User bluesky2113
Submission Time 2024-08-03 09:26:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:15:9: error: ‘M’ was not declared in this scope
15 | while (M > 0) {
| ^
lunchbox.cpp:16:15: error: ‘i’ was not declared in this scope
16 | if (N < arr[i]) {
| ^
lunchbox.cpp:19:7: error: ‘i’ was not declared in this scope
19 | if (i == m) {
| ^
lunchbox.cpp:27:15: error: expected ‘}’ at end of input
27 | cout << count;
| ^
lunchbox.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^