def count_arrs(arr: list[int], target: int) -> int:
    # your move