#include using namespace std; int main(){ double x; cin >> x; x = x*108; x /= 100; cout << x << endl; }