Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:出现了Presentation Error 问题..各位高手..可以解释一下吗??==>AC

Posted by wang1990 at 2008-10-06 21:46:34 on Problem 1004
In Reply To:Re:出现了Presentation Error 问题..各位高手..可以解释一下吗??==>AC Posted by:poko at 2008-10-05 13:58:08
> #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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator