Print the largest integer formed by inserting digit X in given string
Given a string S of size N representing a large integer value, and a positive digit X, the task is to print the largest integer formed by inserting the digit X in the string S. Examples: Input: S = "99", X = 9Output: 999Explanation: The largest number that can be formed is 999 after inserting 9 into