cf/mirror

Random Ranking

CF
303E3000· legendary gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
2
1 6
4 9
Output
0.9200000000 0.080
0.080 0.9200000000
Sample 2of 2
Input
8
0 2
1 3
2 4
3 5
4 6
5 7
6 8
7 9
Output
0.875 0.125 0 0 0 0 0 0
0.125 0.750 0.125 0 0 0 0 0
0 0.125 0.750 0.125 0 0 0 0
0 0 0.125 0.750 0.125 0 0 0
0 0 0 0.125 0.750 0.125 0 0
0 0 0 0 0.125 0.750 0.125 0
0 0 0 0 0 0.125 0.750 0.125
0 0 0 0 0 0 0.125 0.875
303E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)