#include using namespace std; int main(){ int ans=1; long long n; cin >> n; long long ch[n]; for(int i=0; i> ch[i]; sort(ch,ch+n); for(int i=0; i