number = float(input('Enter number with lots of decimal number : '))
#print(round(number*2, 2))
print(round(number*2))