N-unit numbers - 2
Easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the number of n-digit positive integers witch sum of digits equals to m.
Input
Two integers n and m (1 ≤ n ≤ 100, 1 ≤ m ≤ 900).
Output
Print the required amount of numbers.
Examples
Input #1
Answer #1
Submissions 1K
Acceptance rate 24%