#!/usr/bin/env python
# -*- coding:utf-8 -*-
# 注意, 若采用dp的话不知道怎么dp
# 直接深度遍历+剪枝, 但是好像复杂度很高
# 执行用时:1064 ms, 在所有 Python3 提交
2019-12-20