fun main() { readLine() val ans = readLine()!!.split(" ").asSequence().map(String::toInt).toSet().size println("$ans 0") }