Balls and boxes
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the number of ways to put different balls into boxes. Each box can contain any number of balls, including zero.
Input
Two positive integers and .
Output
Print the number of ways to put different balls into boxes. It is guaranteed that this number does not exceed .
Examples
Input #1
Answer #1
Submissions 839
Acceptance rate 37%