You are given an integer . Determine if there is an unconnected graph with vertices that contains at least two connected components and contains the number of edges that is equal to the number of vertices. Each vertex must follow one of these conditions:
Note
Input format
Output format
Print Yes if it is an unconnected graph. Otherwise, print No.
Constraints
There is only one graph with the number of edges equal to the number of vertices (triangle) which is connected.