N=int(input()) NUM=10**N NUM//=7 ANS=str(NUM) ANS="0."+ANS print(ANS)