let komaCount = Int(readLine()!)! let inpt = readLine()!.split(separator: " ").map{Int($0)!} var odd = 0 var even = 0 for i in 0..