An n×n table a is defined as follows:
These conditions define all the values in the table.
You are given a number n. You need to determine the maximum value in the n×n table defined by the rules above.
The only line of input contains a positive integer n (1≤n≤10) − the number of rows and columns of the table.
Print a single line containing a positive integer m − the maximum value in the table.
1
1
5
70
In the second test the rows of the table look as follows: