You are given two strings and of the same length . Your task is to convert the string into by doing some operations. In an operation, you can delete the first character of the string and append any character at the end of the string. You are required to determine the minimum number of operations to convert into .
Input format
Output format
Print a single integer that represents the answer to the question.
Constraints
Both strings consist of only lowercase alphabets.
After the operation
After the operation
After the operation
After operation and becomes same.