Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
116201 谢佳辰 11大象喝水 C++ Wrong Answer 0 MS 272 KB 217 2025-04-06 16:00:52

Tests(0/10):


Code:

#include <bits/stdc++.h> using namespace std; int main(){ int h,r,v,s=1; float p=3.14; cin>>h>>r; v=p*r*r*h; if(20000%v!=0){ s=20000/v; s+1; } cout<<s<<endl; }


Run Info:

------Input------
8 29
------Answer-----
1
------Your output-----
0