0_0_4052318_4001.cpp: In function `int kmp()':
0_0_4052318_4001.cpp:24: error: `int kmp()' redeclared as different kind of symbol
0_0_4052318_4001.cpp:5: error: previous declaration of `int kmp[100010]'
0_0_4052318_4001.cpp:5: error: previous non-function declaration `int kmp[100010]'
0_0_4052318_4001.cpp:24: error: conflicts with function declaration `int kmp()'
0_0_4052318_4001.cpp: In function `int main()':
0_0_4052318_4001.cpp:74: error: `kmp' cannot be used as a function
|