| Problem | lengthsort |
|---|---|
| User | yeddy |
| Submission Time | 2024-04-27 10:48:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:20:22: error: expected ‘;’ before ‘}’ token
20 | cout<<arr[i]<<"\n"
| ^
| ;
21 | }
| ~