| Problem | lunchbox |
|---|---|
| User | LewDewMewPewShoo |
| Submission Time | 2026-08-31 10:53:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:2: error: expected ‘,’ or ‘;’ before ‘sort’
17 | sort(Vec.begin(), Vec.end());
| ^~~~
lunchbox.cpp:20:9: error: expected ‘;’ before ‘}’ token
20 | C += 1
| ^
| ;
21 | }
| ~