#coding:utf-8 n = int(input()) #割り算切り捨てで倍数の個数求まる print(0) if n == 0 else print("0."+str(10**n//7))