double Seg(int n,int s[])
{
int top,bott,i,c=0;
if(n==1)
top=1;
else
top=(n-1)*10;
if(n==11)
bott=100;
bott=n*10;
for(i=0;i<N;i++)
if(s[i]>=top && s[i]<bott)
c++;
return c*1.0/N;
}
Youare_my_sunshine
习惯受伤
慕的地6079101
疯一般的小猪仔
月初来自于月末
相关分类