Introduction - If you have any usage issues, please Google them yourself
Design a polynomial class to support the display of the polynomial, addition and subtraction, multiplication, and must use the chain structure to achieve the polynomial class, including polynomial storage, display and computing, and so on.