CF11D A Simple Task

Description

Given a simple graph, output the number of simple cycles in it. A simple cycle is a cycle with no repeated vertices or edges.

Input Format

N/A

Output Format

N/A

Explanation/Hint

The example graph is a clique and contains four cycles of length 3 and three cycles of length 4.