tt = int(input()) for _ in range(tt): s = input() new_s = "Yes" * 20 if s in new_s: print("YES") else: print("NO")