8 条题解

  • 0
    @ 2022-11-13 12:39:11
    #include <stdio.h>
    #include <iostream>
    using namespace std;
    int main()
    {
        int h,r;
        cin >> h >> r;
        int c;
        c =  3.14159 * r * r * h ;
        int d;
        d = 20 * 1000 / c;
        cout << d + 1 << endl;
        
    }
    

    信息

    ID
    818
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    递交数
    1086
    已通过
    433
    上传者