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:水题,就是比较一下嘛In Reply To:水题,就是比较一下嘛 Posted by:Hyker at 2009-03-16 22:11:27 #include<iostream> using namespace std; int main() { int a,i; for(i=0;i<3;i++) { cin>>a; if(a<168){cout<<"CRASH "<<a<<endl;break;} } if(i==3)cout<<"NO CRASH"<<endl; return 0; } Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator