#include using namespace std; typedef long long ll; int main() { double n; cin >> n; cout << fixed << n * 1.08 << endl; return 0; }