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