2 条题解

  • 2
    @ 2025-3-29 16:39:37

    #include<bits/stdc++.h> using namespace std; int main(){
    long double f; cin>>f; cout<<fixed<<setprecision(5)<<5.0*(f-32)/9.0; return 0; }

    • 2
      @ 2025-3-15 13:31:22

      #include <bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; cout<<fixed<<setprecision(5)<<5.0*(a-32.0)/9.0; return 0; }

      • 1

      信息

      ID
      214
      时间
      1000ms
      内存
      256MiB
      难度
      1
      标签
      递交数
      24
      已通过
      11
      上传者