Physical Education and Buns
394D2s256 MB⌨ stdin/stdout
Examples
Sample 1of 2
Input
5-3 -4 -2 -3 3
Output
2-3 1
Sample 2of 2
Input
52 -3 -1 -4 3
Output
1-4 2
58%
394D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
5-3 -4 -2 -3 3
2-3 1
52 -3 -1 -4 3
1-4 2