n = int(input()) ans = 4 for i in range(n): ans *= 0.75 print(ans)