Dice Combinations
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Your task is to count the number of ways to construct sum by throwing a dice one or more times. Each throw produces an outcome between and .
For example, if , there are ways:
Input
One integer .
Output
Print the number of ways modulo .
Examples
Input #1
Answer #1
Input #4
Answer #4
Input #5
Answer #5
Input #7
Answer #7
Submissions 5K
Acceptance rate 31%