Problem | lengthsort |
---|---|
User | limzuwan |
Submission Time | 2023-06-06 21:06:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lengthsort.cpp: In function ‘bool c(std::pair<std::__cxx11::basic_string<char>, int>, std::pair<std::__cxx11::basic_string<char>, int>)’:
lengthsort.cpp:4:109: error: expected ‘;’ before ‘}’ token
4 | return a.first.length() > b.first.length() || (a.second < b.second && a.first.length() == b.first.length())
| ^
| ;
5 | }
| ~