Responsive image

问题 1858 --Color the chessboard

1858: Color the chessboard

时间限制: 2 Sec  内存限制: 128 MB
提交: 2  解决: 2
[提交][状态][讨论版][命题人:]

题目描述

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.
 

输入描述

The first line contains a positive integer T(1≤T≤5), denoting the number of test cases.
For each test case:
The first line contains two positive integers n,m(1≤n,m≤10^3).
The next n lines, the ith line contains a string of length m, the jth character describes the position in the ith row and the jth column as below:
'R': the position is colored red.
'B': the position is colored blue.
'?': the position is colored white.

输出描述

For each test case:
A single line contains a nonnegative integer, denoting the answer.
 

样例输入

2
2 2
RB
??
3 3
???
?R?
???

样例输出

2
7

来源

 

[提交][状态]
ACM算法攻关部
  • Anything about this OnlineJudge, Please Contact Administrator. Click add QQ

    OJ system based on HUSTOJ Project , UI based on Twitter Bootstrap

    Copyright 2016 ACM算法攻关部
    关于网站改版