码迷,mamicode.com
首页 > 其他好文 > 详细

luogu_1288 取数游戏II

时间:2017-10-07 20:46:24      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:while   highlight   logs   int   取数游戏   ++   mes   scan   div   

#include <cstdio>
#include <iostream>
#include <algorithm>
using namespace std;
int n,a[30*2],sum,sum1,cnt=1;

int main(){
	scanf("%d",&n);
	for(int i=1;i<=n;i++){scanf("%d",&a[i]);}
	while(a[cnt]!=0){sum++; cnt++;}
	cnt=n;
	while(a[cnt]!=0){sum1++; cnt--;}
	if(sum%2==1 || sum1%2==1)puts("YES");
	else puts("NO");
	return 0;
}

  

luogu_1288 取数游戏II

标签:while   highlight   logs   int   取数游戏   ++   mes   scan   div   

原文地址:http://www.cnblogs.com/codetogether/p/7635558.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!