atcoder#AGC005B. [AGC005B] Minimum Sum
[AGC005B] Minimum Sum
Score : points
Problem Statement
One day, Snuke was given a permutation of length , , from his friend.
Find the following:
Constraints
- is a permutation of .
Input
The input is given from Standard Input in the following format:
Output
Print the answer.
Note that the answer may not fit into a 32-bit integer.
3
2 1 3
9
4
1 3 2 4
19
8
5 4 8 1 2 6 7 3
85