Problem stickytape
User ChickenCoder
Submission Time 2023-07-06 14:52:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘int main()’:
stickytape.cpp:52:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
52 | sort(a.begin(), a.end());
| ^~~~
| qsort