using System; using System.Collections.Generic; class Program { static void Main(string[] args) { string str = Console.ReadLine(); long N = long.Parse(str); long[] A = new long[N]; for(var i=0;i=0;j--){ if(A[i] > A[j]){ cnt -= 1; } } } for(var i=N/2;i A[j]){ cnt += 1; } } } Console.WriteLine(cnt); for(var i=1;i