1 条题解

  • 0
    @ 2026-2-2 12:14:34

    #include <bits/stdc++.h>

    using namespace std; int main() { double f; cin >> f; cout << fixed << setprecision(5) << 5 * (f - 32) / 9; return 0; }

    • 1

    信息

    ID
    545
    时间
    1000ms
    内存
    128MiB
    难度
    2
    标签
    递交数
    136
    已通过
    79
    上传者