cf/mirror

Little Artem and Random Variable

CF
641D2400· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
2
0.25 0.75
0.75 0.25
Output
0.5 0.5
0.5 0.5
Sample 2of 2
Input
3
0.125 0.25 0.625
0.625 0.25 0.125
Output
0.25 0.25 0.5
0.5 0.25 0.25
641D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)