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

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

Posted by wang1990 at 2008-10-05 13:22:44 on Problem 1004
#include<stdio.h>
#include<math.h>
void main()
{
	int i;
	float month[12],sum=0.00,p;

	for(i=0;i<12;i++)
	{
		scanf("%f",&month[i]);
		printf("%\n",month[i]);
		sum=sum+month[i];
	}
	p=sum/12;
	printf("$%7.2f",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