
Given a non-negative integer n, count all numbers with unique digits, x, where 0 ≤ x < 10n.
Example:
1 |
Input: 2 |
1 |
public class { |

Given a non-negative integer n, count all numbers with unique digits, x, where 0 ≤ x < 10n.
Example:
1 |
Input: 2 |
1 |
public class { |
近期评论