Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
7234 ethan_yuan 甲流疫情死亡率 C++ 通过 0 MS 240 KB 164 2023-02-02 11:15:57

Tests(1/1):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; cout.setf(ios::fixed); cout.precision(3); cout<<100.0*b/a<<"%"; return 0; }


测评信息: