POJ 1740 A New Stone game (Multi-heap game-finding law)

Source: Internet
Author: User

Transmission Door

//there are n heaps, and AB shifts from the heap of n heaps to any of them, can be thrown away, or can be moved to a bunch of other heaps//the first to move out of the win//if the number of 22 piles in the n heap is equal, it must be B-win .//but as long as there are not 22 of the same, like Xyz,a first,//A can be moved from the largest heap (z) y-x to the X heap, YYP, eventually remove p must be a#include <iostream>#include<cstdio>#include<cstring>#include<algorithm>using namespacestd;intMain () {intn,a[ the];  while(SCANF ("%d", &n) &&N) {intaa,res=0, maxn=0; Memset (A,0,sizeof(a));  for(intI=0; i<n;i++) {scanf ("%d",&AA); MAXN=Max (MAXN,AA); A[AA]++; }         for(intI=0; i<=maxn;i++)        {            if(a[i]%2==1) {res=1;  Break; }} printf ("%d\n", RES); }    return 0;}

POJ 1740 A New Stone game (Multi-heap game-finding law)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.