Solution:
Answer: 10017
If we are traveling from (0,0) to (n,17), we first travel x0 rightwards, then up one, then x1 rightwards, then up one, …, until we finally travel x17 rightwards. x0,…,x17 are all at most 99 by our constraint, but can equal 0. Given that x0,…,x16 are fixed, there is exactly one way to choose x17 so that x0+…+x17 is congruent to 19mod100. Then, this means that the sum equals the total number of ways to choose x0,…,x16, which equals 10017=1034.