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