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