cf/mirror

Prairie Partition

CF
773C2200· master2s256 MB⌨ stdin/stdout

Examples

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