x = int(input()) if x < 1984: print(None) elif x <= 2008 and x>= 1984: print("Namiki Secondary School") else: print("Namiki high School")