#include #include using namespace std; int main(){ long long a;cin>>a; cout << fixed << setprecision(10) << a+a*2/25 << endl; }