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_28948094_18413.cpp: In function 'void init()':
0_0_28948094_18413.cpp:24:9: error: 'head' was not declared in this scope
  memset(head,-1,sizeof(head));
         ^
0_0_28948094_18413.cpp: In function 'void add(ll, ll, ll)':
0_0_28948094_18413.cpp:31:17: error: 'head' was not declared in this scope
  side[cnt].next=head[x];
                 ^
0_0_28948094_18413.cpp: In function 'void dij(ll, ll)':
0_0_28948094_18413.cpp:49:12: error: 'head' was not declared in this scope
   for(ll i=head[now.id];i!=-1;i=side[i].next)
            ^
0_0_28948094_18413.cpp: In function 'int main()':
0_0_28948094_18413.cpp:71:26: error: 'm' was not declared in this scope
   scanf("%I64d%I64d",&n,&m);
                          ^


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-17 23:53:50, Gzip enabled