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_14709472_9232.c:6:5: error: unknown type name 'Node'
     Node *next;
     ^
0_0_14709472_9232.c: In function 'main':
0_0_14709472_9232.c:12:9: error: unknown type name 'Node'
         Node *head = NULL;
         ^
0_0_14709472_9232.c:16:17: error: unknown type name 'Node'
                 Node *tmp = (Node *)malloc(sizeof(Node));
                 ^
0_0_14709472_9232.c:16:30: error: 'Node' undeclared (first use in this function)
                 Node *tmp = (Node *)malloc(sizeof(Node));
                              ^
0_0_14709472_9232.c:16:30: note: each undeclared identifier is reported only once for each function it appears in
0_0_14709472_9232.c:16:36: error: expected expression before ')' token
                 Node *tmp = (Node *)malloc(sizeof(Node));
                                    ^
0_0_14709472_9232.c:17:20: error: request for member 'a' in something not a structure or union
                 tmp->a = x, tmp->b = y, tmp->next = head;
                    ^
0_0_14709472_9232.c:17:32: error: request for member 'b' in something not a structure or union
                 tmp->a = x, tmp->b = y, tmp->next = head;
                                ^
0_0_14709472_9232.c:17:44: error: request for member 'next' in something not a structure or union
                 tmp->a = x, tmp->b = y, tmp->next = head;
                                            ^
0_0_14709472_9232.c:20:23: error: 'i' undeclared (first use in this function)
                 Node *i = head;
                       ^
0_0_14709472_9232.c:32:27: error: 'j' undeclared (first use in this function)
                     Node *j = i->next;
                           ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-16 12:57:56, Gzip enabled