Problem lunchbox
User sherlockholmes025
Submission Time 2026-01-19 22:27:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:26: error: expected ‘;’ before ‘while’
20 | sort(v.begin(), v.end())
| ^
| ;
21 |
22 | while(sum > n) {
| ~~~~~