Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
43962 niyuchen 浮点数向零舍入 C++ 解答错误 1 MS 256 KB 162 2024-03-24 12:26:27

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main() { double a,b; cin>>a>>b; printf("%.3lf%%", b/a*100 ); return 0; }


测评信息: