0_0_38829436_25289.cpp: In function 'void CreateLinkList2(LinkList)':
0_0_38829436_25289.cpp:21:19: error: 'amp' was not declared in this scope
21 | scanf("%f%d",&x.coef,&x.expn);
| ^~~
0_0_38829436_25289.cpp:21:41: error: expected ';' before ')' token
21 | scanf("%f%d",&x.coef,&x.expn);
| ^
| ;
0_0_38829436_25289.cpp:30:45: error: expected ';' before ')' token
30 | scanf("%f%d",&x.coef,&x.expn);
| ^
| ;
0_0_38829436_25289.cpp: In function 'void PrintLinkList(LinkList)':
0_0_38829436_25289.cpp:43:15: error: 'amp' was not declared in this scope
43 | if (p&&p->data.coef>0)
| ^~~
0_0_38829436_25289.cpp:43:23: error: expected ')' before ';' token
43 | if (p&&p->data.coef>0)
| ~ ^
| )
0_0_38829436_25289.cpp:43:38: error: expected ';' before ')' token
43 | if (p&&p->data.coef>0)
| ^
| ;
0_0_38829436_25289.cpp: In function 'Node* Add_L(LinkList, LinkList)':
0_0_38829436_25289.cpp:57:13: error: 'amp' was not declared in this scope
57 | while(p&&q)
| ^~~
0_0_38829436_25289.cpp:57:16: error: expected ')' before ';' token
57 | while(p&&q)
| ~ ^
| )
0_0_38829436_25289.cpp:57:18: error: 'amp' was not declared in this scope
57 | while(p&&q)
| ^~~
0_0_38829436_25289.cpp:57:23: error: expected ';' before ')' token
57 | while(p&&q)
| ^
| ;
|