Accepted
foo.cc: In function 'void bfs()':
foo.cc:73:53: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   73 |                     for(int j=t.s.find(a[i]);j>=0&&j<=(t.s.length()-a[i].length());j=t.s.find(a[i],j+1))
      |                                                    ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  正在同步测试数据,请稍后 [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1151 字串变换
 - 语言
 - C++
 - 递交时间
 - 2023-12-19 19:16:41
 - 评测时间
 - 2023-12-19 19:16:41
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - 61ms
 - 峰值内存
 - 2.652 MiB