| Problem | lengthsort |
|---|---|
| User | eliasxyz |
| Submission Time | 2025-05-25 12:42:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:17:3: error: ‘str’ was not declared in this scope; did you mean ‘std’?
17 | str p;
| ^~~
| std
lengthsort.cpp:18:8: error: ‘p’ was not declared in this scope
18 | cin>>p;
| ^