diff --git a/HDOJ/5723.cpp b/HDOJ/5723.cpp index 54322ed..339381f 100644 --- a/HDOJ/5723.cpp +++ b/HDOJ/5723.cpp @@ -30,6 +30,7 @@ int findfather(int x) return father[x]==x?x:father[x]=findfather(father[x]); } +/// Global For DFS LL totalans; LL dfs(int index) @@ -40,9 +41,10 @@ LL dfs(int index) LL nextans=0; for(int i=0;i