p=0
while 1:
 p+=1;p=p%8;print("Y "+" "*p,end="")
 for _ in range(256):p