#include<iostream> #include<cstdio> using namespace std; int main() { int F,C; cin>>F; cout<<"C="; printf("%.2f",5*(F-32)/9); return 0; }