cf/mirror

Array

CF
224B1500· specialist2s256 MB⌨ stdin/stdout

Examples

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