You are given n boxes and the size of the ith box is ai . You can select at most k boxes and change their size to a positive integer.
Select some boxes and paint it with the Red color. These boxes must satisfy the following condition:
Determine the maximum number of boxes that you can color in Red.
Input format
Output format
Print the required in a single line. The output must be an integer and display the maximum number of boxes that you can color in Red.
By changing the second girls's box to 2, we can color the first 3 boxes red.