for c in range(1,16):
    if c !=13:
        print(c,end=" ")