记录详情

Wrong Answer

foo.c:2:5: warning: conflicting types for built-in function 'strlen'; expected 'long unsigned int(const char *)' [-Wbuiltin-declaration-mismatch]
    2 | int strlen(char s[])
      |     ^~~~~~
foo.c:2:1: note: 'strlen' is declared in header '<string.h>'
    1 | #include<stdio.h>
  +++ |+#include <string.h>
    2 | int strlen(char s[])
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 4, expect 19. 1ms 284.0 KiB

信息

递交者
类型
自测
题目
A8-1 字符串的输出函数
语言
C
递交时间
2023-12-05 14:52:25
评测时间
2023-12-05 14:52:25
评测机
分数
0
总耗时
1ms
峰值内存
284.0 KiB