记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:23:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
  gets(s1);
  ^~~~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.c:24:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
  gets(s2);
  ^~~~
In file included from /in/foo.c:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.c:71:3: warning: implicit declaration of function 'system' [-Wimplicit-function-declaration]
   system("pause");
   ^~~~~~
/in/foo.c:19:12: warning: unused variable 'l' [-Wunused-variable]
  int i,j,k,l;
            ^
/tmp/ccYKm7MT.o: In function `main':
foo.c:(.text.startup+0x29): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 376ms 504.0 KiB
#2 Wrong Answer 376ms 460.0 KiB
#3 Wrong Answer 389ms 344.0 KiB
#4 Wrong Answer 388ms 344.0 KiB
#5 Wrong Answer 392ms 344.0 KiB
#6 Wrong Answer 394ms 348.0 KiB
#7 Wrong Answer 395ms 344.0 KiB
#8 Wrong Answer 395ms 344.0 KiB
#9 Wrong Answer 385ms 344.0 KiB
#10 Wrong Answer 386ms 348.0 KiB

信息

递交者
类型
递交
题目
P1101 婚礼上的小杉
比赛
小兰赛 2019/9/28
语言
C
递交时间
2019-09-28 11:55:24
评测时间
2019-09-28 11:55:24
评测机
分数
0
总耗时
3880ms
峰值内存
504.0 KiB