We don't write code, we just move the code. Today, Alex plans to move bricks, there are n bricks, the weight of ith brick is ai. Unfortunately, Alex can only carry bricks which weight is no more than k, now he wants to know the total number of bricks which he can move?
For each test case, print your answer.