Problem | lcs |
---|---|
User | christal |
Submission Time | 2023-12-23 16:09:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lcs.cpp: In function ‘int main()’:
lcs.cpp:7:29: error: cannot convert ‘std::__cxx11::basic_string<char>::length’ from type ‘std::__cxx11::basic_string<char>::size_type (std::__cxx11::basic_string<char>::)() const noexcept’ {aka ‘long unsigned int (std::__cxx11::basic_string<char>::)() const noexcept’} to type ‘long long unsigned int’
7 | unsigned long long n1 = s1.length, n2 = s2.length;
| ^~~~~~
lcs.cpp:7:45: error: cannot convert ‘std::__cxx11::basic_string<char>::length’ from type ‘std::__cxx11::basic_string<char>::size_type (std::__cxx11::basic_string<char>::)() const noexcept’ {aka ‘long unsigned int (std::__cxx11::basic_string<char>::)() const noexcept’} to type ‘long long unsigned int’
7 | unsigned long long n1 = s1.length, n2 = s2.length;
| ^~~~~~
lcs.cpp:12:28: error: incompatible types in assignment of ‘int’ to ‘in