Given an undirected graph with vertices and edges, tell whether every connected component is a clique, that is, if all the vertices of the component are directly connected to each other.
Input consists of several cases. Each case begins with and , followed by pairs , with , indicating an edge between and . Suppose , , that the vertices are numbered between 0 and , and that there are no repeated edges.
For each given graph, print “SI” if every connected
component is a clique, and “NO” otherwise.
Even if a green light is obtained, only solutions that perform a single graph traversal will receive the maximum score.
Author: Unknown
Translator: Salvador Roura
Generation: 2026-01-25T23:06:42.008Z
© Jutge.org, 2006–2026.
https://jutge.org