let n = readLine()!.split(separator: " ").map{Int($0)!} let m = readLine()!.split(separator: " ") let o = m[0] var h = m[1...].map{Int($0)!} var v = [Int]() for _ in 0..