Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
6469 毕潇天 甲流疫情死亡率 C++ 通过 0 MS 248 KB 190 2023-01-24 13:31:21

Tests(1/1):


#include <iostream> #include <iomanip> using namespace std; int main() { int a,b; cin >> a >> b; cout << fixed << setprecision(3); cout << 100.0 * b / a << '%'; return 0; }


测评信息: