Problem lunchbox
User KingH
Submission Time 2025-08-04 17:36:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:31: error: expected ‘)’ before ‘;’ token
11 | sort(list.begin(), list.end();
| ~ ^
| )