2 条题解

  • 1
    @ 2026-6-12 21:12:30

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

    int main(){ double a; cin>>a;

    • [ ] cout << fixed << setprecision(5) << 5*(a-32)/9*1.00000 << endl;

      return 0; }

    信息

    ID
    545
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    170
    已通过
    83
    上传者