Given an integer N which has D digits. You have to delete exactly K digits in integer N.
Find out the largest possible number which can be built from N after removing exactly K digits.
Input Format:
Output Format:
Print the largest possible number which can be built from N after removing exactly K digits.
Constraints:
1≤N≤10181≤K≤3K≤D
After removing exactly 1 digit, we can make
Among, them 412 is the largest possible number.