cf/mirror

LRU

CF
698C2400· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
3 1
0.3 0.2 0.5
Output
0.3 0.2 0.5
Sample 2of 4
Input
2 1
0.0 1.0
Output
0.0 1.0
Sample 3of 4
Input
3 2
0.3 0.2 0.5
Output
0.675 0.4857142857142857 0.8392857142857143
Sample 4of 4
Input
3 3
0.2 0.3 0.5
Output
1.0 1.0 1.0
698C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)