#include using namespace std; using ll=long long; int main(){ ll n; cin>>n; vector s(n); for(ll i=0;i>s[i]; } set st; for(ll i=0;i