using System;
public class Program
{
public static void Main()
//This will be same as merge sort logic, in addtion in merging logic, whenever we move an element from right array left array,
//just get the count of left array elements crossed by right array element.
}