Domino
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Find the number of ways to cover a rectangle with domino of size . The coverings that turn themselves into symmetries are considered different.
Input
One integer .
Output
Print the number of coverings of rectangle.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 3K
Acceptance rate 20%