摘要: Given a non-negative integer n, count all numbers with unique digits, x, where 0 ≤ x < 10n. 给出一个非负整数n,计算出所有没有重复数字的x,其中0≤x<10n。 Example: Given n = 2, r 阅读全文
posted @ 2016-07-08 12:01 ShawnChang 阅读(121) 评论(0) 推荐(0)