Compile Error

foo.cc: In function 'int zixulie(std::string, int)':
foo.cc:25:13: error: 'amyfind' was not declared in this scope; did you mean 'myfind'?
   25 |  while(i<n&&amyfind(s,s[i])<k)
      |             ^~~~~~~
      |             myfind
foo.cc: In function 'int main()':
foo.cc:36:6: warning: unused variable 'n' [-Wunused-variable]
   36 |  int n=s.length();
      |      ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1107 最长重复子串k
语言
C++
递交时间
2022-07-18 18:46:56
评测时间
2022-07-18 18:46:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes