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