Problem | numericalstrings |
---|---|
User | Henries |
Submission Time | 2024-10-20 09:04:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
numericalstrings.cpp: In function ‘bool cmp(std::string, std::string)’:
numericalstrings.cpp:4:24: error: invalid use of member function ‘std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::length() const [with _CharT = char; _Traits = std::char_traits<char>; _Alloc = std::allocator<char>; std::__cxx11::basic_string<_CharT, _Traits, _Alloc>::size_type = long unsigned int]’ (did you forget the ‘()’ ?)
4 | if (s1.length() == s2.length){
| ~~~^~~~~~
| ()