Problem lengthsort
User justin271828
Submission Time 2023-06-05 11:04:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:11:25: error: ‘i’ was not declared in this scope
11 | for (int j = 0; j < n; i++) {
| ^