运行 ID: 30347

Main.cc: In function ‘int main()’:
Main.cc:45:6: error: redeclaration of ‘long long int K’
  int K=KMP(Cur,P);
      ^
Main.cc:35:6: note: ‘long long int K’ previously declared here
  int K=KMP(Cur,P);
      ^