Problem C
Dominant Strings
Given two strings
Now, your task is simply to find all the dominant strings of a set of strings.
Input
The input contains a single set of strings, with one string
per line. Each string consists of at least one and at most ten
lower-case alphabetic characters (a-z). There is at least one
and at most
Output
Output consists of all dominant strings in the input set, in alphabetical order, one word per line.
Sample Input 1 | Sample Output 1 |
---|---|
acmicpc cccp macpac chimp camp |
acmicpc chimp macpac |