N=int(input()) for i in range(N): p=[chr(ord(c)+49) for c in str(i)] print("a"+"".join(p)+"a")