/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:11:9: warning: 'gets' is deprecated [-Wdeprecated-declarations]
         gets(A[i]);
         ^~~~
In file included from foo.c:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
foo.c: In function 'judge':
foo.c:35:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
       if(a[i]=a[j])
       ^~
/tmp/ccREyzkq.o: In function `main':
foo.c:(.text.startup+0x54): warning: the `gets' function is dangerous and should not be used.

自豪地采用[jd5](https://github.com/masnn/jd5)进行评测
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 124.0 KiB
#2 Wrong Answer 1ms 2.121 MiB
#3 Wrong Answer 1ms 136.0 KiB
#4 Wrong Answer 1ms 124.0 KiB
#5 Wrong Answer 1ms 124.0 KiB
#6 Wrong Answer 1ms 124.0 KiB
#7 Wrong Answer 1ms 144.0 KiB
#8 Wrong Answer 1ms 2.117 MiB
#9 Wrong Answer 2ms 228.0 KiB
#10 Wrong Answer 2ms 312.0 KiB

信息

递交者
类型
递交
题目
P1482 信息筛选
语言
C
递交时间
2019-11-28 19:22:51
评测时间
2019-11-28 19:22:51
评测机
分数
0
总耗时
12ms
峰值内存
2.121 MiB