const xs = ["Shiitakerando", "Otsukakokusaibijutsukan", "Spring-8"] let n = readLine stdin case n of "1": echo xs[0] of "2": echo xs[1] of "3": echo xs[2] else: discard