Problem | lengthsort |
---|---|
User | Yuzzll |
Submission Time | 2023-03-04 22:05:31 |
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:4:32: error: named return values are no longer supported
4 | bool cmp(string s1, string s2) return s1.size() > s2.size();
| ^~~~~~