The first line contains one integer(
), the number of vertices and edges in the graph.
The followinglines contain two integers representing the edges of the graph.
Output one integer means the least number of vertices that have to flag.
If there is no solution, print a single integer.