记录详情

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]
 }
 ^
# 状态 耗时 内存占用
#1 Accepted 3ms 756.0 KiB
#2 Accepted 3ms 728.0 KiB
#3 Accepted 2ms 640.0 KiB
#4 Accepted 3ms 640.0 KiB
#5 Accepted 3ms 640.0 KiB
#6 Accepted 3ms 732.0 KiB
#7 Accepted 7ms 640.0 KiB
#8 Accepted 8ms 640.0 KiB
#9 Accepted 18ms 768.0 KiB
#10 Accepted 22ms 848.0 KiB

信息

递交者
类型
递交
题目
君の名は2: 宫水三叶
语言
C++
递交时间
2017-08-24 10:29:34
评测时间
2017-08-24 10:29:34
评测机
分数
100
总耗时
77ms
峰值内存
848.0 KiB