N=int(input())#変換したい10進数の値 K=7#進数 if N==0: print(0) exit() def change(N,shinsu): keta=0 for i in range(10**9): if N