0_0_4122387_14322.cpp:6: error: `MAXLEN' was not declared in this scope
0_0_4122387_14322.cpp:6: error: `MAXLEN' was not declared in this scope
0_0_4122387_14322.cpp: In function `void LCSLength(char*, char*, int, int)':
0_0_4122387_14322.cpp:11: error: `c' undeclared (first use this function)
0_0_4122387_14322.cpp:11: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4122387_14322.cpp:21: error: `b' undeclared (first use this function)
0_0_4122387_14322.cpp: At global scope:
0_0_4122387_14322.cpp:37: error: `MAXLEN' was not declared in this scope
0_0_4122387_14322.cpp: In function `void PrintLCS(char*, int, int)':
0_0_4122387_14322.cpp:41: error: `b' undeclared (first use this function)
0_0_4122387_14322.cpp: In function `int main(int, char**)':
0_0_4122387_14322.cpp:55: error: `MAXLEN' undeclared (first use this function)
0_0_4122387_14322.cpp:63: error: `x' undeclared (first use this function)
0_0_4122387_14322.cpp:63: error: `y' undeclared (first use this function)
0_0_4122387_14322.cpp:63: error: `c' undeclared (first use this function)
0_0_4122387_14322.cpp:63: error: `b' undeclared (first use this function)
|