编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3025 | #1001. 中心字母 | Compile Error | 0 | 0 ms | 0 K | C / 97 B | WuSiyuan | 2023-11-22 21:58:43 |
char
编译信息
/sandbox/1/a.c:3:16: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
char middchar(*str)
^
/sandbox/1/a.c:5:19: error: member reference base type 'int *' is not a structure or union
return str[str.strlen()/2];
~~~^~~~~~~
1 warning and 1 error generated.