Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
To obtain points for some certain section x, what is the minimum number of arrows Bob must shoot?
Given the small number of sections, can we brute force which sections Bob wants to win?
For every set of sections Bob wants to win, check if we have the required amount of arrows. If we do, it is a valid selection.