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:第一次来这里,为什么提交错误

Posted by hepeng at 2007-03-11 21:05:00 on Problem 1004
In Reply To:第一次来这里,为什么提交错误 Posted by:lanwei19850827 at 2007-03-11 20:32:02
> #include<iostream>
> #include<iomanip>
> using namespace std;
> 
> int main(){
> 	int i;
> 	double temp,sum=0;
>          for(i=0;i<12;i++){
> 		cin>>temp;
> 		sum+=temp;
> 	}
> 	sum=sum/12;
> 	cout<<setprecision(2);
> 	cout<<sum<<endl;
> 	return 0;
> }

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