Wrong Answer
foo.c: In function 'main':
foo.c:12: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__;
^~~~
/tmp/ccWoYEP8.o: In function `main':
foo.c:(.text.startup+0x64): warning: the `gets' function is dangerous and should not be used.
自豪地采用[jd5](https://github.com/masnn/jd5)进行评测
信息
- 递交者
- 类型
- 递交
- 题目
- P1482 信息筛选
- 语言
- C
- 递交时间
- 2019-11-28 19:28:25
- 评测时间
- 2019-11-28 19:28:25
- 评测机
- 分数
- 0
- 总耗时
- 17ms
- 峰值内存
- 2.121 MiB