GUPTA MECHANICAL

IN THIS WEBSITE I CAN TELL ALL ABOUT TECH. TIPS AND TRICKS APP REVIEWS AND UNBOXINGS ALSO TECH. NEWS .............

Tuesday 10 May 2022

Maximum Crossings (Hard Version) Codeforces Solution | Codeforces Problem Solution 2022

H2. Maximum Crossings (Hard Version)
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

The only difference between the two versions is that in this version n2105 and the sum of n over all test cases does not exceed 2105.

terminal is a row of n equal segments numbered 1 to n in order. There are two terminals, one above the other.

Solution Click Below:-  CLICK HERE

You are given an array a of length n. For all i=1,2,,n, there should be a straight wire from some point on segment i of the top terminal to some point on segment ai of the bottom terminal. For example, the following pictures show two possible wirings if n=7 and a=[4,1,4,6,7,7,5].

crossing occurs when two wires share a point in common. In the picture above, crossings are circled in red.

What is the maximum number of crossings there can be if you place the wires optimally?

Input

The first line contains an integer t (1t1000) — the number of test cases.

The first line of each test case contains an integer n (1n2105) — the length of the array.

Most Similar Words Codeforces Solution

The second line of each test case contains n integers a1,a2,,an (1ain) — the elements of the array.

The sum of n across all test cases does not exceed 2105.

Output

For each test case, output a single integer — the maximum number of crossings there can be if you place the wires optimally.


Join Now for Solution:- 

No comments:

Post a Comment