#include <bits/stdc++.h>
using namespace std;
int main()
{
float f,c;
cin>>c;
f=9/5.0*c;
cout<<f;
	return 0;
}

/**************************************************************
	Problem: 1031
	User: wqc123
	Language: C
	Result: Compile Error
****************************************************************/