Given positive integer $n$. Let perfect polynomials be polynomials on $\mathbb{C}$ which can be written as $P_1^n+\cdots+P_n^n$, where $P_i\in\mathbb{C}[x]$. Prove that the product of $n$ perfect polynomials is still perfect number.
I think the proof is to directly construct $P_i$ of the product. For example, when $n=2$, we have $(P_1^2+P_2^2)(Q_1^2+Q_2^2)={(P_1Q_1+P_2Q_2)}^2+{(P_1Q_2-P_2Q_1)}^2$. I want to find out if there are similiar equations in the case of $n\ge3$.
It is similiar to my last question, which was proved false. However, I still want to discuss on $\mathbb{C}$.
P.S. Actually, every complex polynomial is perfect, but please don't prove the statement in this way.