Problem bore
User Pan
Submission Time 2024-09-20 14:02:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bore.cpp: In function ‘int main()’:
bore.cpp:57:28: 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 ‘()’ ?)
57 | vector<vector<ll> > dp(ss.length + 5, vector<ll> (maxlen + 5, 0));
| ~~~^~~~~~
| ()