s=int(input()) ans="" for i in range(len(s)): ans+=-1-i print(ans)