2013 - [Ceoi2010]A huge tower

有N(2<=N<=620000)快砖,要搭一个N层的塔,要求:如果砖A在砖B上面,那么A不能比B的长度+D要长。问有几种方法,输出 答案 mod 1000000009的值

Input

第一行: N,D 第二行: N个数,表示每块砖的长度。

Output

方案数。输出要mod1000000009

Examples

Input

4 1
1 2 3 100

Output

4
Time Limit 1 second
Memory Limit 128 MB
Stats
上一题 下一题