F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

Party

Time Limit: 8000/4000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 148    Accepted Submission(s): 65


Problem Description
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?
 

Input
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.
 

Output
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.
 

Sample Input
1 3 3 2 010 111 010 4 2 6 8 12 5 2 3
 

Sample Output
Case #1: 23 3
 

Hint

1<=T<=100
1<=n,m<=20 n+m>=20的数据组数为3
1<=q<=10
1<=g,ai,bi<=1e9;
 

Source
 

Statistic | Submit | Discuss | Note
Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-05-21 09:01:36, Gzip enabled