Dwarves
Once upon a time, there arose a huge discussion among the dwarves in Dwarfland. The government wanted to introduce an identity card for all inhabitants.
Most dwarves accept to be small, but they do not like to be measured. Therefore, the government allowed them to substitute the field "height" in their personal identity card with a field "relative dwarf size". For producing the ID cards, the dwarves were being interviewed about their relative sizes. For some reason, the government suspects that at least one of the interviewed dwarves must have lied.
Can you help find out if the provided information proves the existence of at least one lying dwarf?
Input
The first line contains the number of statements. The next lines describing the relations between the dwarves. Each relation is described by one line with "" or "", telling whether dwarf is smaller or taller than dwarf . and are two different dwarf names.
A dwarf name consists of at most letters from "A" to "Z" and "a" to "z". A dwarf name does not contain spaces. The number of dwarves does not exceed .
Output
Print "impossible" if the statements are not consistent, otherwise print "possible".