cf/mirror

Idempotent functions

CF
542C2000· candidate master1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4
1 2 2 4
Output
1
Sample 2of 3
Input
3
2 3 3
Output
2
Sample 3of 3
Input
3
2 3 1
Output
3
542C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…