3 条题解

  • -2
    @ 2024-2-1 21:32:22

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

    • -4
      @ 2024-1-29 20:27:37
      #include<bits/stdc++.h>
      using namespace std;
      int a[1000];
      int main()
      {
      double a,b,c;
      cin >> a >> b;
      c=9.0/5*c+32;//这里注意!!!
      cout << fixed << setprecision(2) << c << endl;
      }
      
      • -6
        @ 2023-4-1 21:47:55
        c = float(input("")) 
        f = 9 / 5 * c + 32 
        print("%.2f" % f)
        
        • 1

        信息

        ID
        21
        时间
        1000ms
        内存
        256MiB
        难度
        1
        标签
        (无)
        递交数
        252
        已通过
        167
        上传者