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

郁闷,有哪没考虑到的吗?

Posted by zlx at 2008-05-05 15:46:31 on Problem 1740
#include <iostream>
using namespace std;

int main()
{
	int n,a;

	int count ;
	while(cin>>n && n)
	{
		count =0 ;
		int i;
		if(n%2==0)
		{
			for(i=0;i<n;i++)
			{
				cin>>a;
				count+=a;
			}
			cout<< (count%2)<<endl ;
		}
		else
		{
			for(i=0;i<n;i++)
				cin>>a;
			cout<<1<<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