I saw this problem recently. It asks to prove that it is always possible to choose 100 numbers from 200 positive numbers such that their sum will be divisible by 100.
Attempt to solve: my first step was to take mod of each number. It helps because then we have to work only with numbers from 1 to 99 (200 in total). Then I have to prove that there is always a sum such that $a_1+a_2+a_3+...a_{100}$ where $a_i \le 99$ is divisible by 100. And here I stuck. A hint would be appreciated.
This result is a special case of the famous EGZ or Erdős Ginzburg Ziv theorem, which states that any set of $2n-1$ integers, must have some subset of size $n$ whose sum is a multiple of $n$. Hence we can even throw out one of the 200 numbers; out of any 199 integers, some 100 must sum to a multiple of 100.
You can find some lovely proofs of EGZ on mathoverflow.