| Problem | lengthsort |
|---|---|
| User | BigEd15 |
| Submission Time | 2025-04-29 12:42:35 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:19:19: error: expected ‘;’ before ‘)’ token
19 | for(i=0; i<n, i++) {
| ^
| ;
lengthsort.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
lengthsort.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^