using System;
public class Program
{
//str1= 'aabbc' and str2= 'aaccd' need to give the total number of character repeated like in this case
// it's 3 . 2 a's and 1 c
public static void Main()
Console.WriteLine("Hello World1");
}
public void countIntersected(string str1, string str2)
// todo write logic for the same