#include using namespace std; int main() { double n; cin>>n; printf("%.10f",n*1.08); return 0; }