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