Problem lengthsort
User andikawahyudi
Submission Time 2026-02-08 21:17:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:12:7: error: ‘p’ was not declared in this scope
12 | sort(p, p+n);
| ^