cf/mirror

Uniform Chemistry

CF
1776K3200· legendary gm2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
2 3
1 1 1
Output
1.0 1.0 1.0
Sample 2of 4
Input
3 3
1 1 2
Output
0.5 0.5 1.0
Sample 3of 4
Input
3 3
1 1 1
Output
0.625 0.625 0.625
Sample 4of 4
Input
100 7
1 2 4 8 16 32 64
Output
0.178593469 0.179810455 0.182306771
0.187565366 0.199300430 0.229356322
0.348722518
1776K.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)