/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:27:5: warning: implicit declaration of function 'gets' [-Wimplicit-function-declaration]
     gets(s);
     ^~~~
/in/foo.c:28:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
     printf("%d\n",kmp(s));
     ^~~~~~
/in/foo.c:28:5: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:28:5: note: include '<stdio.h>' or provide a declaration of 'printf'
/tmp/ccjqzg31.o: In function `main':
foo.c:(.text.startup+0xe): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 1ms 2.188 MiB
#2 Wrong Answer 0ms 188.0 KiB
#3 Wrong Answer 1ms 2.203 MiB
#4 Wrong Answer 0ms 188.0 KiB
#5 Wrong Answer 1ms 2.188 MiB
#6 Wrong Answer 8ms 2.949 MiB
#7 Wrong Answer 9ms 4.934 MiB
#8 Wrong Answer 8ms 4.934 MiB
#9 Wrong Answer 8ms 4.953 MiB
#10 Wrong Answer 8ms 4.941 MiB

信息

递交者
类型
递交
题目
P1677 陶陶的名字
语言
C
递交时间
2018-10-28 17:17:43
评测时间
2018-10-28 17:17:44
评测机
分数
10
总耗时
48ms
峰值内存
4.953 MiB