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_33481739_14427.cpp: In function 'void bfs(int)':
0_0_33481739_14427.cpp:39:17: error: 'f' was not declared in this scope
                 f[v][0] = t;
                 ^
0_0_33481739_14427.cpp: In function 'int lca(int, int)':
0_0_33481739_14427.cpp:50:19: error: 'f' was not declared in this scope
         if (depth[f[y][i]] >= depth[x]) y = f[y][i];
                   ^
0_0_33481739_14427.cpp:53:13: error: 'f' was not declared in this scope
         if (f[x][i] != f[y][i]) x = f[x][i], y = f[y][i];
             ^
0_0_33481739_14427.cpp:54:12: error: 'f' was not declared in this scope
     return f[x][0];
            ^


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