i = int(input())
s=i
for c in range(1,5):
    s=s+(2*i*1/2**c)
print(s)
print(i*(0.5**5))