You are on page 1of 1

#include<iostream>

#include<math.h>
using namespace std;
struct a
{
int deg;
int coeff;
bool p;
}p1[10],p2[10],r[100];
class Poly
{
int n1,n2,k;

};

int main()
{
Poly p;

return 0;
}

You might also like