N=int(input()) if N < 1984: print("None") elif 1984 <= N < 2008: print("Namiki High School") else: print("Namiki Secondary School")