Color the chessboard

TimeLimit:1000MS  MemoryLimit:524288KB
64-bit integer IO format:%I64d
未提交 | 登录后收藏
Problem Description
There is a chessboard with $n$ rows and $m$ columns, at first every position is colored red or blue or white. HazelFan want to change the color of every white position into red one or blue one, so that every rectangle in the chessboard with even rows and even colums, contains same number of red positions and blue positions. HazelFan wants to know how many ways are there to color the chessboard, module $998244353$.
Input
The first line contains a positive integer $T(1\leq T\leq5)$, denoting the number of test cases.
For each test case:
The first line contains two positive integers $n,m(1\leq n,m\leq10^3)$.
The next $n$ lines, the $i$th line contains a string of length $m$, the $j$th character describes the position in the $i$th row and the $j$th column as below:
'R': the position is colored red.
'B': the position is colored blue.
'?': the position is colored white.
Output
For each test case:
A single line contains a nonnegative integer, denoting the answer.
SampleInput
2
2 2
RB
??
3 3
???
?R?
???
SampleOutput
2
7
Submit
题目统计信息详细
总AC数0
通过人数0
尝试人数0
总提交量0
AC率0.00%
AC该题后可以添加标签
贴完标签可以获得20ACB。
并且可以获得本题所有提交代码查看权限。
点击标题可以显示标签。
如果你还没认真思考过这题,请不要查看标签
如果您已经通过了该题,请务为该题贴上标签

T^T Online Judge

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