Problem: You have a given integer . Find the number of ways to fill all tiles with the shape described in the picture below. Upon filling, no empty spaces are allowed. Shapes cannot overlap.
This picture describes when . The left one is the shape and the right one is tiles.
Input Format: The only line contains one integer () — the length.
Output Format: Print the number of ways to fill.
Note: In the first example, there are possible cases of filling.
In the second example, you cannot fill the shapes in tiles.