1 solutions

  • 1
    @ 2024-4-8 11:21:56

    #include<bits/stdc++.h> using namespace std; const double pai=3.14; int main(){ double h,r; cin>> h >> r; double s=h*r*r*3.14; cout <<floor(20000/s)+1; return 0; }

    • 1

    Information

    ID
    6844
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    27
    Accepted
    10
    Uploaded By