Tri Tiling
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
In how many ways can you tile a rectangle with dominoes? Here is a sample tiling of a rectangle.
Input
Consists of several test cases followed by a line containing . Each test case is a line containing an integer .
Output
For each test case print one integer giving the number of possible tilings.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 48%