prelude_to_doublets
This is an old revision of the document!
Table of Contents
Prelude to Doublets
First, start by reading the problem statement for Doublets. The input format is the same.
Input
Like Doublets, the input consists of a dictionary of words, one per line, followed by pairs of words, one per line. The dictionary and word pairs are separated by an empty line.
Output
Print the number of words in the dictionary, in the format below, followed by a blank line. For each line of input words, print the line, followed by a line with the words “yes” or “no” (separated by a space) indicating if the corresponding word is in the dictionary or not. Separate each case by a blank line (there is no blank line after the last case).
Sample Input
booster rooster roaster coasted roasted coastal postal booster roasted coastal postal
Sample Output
Dictionary size: 7 words yes yes yes yes yes no
prelude_to_doublets.1315248820.txt.gz · Last modified: 2011/09/05 11:53 by jtkorb