问题 C: Many Topological Problems

内存限制:512 MB 时间限制:1 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:2 通过:2

题目描述

Once you created the following problem:

Topological Problem

You are given a labeled rooted tree with n vertices and an integer k. We call a permutation a of length n good if ��>�����ai>apari and ��≤�����+�aiapari+k for each i with a parent ����pari.

Find the number of good permutations.

Now, thinking this problem is too easy, you create the following problem:

Many Topological Problems

You are given two integers �,�n,k. For all different labeled rooted trees T with n vertices, find the sum of the answer to the Topological Problem of T, modulo 109+7109+7.

Please solve Many Topological Problems.

Two labeled rooted trees are considered different, if and only if their roots differ, or one edge exists in one tree but not in the other.

输入格式

The first line contains a single integer T (1≤�≤101T10), denoting the number of test cases.

For each test case, the only line contains two integers �,�n,k (1≤�≤�≤1061kn106).

输出格式

For each test case, output one line with an integer denoting the answer.

输入样例 复制

3
2 2
5 1
114514 1919

输出样例 复制

2
120
354463397