Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:8:21: warning: format '%lf' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=] 8 | printf("%.5lf",5*(a-32)/9); | ~~~~^ ~~~~~~~~~~ | | | | double int | %.5d
信息
- 递交者
- 类型
- 递交
- 题目
- P2317 1.3.8:温度表达转化
- 语言
- C++
- 递交时间
- 2025-03-29 15:18:23
- 评测时间
- 2025-03-29 15:18:23
- 评测机
- 分数
- 0
- 总耗时
- 7ms
- 峰值内存
- 532.0 KiB