#include using namespace std; #define int long long signed main(){ int N; cin>>N; vector S(N); for(int i=0;i>S[i]; int ans = 1e9; sort(S.begin(),S.end()); for(int i=1;i