A simile joins an adjective and a noun into a phrase such as "Easy as pie" or "Cold as ice".
You are given $n$ adjectives $(1 \le n \le 5)$ and $m$ nouns $(1 \le m \le 5)$. Print every possible simile of the form <adjective> as <noun>.
Print all $n \times m$ similes, one per line. Iterate the adjectives in input order as the outer loop and, for each adjective, the nouns in input order as the inner loop. Each line has the form <adjective> as <noun>.