In chemistry, isomerism is the phenomenon in which more than one compounds have the same chemical formula but different chemical structures. Chemical compounds that have identical chemical formulae but differ in properties and the arrangement of atoms in the molecule are called isomers.
Ethylene, which has a carbon-carbon double bond, is one of the most important fundamental chemicals in the petrochemical industry as it is the source material for a variety of products such as polyethene resin, ethylene glycol, vinyl chloride resin, acetic acid, styrene, and alpha-olefin which are produced by polymerization, oxidation, alkylation, hydration, or the addition of halogen. The precise format of an ethylene derivative is given in the figure below, where $$$R_1, R_2, R_3, R_4$$$ are atoms or atomic groups. We always suppose that $$$R_1$$$ and $$$R_2$$$ are on the same side of the carbon-carbon double bond, while $$$R_3$$$ and $$$R_4$$$ are on the other side. The carbon-carbon double bond in an ethylene derivative cannot rotate around the bond axis.
To distinguish isomers of the ethylene derivatives, two different naming methods, say Cis-Trans isomerism and Zasammen-Entgegen isomerism, are invented in the academic circle. The different scopes of application between these two methods are listed as follows:
All the atoms or atomic groups which may appear in $$$R_1$$$, $$$R_2$$$, $$$R_3$$$ and $$$R_4$$$ are listed as follows in descending order of the priority, the first of which is the one with the highest priority.
Now, you are asked to determine if there is any isomerism for a given ethylene derivative and find out the naming method it fits for when possible.
The first line contains an integer $$$T$$$ $$$(1 \le T \le 10^5)$$$, indicating the number of test cases.
Then follow $$$T$$$ test cases. For each test case:
The only line contains four strings $$$R_1$$$, $$$R_2$$$, $$$R_3$$$ and $$$R_4$$$ $$$(R_1, R_2, R_3, R_4 \in \{$$$-F, -Cl, -Br, -I, -CH3, -CH2CH3, -CH2CH2CH3, -H$$$\})$$$, which are the atoms or atomic groups connecting to carbon atoms of the ethylene derivative.
For each test case, output a string in one line, describing the type of isomerism the ethylene derivative fits for as follows:
2 -H -H -H -Cl -F -F -Br -Cl
None Cis
| Name |
|---|


