You are given an undirected graph with vertices and edges, with vertices numbered from to .
You have to select two integers and such that:
- There exists a non-empty set of vertices such that for every vertex , there are other vertices in that share an edge with .
- There exists a set of vertices of size such that for every vertex , there are no vertices in that share an edge with .
You have to find , , along with any and that satisfy the requirements above. It can be proven that such and always exist.