编程介的小学生 2017-10-27 23:26 采纳率: 20.5%
浏览 837
已采纳

Loop nest

Problem Description
There are m sets Pi,Qi,∀i(1≤i≤m),Pi,Qi⊆{1…i−1}. There are nested loops with m layers, and for the jth layer, the loop variable is ij, the lower bound equals max{ik(k∈Pj)}(especially, when Pj is empty set, it means the lower bound equals 1), the upper bound equals min{ik(k∈Qj)}(especially, when Qj is empty set, it means the upper bound equals n). HazelFan want to know how many times the loop body will be executed, module p.

Input
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 three positive integers m,n,p(1≤m≤15,1≤n≤109,2≤p≤109+7).
The next m lines, the ith line contains several nonnegative integers describing the sets Pi,Qi. The first integer is Ai, denoting the size of Pi, then next Ai integers denotes the elements of Pi. The next integer is Bi, denoting the size of Qi, then next Bi integers denotes the elements of Qi.

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

Sample Input
2
2 10 233
0 0
1 1 0
6 10 987654321
0 0
1 1 0
0 0
1 3 0
0 1 4
1 2 2 1 2

Sample Output
55
3850

  • 写回答

1条回答 默认 最新

  • threenewbee 2017-11-14 10:43
    关注
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥50 永磁型步进电机PID算法
  • ¥15 sqlite 附加(attach database)加密数据库时,返回26是什么原因呢?
  • ¥88 找成都本地经验丰富懂小程序开发的技术大咖
  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 latex怎么处理论文引理引用参考文献
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?