记录详情

Accepted

foo.c: In function 'main':
foo.c:6:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    6 |  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:7:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    7 |  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:8:12: warning: array subscript has type 'char' [-Wchar-subscripts]
    8 |  for(i=0;s1[i]!='\0';i++)
      |            ^
foo.c:9:13: warning: array subscript has type 'char' [-Wchar-subscripts]
    9 |   for(n=0;s2[n]!='\0';n++)
      |             ^
foo.c:10:9: warning: array subscript has type 'char' [-Wchar-subscripts]
   10 |    if(s1[i]!=s2[n])
      |         ^
foo.c:10:16: warning: array subscript has type 'char' [-Wchar-subscripts]
   10 |    if(s1[i]!=s2[n])
      |                ^
foo.c:11:9: warning: array subscript has type 'char' [-Wchar-subscripts]
   11 |     s1[j++]=s1[i];
      |        ~^~
foo.c:11:15: warning: array subscript has type 'char' [-Wchar-subscripts]
   11 |     s1[j++]=s1[i];
      |               ^
foo.c:12:4: warning: array subscript has type 'char' [-Wchar-subscripts]
   12 |  s1[j]='\0';
      |    ^
foo.c:6:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
    6 |  gets(s1);
      |  ^~~~~~~~
foo.c:7:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
    7 |  gets(s2);
      |  ^~~~~~~~
/usr/bin/ld: /tmp/ccyppcO5.o: in function `main':
foo.c:(.text.startup+0x44): warning: the `gets' function is dangerous and should not be used.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1061 A8-5 删除字符串中多余的一种字符
比赛
2022春 C语言课程设计 作业3
语言
C
递交时间
2022-04-25 21:38:28
评测时间
2022-04-25 21:38:28
评测机
分数
100
总耗时
11ms
峰值内存
256.0 KiB