#include using namespace std; signed main(){ long double D; cin >> D; cout << fixed << setprecision( 2 ) << D * 1.08 << endl; return 0; }