cf/mirror

Distinct Elements

CF
2160B1100· newbie1.5s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
4
3
1 3 6
3
1 3 5
3
1 3 4
4
1 2 3 7
Output
1 3 2
2 3 2
3 2 2
4 4 4 1
2160B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)