1 solutions

  • 0
    @ 2025-12-11 7:54:49
    #include<bits/stdc++.h>
    using namespace std;
    
    
    int main() {
    
    	double a;
    	cin >> a ;
    
    	cout <<fixed<<setprecision(5) <<5*(a-32)/9;
    }
    
    
    • 1

    Information

    ID
    619
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    9
    Tags
    # Submissions
    7
    Accepted
    5
    Uploaded By