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_24073890_23708.cpp:12:3: error: 'b' does not name a type
 };b[maxn*10];
   ^
0_0_24073890_23708.cpp: In function 'void Tarjanx(int, int)':
0_0_24073890_23708.cpp:64:25: error: 'b' was not declared in this scope
  for(int i=headx[x];i;i=b[i].next){
                         ^
0_0_24073890_23708.cpp: In function 'void Update()':
0_0_24073890_23708.cpp:75:31: error: 'b' was not declared in this scope
  memset(a,0,sizeof(a));memset(b,0,sizeof(b));memset(belong,0,sizeof(belong));memset(d,0,sizeof(d));
                               ^
0_0_24073890_23708.cpp: In function 'void Insertx(int, int)':
0_0_24073890_23708.cpp:81:8: error: 'b' was not declared in this scope
  tot++;b[tot].to=y;b[tot].next=headx[x];headx[x]=tot;
        ^
0_0_24073890_23708.cpp: In function 'void Dfs(int, int, int)':
0_0_24073890_23708.cpp:88:25: error: 'b' was not declared in this scope
  for(int i=headx[x];i;i=b[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-10-24 22:26:25, Gzip enabled