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 fsaaa168 at 2008-09-11 00:01:49 on Problem 1004
In Reply To:各位大虾们 这错在哪里啊 Posted by:luoxiaocheng at 2008-08-15 10:47:54
#include<iostream>

using namespace std;

int main()
{
    double money[12],average=0;
    int index;
    for(index=0;index<12;index++)
    {
        cin>>money[index];
        average+=money[index];
    }
    average/=12;
    cout<<'$';
    cout.setf(ios::fixed);
    cout.setf(ios::showpoint);
    cout.precision(2);
    cout<<average<<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