LRU
698C2400· grandmaster2s256 MB⌨ stdin/stdout
Examples
Sample 1of 4
Input
3 10.3 0.2 0.5
Output
0.3 0.2 0.5
Sample 2of 4
Input
2 10.0 1.0
Output
0.0 1.0
Sample 3of 4
Input
3 20.3 0.2 0.5
Output
0.675 0.4857142857142857 0.8392857142857143
Sample 4of 4
Input
3 30.2 0.3 0.5
Output
1.0 1.0 1.0
58%
698C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)