记录详情

Accepted

foo.c: In function 'main':
foo.c:39:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   39 |  gets(s1);
      |  ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:40:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   40 |  gets(s2);
      |  ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:41:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   41 |  gets(s3);
      |  ^~~~
In file included from /usr/include/stdio.h:867,
                 from foo.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:235:1: note: declared here
  235 | gets (char *__str)
      | ^~~~
foo.c:39:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   39 |  gets(s1);
      |  ^~~~~~~~
foo.c:40:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   40 |  gets(s2);
      |  ^~~~~~~~
foo.c:41:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   41 |  gets(s3);
      |  ^~~~~~~~
/usr/bin/ld: /tmp/cchC2LEw.o: in function `main':
foo.c:(.text.startup+0x58): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 640.0 KiB

信息

递交者
类型
自测
题目
4-3 爱情故事
语言
C
递交时间
2022-04-19 10:00:46
评测时间
2022-04-19 10:00:59
评测机
分数
10
总耗时
3ms
峰值内存
640.0 KiB