#include<bits/stdc++.h> using namespace std; int main(){ ** int h,r;** ** cin >>h>>r; ** double sl = h*r*3.14*r; ** int tong = ceil(20000/sl);** ** cout << tong;** ** return 0;** }

0 条评论

目前还没有评论...

信息

ID
33
时间
1000ms
内存
256MiB
难度
6
标签
(无)
递交数
204
已通过
55
上传者