F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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)
      |                       ^
      |                       ;


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-10 12:05:42, Gzip enabled