atcoder#ABC204F. [ABC204F] Hanjo 2
[ABC204F] Hanjo 2
Score : points
Problem Statement
We have a rectangular room that is meters long and meters wide. We will fill this entire room with tatami (rectangular mats) that are meters long and meter wide, and hanjo (square mats) that are meter long and meter wide. Each tatami can be placed vertically or horizontally. How many ways are there to fill the room? We distinguish ways that match only after rotation or reflection.
Since the count can be enormous, find it modulo .
Constraints
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
2 2
7
We have the following seven ways:
3 3
131
5 100
379944232
Be sure to find the count modulo .