Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:21: warning: format '%Lf' expects argument of type 'long double', but argument 2 has type 'double' [-Wformat=]
7 | printf("%.5Lf\n", 1.0*(v*pow((1+(m*0.000003)),n)));
| ~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| | double
| long double
| %.5f
信息
- 递交者
- 类型
- 递交
- 题目
- P1660 imba的小渔人
- 语言
- C++
- 递交时间
- 2024-04-05 13:37:56
- 评测时间
- 2024-04-05 13:37:56
- 评测机
- 分数
- 0
- 总耗时
- 86ms
- 峰值内存
- 344.0 KiB