Run ID:146070

提交时间:2026-01-25 20:30:36

#include<bits/stdc++.h> using namespace std; int main(){ long long h,r,s; cin>>h>>r; s=3.14*h*r*r; cout<<20/s; return 0; }