Skip to content

Commit

Permalink
static top tree reroot
Browse files Browse the repository at this point in the history
  • Loading branch information
ttamx committed Nov 14, 2024
1 parent 5023a6e commit d42e65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int main(){
g.add_edge(v,i+n);
}
HLD hld(g);
StaticTopTreeDP<decltype(hld),TreeDP,true> dp(hld);
StaticTopTreeDP<decltype(hld),TreeDP> dp(hld);
while(q--){
int op;
cin >> op;
Expand Down

0 comments on commit d42e65d

Please sign in to comment.