Problem | lunchbox |
---|---|
User | wyaptw |
Submission Time | 2025-05-22 20:17:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:19: error: ‘m’ was not declared in this scope
7 | std::cin >> N >> m;
| ^
lunchbox.cpp:11:3: error: ‘boxes’ was not declared in this scope
11 | boxes[i] = a;
| ^~~~~
lunchbox.cpp:13:7: error: ‘boxes’ was not declared in this scope
13 | sort(boxes, boxes+m);
| ^~~~~
lunchbox.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(boxes, boxes+m);
| ^~~~
| qsort