Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:16: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100010]' [-Wformat=]
   scanf("%s",&z);
                ^
/in/foo.cc:35:16: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[100010]' [-Wformat=]
   scanf("%s",&y);
                ^
/in/foo.cc: In function 'int kmp(int, int)':
/in/foo.cc:28:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 君の名は2: 宫水三叶
 - 语言
 - C++
 - 递交时间
 - 2017-08-24 10:29:34
 - 评测时间
 - 2017-08-24 10:29:34
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 77ms
 - 峰值内存
 - 848.0 KiB