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