POJ 2527 Polynomial Remains(多项式除法)
DescriptionGiven the polynomial a(x) = an xn + … + a1 x + a0,compute the remainder r(x) when a(x) is divided by xk+1. InputThe input consists of a number of cases. The first line of each case...