当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

6151:Party

题目描述
Qscqesze is going to hold a blind date party.He takes n boys and m girls into consideration of invitation.Each of them gets a number as a1..an and b1..bm.
The party is in pairs.Everyone is required to choose an opposite sex who is also invited.Every one should be in an only pair.
Qscqesze knows everypair of them if they are willing to come together.
For better result,he wants to ascertain the invitation list to make everyone could gets it's partner.
After his assistant ascertain the invitation list,she writes down the list on a piece of paper.As she is careless,she just writes part of the list down. That is to say Qscqesze gets a piece of paper with incomplete invitation list.
Here comes q questions: how many kinds of paper he might get if all guest in complete list has common divisor gi?
输入解释
The first line contains a integer T,indicates the number of testcase.
In each testcase:
The first line contains there integer n m and q,indicates the number of boys ,the number of girls and the number of question.
The next n line contains one 0/1-strings,if the i-th string's j-th character is 1 means the i-th boy is willing to come with the j-th girl and vice versa.
The next line contains n integers, they are ai.
The next line contains m integers, they are bi.
The next line contains q integers,they are gi.
输出解释
For each test case, output a single line "Case #x: ans1 ans2 ... ansq", where x is the case number, starting from 1. And ans1..ansq is the answer.
输入样例
1
3 3 2
010
111
010
4 2 6
8 12 5 
2 3
输出样例
Case #1: 23 3

提示
1<=T<=100 
1<=n,m<=20 n+m>=20的数据组数为3
1<=q<=10
1<=g,ai,bi<=1e9;
来自杭电HDUOJ的附加信息
Recommend liuyiding

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-6151

最后修改于 2020-10-25T23:28:49+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
8000/4000MS(Java/Others) 32768/32768K(Java/Others)