Problem lengthsort
User eliasxyz
Submission Time 2025-05-25 12:01:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘bool cmp(std::pair<std::__cxx11::basic_string<char>, int>, std::pair<std::__cxx11::basic_string<char>, int>)’:
lengthsort.cpp:8:19: error: request for member ‘size’ in ‘a.std::pair<std::__cxx11::basic_string<char>, int>::second’, which is of non-class type ‘int’
8 | return(a.second.size()<b.second.size());
| ^~~~
lengthsort.cpp:8:35: error: request for member ‘size’ in ‘b.std::pair<std::__cxx11::basic_string<char>, int>::second’, which is of non-class type ‘int’
8 | return(a.second.size()<b.second.size());
| ^~~~