#include using namespace std; int main() { int N; set S; cin >> N; int checker=0; for(int i=0; i> s; S.insert(s); if(S.size()