let n = Int(readLine()!)! let l = readLine()!.split(separator: " ").map{Int($0)!}.sorted(by:>) var a = 0 for i in 0..