Mushroom Scientists
185B1800· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
31 1 1
Output
1.0 1.0 1.0
Sample 2of 2
Input
32 0 0
Output
3.0 0.0 0.0
58%
185B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
31 1 1
1.0 1.0 1.0
32 0 0
3.0 0.0 0.0