#include<bits/stdc++.h> using namespace std; int main(){ double f=41; double c; c = 5*(f-32)/9; printf("%.5lf",c); }