记录详情

Compile Error

foo.c:3:6: error: conflicting types for 'remove'
    3 | void remove(char s[],char c);
      |      ^~~~~~
In file included from foo.c:1:
/usr/include/stdio.h:146:12: note: previous declaration of 'remove' was here
  146 | extern int remove (const char *__filename) __THROW;
      |            ^~~~~~
foo.c: In function 'main':
foo.c:8:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    8 |  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:9:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
    9 |  gets(c);
      |  ^~~~
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: At top level:
foo.c:22:6: error: conflicting types for 'remove'
   22 | void remove(char s[],char c)
      |      ^~~~~~
In file included from foo.c:1:
/usr/include/stdio.h:146:12: note: previous declaration of 'remove' was here
  146 | extern int remove (const char *__filename) __THROW;
      |            ^~~~~~
foo.c: In function 'main':
foo.c:8:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
    8 |  gets(s);
      |  ^~~~~~~
foo.c:9:2: warning: ignoring return value of 'gets', declared with attribute warn_unused_result [-Wunused-result]
    9 |  gets(c);
      |  ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1062 A8-6 删除字符串中多余的多种字符
比赛
2021(四) 作业第四场:加速赛
语言
C
递交时间
2021-12-08 14:41:39
评测时间
2021-12-08 14:41:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes