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