To use a stamp, it must first be aligned with exactly K neighboring units on the canvas. The stamp cannot extend beyond the ends of the canvas, nor can it cover fractions of units. Once placed, the stamp paints the K covered units with its color. Any given stamp may be used multiple times, once, or even never at all. But by the time Bessie is finished, every unit of canvas must have been painted at least once.
Help Bessie find the number of different paintings that she could paint, modulo . Two paintings that look identical but were painted by different sequences of stamping operations are counted as the same.
For at least 75% of the input cases, .
The first and only line of input has three integers, N, M, and K. It is guaranteed that K≤N.
A single integer: the number of possible paintings, modulo