Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
53645 zhangsicun 浮点数向零舍入 C++ 运行出错 0 MS 232 KB 248 2024-10-24 22:17:44

Tests(0/1):


#include<bits/stdc++.h> using namespace std; int main() { int a,s,d,f,g; cin >> a >> s; d=3.1415926*s*s*a; f=20000%d; g=20000/d; if(20000-g*d > 0){ cout<<g+1; }else{ cout<<g; } return 0; }


测评信息: