for i in range(15):
    if i == 12:
        continue
    print(i + 1, end = ' ')