cf/mirror

Sonya and Matrix

CF
1004D2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
20
1 0 2 3 5 3 2 1 3 2 3 1 4 2 1 4 2 3 2 4
Output
4 5
2 2
Sample 2of 3
Input
18
2 2 3 2 4 3 3 3 0 2 4 2 1 3 2 1 1 1
Output
3 6
2 3
Sample 3of 3
Input
6
2 1 0 2 1 2
Output
-1
1004D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)