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 wyu_Single at 2009-07-26 20:33:51 on Problem 2578
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:
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