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