/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:19:4: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    gets(y[k][i]);
    ^~~~
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:45:6: warning: unused variable 'b' [-Wunused-variable]
  int b[400]={0},dq=0,a=m*n;
      ^
/in/foo.c:14:13: warning: unused variable 'j0' [-Wunused-variable]
  int i,j,i0,j0,k;
             ^~
/in/foo.c:14:10: warning: unused variable 'i0' [-Wunused-variable]
  int i,j,i0,j0,k;
          ^~
/in/foo.c:11:7: warning: unused variable 's' [-Wunused-variable]
  char s[100];
       ^
/tmp/ccS2q9xO.o: In function `main':
foo.c:(.text.startup+0x74): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Wrong Answer 5ms 768.0 KiB
#2 Accepted 4ms 896.0 KiB
#3 Wrong Answer 2ms 884.0 KiB
#4 Accepted 4ms 768.0 KiB
#5 Accepted 5ms 872.0 KiB
#6 Accepted 5ms 896.0 KiB
#7 Accepted 5ms 768.0 KiB
#8 Accepted 2ms 472.0 KiB
#9 Wrong Answer 2ms 608.0 KiB
#10 Accepted 2ms 624.0 KiB

信息

递交者
类型
递交
题目
P1390 玩诈欺的小杉
语言
C
递交时间
2017-05-28 22:59:16
评测时间
2017-05-28 22:59:16
评测机
分数
70
总耗时
40ms
峰值内存
896.0 KiB