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