main = do n <- readLn if n == 10000 then putStrLn . unlines $ replicate n "nothing" else return ()