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_33482466_31511.cpp:25:1: error: stray '\243' in program
 int col[MX]£¬par[MX];
 ^
0_0_33482466_31511.cpp:25:1: error: stray '\254' in program
0_0_33482466_31511.cpp:25:14: error: expected initializer before 'par'
 int col[MX]£¬par[MX];
              ^
0_0_33482466_31511.cpp: In member function 'void tarjan::init()':
0_0_33482466_31511.cpp:53:13: error: 'par' was not declared in this scope
             par[i] = i;
             ^
0_0_33482466_31511.cpp: In member function 'void tarjan::dfs(int, int)':
0_0_33482466_31511.cpp:60:9: error: 'par' was not declared in this scope
         par[u] = fa;
         ^
0_0_33482466_31511.cpp: In member function 'void tarjan::cdfs(int)':
0_0_33482466_31511.cpp:82:9: error: 'col' was not declared in this scope
         col[u] = tot;
         ^
0_0_33482466_31511.cpp:86:37: error: 'par' was not declared in this scope
             if(vis[v] || (cut[v] && par[v] == u)) continue;
                                     ^
0_0_33482466_31511.cpp: In member function 'void tarjan::shrink()':
0_0_33482466_31511.cpp:103:20: error: 'col' was not declared in this scope
                 if(col[u] != col[v]){
                    ^


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-23 19:19:19, Gzip enabled