Compile Error
foo.c: In function 'main':
foo.c:7:9: error: unknown type name 'flout'; did you mean 'float'?
7 | flout sum = 0;
| ^~~~~
| float
foo.c:16:18: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
16 | printf("%f\n", sum);
| ~^ ~~~
| | |
| | int
| double
| %d
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1013 斐波那契数列
- 语言
- C
- 递交时间
- 2022-09-21 20:19:51
- 评测时间
- 2022-09-21 20:19:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes