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

为什么总是wrong answer?初学编程,各位大哥哥大姐姐帮帮忙呀!!!!

Posted by tears at 2005-11-26 00:39:25 on Problem 1004
#include<stdio.h>
#include<math.h>
void main(){
	float dollar[12];
	int i;
	float sum=0;
	float average;
	for(i=0;i<12;i++){
		scanf("%.2f",dollar[i]);
	}
	for(i=0;i<12;i++){
		sum=sum+dollar[i];
	}
	average=(float)(sum/12);
	printf("$%.2f",average);
}

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