| Problem | lengthsort |
|---|---|
| User | jiazethesigma |
| Submission Time | 2025-12-12 08:59:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘bool comp(std::string, std::string)’:
lengthsort.cpp:4:2: error: named return values are no longer supported
4 | return a.size()<b.size();
| ^~~~~~