[UVA][字串處理] 392 - Polynomial Showdown
Polynomial Showdown
Given the coefficients of a polynomial from degree 8 down to 0, you
are to format the polynomial in a readable format with unnecessary
characters removed. For instance, given the coefficients 0, 0, 0, 1,
22, -333, 0, 1, and -1, you should ge...