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