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