Minimum Inversion Number Time Limit: 2 Seconds Memory Limit: 65536 KB The inversion number of a given number sequence a1, a2, ..., an is the number of pairs (ai, aj) that satisfy i < j and ai > aj. For a given sequence of numbers a1, a2, ..., an, if we move the first m >= 0 numbe...