记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:12:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
  gets(s);
  ^~~~
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:10:34: warning: unused variable 't' [-Wunused-variable]
  int i,j ,c[40000]={0},count=0,k,t=0;
                                  ^
/tmp/ccHsPUYS.o: In function `main':
foo.c:(.text.startup+0x35): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 0ms 332.0 KiB
#2 Wrong Answer 1ms 344.0 KiB
#3 Wrong Answer 1ms 340.0 KiB
#4 Wrong Answer 6ms 384.0 KiB
#5 Wrong Answer 22ms 332.0 KiB

信息

递交者
类型
递交
题目
2-6 单词频度表
语言
C
递交时间
2019-01-03 15:50:50
评测时间
2019-01-03 15:50:50
评测机
分数
20
总耗时
31ms
峰值内存
384.0 KiB