#include using namespace std; typedef long long LL; typedef pair PLL; #define mp make_pair #define pb push_back signed main(){ ios_base::sync_with_stdio(false); cin.tie(0); LL n;cin>>n; vector vect(n); for(LL i=0;i>vect[i]; } sort(vect.begin(),vect.end()); LL ans=1; for(LL i=0;i