A coincidence
Alex is bored and, having nothing to do, he took n dice, numbered them from 1 to n, shuffled them, and placed in a random order. So he started stirring dice over and over again and look if he has got a permutation he had the first time. But there was a lot of dice, he still couldn't get the desired permutation, so Alex became bored again.
So Alex thought about it and decided to get the desired permutation in a different way. He has placed dice in order from 1 to n and decided to select a portion of dice repeatedly, stir them and then return to the same place, but maybe in a different order. He decided to do so until he got the exact same permutation he memorized in the beginning, but before that he wants to know how much time, on average, it takes to get the desired permutation? Alex wants to get it as soon as possible and selects dice to shuffle respectively.
Input
The first line contains an integer n. The second line contains n integers from 1 to n - the permutation, which Alex wants to get.
Output
Print a single number - the average number of shuffles Alex needs to get the desired permutation.