pub fn three_sum_closest(nums: Vec<i32>, target: i32) -> i32
Expand description

最接近的三数之和

参数

  • nums - 传入数字序列
  • target - 期望靠近的目标值