| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
这样就对了啊:In Reply To:为什么这样错??请大哥帮忙!!! Posted by:1323456789 at 2004-12-12 19:34:54 #include<iostream>
using namespace std;
void main(void){
float sum,mon;
int i;
sum=0;
for(i=0;i<12;i++){
cin>>mon;
sum+=mon;
}
sum/=12;
cout<<"$"<<sum<<endl;
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator