I hope I can explain it in another way.
The given polynomial is of the form $\prod_{j=1}^{204}(x+a_{j})$ for some numbers $a_j$. Ask yourself this question:
How does it look when expanded?
I think a simpler question will help: how does $(x + a) (y + b) (z+c)$ look like when expanded? Third grade arithmetic reveals: $$xyz + xyc + xbz + xbc + ayz +\ldots$$
Note how each summand is formed by choosing between x/y/z and a/b/c from each multiple in $(x + a) (y + b) (z+c)$.
The important bit is that when expanding braces, for each summand we're doing a choice for a summand in each brace, and multiply these choices. For example, $xbc$ was formed by choosing $x$ from $(x-a)$, $b$ from $(y+b)$, and $c$ from $(z+c)$.
We'll apply the same reasoning for your problem.
Now back to $\prod_{j=1}^{204}(x+a_{j})$. For the sake of the exercise, let's try to find:
- the free term (in front of $x^0=1$): it is formed by choosing the $a_j$ from each multiple $(x+a_j)$, hence equals $\prod_j a_{j}$.
- the term in front of $x^1$: a first power term is formed by choosing $x$ from any single brace - $(x-a_1)$, or $(x-a_{100})$, or whatever - and choosing the $a_j$ from the rest: for example, $a_1 a_2 \ldots a_{99} x a_{100} \ldots a_{203}$. The sum of all these is $\left(\sum a_{j}\right)x$.
- the main coefficient (in front of $x^{204}$: it is formed by choosing $x$ from every brace $(x-a_j)$, hence it's just $\prod_{j}x=x^{204}$ and its coefficient is just $1$.
Without giving a direct answer, I hope the above is a big hint towards it. How is any single term with $x^{203}$ formed in the expansion? By choosing 203 $x$'s and a single $a_j$! How is then the total term with $x^{203}$ formed? By summing all of these!