| Problem | lengthsort |
|---|---|
| User | CoderBC |
| Submission Time | 2025-05-09 12:27:07 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:10:5: error: ‘vecotr’ was not declared in this scope
10 | vecotr<string> arr(n);
| ^~~~~~
lengthsort.cpp:10:18: error: expected primary-expression before ‘>’ token
10 | vecotr<string> arr(n);
| ^
lengthsort.cpp:10:20: error: ‘arr’ was not declared in this scope
10 | vecotr<string> arr(n);
| ^~~