| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
帮我看看那儿错了,谢谢了main()
{
float a,s=0;
int i,n;
float c[11];
for(i=0;i<=10;i++)
{
scanf("%f",&c[i]);
s=s+c[i];
printf("\n");
}
scanf("%f",&a);
printf("%.2f",(float)(s+a)/12.00);
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator