记录详情

Compile Error

foo.c: In function 'OutPut':
foo.c:14:21: warning: implicit declaration of function 'Panduan' [-Wimplicit-function-declaration]
   14 |                 if (Panduan(b,a[i])==true)
      |                     ^~~~~~~
foo.c: At top level:
foo.c:19:6: error: conflicting types for 'Panduan'; have '_Bool(char *, char)'
   19 | bool Panduan(char a[], char n)
      |      ^~~~~~~
foo.c:14:21: note: previous implicit declaration of 'Panduan' with type 'int()'
   14 |                 if (Panduan(b,a[i])==true)
      |                     ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1062 A8-6 删除字符串中多余的多种字符
语言
C
递交时间
2023-11-11 10:17:22
评测时间
2023-11-11 10:17:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes