面试题答案一键面试fun higherOrderFunction(a: Int, b: Int, operation: (Int, Int) -> Int): Int { return operation(a, b) }