| Problem | lengthsort |
|---|---|
| User | 00cqx7 |
| Submission Time | 2023-02-04 19:05:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘bool cmp(std::string, std::string)’:
lengthsort.cpp:5:21: error: expected primary-expression before ‘>’ token
5 | return a.length() => b.length();
| ^