8月19日CCPC——Party(未解决)

来源:互联网 发布:停车场找车软件 编辑:程序博客网 时间:2024/06/06 01:43
Problem DescriptionQscqesze 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?  InputThe 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. OutputFor 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. Sample Input13 3 20101110104 2 68 12 5 2 3 Sample OutputCase #1: 23 3Hint1<=T<=100 1<=n,m<=20 n+m>=20的数据组数为31<=q<=101<=g,ai,bi<=1e9;


答案未更新......

原创粉丝点击