Y was looking for a single sign of hope and then he saw a grid with two rows and columns. as a typical prison punishment Y is going to paint the grid.
Y thinks two cells are connected if they share a side and both are painted in the same color.
He also thinks there is a path between two cells and if there is a sequence of cells which starts with and ends with and any two consecutive cells in the sequence are connected.
Y calls a subset of grid's cells a connected component, if there is a path between any pair of subset's cells.
And at last, Y calls a connected component a maximal connected component, if there isn't any other connected component that includes .
If Y paints a cell in black or white with the same probability (both ), what is the expected number of maximal connected components modular in the colored grid?
If the expected value is , print .
Input
First and the only input line contains only , number of grid's columns.
Output
The only line of output contains an integer, expected number of maximal connected components modular .
As shown the expectation number of maximal connected components are:
.