0_0_4165384_15756.cpp: In function `int LCS(std::string, std::string)':
0_0_4165384_15756.cpp:13: error: `len1' undeclared (first use this function)
0_0_4165384_15756.cpp:13: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4165384_15756.cpp:14: error: `len2' undeclared (first use this function)
|