#include using namespace std; int main() { double a; cin >> a; cout << a + a * 0.08 << endl; return 0; }