int thesmallone() { int small=INT_MAX,i; for(i=0;i<3;i++) if(member[i].score<small) small=member[i].score; return small; }