diff --git a/verify/yosupo/data-structure/point_set_tree_path_composite_sum_fixed_root.cpp b/verify/yosupo/data-structure/point_set_tree_path_composite_sum_fixed_root.cpp index 40b0ec0..6b794d9 100644 --- a/verify/yosupo/data-structure/point_set_tree_path_composite_sum_fixed_root.cpp +++ b/verify/yosupo/data-structure/point_set_tree_path_composite_sum_fixed_root.cpp @@ -68,7 +68,7 @@ int main(){ g.add_edge(v,i+n); } HLD hld(g); - StaticTopTreeDP dp(hld); + StaticTopTreeDP dp(hld); while(q--){ int op; cin >> op;