Chess

TimeLimit:1000MS  MemoryLimit:65536KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description
Alice and Bob are playing a special chess game on an n × 20 chessboard. There are several chesses on the chessboard. They can move one chess in one turn. If there are no other chesses on the right adjacent block of the moved chess, move the chess to its right adjacent block. Otherwise, skip over these chesses and move to the right adjacent block of them. Two chesses can’t be placed at one block and no chess can be placed out of the chessboard. When someone can’t move any chess during his/her turn, he/she will lose the game. Alice always take the first turn. Both Alice and Bob will play the game with the best strategy. Alice wants to know if she can win the game.
Input
Multiple test cases.

The first line contains an integer $T (T \leq 100)$, indicates the number of test cases.

For each test case, the first line contains a single integer $n (n \leq 1000)$, the number of lines of chessboard.

Then $n$ lines, the first integer of ith line is $m (m \leq 20)$, indicates the number of chesses on the ith line of the chessboard. Then m integers $p_{j} (1 \leq p_{j} \leq 20)$ followed, the position of each chess.
Output
For each test case, output one line of “YES” if Alice can win the game, “NO” otherwise.
SampleInput
2
1
2 19 20
2
1 19
1 18
SampleOutput
NO
YES
Submit
题目统计信息详细
总AC数4
通过人数3
尝试人数5
总提交量7
AC率42.86%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

[BUG反馈] [FAQ] [闽ICP备17026590号-1]
当前版本:3.24 系统时间: