Problem | lengthsort |
---|---|
User | weccs |
Submission Time | 2025-07-06 07:09:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:20:24: error: ‘cmp’ was not declared in this scope; did you mean ‘bcmp’?
20 | sort(words,words+n,cmp);
| ^~~
| bcmp