Files

3 lines
134 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

核心思想是n位数中n/2个数是相同的数量。
这就可以转化为一个组合的问题。由此延展成为解法。