1 solutions

  • 2
    @ 2026-1-28 15:22:56

    也是来了好吧: #include<bits/stdc++.h> using namespace std;

    int main() { int a; double b; cin >> a >> b; b = b * b * 3.14 * a; a = 20000 / b; cout << a+1; return 0; }

    Information

    ID
    11990
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    111
    Accepted
    45
    Uploaded By