#include using namespace std; int main() { double num; cin >> num; cout << fixed << num * 1.08 << endl; }