import scala.io.StdIn.readLine @main def yuki494(): Unit = val s = readLine val d = "yukicoder" println(d(s.indexOf("?")))