5 solutions

  • 1
    @ 2025-7-3 15:27:24
    #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;
    }
    

    Information

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