0_0_13053280_9387.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_13053280_9387.cpp:2:10: #include expects "FILENAME" or <FILENAME>
0_0_13053280_9387.cpp: In function `int LCS(int, int)':
0_0_13053280_9387.cpp:11: error: expected `;' before "for"
0_0_13053280_9387.cpp:11: error: expected primary-expression before "for"
0_0_13053280_9387.cpp:11: error: expected `)' before "for"
0_0_13053280_9387.cpp:12: error: expected `;' before '{' token
0_0_13053280_9387.cpp:12: error: expected primary-expression before '{' token
0_0_13053280_9387.cpp:12: error: expected `)' before '{' token
0_0_13053280_9387.cpp:16: error: `ab' undeclared (first use this function)
0_0_13053280_9387.cpp:16: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_13053280_9387.cpp: In function `int main()':
0_0_13053280_9387.cpp:22: error: `scanf' undeclared (first use this function)
0_0_13053280_9387.cpp:22: error: `EOF' undeclared (first use this function)
0_0_13053280_9387.cpp:24: error: `strlen' undeclared (first use this function)
0_0_13053280_9387.cpp:26: error: `memset' undeclared (first use this function)
0_0_13053280_9387.cpp:27: error: `printf' undeclared (first use this function)
|