| ||||||||||
| 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 | |||||||||
帮帮忙 哪里错了#include "stdio.h"
main()
{
int i=1;
float sum,ave,xi;
for(;i<=12;i++)
scanf("%.2f",xi);
sum+=xi;
ave=sum/12.0;
printf("$%.2f",ave);
return 0
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator