Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:48:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      for (int j = n.s.find(a[i]); j <= n.s.length()-a[i].length(); j = n.s.find(a[i], j+1))
                                   ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1074 字串变换
 - 比赛
 - 小兰赛 2019/6/8
 - 语言
 - C++
 - 递交时间
 - 2019-06-08 10:24:38
 - 评测时间
 - 2019-06-08 10:24:38
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 16ms
 - 峰值内存
 - 1.461 MiB