Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
40357 chenyanda 甲流疫情死亡率 C++ 通过 0 MS 256 KB 123 2024-02-09 21:38:47

Tests(1/1):


#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; printf("%.3f",b*100.0/a); cout<<"%"; }


测评信息: