Triangle Quest 2

  • + 0 comments
    for i in range(1,int(input())+1):
        print((10 ** i // 9) ** 2)