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