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_29306964_3106.c: In function 'main':
0_0_29306964_3106.c:76:5: error: unknown type name 'node'
     node s[N*N], t[N*N];
     ^
0_0_29306964_3106.c:83:26: error: request for member 'x' in something not a structure or union
                     s[l2].x = i;
                          ^
0_0_29306964_3106.c:84:28: error: request for member 'y' in something not a structure or union
                     s[l2++].y = j;
                            ^
0_0_29306964_3106.c:87:26: error: request for member 'x' in something not a structure or union
                     t[l1].x = i;
                          ^
0_0_29306964_3106.c:88:28: error: request for member 'y' in something not a structure or union
                     t[l1++].y = j;
                            ^
0_0_29306964_3106.c:96:38: error: request for member 'x' in something not a structure or union
                 e[i][j] = -(fabs(s[i].x-t[j].x) + fabs(s[i].y-t[j].y));
                                      ^
0_0_29306964_3106.c:96:45: error: request for member 'x' in something not a structure or union
                 e[i][j] = -(fabs(s[i].x-t[j].x) + fabs(s[i].y-t[j].y));
                                             ^
0_0_29306964_3106.c:96:60: error: request for member 'y' in something not a structure or union
                 e[i][j] = -(fabs(s[i].x-t[j].x) + fabs(s[i].y-t[j].y));
                                                            ^
0_0_29306964_3106.c:96:67: error: request for member 'y' in something not a structure or union
                 e[i][j] = -(fabs(s[i].x-t[j].x) + fabs(s[i].y-t[j].y));
                                                                   ^


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-10-26 21:20:09, Gzip enabled