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 |
Re:出现了Presentation Error 问题..各位高手..可以解释一下吗??==>ACIn Reply To:出现了Presentation Error 问题..各位高手..可以解释一下吗?? Posted by:wang1990 at 2008-10-05 13:22:44 #include<stdio.h> #include<math.h> int main() { int i; double month[12],sum=0.00,p; for(i=0;i<12;i++) { scanf("%lf",&month[i]); sum=sum+month[i]; } p=sum/12; printf("$%.2lf",p); } Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator