Problem | lengthsort |
---|---|
User | P55D2K |
Submission Time | 2023-05-09 07:57:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:16:5: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
16 | sort(v.begin(), v.end(), [](string a, string b) {
| ^~~~
| qsort