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

CRB and Puzzle

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others)
Total Submission(s): 1547    Accepted Submission(s): 663


Problem Description
CRB is now playing Jigsaw Puzzle.
There are $N$ kinds of pieces with infinite supply.
He can assemble one piece to the right side of the previously assembled one.
For each kind of pieces, only restricted kinds can be assembled with.
How many different patterns he can assemble with at most $M$ pieces? (Two patterns $P$ and $Q$ are considered different if their lengths are different or there exists an integer $j$ such that $j$-th piece of $P$ is different from corresponding piece of $Q$.)
 

Input
There are multiple test cases. The first line of input contains an integer $T$, indicating the number of test cases. For each test case:
The first line contains two integers $N$, $M$ denoting the number of kinds of pieces and the maximum number of moves.
Then $N$ lines follow. $i$-th line is described as following format.
k $a_{1}\ a_{2}\ ...\ a_{k}$
Here $k$ is the number of kinds which can be assembled to the right of the $i$-th kind. Next $k$ integers represent each of them.
1 ¡Ü $T$ ¡Ü 20
1 ¡Ü $N$ ¡Ü 50
1 ¡Ü $M$ ¡Ü $10^5$
0 ¡Ü $k$ ¡Ü $N$
1 ¡Ü $a_{1}$ < $a_{2}$ < ¡­ < $a_{k}$ ¡Ü N

 

Output
For each test case, output a single integer - number of different patterns modulo 2015.
 

Sample Input
1 3 2 1 2 1 3 0
 

Sample Output
6
 

Hint
possible patterns are &#8709;, 1, 2, 3, 1¡ú2, 2¡ú3
 

Author
KUT£¨DPRK£©
 

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-04-27 05:53:24, Gzip enabled