#include int cmp(const void*a,const void*b){ return *(int*)a-*(int*)b; } int check[5001]; int main(){ int i,j,n,w[128],s=0; scanf("%d",&n); for(i=0;i