Problem lunchbox
User dfsssssssssfsdfdssgdfs
Submission Time 2026-01-12 15:45:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
17 | sort(number.begin(), number.end());
| ^~~~
| qsort
lunchbox.cpp:18:41: error: expected ‘;’ before ‘)’ token
18 | for (unsigned long long j=0; j < b, j++){
| ^
| ;
lunchbox.cpp:30:1: error: expected ‘}’ at end of input
30 | }
| ^
lunchbox.cpp:7:1: note: to match this ‘{’
7 | {
| ^