记录详情

Accepted

foo.c: In function 'main':
foo.c:41:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   41 |  gets(t);
      |  ^~~~
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:42:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
   42 |  gets(s);
      |  ^~~~
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: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   41 |  gets(t);
      |  ^~~~~~~
foo.c:42:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
   42 |  gets(s);
      |  ^~~~~~~
foo.c: In function 'GG':
foo.c:9:11: warning: 'index' may be used uninitialized in this function [-Wmaybe-uninitialized]
    9 |  int i, j,index;
      |           ^~~~~
/usr/bin/ld: /tmp/cc7oO0Sv.o: in function `main':
foo.c:(.text.startup+0x75): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB

信息

递交者
类型
自测
题目
4-7 密钥表与替代密码
语言
C
递交时间
2022-04-24 15:53:32
评测时间
2022-04-24 15:53:32
评测机
分数
10
总耗时
2ms
峰值内存
256.0 KiB