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_23202964_20673.cpp:30:1: error: stray '\243' in program
 int index1;             //索引号
 ^
0_0_23202964_20673.cpp:30:1: error: stray '\273' in program
0_0_23202964_20673.cpp:31:1: error: expected initializer before 'int'
 int sccno;              //强连通分量个数
 ^
0_0_23202964_20673.cpp: In function 'void init()':
0_0_23202964_20673.cpp:51:5: error: 'index1' was not declared in this scope
     index1=0;
     ^
0_0_23202964_20673.cpp:52:5: error: 'sccno' was not declared in this scope
     sccno=0;
     ^
0_0_23202964_20673.cpp: In function 'void tarjan(int)':
0_0_23202964_20673.cpp:66:21: error: 'index1' was not declared in this scope
     dfn[u]=low[u]=++index1;
                     ^
0_0_23202964_20673.cpp:80:9: error: 'sccno' was not declared in this scope
         sccno++;
         ^
0_0_23202964_20673.cpp: In function 'void findscc()':
0_0_23202964_20673.cpp:92:17: error: 'u' was not declared in this scope
         if(!dfn[u]) tarjan(u);
                 ^
0_0_23202964_20673.cpp: At global scope:
0_0_23202964_20673.cpp:94:1: error: expected declaration before '}' token
 }
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-10 16:54:10, Gzip enabled