odd_count = 0 # Tracks the number of odd prefix sums encountered even_count = 0 # Tracks the number of even prefix sums encountered ...