n = io.read("*n") if n < 1984 then print("None") elseif n < 2008 then print("Namiki High School") else print("Namiki Secondary School") end