6 solutions

  • 1
    @ 2025-3-8 14:59:42
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double f,c;
        cin>>f;
        cout<<fixed<<setprecision(5)<<5*(f-32)/9;
        return 0;
    }
    
    • -2
      @ 2024-10-19 14:46:39

      #include<bits/stdc++.h> using namespace std; int main() { double n; cin>>n; double s=5*((n*1.0)-32)/9; cout<<fixed<<setprecision(5)<<s; return 0; }

      • -3
        @ 2024-10-19 14:41:16
        • -6
          @ 2024-7-1 11:54:50

          不可以看

          • -6
            @ 2024-7-1 11:54:29

            不可能

            • -6
              @ 2024-7-1 11:46:11
              • 1

              Information

              ID
              845
              Time
              1000ms
              Memory
              256MiB
              Difficulty
              1
              Tags
              (None)
              # Submissions
              194
              Accepted
              71
              Uploaded By