Time Limit: 2000ms, Special Time Limit:5000ms, Memory Limit:262144KB |
Total submit users: 33, Accepted users: 29 |
Problem 12907 : No special judgement |
Problem description |
|
Input |
The only line of the input file contains a single integer number n — the number of carbon atoms in alkane molecule (1 ≤ n ≤ 50). |
Output |
The only line of output file should contain the number of different CnH2n+2i somers. It is guaranteed that the answer fits signed 64-bit integer type. |
Sample Input |
6 12 |
Sample Output |
5 355
|
11-13