[UVA] 10036 - Divisibility
Problem C: Divisibility
Consider an arbitrary sequence of integers. One can place + or - operators between
integers in the sequence, thus deriving different arithmetical expressions
that evaluate to different values. Let us, for example, take the sequence:
17, 5, -21, 15. T...