#include using namespace std; int main(int argc, char *argv[]) { cout.precision(16); long double D; cin >> D; cout << (D * 1.08) << endl; return 0; }