Problem | lengthsort |
---|---|
User | wtnetlegend |
Submission Time | 2025-03-10 10:56:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:15:16: error: ‘comp’ was not declared in this scope; did you mean ‘comp1’?
15 | sort (p, p+n, comp);
| ^~~~
| comp1