#include(stdio.h)
int main()
  {
float a,b;
 scanf(%f,&f);
 a=5*(b-32)/9;
 printf("%.2f\n",a);
 return 0;
}

186000812 at 2018-09-25 10:58:44