0_0_4113608_23901.cpp:1: error: `maxn' was not declared in this scope
0_0_4113608_23901.cpp:2: error: `maxn' was not declared in this scope
0_0_4113608_23901.cpp:3: error: `maxn' was not declared in this scope
0_0_4113608_23901.cpp: In function `int minshow(char*)':
0_0_4113608_23901.cpp:6: error: `strlen' undeclared (first use this function)
0_0_4113608_23901.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_4113608_23901.cpp:18: error: `min' undeclared (first use this function)
0_0_4113608_23901.cpp: In function `int maxshow(char*)':
0_0_4113608_23901.cpp:22: error: `strlen' undeclared (first use this function)
0_0_4113608_23901.cpp:34: error: `min' undeclared (first use this function)
0_0_4113608_23901.cpp: In function `void slove(char*)':
0_0_4113608_23901.cpp:38: error: `strlen' undeclared (first use this function)
0_0_4113608_23901.cpp:39: error: `next' undeclared (first use this function)
0_0_4113608_23901.cpp: In function `int kmp(char*, char*)':
0_0_4113608_23901.cpp:49: error: `strlen' undeclared (first use this function)
0_0_4113608_23901.cpp:52: error: `next' undeclared (first use this function)
0_0_4113608_23901.cpp: In function `int main()':
0_0_4113608_23901.cpp:61: error: `b' undeclared (first use this function)
0_0_4113608_23901.cpp:61: error: `gets' undeclared (first use this function)
0_0_4113608_23901.cpp:63: error: `strlen' undeclared (first use this function)
0_0_4113608_23901.cpp:67: error: `a' undeclared (first use this function)
0_0_4113608_23901.cpp:77: error: `printf' undeclared (first use this function)
0_0_4113608_23901.cpp: At global scope:
0_0_4113608_23901.cpp:81: error: expected declaration before '}' token
|