using namespace std; int N[100000],; int main(){ int n; int min=INT_MAX; scanf(“%d”,&n); for(int i=1;i<=n;i++){ scanf(“%d”,N[i]); }
return 0;
}