Find the outsider that is hidden in a list where one word is repeated over and over.
A list of $$n$$ words ($$n \geq 0$$) — each on a separate line — ending with a line that only contains the word stop. Of all $$n$$ words, at least one is different from the others.
Input:
Libya
Libya
stop
Output:
there is no outsider
Input:
Paraguay
Egypt
Paraguay
Paraguay
Paraguay
Paraguay
Paraguay
Paraguay
Paraguay
Paraguay
Paraguay
Paraguay
stop
Output:
the outsider is "Egypt"