CF527E Data Center Drama

Description

The project of a data center of a Big Software Company consists of $ n $ computers connected by $ m $ cables. Simply speaking, each computer can be considered as a box with multiple cables going out of the box. Very Important Information is transmitted along each cable in one of the two directions. As the data center plan is not yet approved, it wasn't determined yet in which direction information will go along each cable. The cables are put so that each computer is connected with each one, perhaps through some other computers. The person in charge of the cleaning the data center will be Claudia Ivanova, the janitor. She loves to tie cables into bundles using cable ties. For some reasons, she groups the cables sticking out of a computer into groups of two, and if it isn't possible, then she gets furious and attacks the computer with the water from the bucket. It should also be noted that due to the specific physical characteristics of the Very Important Information, it is strictly forbidden to connect in one bundle two cables where information flows in different directions. The management of the data center wants to determine how to send information along each cable so that Claudia Ivanova is able to group all the cables coming out of each computer into groups of two, observing the condition above. Since it may not be possible with the existing connections plan, you are allowed to add the minimum possible number of cables to the scheme, and then you need to determine the direction of the information flow for each cable (yes, sometimes data centers are designed based on the janitors' convenience...)

Input Format

N/A

Output Format

N/A

Explanation/Hint

Picture for the first sample test. The tied pairs of cables are shown going out from the same point. ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF527E/4abda3017c500d7e7862903d06b135eb9ad26230.png)Picture for the second test from the statement. The added cables are drawin in bold. ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF527E/01fdb0d798b75335f4d207095e9844e2c00bee6c.png)Alternative answer for the second sample test: ![](https://cdn.luogu.com.cn/upload/vjudge_pic/CF527E/1fee03d352ebeccd4924ce3e2bd284be7d51be5e.png)