//https://ncode.syosetu.com/n4830bu/285/ #include using namespace std; int main() { long double D; cin >> D; cout << fixed << setprecision(2) << D * 1.08 << endl; }