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 |
Re:为什么会runtime error?In Reply To:为什么会runtime error? Posted by:hide1713 at 2006-07-02 23:25:03 > #include<iostream> > using namespace std; > int main() > { > double sun[11]; > double o=0; > for(int i=0;i<12;i++) > { > cin>>sun[i]; > o+=sun[i]; > } > cout<<"$"<<o/12<<endl; > cin>>o; > return 0; > } > > //不理解为什么贴上去不能运行,在我机器上能运行啊,我用的是v c++ 2005 express Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator