Problem lengthsort
User Sheb
Submission Time 2025-03-05 17:47:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘long long int comp(std::string, std::string)’:
lengthsort.cpp:6:5: error: named return values are no longer supported
6 | return a.length() > b.length();
| ^~~~~~