p = int(input()) if p == 0: print(0) else: print(1/p-1)