Preparando MOJI

Pashmak and Parmida's problem

3000ms 262144K

Description:

Parmida is a clever girl and she wants to participate in Olympiads this year. Of course she wants her partner to be clever too (although he's not)! Parmida has prepared the following test problem for Pashmak.

There is a sequence a that consists of n integers a1, a2, ..., an. Let's denote f(l, r, x) the number of indices k such that: l ≤ k ≤ r and ak = x. His task is to calculate the number of pairs of indicies i, j (1 ≤ i < j ≤ n) such that f(1, i, ai) > f(j, n, aj).

Help Pashmak with the test.

Input:

The first line of the input contains an integer n (1 ≤ n ≤ 106). The second line contains n space-separated integers a1, a2, ..., an (1 ≤ ai ≤ 109).

Output:

Print a single integer — the answer to the problem.

Sample Input:

7
1 2 1 1 2 2 1

Sample Output:

8

Sample Input:

3
1 1 1

Sample Output:

1

Sample Input:

5
1 2 3 4 5

Sample Output:

0

Informação

Codeforces

Provedor Codeforces

Código CF459D

Tags

data structuresdivide and conquersortings

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:53:13

Relacionados

Nada ainda