Here is a similar problem posted before. I try to use this method to solve this problem.
$$f(-1)=a-b+c, f(0)=c, f(1)=a+b+c$$
So we have $|c|=|f(0)|\le 100$
$$|2a|=|f(-1)-2f(0)+f(1)|\le|f(-1)|+2|f(0)|+|f(1)|\le400$$ So we have $|a|\le200$
But how to find an upper bound for $b$?
Due to the symmetry, I make a guess for the maxima of $|a|+|b|+|c|$ occurring when $b=0$, then we have
$$y=200x^2-100~~~\text{or}~~~y=-200x^2+100$$
But is there a rigorous way to prove it?