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