Waterloo 2001 Winter B - Tight words

View as PDF

Submit solution

Points: 7
Time limit: 1.0s
Memory limit: 64M

Problem type

Given is an alphabet {0,1,,k}, 0k9. We say that a word of length n over this alphabet is tight if any two neighbour digits in the word do not differ by more than 1.

Input is a sequence of lines, each line contains two integer numbers k and n, 1n100. For each line of input, output the percentage of tight words of length n over the alphabet {0,1,,k} with 5 fractional digits.

Sample Input

Copy
4 1
2 5
3 5
8 7

Sample Output

Copy
100.00000
40.74074
17.38281
0.10130
Creative Commons Attribution-ShareAlike 3.0 Unported

Comments

There are no comments at the moment.