fun main(args: Array){ val foo = readLine() val ans = foo?.zip("yukicoder")!!.filter { (a,b) -> a != b } println(ans.toList()[0].toList()[1]) }