#include typedef struct poly{ int coeff; int exp; }poly; poly p1[100]; int n,m; int add() { int i = 0; int j = n; int k = m+n; while(i