@@ -326,27 +326,26 @@ static const char *firstword[] =
326
326
"noisy" , "normal" , "north" , "novel" , "oasis" , "object" , "ocean" , "odd" ,
327
327
"olive" , "one" , "only" , "open" , "orange" , "other" , "outlet" , "oxygen" ,
328
328
"palm" , "palmw" , "parade" , "party" , "past" , "pastel" , "patron" , "perfect" ,
329
- "phobic" , "phone" , "pink" , "plain" , "plane" , "pledge" , "pledgey" , "plenty" ,
330
- "plus" , "pocket" , "polite" , "pony" , "pool" , "praise" , "precious" , "prior" ,
331
- "prize" , "proof" , "proper" , "prose" , "proud" , "purple" , "quaint" , "quick" ,
332
- "quiet" , "quote" , "rain" , "rainy" , "rapid" , "rare" , "ready" , "real" ,
333
- "reason" , "recent" , "red" , "remedy" , "remote" , "review" , "reward" , "rich" ,
334
- "rocket" , "rocky" , "root" , "rough" , "round" , "royal" , "runner" , "rustic" ,
335
- "safe" , "safety" , "salt" , "salute" , "scary" , "scout" , "select" , "senior" ,
336
- "shadow" , "shelf" , "shiny" , "short" , "silent" , "silky" , "sill" , "silly" ,
337
- "silver" , "simple" , "sleepy" , "slight" , "slow" , "small" , "smart" , "smiley" ,
338
- "smiling" , "smooth" , "soccer" , "solid" , "some" , "south" , "space" , "spare" ,
339
- "square" , "stable" , "statue" , "stealth" , "still" , "stock" , "street" , "strict" ,
340
- "strong" , "studio" , "such" , "sudden" , "summit" , "sunny" , "super" , "sure" ,
341
- "sweet" , "swift" , "tablet" , "tall" , "teal" , "teals" , "terrific" , "that" ,
342
- "theory" , "thick" , "think" , "thirsty" , "this" , "tight" , "timber" , "tiny" ,
343
- "top" , "total" , "tough" , "town" , "train" , "turtle" , "uneven" , "union" ,
344
- "unique" , "unite" , "unusual" , "upset" , "urban" , "useful" , "usual" , "valley" ,
345
- "vanilla" , "vast" , "verse" , "violet" , "violin" , "voyage" , "wagon" , "walnut" ,
346
- "warm" , "watch" , "watery" , "weekly" , "west" , "what" , "wide" , "wild" ,
347
- "windy" , "wine" , "winter" , "wise" , "witty" , "wonderful" , "wooden" , "worth" ,
348
- "writer" , "yacht" , "yard" , "year" , "yellow" , "young" , "zany" , "zeal" ,
349
- "zebra" , "zone"
329
+ "phobic" , "phone" , "pink" , "plain" , "plane" , "pledge" , "plenty" , "plus" ,
330
+ "pocket" , "polite" , "pony" , "pool" , "praise" , "precious" , "prior" , "prize" ,
331
+ "proof" , "proper" , "prose" , "proud" , "purple" , "quaint" , "quick" , "quiet" ,
332
+ "quote" , "rain" , "rainy" , "rapid" , "rare" , "ready" , "real" , "reason" ,
333
+ "recent" , "red" , "remedy" , "remote" , "review" , "reward" , "rich" , "rocket" ,
334
+ "rocky" , "root" , "rough" , "round" , "royal" , "runner" , "rustic" , "safe" ,
335
+ "safety" , "salt" , "salute" , "scary" , "scout" , "select" , "senior" , "shadow" ,
336
+ "shelf" , "shiny" , "short" , "silent" , "silky" , "silly" , "silver" , "simple" ,
337
+ "sleepy" , "slight" , "slow" , "small" , "smart" , "smiley" , "smiling" , "smooth" ,
338
+ "soccer" , "solid" , "some" , "south" , "space" , "spare" , "square" , "stable" ,
339
+ "statue" , "stealth" , "still" , "stock" , "street" , "strict" , "strong" , "studio" ,
340
+ "such" , "sudden" , "summit" , "sunny" , "super" , "sure" , "sweet" , "swift" ,
341
+ "tablet" , "tall" , "teal" , "terrific" , "that" , "theory" , "thick" , "think" ,
342
+ "thirsty" , "this" , "tight" , "timber" , "tiny" , "top" , "total" , "tough" ,
343
+ "town" , "train" , "turtle" , "uneven" , "union" , "unique" , "unite" , "unusual" ,
344
+ "upset" , "urban" , "useful" , "usual" , "valley" , "vanilla" , "vast" , "verse" ,
345
+ "violet" , "violin" , "voyage" , "wagon" , "walnut" , "warm" , "watch" , "watery" ,
346
+ "weekly" , "west" , "what" , "wide" , "wild" , "windy" , "wine" , "winter" ,
347
+ "wise" , "witty" , "wonderful" , "wooden" , "worth" , "writer" , "yacht" , "yard" ,
348
+ "year" , "yellow" , "young" , "zany" , "zeal" , "zebra" , "zone"
350
349
};
351
350
352
351
static const char * secondword [] =
@@ -402,11 +401,10 @@ static const char *secondword[] =
402
401
"vase" , "verse" , "video" , "violet" , "violin" , "volume" , "voyage" , "wagon" ,
403
402
"walnut" , "watch" , "wate" , "water" , "way" , "wealth" , "week" , "west" ,
404
403
"whale" , "while" , "wind" , "window" , "windy" , "winner" , "wolf" , "work" ,
405
- "world" , "writer" , "yacht" , "yard" , "year" , "youth" , "yowl " , "zeal " ,
406
- "zebra" , " zone" , "zoo"
404
+ "world" , "writer" , "yacht" , "yard" , "year" , "youth" , "zeal " , "zebra " ,
405
+ "zone" , "zoo"
407
406
};
408
407
409
-
410
408
for (ca = 0 ; ca < (sizeof (firstword ) / sizeof (char * )); ca ++ )
411
409
{
412
410
for (cs = 0 ; cs < (sizeof (secondword ) / sizeof (char * )); cs ++ )
0 commit comments