Problem stickytape
User caffeine
Submission Time 2023-02-23 15:01:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘int32_t main()’:
stickytape.cpp:18:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
18 | sort(part[0].begin(),part[0].end());
| ^~~~
| qsort