给定数字 N 打印所有长度为 N 的字符串,其中包含0 和1 的反字典顺序。 在解决问题时,使用所有子模式的枚举。
指定单号 N。 (1 ≤ N ≤ 10)
需要输出所有长度为N的由0和1组成的字符串,按字典顺序倒序排列。
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking