1 条题解

  • 0
    @ 2026-8-4 9:07:13

    #include <bits/stdc++.h> using namespace std;

    int main() { double a, b; cin >> a >> b; cout << fixed << setprecision(2) << 1 / (1 / a + 1 / b);

    return 0;
    

    }****

    • 1

    信息

    ID
    557
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    121
    已通过
    74
    上传者