#include<bits/stdc++.h> using namespace std; int main() { float a,b; cin>>a; b=5*(a-32)/9; printf("C=%.2f",b); return 0; }