0_0_38826448_4768.cpp
0_0_38826448_4768.cpp(82) : error C2535: “int KMP<T>::maxMatchNum(T *,int,T *,int)”: 已经定义或声明成员函数
0_0_38826448_4768.cpp(60) : 参见“KMP<T>::maxMatchNum”的声明
0_0_38826448_4768.cpp(122): 参见对正在编译的类 模板 实例化“KMP<T>”的引用
0_0_38826448_4768.cpp(82) : error C2535: “int KMP<int>::maxMatchNum(T *,int,T *,int)”: 已经定义或声明成员函数
with
[
T=int
]
0_0_38826448_4768.cpp(60) : 参见“KMP<int>::maxMatchNum”的声明
0_0_38826448_4768.cpp(139): 参见对正在编译的类 模板 实例化“KMP<int>”的引用
|