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_39803436_992.cpp: In function 'void dfs(int, int)':
0_0_39803436_992.cpp:16:5: error: 'dep' was not declared in this scope; did you mean 'ldexp'?
   16 |     dep[x]=dep[father]+1;
      |     ^~~
      |     ldexp
0_0_39803436_992.cpp:17:5: error: 'fa' was not declared in this scope; did you mean 'fma'?
   17 |     fa[x][0]=father;
      |     ^~
      |     fma
0_0_39803436_992.cpp:22:21: error: 'edge' was not declared in this scope
   22 |     for(auto [to,w]:edge[x])
      |                     ^~~~
0_0_39803436_992.cpp:26:13: error: 'num' was not declared in this scope; did you mean 'enum'?
   26 |             num[to]=num[x]+w;
      |             ^~~
      |             enum
0_0_39803436_992.cpp: In function 'int lca(int, int)':
0_0_39803436_992.cpp:34:8: error: 'dep' was not declared in this scope; did you mean 'ldexp'?
   34 |     if(dep[a]<dep[b])swap(a,b);
      |        ^~~
      |        ldexp
0_0_39803436_992.cpp:37:13: error: 'dep' was not declared in this scope; did you mean 'ldexp'?
   37 |         if (dep[fa[a][i]] >= dep[b])
      |             ^~~
      |             ldexp
0_0_39803436_992.cpp:37:17: error: 'fa' was not declared in this scope; did you mean 'a'?
   37 |         if (dep[fa[a][i]] >= dep[b])
      |                 ^~
      |                 a
0_0_39803436_992.cpp:43:12: error: 'fa' was not declared in this scope; did you mean 'a'?
   43 |         if(fa[a][i] != fa[b][i])
      |            ^~
      |            a
0_0_39803436_992.cpp:49:12: error: 'fa' was not declared in this scope; did you mean 'a'?
   49 |     return fa[a][0];
      |            ^~
      |            a


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 00:45:46, Gzip enabled