while 1: n = int(input()) if n < 1: break print('.yukicoder'[n])