Alena And The Heater
940D1600· expert2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
51 2 3 4 500001
Output
6 15
Sample 2of 2
Input
10-10 -9 -8 -7 -6 6 7 8 9 100000111110
Output
-5 5
58%
940D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
51 2 3 4 500001
6 15
10-10 -9 -8 -7 -6 6 7 8 9 100000111110
-5 5