Compile Error
foo.cc: In function 'int main()': foo.cc:9:13: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'double' [-Wformat=] 9 | printf("%.9ld",c) | ~~~~^ ~ | | | | | double | long int | %.9f foo.cc:9:18: error: expected ';' before 'return' 9 | printf("%.9ld",c) | ^ | ; 10 | return 0; | ~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P2314 1.3.5:计算分数的浮点数值
- 语言
- C++
- 递交时间
- 2022-07-21 22:08:02
- 评测时间
- 2022-07-21 22:08:02
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes