10 条题解

  • 0
    @ 2024-2-22 11:25:47

    #include<bits/stdc++.h> using namespace std; int main(){ double a,b,R; cin>>a>>b; R=1/((1/a)+(1/b)); printf("%.2lf",R); return 0; }

    信息

    ID
    1180
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    309
    已通过
    221
    上传者