#include using namespace std; int main(){ int n = 0; int ans = 0; cin >> n; vector s(n); set res; for(int i=0;i> s.at(i); } for(int i=0;i