KRIZALJKA
문제
Do you like to solve crosswords? If you do, you probably know the traditional lead-in for beginners – small 3 by 3 crosswords, like the following:
Horizontal:
- device used to cool a PC
- solid water
- to obtain
Vertical:
- small, soft, sweet fruit
- strong playing card
- fisherman's tool
Solve a crossword like this one! Not gonna happen? Fine, then at least put it together given six words that appear in it (three as horizontal and three as vertical).
입력
Each of the six lines of input contains a word consisting of three uppercase English letters. The words are given in a lexicographically sorted order.
출력
If it is impossible to put together a 3 by 3 crossword using the given six words, output 0.
Otherwise, output the crossword in three lines.
If there is more than one possible solution, output the one that is first in lexicographic order, where, for sorting purposes, the crossword is viewed as a nine-letter word obtained by concatenating its rows.
예제
예제 1
ANA ANA DAR DAR RAD RAD
DAR ANA RAD
예제 2
EVO HEP HIR IVA PAD ROD
HEP IVA ROD
예제 3
AKO CES DOC DON ESI KES
0