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_25395204_25264.cpp:8:29: error: array bound is not an integer constant before ']' token
 struct edge{int to,next;}g[N];
                             ^
0_0_25395204_25264.cpp: In function 'void add(int, int)':
0_0_25395204_25264.cpp:22:2: error: 'g' was not declared in this scope
  g[num].to = v;
  ^
0_0_25395204_25264.cpp: In function 'void tarjan(int, int)':
0_0_25395204_25264.cpp:64:30: error: 'g' was not declared in this scope
  for(int i = head[u];i!=-1;i=g[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-26 16:43:55, Gzip enabled