Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:9:38: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=] 9 | int n,m;cin>>n>>m;printf("%.3f",n/m/100);cout<<'%'; | ~~~^ ~~~~~~~ | | | | | int | double | %.3d
信息
- 递交者
- 类型
- 递交
- 题目
- P2315 1.3.6:甲流疫情死亡率
- 语言
- C++
- 递交时间
- 2025-10-08 16:50:23
- 评测时间
- 2025-10-08 16:50:23
- 评测机
- 分数
- 0
- 总耗时
- 8ms
- 峰值内存
- 532.0 KiB