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_17379417_30374.cpp: In function 'int FindFather(int)':
0_0_17379417_30374.cpp:16:8: error: 'city' was not declared in this scope
     if(city[x] == x) return x;
        ^
0_0_17379417_30374.cpp:17:12: error: 'city' was not declared in this scope
     return city[x] = FindFather(city[x]);
            ^
0_0_17379417_30374.cpp: In function 'int Link(int, int)':
0_0_17379417_30374.cpp:26:9: error: 'city' was not declared in this scope
         city[Fa] = Fb;
         ^
0_0_17379417_30374.cpp:29:5: error: 'city' was not declared in this scope
     city[Fb] = Fa;
     ^


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-06 20:07:13, Gzip enabled