#include <cstdlib>      // needed for rand, srand
#include <ctime>        // helps with srand 
#include <iostream>     // needed for cout, cin
#include <string>       // needed for string, getline 
                        
using namespace std; 

string getWordList(); 

int main() {
    // this command sets up the random number generator 
    // so we can use rand() later. 
    // rand() just spits out a random nonnegative integer. 
    srand(time(0)); 

    // this string will hold a bunch of 5-letter (4502 of them).
    // you'll learn about functions in the very near future.
    // I've set this up so that the code is cleaner. 
    const string WORD_LIST = getWordList(); 

    // code will go here... 
    return 0; 
} 

string getWordList() {
    return "aaron ababa aback abaft abase abash abate abbas "
        "abbey abbot abets abhor abide abler abner abode "
        "abort about above abram abuse abuts abyss accra "
        "ached aches acids acorn acres acrid acted acton "
        "actor acute adage adair adams adapt added adder "
        "addis addle adele adept adieu adler admit admix "
        "adobe adopt adore adorn adult aegis affix afire "
        "afoot afore afoul after again agape agate agave "
        "agent agers agile aging aglow agnes agnew agone "
        "agony agree agway ahead aided aides aiken aimed "
        "aimer aired airer aires aisle akers akron alamo "
        "alarm album alcoa alden alder aleck aleph alert "
        "algae algal alger algol alias alibi alice alien "
        "align alike alive alkyl allah allan allay allen "
        "alley allis allot allow alloy allyl allyn aloes "
        "aloft aloha alone along aloof aloud alpha alsop "
        "altar alter alton altos alvin alway amain amass "
        "amaze amber amble amend amide amigo amino amiss "
        "amity amman amoco among amort amour ampex ample "
        "amply amuse andes andre anent angel anger angie "
        "angle anglo angry angst angus anion anise anita "
        "ankle annal annex annie annoy annul annum anode "
        "antic anton anvil aorta apace apart aphid aping "
        "apish apple apply april apron apsis aptly arabs "
        "araby arbor arced arden ardor areas arena argon "
        "argos argot argue argus arhat aries arise arlen "
        "armco armed armer armor aroma arose array arrow "
        "arson artie aruba aryan ascii ascot ashen asher "
        "ashes asian aside asked asker askew aspen aspic "
        "assai assam assay asses asset aster astor atlas "
        "atoll atoms atone attic audio audit auger aught "
        "augur aunts aural auras auric autos avail avant "
        "avers avert avery avian avoid avows await awake "
        "award aware awash awful awoke axers axial axing "
        "axiom axles axons ayers aztec azure babel babes "
        "backs bacon baden badge badly bagel baggy baird "
        "baits baked baker bakes baldy baler bales balks "
        "balky balls balms balmy balsa bambi banal bands "
        "bandy bangs banjo banks bantu barbs bards bared "
        "barer bares barge barks barns baron barre barry "
        "barth basal based basel baser bases basic basil "
        "basin basis bassi basso baste batch bater bates "
        "bathe baths batik baton bator bauer bawdy bawls "
        "bayda bayed bayou beach beads beady beaks beams "
        "beans beard bears beast beats beaus beaux bebop "
        "becky bedim beebe beech beefs beefy beeps beers "
        "beets befit befog began beget begin begot begun "
        "beige being belay belch belie bella belle bells "
        "belly below belts beman bench bends benny berea "
        "beret berne berra berry berth beryl beset bests "
        "betel betsy bette betty bevel bezel bible bicep "
        "biddy biggs bight bigot bikes bilge bilks bills "
        "billy binds binge bingo biota biped birch birds "
        "birth bison bitch bited biter bites bizet blabs "
        "black blade blair blake blame blanc bland blank "
        "blare blase blast blatz blaze bleak blear bleat "
        "bleed blend bless blest blimp blind blink blinn "
        "blips bliss blitz bloat blobs bloch block blocs "
        "bloke blond blood bloom bloop blots blown blows "
        "bluer blues bluet bluff blunt blurb blurs blurt "
        "blush board boast boats bobby bodes bogey boggy "
        "bogus boils boise bolts bombs bonds boned boner "
        "bones bongo bonny bonus bonze booby books booky "
        "booms boone boors boost booth boots booty booze "
        "borax bored borer bores boric boris borne boron "
        "bosch bosom boson bosun botch bough boule bound "
        "bourn bouts bowed bowel bowen bower bowie bowls "
        "boxed boxer boxes boyar boyce boyle brace bract "
        "brady braes bragg brags braid brain brake brand "
        "brant brash brass brats braun brave bravo brawl "
        "brawn brays braze bread break bream breed brent "
        "brest brett breve brews brian briar bribe brice "
        "brick bride brief brier brigs brine bring brink "
        "briny brisk broad brock broil broke bronx brood "
        "brook broom broth brown brows bruce bruit bruno "
        "brunt brush brute bryan bryce bucks buddy budge "
        "buena buffs buggy bugle buick build built bulbs "
        "bulge bulks bulky bulls bully bumps bunch bundy "
        "bunks bunny bunts buoys burch buret burke burly "
        "burma burns burnt burps burro burrs bursa burst "
        "burtt busch bused buses bushy busts butch buteo "
        "butte butts butyl buxom buyer buzzy byers bylaw "
        "byrne byron bytes byway cabal cabin cable cabot "
        "cacao cache cacti caddy cadet cadre cafes caged "
        "cager cages cagey caine cairn cairo caked cakes "
        "caleb calla calls calms calve camel cameo camps "
        "canal candy caner canis canna canny canoe canon "
        "canst canto caper capes cards cared cares caret "
        "carey cargo carib carla carlo carne carob carol "
        "carry carte carts carve cased cases casey casks "
        "caste casts catch cater cathy caulk cause caved "
        "caves cavil cease cecil cedar celia cells cents "
        "ceres cetus chafe chaff chain chair chalk champ "
        "chang chant chaos chaps chard charm chars chart "
        "chase chasm cheap cheat check cheek cheer chefs "
        "chert chess chest chevy chews chick chide chief "
        "child chile chili chill chime china chine chink "
        "chins chips chirp chive chock choir choke chomp "
        "chops chord chore chose chris chuck chuff chump "
        "chunk churn chute cider cigar cilia cinch cindy "
        "circa circe cited cites civet civic civil claim "
        "clamp clams clang clank claps clara clare clark "
        "clash clasp class claus claws clays clean clear "
        "cleat cleft clerk click cliff climb clime cling "
        "clink clint clips clive cloak clock clods clogs "
        "clomp clone close cloth cloud clout clove clown "
        "clubs cluck clues clump clung clyde coach coals "
        "coast coats cobol cobra cocks cocky cocoa coded "
        "coder codes codon cohen coils coins cokes colby "
        "colds colon color colts colza combs comer comes "
        "comet comic comma conch cones coney congo conic "
        "cooke cooks cooky cools coons coops coors coped "
        "copes copra copse coral cords cored corer cores "
        "corey corks corns corny corps cosec coset costa "
        "costs cotta cotty couch cough could count coupe "
        "court coven cover coves covet cowan cowed cower "
        "cowls cowry coypu cozen crabs crack craft crags "
        "craig cramp crams crane crank crash crass crate "
        "crave crawl craze crazy creak cream credo creed "
        "creek creep creon crepe crept cress crest crete "
        "crews cribs cried crier cries crime crimp crisp "
        "criss croak crock croft croix crone crony crook "
        "croon crops cross crowd crown crows crude cruel "
        "crumb crump crush crust crypt csnet cubed cubes "
        "cubic cuffs culls culpa cults cumin cupid curbs "
        "cured cures curia curie curio curls curly curry "
        "curse curve cusps cycad cycle cynic cyril cyrus "
        "cysts czech dacca daddy daffy daily dairy daisy "
        "dakar dales daley dally damns damon dance dandy "
        "danny dante dared darer dares darns darpa darry "
        "darts dated dater dates datum daunt david davis "
        "davit dawns dazed deals dealt deane deans death "
        "debar debby debit debra debts debug debut decal "
        "decay decca decks decor decoy decry deeds deems "
        "deeps deere defer degas degum deify deign deity "
        "delay delft delhi delia della dells delta delve "
        "demit demon demur deneb denny dense dents depot "
        "depth derby derek desks deter deuce devil devon "
        "dewar dewey dhabi dials diana diane diary dicky "
        "dicta diego diets diety dietz digit dikes dimes "
        "dimly dinah dined diner dines dingo dingy diode "
        "dirac dirge dirts dirty disco discs disks ditch "
        "ditto ditty divan dived diver dives dixie dixon "
        "dizzy dobbs docks dodge doers dogma doing dolan "
        "dolce doled doles dolls dolly domed domes donna "
        "donor dooms doors doped doper dopes doria doric "
        "doris dosed doses doted dotes doubt douce dough "
        "douse dover doves dowel downs downy dowry doyle "
        "dozed dozen dozes draco draft drags drain drake "
        "drama drank drape drawl drawn draws dread dream "
        "dregs dress dried drier dries drift drill drily "
        "drink drips drive droll drone drool droop drops "
        "dross drove drown drugs druid drums drunk drury "
        "dryad dryly duane dubhe ducat duchy ducks duels "
        "duffy dugan dukes dulls dully dulse dummy dumps "
        "dumpy dunce dunes durer dusky dusts dusty dutch "
        "dwarf dwell dwelt dwyer dyers dying dylan eagan "
        "eager eagle eared earls early earns earth eased "
        "easel eases eaten eater eaton eaves ebony eclat "
        "ecole eddie edgar edged edges edict edify edith "
        "edits edwin eerie effie egged egret egypt eider "
        "eight eject elate elbow elder eldon elect elegy "
        "elena elfin elgin elide eliot elite ellen ellis "
        "elmer elope elsie elton elude elute elves embed "
        "ember emcee emery emile emily emits emory empty "
        "enact ended ender endow enema enemy engel engle "
        "enjoy ennui enoch ensue enter entry envoy epics "
        "epoch epoxy epsom equal equip erase erato erect "
        "erich ernie ernst erode erred errol error erupt "
        "ervin erwin essay essen essex ester estes estop "
        "ethan ethel ether ethic ethos ethyl etude eucre "
        "euler evade evans evens event every evict evils "
        "evoke ewing exact exalt exams excel exert exile "
        "exist exits expel extol extra exude exult exxon "
        "eyers eying faber fable faced faces facet facto "
        "facts faded fader fades faery fahey fails faint "
        "fairs fairy faith faked faker fakes falls false "
        "famed fames fancy fangs fanny farad farce fared "
        "fares fargo farms farth fasts fatal fated fates "
        "fatty fault fauna faust favor fawns fears feast "
        "feats feeds feels feign feint felix felon felts "
        "femur fence fermi ferns ferry fetal fetch fetid "
        "fetus feuds fever fewer fiber fiche field fiend "
        "fiery fifth fifty fight filch filed filer files "
        "filet fills filly films filmy filth final finch "
        "finds fined finer fines finny fired firer fires "
        "firms first fishy fiske fists fitch fitly fives "
        "fixed fixer fixes fjord flack flags flail flair "
        "flake flaky flame flank flaps flare flash flask "
        "flats flaws fleas fleck flees fleet flesh flick "
        "flier flies fling flint flips flirt float flock "
        "flood floor flops flora floss flour flout flown "
        "flows floyd fluff fluid fluke flung flunk flush "
        "flute flyer flynn foams foamy focal focus foggy "
        "foils foist folds foley folio folks folly fonts "
        "foods fools foote foray force fords forge forgo "
        "forks forms forte forth forts forty forum fouls "
        "found fount fours fovea fowls foxes foyer frail "
        "frame franc frank franz fraud frays freak freed "
        "freer frees freon fresh freud freya friar frick "
        "fried fries frill frisk fritz frock frogs front "
        "frost froth frown froze fruit fuchs fudge fuels "
        "fugal fugue fully fumed fumes funds fungi funny "
        "furry furze fused fuses fussy fusty fuzzy gable "
        "gabon gaffe gaily gains galen galls gamed games "
        "gamin gamma gamut gangs gaped gapes garry garth "
        "gases gasps gassy gated gates gator gaudy gauge "
        "gaunt gauss gauze gavel gavin gawky gayer gayly "
        "gazed gazer gazes gears gecko geese geigy gemma "
        "genes genie genii genoa genre genus germs gerry "
        "getty ghana ghent ghost ghoul giant gibbs gibby "
        "giddy gifts gilds giles gills gimpy gipsy girls "
        "girth given giver gives glade gland glans glare "
        "glass glaze gleam glean glees glenn glens glide "
        "glint gloat globe gloom glory gloss glove glows "
        "glued glues gluey glyph gnarl gnash gnats gnaws "
        "gnome goals goats godly going golds golly goner "
        "gongs goode goods goody goofy goose goren gorge "
        "gorky gorse gouda gouge gould gourd gowns grabs "
        "grace grade grady graff graft grail grain grams "
        "grand grant grape graph grasp grass grata grate "
        "grave gravy graze great grebe greed greek green "
        "greer greet gregg greta grids grief grill grime "
        "grimm grind grins gripe grips grist grits groan "
        "groat groin groom grope gross group grout grove "
        "growl grown grows grubs gruff grunt guano guard "
        "guess guest guide guild guile guilt guise gulch "
        "gules gulfs gulls gully gulps gumbo gummy gunky "
        "gunny gusto gusts gusty gutsy guyed guyer gypsy "
        "habib habit hacks hades hagen hager hague haifa "
        "haiku hails hairs hairy haiti haler haley halls "
        "halma halts halve hamal hands handy haney hangs "
        "hanna hanoi haply happy hardy harem hares harms "
        "harpy harry harsh haste hasty hatch hated hater "
        "hates hauls haunt haven haves havoc hawks haydn "
        "hayes hazel hazes heads heady heals healy heaps "
        "heard hears heart heath heats heave heavy hedge "
        "heeds heels hefty heigh heine heinz heirs helen "
        "helga helix hello hells helps hence henri henry "
        "herbs herds heres heron hertz hesse hetty hewed "
        "hewer hiatt hicks hides hiked hiker hikes hills "
        "hilly hilts hilum hindu hines hinge hints hippo "
        "hippy hiram hired hirer hires hitch hoagy hoard "
        "hoary hobbs hobby hocus hodge hogan hoist hokan "
        "holds holed holes holly holst homed homer homes "
        "honda hondo honed honer hones honey honor hooch "
        "hoods hoofs hooks hoops hoots hoped hopes horde "
        "horns horny horse horus hoses hosts hotel hotly "
        "hough hound hours house hovel hover howdy howls "
        "hubby huber hulls human humid humor humus hunch "
        "hunks hunts huron hurry hurst hurts hurty husks "
        "husky hutch hydra hydro hyena hying hyman hymen "
        "hymns icing idaho ideal ideas idiom idiot idled "
        "idler idles idols idyll igloo ileum iliac iliad "
        "ilona image imbue impel imply inane inapt incur "
        "index india inept inert infer infix infra ingot "
        "injun inked inker inlay inlet inman inner input "
        "inset inter inure ionic irate irene irish irked "
        "irons irony irvin irwin isaac ising islam isles "
        "islet issue italy items ivies ivory jacky jacob "
        "jaded jails jaime james janet janos janus japan "
        "jason jaunt jazzy jeans jeeps jeers jelly jenny "
        "jeres jerks jerky jerry jesse jests jesus jewel "
        "jiffy jimmy johns joins joint joked joker jokes "
        "jolla jolly jolts jonas jones jorge josef joule "
        "joust jowly joyce judas judge juice juicy jukes "
        "julep jules julia julie julio jumbo jumps jumpy "
        "junco junks junky junta juror kabul kafka kajar "
        "kapok kappa karen karma karol kathy katie kazoo "
        "keats keels keeps keith kelly kenya kerry ketch "
        "kevin keyed keyes khaki khmer kicks kidde kills "
        "kinds kings kinky kiosk kiowa kirby kirov kited "
        "kites kitty klaus klein kline knack knapp knave "
        "knead kneed kneel knees knell knelt knick knife "
        "knits knobs knock knoll knots knott known knows "
        "knurl koala kodak kombu koran korea kraft kraut "
        "krebs kruse kudzu kulak kyoto laban label labia "
        "labor laced laces lacks laden ladle lager lagos "
        "lairs laity lakes lamar lambs lamed lames lamps "
        "lance lands lanes lange lanka lanky lapel lapse "
        "larch lares large larks larry larva laser lasso "
        "lasts latch later latex lathe latin latus laugh "
        "laura lawns layer layup lazed leach leads leafy "
        "leaks leaky leans leaps leapt learn lease leash "
        "least leave ledge leech leeds leery lefty legal "
        "leger leggy leigh leila lemma lemon lends lenin "
        "lenny leona leone leper leroy lethe levee level "
        "lever levin levis lewis liars libel libya licks "
        "liege liens lifer lifts light liked liken likes "
        "lilac lilly limbo limbs limes limit limps linda "
        "lined linen liner lines lingo links linus lions "
        "lipid lisle lisps lists liter lithe lived liven "
        "liver lives livid livre lloyd loads loamy loans "
        "loath lobar lobby lobes local locke locks locus "
        "lodge loess lofts lofty logan logic loins loire "
        "lolly loner longs looks looms loops loose loots "
        "lopez lords loren lorry loser loses lossy lotte "
        "lotus louis louse lousy loved lover loves lower "
        "lowly lowry loyal lucas lucia lucid lucks lucky "
        "lucre luger lulls lumen lumps lumpy lunar lunch "
        "lunge lungs lurch lured lures lurid lurks lusts "
        "lusty lutes luzon lydia lying lykes lyman lymph "
        "lynch lyons lyric mabel maced maces macho macon "
        "macro madam madly mafia magic magma magna magog "
        "maids maier mails maims maine mains maize major "
        "maker makes malay males malta malts mambo mamma "
        "manes mange mania manic manly manna manor manse "
        "maori maple march marco marcy mardi mares margo "
        "maria marie marin mario marks marry marsh marts "
        "marty maser masks mason masts match mated mateo "
        "mater mates matte mauve mavis maxim maybe mayer "
        "mayor mayst mazda mazes mccoy mcgee mckay mckee "
        "meals mealy means meant meats meaty mecca mecum "
        "medal medea media medic meets meier melee melon "
        "melts memos mends menlo menus merck mercy merge "
        "merit merle merry meson messy metal meted meter "
        "metes metro mewed meyer mezzo miami micky micro "
        "midas midge midst might milan milch miles milks "
        "milky mills mimic mince minds mined miner mines "
        "minim minks minor minos minot minsk mints minus "
        "mired mires mirth miser missy mists misty miter "
        "mitre mixed mixer mixes mixup mizar moans moats "
        "mobil mocks modal model modem modes modus moire "
        "moist molal molar molds moles molly mommy monad "
        "monel money monic monks monte month monty moods "
        "moody moons moore moors moose moped moral moran "
        "morel mores moron morse moser moses mossy motel "
        "motet motif motor motto mould mound mount mourn "
        "mouse mousy mouth moved mover moves movie mowed "
        "mower moyer mucus muddy muffs muggy mugho mulch "
        "mulct mules multi mummy munch muong mural murky "
        "murre mused muses mushy music musks musts musty "
        "muted muzak myers mylar mynah myron myrrh naacp "
        "nabla nadia nadir naiad nails naive naked named "
        "namer names nancy naomi nasal nasty natal natty "
        "naval navel nazis nears neath necks needs needy "
        "negro nehru neigh nepal nerve nests never newel "
        "newer newly nicer niche nicks niece nifty niger "
        "night nikko nines ninth niobe nitty nixon nobel "
        "noble nobly nodal nodes noise noisy nolan nomad "
        "nonce nooks noons noose norma norms north nosed "
        "noses notch noted notes notre nouns novak novel "
        "nubia nudge nulls numbs nurse nylon nymph oaken "
        "oases oasis oaten oaths obese obeys objet occur "
        "ocean octal octet odder oddly odium odors offal "
        "offer often ogden ohmic oiled oiler olden older "
        "olive olsen olson omaha omega omens omits onion "
        "onset oozed opals opens opera opine opium opted "
        "optic orate orbit order organ orion orono osaka "
        "oscar osier other otter ought ounce outer ouvre "
        "ouzel ovals ovary ovate ovens overt owens owing "
        "owned owner oxeye oxide ozark ozone pablo pabst "
        "paced pacer paces packs pacts paddy padre paean "
        "pagan paged pager pages pails paine pains paint "
        "pairs paled paler pales palms palsy pampa panda "
        "panel panes pangs panic pansy pants panty paoli "
        "papal papaw paper pappy papua parch pares paris "
        "parke parks parry parse parts party pasha passe "
        "paste pasts pasty patch paten pater paths patio "
        "patsy patti patty paula pauli paulo pause paved "
        "paves pawns payer payne peace peach peaks peaky "
        "peale peals pearl pears pease pecan pecks pecos "
        "pedal pedro peeks peels peeps peepy peers peggy "
        "pelts penal pence pends penis penna penny peony "
        "peppy pepsi perch percy perez peril perky perle "
        "perry perth peste pests petal peter petit petri "
        "petty pewee phage phase phlox phone phony photo "
        "phyla piano picks picky piece piers piety piggy "
        "piker pikes piled piles pills pilot pinch pined "
        "pines pinks pinto pints piotr pious piped piper "
        "pipes pique pitch pithy pivot pixel pizza place "
        "plaid plain plait plane plank plans plant plasm "
        "plate plato playa plays plaza plead pleas pleat "
        "plied plies pliny plots plows ploys pluck plugs "
        "plumb plume plump plums plunk plush pluto poach "
        "pobox pocus podge podia poems poesy poets point "
        "poise poked poker pokes polar poled poles polio "
        "polis polka polls ponce ponds pooch poole pools "
        "poppy porch pored pores porte porto ports posed "
        "poser poses posey posit posse posts potts pouch "
        "pound pours pouts power prado prank prate pratt "
        "preen press prexy preys priam price prick pride "
        "prima prime primp print prior prism privy prize "
        "probe prone prong proof props prose proud prove "
        "prowl prows proxy prune psalm psych puffs puffy "
        "pulls pulse pumps punch punic punky punts pupal "
        "pupil puppy purer purge purrs purse pusan pusey "
        "pussy putty pygmy pyrex qatar quack quaff quail "
        "quake qualm quark quart quash quasi queen queer "
        "quell query quest queue quick quiet quill quilt "
        "quinn quint quirk quirt quite quito quits quota "
        "quote quoth rabat rabbi rabid rabin raced racer "
        "races racks radar radii radio radix radon rafts "
        "raged rages raids rails rains rainy raise rajah "
        "raked rakes rally ralph raman ramps ranch randy "
        "range rangy ranks rants raoul raped raper rapes "
        "rapid rarer rasps rated rater rates ratio ratty "
        "raved ravel raven raves rawer rawly razor reach "
        "react reads ready realm reals reaps rears reave "
        "rebel rebut recta recur redly reeds reedy reefs "
        "reels reese reeve refer regal regis reich reign "
        "reins relax relay relic reman remit remus renal "
        "rends renew rents repay repel reply reset resin "
        "rests retch retry reuse revel rever revet rheum "
        "rhine rhino rhoda rhode rhyme rider rides ridge "
        "rifle rigel riggs right rigid rigor riley rilly "
        "rinds rings rinse riots ripen risen riser rises "
        "risks risky rites rival riven river rivet roach "
        "roads roams roars roast robed robes robin robot "
        "rocco rocks rocky rodeo roger rogue roles rolls "
        "roman romeo romps rondo roofs rooky rooms roomy "
        "roost roots roped roper ropes rosen roses rotor "
        "rouge rough round rouse route roved rover roves "
        "rowdy rowed rower royal royce ruben rubin ruble "
        "ruddy rufus ruins ruled ruler rules rumen rummy "
        "rumor runge rungs runic runty rupee rural russo "
        "rusts rusty rutty ryder saber sable sabra sachs "
        "sacks sadie sadly safer safes sages sails saint "
        "sakes salad salem sales salle sally salon salts "
        "salty salve salvo samba sammy samoa sands sandy "
        "saner santa santo sappy sarah saran satan sated "
        "sates satin satyr sauce saucy saudi sault saute "
        "saved saver saves savor savoy savvy sawed saxon "
        "sayer scala scald scale scalp scaly scamp scans "
        "scant scare scarf scars scary scaup scene scent "
        "scion scoff scold scoop scoot scope scops score "
        "scorn scott scour scout scowl scram scrap screw "
        "scrim scrub scuba scuff scull seals sealy seams "
        "seamy sears seats sects sedan seder sedge seeds "
        "seedy seeks seems seeps seers seize sells selma "
        "sends senor sense seoul sepal sepia sepoy septa "
        "serfs serge serif serum serve servo seton setup "
        "seven sever sewed sewer sexed sexes shack shade "
        "shady shaft shake shako shaky shale shall shame "
        "shams shank shape shard share shari shark sharp "
        "shave shawl sheaf shear sheds sheen sheep sheer "
        "sheet sheik shelf shell shied shies shift shill "
        "shine shiny ships shire shirk shirt shish shoal "
        "shock shoed shoes shoji shone shook shoot shops "
        "shore shorn short shots shout shove shown shows "
        "showy shred shrew shrub shrug shuck shuns shunt "
        "shuts shyly sibyl sided sides sidle siege siena "
        "sieve sighs sight sigma signs silas silks silky "
        "sills silly silts silty simon sinai since sines "
        "sinew singe sings sinks sinus sioux sired siren "
        "sires sirup sisal sited sites situs sixes sixth "
        "sixty sized sizes skate skeet skews skied skies "
        "skiff skill skimp skims skins skips skirt skulk "
        "skull skunk slack slain slake slams slang slant "
        "slaps slash slate slats slave slays sleds sleek "
        "sleep sleet slept slice slick slide slime slimy "
        "sling slips slits sloan sloop slope slops slosh "
        "sloth slots slows slugs slump slums slung slurp "
        "slurs slyly smack small smart smash smear smell "
        "smelt smile smirk smite smith smock smoke smoky "
        "smote snack snafu snail snake snaps snare snark "
        "snarl sneak sneer snell snick sniff snipe snook "
        "snoop snore snort snout snows snowy snuff soaks "
        "soaps soapy soars sober socks sofas sofia soggy "
        "soils solar soles solid solon solos solve somal "
        "sonar songs sonic sonny sooth sorer sores sorry "
        "sorts sough souls sound soups sours sousa south "
        "space spade spain spank spans spare spark spasm "
        "spate spawn speak spear speck speed spell spend "
        "spent sperm spica spice spicy spies spike spiky "
        "spill spilt spine spins spiny spire spiro spite "
        "spits spitz splat splay split spoil spoke spoof "
        "spook spool spoon spore sport spots spout spray "
        "spree sprig sprue spume spunk spurn spurs spurt "
        "squad squat squaw squid stabs stack stacy staff "
        "stage stags stagy stahl staid stain stair stake "
        "stale stalk stall stamp stand stank staph stare "
        "stark starr stars start stash state stave stays "
        "stead steak steal steam steed steel steen steep "
        "steer stein stems steps stern steve stews stick "
        "stiff stile still stilt sting stink stint stirs "
        "stock stoic stoke stole stomp stone stony stood "
        "stool stoop stops store stork storm story stout "
        "stove strap straw stray strew strip strom strop "
        "strum strut stubs stuck studs study stuff stump "
        "stung stunk stunt sturm style styli suave sucks "
        "sudan sugar suing suite suits sulfa sulks sulky "
        "sully sumac sunny super supra surge surly susan "
        "sushi susie swage swain swami swamp swank swans "
        "swaps swarm swart swath swear sweat swede sweep "
        "sweet swell swelt swept swift swims swine swing "
        "swipe swirl swish swiss swoon swoop sword swore "
        "sworn swung sybil sykes sylow synge synod syria "
        "syrup table taboo tacit tacky taffy tahoe tails "
        "taint taken taker takes tales talks talky tally "
        "talon talus tamed tamer tames tampa tango tangy "
        "tanks tansy tanya taped taper tapes tapir tapis "
        "tappa tardy tarry tasks taste tasty tater tatty "
        "taunt tawny taxed taxes taxis teach teams tears "
        "tease tecum teddy teems teens teeth telex tells "
        "tempo tempt tends tenet tenon tenor tense tenth "
        "tents tepee tepid terms terra terre terry terse "
        "tests testy texan texas texts thank thats thaws "
        "theft their theme there these theta thick thief "
        "thigh thine thing think third thong thorn those "
        "three threw throb throw thrum thuds thugs thule "
        "thumb thump thyme tiber tibet tibia ticks tidal "
        "tided tides tiers tiger tight tilde tiled tiles "
        "tills tilth tilts timed timer times timex timid "
        "timon tinge tinny tints tioga tippy tipsy tired "
        "tires titan titer tithe title titus toads toady "
        "toast today toefl toils token tokyo tolls tombs "
        "tommy tonal toned toner tones tongs tonic tools "
        "tooth topaz toper topic topsy torah torch torso "
        "torus total totem touch tough tours towed towel "
        "tower towns toxic toxin toyed trace track tract "
        "tracy trade trail train trait tramp traps trash "
        "trawl trays tread treat trees treks trend tress "
        "triac triad trial tribe trick tried trier tries "
        "trill trims tripe trips trite troll troop trots "
        "trout truce truck trudy trued truer trues truly "
        "trump trunk truss trust truth tuber tubes tucks "
        "tudor tufts tulip tulle tulsa tumor tuned tuner "
        "tunes tunic tunis tuple turin turns turvy tutor "
        "twain twang tweak tweed twice twigs twill twine "
        "twins twirl twist tying tyler typed types typic "
        "tyson ulcer ultra umber umbra unary uncle under "
        "undid undue unfit unify union unite units unity "
        "untie until upend upper upset upton urban urged "
        "urges urine usage users usher using usual usurp "
        "usury utica utile utter vacua vacuo vaduz vague "
        "vales valet valid valor value valve vance vanes "
        "vapid vapor vases vault vaunt veers veery veils "
        "veins velar veldt vella venal venom vents venus "
        "verbs verde verdi verge verna verne versa verse "
        "verve vests vetch vexed vexes vials vicar vices "
        "vichy vicky video views vigil vigor villa vines "
        "vinyl viola viper virgo virus visas visit visor "
        "vista vitae vital vitro vivid vixen vocal vogel "
        "vogue voice voids volta volts volvo vomit voted "
        "voter votes vouch vowed vowel vower vying waals "
        "wacke wacky waded wader wades wafer waged wager "
        "wages wagon wails waist waite waits waive waked "
        "waken wakes waldo walks walls wally walsh waltz "
        "waned wanes wanly wants wards wares warms warns "
        "warps warts warty washy wasps waste watch water "
        "watts waved waver waves waxed waxen waxer waxes "
        "wayne wears weary weave weber wedge weeds weedy "
        "weeks weeps weigh weird weiss welch welds wells "
        "welsh wench wendy wetly whack whale wharf wheat "
        "wheel whelk whelm whelp where which whiff while "
        "whims whine whips whirl whirr whish whisk white "
        "whole whoop whore whorl whose wicks widen wider "
        "widow width wield wiles wiley willa wills wilma "
        "wilts wince winch winds windy wined winer wines "
        "wings winks wiped wiper wipes wired wires wised "
        "wiser wishy wisps wispy witch withe withy witty "
        "wives wolfe wolff wolve woman wombs women woods "
        "woody wooed wooer woofs wools words wordy works "
        "world worms wormy worry worse worst worth wotan "
        "would wound woven wrack wraps wrath wreak wreck "
        "wrens wrest wring wrist write writs wrong wrote "
        "wrung wuhan wyatt wyeth wylie wyman wyner xenon "
        "xerox xylem yacht yalta yanks yaqui yards yarns "
        "yates yearn years yeast yeats yelps yemen yield "
        "yodel yoder yokel yokes young yours youth yucca "
        "yukon zaire zazen zebra zeiss zeros zesty zilch "
        "zippy zloty zomba zonal zoned zones "; 
} 

