#include #include using namespace std; int main(){ long long a;cin>>a; cout << fixed << setprecision(10) << (double)(a*1.08) << endl; }