Given is an alphabet
Input is a sequence of lines, each line contains two integer numbers
Sample Input
Copy
4 1
2 5
3 5
8 7
Sample Output
Copy
100.00000
40.74074
17.38281
0.10130
Given is an alphabet
Input is a sequence of lines, each line contains two integer numbers
4 1
2 5
3 5
8 7
100.00000
40.74074
17.38281
0.10130
Comments