| Problem | neckties | 
|---|---|
| User | ChickenCoder | 
| Submission Time | 2023-07-03 23:22:26 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 neckties.cpp: In function ‘int main()’:
neckties.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
   14 |  sort(arr+1, arr+n+2);
      |  ^~~~
      |  qsort