diff --git a/include.hh b/include.hh index 91337da..a30e9ef 100644 --- a/include.hh +++ b/include.hh @@ -31,6 +31,8 @@ using pii = pair; using pil = pair; using pli = pair; using pll = pair; +template using max_heap = priority_queue; +template using min_heap = priority_queue, greater<>>; /* constants */ constexpr int INF = 0x3f3f3f3f;