From 47d52c43c4285abc92392582f2b28370c139547c Mon Sep 17 00:00:00 2001 From: dush1729 Date: Mon, 5 Jul 2021 12:15:06 +0530 Subject: Use less instead of less_equal in ordered_set --- Data Structures/seg_ordered_set_tree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data Structures/seg_ordered_set_tree.cpp b/Data Structures/seg_ordered_set_tree.cpp index efc5815..68370ae 100644 --- a/Data Structures/seg_ordered_set_tree.cpp +++ b/Data Structures/seg_ordered_set_tree.cpp @@ -2,7 +2,7 @@ #include using namespace std; using namespace __gnu_pbds; -template using ordered_set = tree, rb_tree_tag, tree_order_statistics_node_update>; +template using ordered_set = tree, rb_tree_tag, tree_order_statistics_node_update>; constexpr int MX = MX; ordered_set S[4 * MX]; -- cgit v1.2.3-70-g09d2