#include<bits/stdc++.h> using namespace std; int main() { double c; cin>>c; double f=c*9/5+32; cout<<f; return 0; }