标签:des style blog http color java os io strong
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 2145 Accepted Submission(s): 1622
1 #include<cstdio> 2 int main(){ 3 int m; 4 while(scanf("%d",&m),m){ 5 int res=0,a; 6 while(m--){ 7 scanf("%d",&a); 8 res^=a; 9 } 10 if(res)printf("Rabbit Win!\n"); 11 else printf("Grass Win!\n"); 12 } 13 }
hdu----(1849)Rabbit and Grass(简单的尼姆博弈)
标签:des style blog http color java os io strong
原文地址:http://www.cnblogs.com/gongxijun/p/3930739.html