#!/usr/bin/env python
# -*- coding:utf-8 -*-
import collections
import heapq
from typing import List
# 利用count,实在太慢了
#
2019-01-27