Andrey and Problem
442B1800· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
40.1 0.2 0.3 0.8
Output
0.800000000000
Sample 2of 2
Input
20.1 0.2
Output
0.260000000000
58%
442B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
40.1 0.2 0.3 0.8
0.800000000000
20.1 0.2
0.260000000000