#!/usr/bin/env python
# -*- coding:utf-8 -*-
from typing import List
from collections import defaultdict
# 贪心在于找钱的时候优先使用
2020-11-17