[UVA][塊狀表] 12003 - Array Transformer
Array Transformer
Write a program to transform an array
A[1], A[2],..., A[n] according to m instructions. Each instruction
(L, R, v, p) means: First, calculate how many numbers from A[L] to A[R] (inclusive) are strictly less
than v, call this answer...