()
| 154 | } |
| 155 | |
| 156 | public static void clear() { |
| 157 | for (int i = 1; i <= cntt; i++) { |
| 158 | head[i] = 0; |
| 159 | } |
| 160 | cntg = cntt = 0; |
| 161 | heap.clear(); |
| 162 | } |
| 163 | |
| 164 | public static void main(String[] args) throws Exception { |
| 165 | FastReader in = new FastReader(System.in); |