#include using namespace std; using ld= long double; int main() { ld d; cin>>d; cout << setprecision(15) << d * 108LL / 100LL << endl; return 0; }