1 solutions

  • 1
    @ 2024-4-3 22:08:09

    #include using namespace std; int main() { float r1,r2,R; scanf("%f%f",&r1,&r2); R=1/(1/r1+1/r2); printf("%0.2f",R); return 0; }

    • 1

    Information

    ID
    6830
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    17
    Accepted
    16
    Uploaded By