N=int(input()) M=0 while K:=N//7>0: M+=K*7 N-=K print(M+N)