#include using namespace std; typedef long long ll; int main(void) { ll d; cin >> d; printf("%.10f\n", d * 1.08 + 1e-10); return 0; }