cf/mirror

Unique Values (Easy version)

CF
2219B11900· candidate master2s256 MB⇄ interactive

Examples

Sample 1of 1
Input
1
2
 
0
 
2
 
2
 
0
 
1
Output
? 2 1 2
 
? 2 1 4
 
? 2 1 5
 
? 5 1 2 3 4 5
 
? 4 1 2 3 4
 
! 1 2 3
2219B1.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)