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