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