#include using namespace std; int main(){ int n; cin>>n; vector a(n); for(auto&ai:a)cin>>ai; sort(begin(a),end(a)); int dmin=10; for(int i=0;i+1