HDU 4642 Fliping game

Posted NWU_ACM

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了HDU 4642 Fliping game相关的知识,希望对你有一定的参考价值。

 1 #include<iostream>
 2 #include<cstdio>
 3 #include<cstring>
 4 #include<algorithm>
 5 
 6 using namespace std;
 7 
 8 int n,m;
 9 
10 int main(){
11 
12 
13 
14     int t;
15     scanf("%d",&t);
16     while(t--){
17         scanf("%d%d",&n,&m);
18         int x;
19         for(int i=0;i<n;i++)
20             for(int j=0;j<m;j++)
21                 scanf("%d",&x);
22         if(x)
23             puts("Alice");
24         else
25             puts("Bob");
26     }
27     return 0;
28 }

 

以上是关于HDU 4642 Fliping game的主要内容,如果未能解决你的问题,请参考以下文章

HDU 1846 Brave Game (博弈水题)

hdu3094 A tree game

hdu 3074 Multiply game

hdu1667 The Rotation Game

HDU 2216 Game III(BFS)

HDU 1564 Play a game && HDU 2147 kiki's game