Problem F
Fake Graph Theory
SoCCat the Combinatorician is a very combinatoricky cat. Currently, SoCCat is challenging you to solve a combinatorics problem!
SoCCat challenges you to solve the following combinatorics problem:
Given a graph
Add the following
-
For each
, add an edge between vertices and . -
For each
, add an edge between vertices and . -
For each
, add an edge between vertices and .
Suppose the permutations
Suppose the expected number of connected components in the
resulting graph is
In other words, you should output the sum of the number of
connected components in the resulting graph, over all
Input
The first line of input contains an integer
Output
Output a single integer, the value of
Notes
In the sample test case, there’s a
Therefore,
Sample Input 1 | Sample Output 1 |
---|---|
2 |
768 |