from decimal import * N=int(input()) getcontext().prec = 10**5 print("{0:.{1}f}".format(Decimal(2)/Decimal(7),N))