fn count_arrs(arr: &[i32], target: i32) -> i32 {
    // your move
}