| Problem | lunchbox |
|---|---|
| User | Lyn |
| Submission Time | 2026-02-07 17:53:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:32: error: expected ‘;’ before ‘for’
12 | sort(reqs.begin(), reqs.end())
| ^
| ;
13 |
14 | for (int i=0; i<m; i++) {
| ~~~
lunchbox.cpp:14:16: error: ‘i’ was not declared in this scope
14 | for (int i=0; i<m; i++) {
| ^