Canadian Computing Competition: 2004 Stage 1, Junior #3
A simile is a combination of an adjective and noun that produces a phrase such as "Easy as pie" or "Cold as ice".
Write a program to input adjectives and nouns , and print out all possible similes. The first two lines of input will provide the values of and , in that order followed, one per line, by adjectives and nouns.
Your program may output the similes in any order.
Sample Input
3
2
Easy
Smart
Soft
pie
rock
Sample Output
Easy as pie
Easy as rock
Smart as pie
Smart as rock
Soft as pie
Soft as rock
Comments
This comment is hidden due to too much negative feedback. Show it anyway.
as pie
I love pies. don't tell me that I'm weird
Pies are always known for their extremely high IQ
I do like it when rocks are soft
How come you guys don't have all the J3 problems?
Some problems are shared between junior and senior. J3 is sometimes (but not always) the same problem as S1 and is listed as S1 on this site.
This comment is hidden due to too much negative feedback. Show it anyway.