#Lutece0046. Blinker的仰慕者

Blinker的仰慕者

Migrated from Lutece 46 Blinker的仰慕者

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

Blinker有非常多的仰慕者,他给每个仰慕者一个正整数编号。而且这些编号还隐藏着特殊的意义,即编号的各位数字之积表示这名仰慕者对Blinker的重要度。

现在Blinker想知道编号介于某两个值AA,BB之间,且重要度为某个定值KK的仰慕者编号和

Input

输入的第一行是一个整数NN,表示Blinker想知道的信息个数。 接下来的NN行,每行有三个数,AA,BB,KK。表示Blinker想知道编号介于AABB之间的,重要度为KK的仰慕者的编号和。

2AB10000000000000000002\leq A\leq B\leq 1000000000000000000,1N50001\leq N\leq 5000

Output

输出NN行,每行输出介于AABB之间,重要度为KK的仰慕者编号和。结果可能很大,模上2012042720120427

Samples

3 
1 14 4 
1 30 4 
10 60 5
18 
40 
66

Note

第一组样例中,在111414之间各位数字之积等于44的有441414,故编号和为1818

Resources

SCOI2012