[][src]Function leetcode_rust::four_sum_2::four_sum_count

pub fn four_sum_count(a: Vec<i32>, b: Vec<i32>, c: Vec<i32>, d: Vec<i32>) -> i32