N=10**int(input()) print('0.'+str((N//7))) if N!=1 else '0'