#55502: ans 不客氣


yp11550050@yphs.tp.edu.tw (711-18吳俊佑)


#include <iostream>

using namespace std;

int main() {
    float r;

    cin >> r;
    cout << (r*9)/5 + 32;

    return 0;
}