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