#include<iostream> #include<cstdio> using namespace std; int main() { int F,C; cin>>F; C=5*(F-32)/9; printf("%.2i\n,a") return 0; }