← All problemsSign in

Inversion Probability

CSESMathematicsOpen on judge ↗

An array has n integers x_1,x_2,\dots,x_n, and each of them has been randomly chosen between 1 and r_i. An inversion is a pair (a,b) where a<b and x_a>x_b. What is the expected number of inversions in the array? Input The first input line contains an integer n: the size of the array. The second line contains n integers r_1,r_2,\dots,r_n: the range of possible values for each array position. O

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start