N = int(input()) if N == 1: print("a") elif N == 4: print("iwi") else: print("iwi")