Hello! I kindly ask for some help. I just had my first lab class of C language and I had this homework. I don't know what's wrong about it, since it has errors. Thank you :)
#include<studio.h>
#include <stdlib.h>
#include <math.h>
typedef struct
{
int Coef;
unsigned int Exponent;
}TMonom;
int main()
{
typedef TMonom[50] TPolinom;
int x;
int n;
scanf("x=%d/n",x);
scanf("n=%d/n",n);