for i in range(50): if (i%2 == 0): print("3 3 3") else: print("6 3 3")