记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:11:4: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   11 |    printf("%f",sum);
      |    ^~~~~~
foo.c:1:1: note: include '<stdio.h>' or provide a declaration of 'printf'
  +++ |+#include <stdio.h>
    1 | 
foo.c:11:4: warning: incompatible implicit declaration of built-in function 'printf' [-Wbuiltin-declaration-mismatch]
   11 |    printf("%f",sum);
      |    ^~~~~~
foo.c:11:4: note: include '<stdio.h>' or provide a declaration of 'printf'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 30.424192, expect sum=32.0422. 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1005 斐波那契数列
语言
C
递交时间
2023-08-07 22:40:05
评测时间
2023-08-07 22:40:05
评测机
分数
0
总耗时
1ms
峰值内存
284.0 KiB