diff --git a/include.hh b/include.hh index 275b489..89a2c9a 100644 --- a/include.hh +++ b/include.hh @@ -67,6 +67,7 @@ using tiid = tuple; using tiii = tuple; template using max_heap = priority_queue; template using min_heap = priority_queue, greater<>>; +template using oi = ostream_iterator; /* constants */ constexpr int INF = 0x3f3f3f3f;