Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:8:16: warning: format ‘%f’ expects argument of type ‘double’, but argument 2 has type ‘long double’ [-Wformat=] 8 | printf("%.2f\n",sum); | ~~~^ ~~~ | | | | | long double | double | %.2Lf
信息
- 递交者
- 类型
- 递交
- 题目
- P1693 求和 sum
- 语言
- C++
- 递交时间
- 2025-04-07 20:59:18
- 评测时间
- 2025-04-07 20:59:18
- 评测机
- 分数
- 10
- 总耗时
- 23ms
- 峰值内存
- 524.0 KiB