Problem | lunchbox |
---|---|
User | asbx |
Submission Time | 2023-11-09 10:11:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(arr, arr + m);
| ^~~~
| qsort
lunchbox.cpp:18:11: error: expected ‘;’ before ‘}’ token
18 | cout<<out
| ^
| ;
19 | }
| ~