- 【例12.3】甲流疫情死亡率
代码
- 2025-9-4 22:06:22 @
哈哈
1 条评论
-
肖东尼 LV 4 MOD @ 2025-9-4 22:06:40
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; double d = b * 1.0 / a * 100.0; cout<<fixed<<setprecision(3)<<d<<"%"; return 0; }
- 1
信息
- ID
- 971
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 10
- 标签
- 递交数
- 5
- 已通过
- 5
- 上传者