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

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:18:37: error: expected ‘;’ before ‘for’
18 | sort(request.begin(),request.end())
| ^
| ;
19 | for (int i = 0; i < m; ++i) {
| ~~~
lunchbox.cpp:19:17: error: ‘i’ was not declared in this scope
19 | for (int i = 0; i < m; ++i) {
| ^