Given any sequence of n integers, show that there exists a consecutive subsequence the sum of whose elements is a multiple of n.
For example, in sequence {1,5,1,2} a consecutive subsequence with this property is the last three elements; in {1,−3,−7} it is simply the second element.