mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-27 19:56:28 +00:00
B2012 甲流疫情死亡率
R53229760
This commit is contained in:
parent
0f4f4b00b4
commit
fc6f52a784
10
Luogu/problem/B2012/B2012.cpp
Normal file
10
Luogu/problem/B2012/B2012.cpp
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
#include <bits/stdc++.h>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
double a, b;
|
||||||
|
cin >> a >> b;
|
||||||
|
cout << fixed << setprecision(3) << b / a * 100 << '%' << endl;
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user