Compile Error

foo.c: In function 'main':
foo.c:15:22: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
   15 |             printf("%s",a[i]);
      |                     ~^  ~~~~
      |                      |   |
      |                      |   int
      |                      char *
      |                     %d
foo.c:17:5: error: 'retrun' undeclared (first use in this function)
   17 |     retrun 0;
      |     ^~~~~~
foo.c:17:5: note: each undeclared identifier is reported only once for each function it appears in
foo.c:17:11: error: expected ';' before numeric constant
   17 |     retrun 0;
      |           ^~
      |           ;
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1079 A8-5 删除字符串中多余的一种字符
语言
C
递交时间
2023-11-11 17:00:35
评测时间
2023-11-11 17:01:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes