0109. Toral Tickets

Имя входного файла: tickets.in
Имя выходного файла: tickets.out
Ограничение по времени: 1 s
Ограничение по памяти: 64 megabytes

On the planet Eisiem passenger tickets for the new mean of transportation are planned to have the form of tores.

Each tore is made of a single rectangular black rubber sheet containing N *M squares. Several squares are marked with white, thus encoding the ticket's source and destination.

When the passenger buys the ticket, the ticket booking machine takes the rubber sheet, marks some squares to identify the route of the passenger, and then provides it to the passenger. The passenger next must glue the ticket.

The ticket must be clued the following way. First two its sides of greater length are glued together, forming a cylinder. Next cylinder base circles, each of which has the length equal to the length of the short side of the original rubber sheet, are glued together. They must be glued in such a way, that the cells, sides of which are glued, first belonged to the same row of the sheet.

The resulting tore is the valid ticket.

Note that if the original sheet is square, there are two topologically different ways to make a tore out of a rubber sheet.

Ticket material is so perfect and gluing quality is so fine, that no one is able to find the seam, and this leads to some problems. First, the same tore can be obtained using different sheets. More of that, the same sheet can lead to tores that look a bit different.

Now the transport companies of Eisiem wonder, how many different routes they can organize, so that the following conditions are satisfied:

  • tickets for different routes are represented by different tores;
  • if some rubber sheet was marked to make the tore for some route, it cannot be used to make the tore for another route.

Help them to calculate the number of routes they can organize.

Input file

The first line of the input file contains N and M (1 ≤ N, M ≤ 20).

Output file

Output the number of routes Eisiem transport companies can organize.

Examples:

tickets.intickets.out
2 2 6
2 3 13


Источник: Petrozavodsk Summer 2003. Andrew Stankevich Contest 1, Saturday, August 23
Автор: Andrew Stankevich

Обсудить       Отправить решение



Версия для печати