{ "session_0000": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ni gets -40 point\n- add 40 points if there exists 'it' in the word\n- every vowel gets 45 points\n- word more than 5 characters but not equal to 8 characters gets 50 points\n\nWords:\n- theology\n- tolerate\n- historic\n- wine\n\nPrint only the answer.", "session_0001": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 90 points\n- add 20 points if there exists exactly 2 'il' in the word\n- word ends with loy gets 5 points\n- word less than 6 characters but not equal to 4 characters gets 70 points\n\nWords:\n- match\n- brief\n- tag\n- language\n\nPrint only the answer.", "session_0002": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 75 points\n- word starts with b and ends with t gets 95 points\n\nWords:\n- lady\n- indicate\n- wet\n- red\n\nPrint only the answer.", "session_0003": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 30 points\n- word ends with o gets -50 point\n- add 95 points if there exists 'l' in the word\n- word more than 2 characters gets -55 point\n\nWords:\n- tight\n- genius\n- fairness\n- courage\n\nPrint only the answer.", "session_0004": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists exactly 2 'ra' in the word\n- word more than 4 characters and less than 12 characters gets -75 point\n- word starts with spi and ends with r gets 95 points\n- every pair of consecutive consonant gets -55 point\n\nWords:\n- break\n- blow\n- compound\n- escalate\n- landing\n- societal\n\nPrint only the answer.", "session_0005": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists exactly 1 'af' in the word\n- word starts with vi and ends with ful gets -40 point\n- word more than 3 characters and less than 8 characters gets -35 point\n- every vowel gets -60 point\n\nWords:\n- archive\n- college\n- cold\n- spicy\n- war\n- throat\n\nPrint only the answer.", "session_0006": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 50 points\n- word starts with c gets -50 point\n- word more than 4 characters and less than 9 characters gets 75 points\n- add -35 point if there exists exactly 1 'ex' in the word\n\nWords:\n- trainer\n- cottage\n- teens\n- memo\n- wash\n- trading\n\nPrint only the answer.", "session_0007": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 9 characters gets -100 point\n- every consonant right after a vowel gets 90 points\n- add 10 points if there exists 'as' in the word\n- word starts with f gets 65 points\n\nWords:\n- lie\n- really\n- speaker\n- category\n- discard\n- auto\n\nPrint only the answer.", "session_0008": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -15 point if there exists 'm' in the word\n- every vowel gets 40 points\n- word ends with ion gets -95 point\n\nWords:\n- varied\n- growth\n- now\n- fraud\n- bond\n\nPrint only the answer.", "session_0009": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 45 points\n- word ends with t gets 60 points\n- word less than 9 characters but not equal to 2 characters gets 80 points\n\nWords:\n- dictator\n- sin\n- cow\n- ban\n- tonight\n- overturn\n\nPrint only the answer.", "session_0010": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with i and ends with e gets -25 point\n- every vowel gets 60 points\n- add 15 points if there exists 'la' in the word\n- word less than 10 characters but not equal to 5 characters gets 20 points\n\nWords:\n- station\n- many\n- contact\n- dancing\n- key\n- victory\n\nPrint only the answer.", "session_0011": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists exactly 1 'ti' in the word\n- every pair of consecutive vowel gets 95 points\n- word starts with wh and ends with wn gets -10 point\n- word more than 7 characters gets -85 point\n\nWords:\n- document\n- again\n- bag\n- trace\n- rid\n- vow\n\nPrint only the answer.", "session_0012": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with d gets -90 point\n- every vowel right after a consonant gets -65 point\n\nWords:\n- coach\n- solid\n- humanity\n- slight\n\nPrint only the answer.", "session_0013": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists exactly 1 'a' in the word\n- every consonant right after a vowel gets 85 points\n\nWords:\n- surely\n- once\n- metal\n- safe\n- mix\n- wood\n\nPrint only the answer.", "session_0014": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists exactly 1 'c' in the word\n- word more than 7 characters but not equal to 10 characters gets 5 points\n- every pair of consecutive vowel gets 45 points\n\nWords:\n- defeat\n- suite\n- encode\n- collapse\n\nPrint only the answer.", "session_0015": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists 'e' in the word\n- word ends with on gets 95 points\n- every pair of consecutive vowel gets 25 points\n- word less than 11 characters gets 45 points\n\nWords:\n- equip\n- boring\n- pet\n- ceiling\n\nPrint only the answer.", "session_0016": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ne gets 75 points\n- every 3 consecutive consonants gets 55 points\n\nWords:\n- explode\n- tackle\n- nut\n- ugly\n- familiar\n\nPrint only the answer.", "session_0017": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 90 points\n- word that has exactly 8 characters gets 30 points\n- add -5 point if there exists 'ip' in the word\n- word starts with s gets 95 points\n\nWords:\n- simulate\n- stand\n- row\n- read\n\nPrint only the answer.", "session_0018": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with y gets -10 point\n- every consonant gets 5 points\n- add 80 points if there exists exactly 2 'or' in the word\n- word that has exactly 9 characters gets 25 points\n\nWords:\n- label\n- contrary\n- page\n- pound\n\nPrint only the answer.", "session_0019": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 70 points\n- add 25 points if there exists 'ma' in the word\n\nWords:\n- year\n- thirteen\n- bath\n- stem\n\nPrint only the answer.", "session_0020": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 12 characters but not equal to 10 characters gets -5 point\n- every consonant right after a vowel gets 10 points\n\nWords:\n- commonly\n- confront\n- obesity\n- abandon\n- simply\n- imminent\n\nPrint only the answer.", "session_0021": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 2 characters gets -35 point\n- add 10 points if there exists 'ou' in the word\n- every pair of consecutive consonant gets -70 point\n- word ends with are gets 75 points\n\nWords:\n- work\n- and\n- request\n- bug\n- limit\n- custody\n\nPrint only the answer.", "session_0022": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nd gets 40 points\n- add -15 point if there exists exactly 1 'een' in the word\n- word not equal to 6 characters gets -55 point\n- every consonant right after a vowel gets 15 points\n\nWords:\n- militant\n- monument\n- revival\n- ultimate\n\nPrint only the answer.", "session_0023": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 12 characters but not equal to 9 characters gets 50 points\n- every 3 consecutive vowels gets -5 point\n\nWords:\n- identify\n- password\n- invade\n- reporter\n- spend\n- may\n\nPrint only the answer.", "session_0024": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 12 characters gets -25 point\n- add -80 point if there exists 'ci' in the word\n\nWords:\n- club\n- observe\n- sell\n- lock\n\nPrint only the answer.", "session_0025": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 25 points\n- word more than 6 characters and less than 10 characters gets 75 points\n- add 55 points if there exists exactly 2 'b' in the word\n- word starts with le and ends with g gets -90 point\n\nWords:\n- bacteria\n- trigger\n- regain\n- outlook\n- stuff\n- bathroom\n\nPrint only the answer.", "session_0026": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -40 point\n- word ends with m gets 70 points\n- add -70 point if there exists 'er' in the word\n- word more than 4 characters gets 25 points\n\nWords:\n- poster\n- orient\n- outbreak\n- but\n\nPrint only the answer.", "session_0027": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ly gets -10 point\n- word not equal to 9 characters gets -35 point\n- add -65 point if there exists 'i' in the word\n- every vowel right after a consonant gets -35 point\n\nWords:\n- van\n- loan\n- aspire\n- clever\n- insider\n- her\n\nPrint only the answer.", "session_0028": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters but not equal to 4 characters gets -95 point\n- every pair of consecutive vowel gets 35 points\n- word starts with inv gets -55 point\n\nWords:\n- price\n- poem\n- worm\n- row\n- currency\n\nPrint only the answer.", "session_0029": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -40 point\n- word more than 5 characters and less than 12 characters gets 25 points\n- add -95 point if there exists 'uth' in the word\n- word ends with s gets -60 point\n\nWords:\n- adverse\n- want\n- wish\n- cat\n- discard\n- total\n\nPrint only the answer.", "session_0030": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with da gets 65 points\n- add 5 points if there exists 'sk' in the word\n\nWords:\n- task\n- ask\n- annoyed\n- firmly\n\nPrint only the answer.", "session_0031": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -75 point if there exists exactly 2 'a' in the word\n- word not equal to 6 characters gets 45 points\n\nWords:\n- crew\n- venue\n- bag\n- suck\n\nPrint only the answer.", "session_0032": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists 'rt' in the word\n- every pair of consecutive consonant gets 85 points\n- word that has exactly 10 characters gets -35 point\n\nWords:\n- ceiling\n- ash\n- donate\n- educator\n- champion\n- add\n\nPrint only the answer.", "session_0033": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -40 point\n- word starts with leg and ends with tle gets 70 points\n\nWords:\n- deposit\n- yet\n- reflect\n- whereas\n\nPrint only the answer.", "session_0034": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -50 point\n- word starts with qu gets 10 points\n- add 35 points if there exists exactly 1 'u' in the word\n- word not equal to 8 characters gets -50 point\n\nWords:\n- interim\n- applaud\n- defence\n- bee\n- pencil\n\nPrint only the answer.", "session_0035": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with tch gets 10 points\n- every pair of consecutive vowel gets 85 points\n- word not equal to 8 characters gets -10 point\n- add 10 points if there exists 'e' in the word\n\nWords:\n- cue\n- overturn\n- actress\n- rain\n- denial\n\nPrint only the answer.", "session_0036": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets -30 point\n- word more than 2 characters but not equal to 6 characters gets -65 point\n\nWords:\n- floor\n- bass\n- again\n- ban\n- before\n- front\n\nPrint only the answer.", "session_0037": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'a' in the word\n- every pair of consecutive vowel gets -65 point\n- word that has exactly 10 characters gets 100 points\n- word starts with de gets 60 points\n\nWords:\n- kidnap\n- and\n- leisure\n- powder\n- aids\n- toe\n\nPrint only the answer.", "session_0038": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 90 points\n- word starts with are and ends with t gets 5 points\n- word more than 8 characters and less than 12 characters but not equal to 9 characters gets -85 point\n- add -65 point if there exists exactly 2 'al' in the word\n\nWords:\n- vicious\n- anxious\n- curved\n- moral\n\nPrint only the answer.", "session_0039": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 85 points\n- add 10 points if there exists exactly 1 'nc' in the word\n\nWords:\n- poetry\n- supply\n- trustee\n- reverse\n\nPrint only the answer.", "session_0040": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists 're' in the word\n- word starts with se gets 5 points\n- every consonant gets -75 point\n- word more than 2 characters and less than 9 characters gets -20 point\n\nWords:\n- thanks\n- pop\n- pretty\n- high\n\nPrint only the answer.", "session_0041": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -85 point if there exists exactly 1 'sme' in the word\n- word starts with enc gets -90 point\n- every consonant right after a vowel gets -25 point\n\nWords:\n- somehow\n- pass\n- hence\n- empire\n- sanction\n\nPrint only the answer.", "session_0042": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -100 point\n- word ends with ge gets -85 point\n- add 35 points if there exists exactly 2 'ly' in the word\n- word more than 6 characters gets 45 points\n\nWords:\n- furious\n- describe\n- connect\n- identity\n- adjacent\n- eighteen\n\nPrint only the answer.", "session_0043": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with hou and ends with ly gets 65 points\n- word not equal to 4 characters gets 95 points\n- every consonant right after a vowel gets -10 point\n\nWords:\n- credible\n- stadium\n- plunge\n- stuff\n\nPrint only the answer.", "session_0044": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters but not equal to 9 characters gets 55 points\n- every consonant right after a vowel gets -80 point\n\nWords:\n- mill\n- party\n- command\n- formula\n- third\n- its\n\nPrint only the answer.", "session_0045": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists 't' in the word\n- word starts with s and ends with en gets -50 point\n- word more than 4 characters but not equal to 8 characters gets -65 point\n\nWords:\n- cat\n- country\n- mutual\n- teach\n- yourself\n\nPrint only the answer.", "session_0046": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with s gets 60 points\n- add -25 point if there exists exactly 1 'ou' in the word\n\nWords:\n- focus\n- around\n- accused\n- pipeline\n\nPrint only the answer.", "session_0047": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 8 characters gets -10 point\n- word starts with n gets 20 points\n- add -20 point if there exists 'l' in the word\n- every vowel right after a consonant gets -50 point\n\nWords:\n- novelist\n- troubled\n- clinic\n- but\n- pub\n- crazy\n\nPrint only the answer.", "session_0048": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters but not equal to 7 characters gets 70 points\n- add -25 point if there exists exactly 1 'z' in the word\n- word starts with pub and ends with e gets -55 point\n- every 3 consecutive consonants gets -60 point\n\nWords:\n- end\n- lemon\n- suggest\n- whereby\n- steady\n- habitat\n\nPrint only the answer.", "session_0049": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters and less than 12 characters gets -80 point\n- every vowel right after a consonant gets 70 points\n\nWords:\n- compound\n- domestic\n- breath\n- dog\n- fee\n\nPrint only the answer.", "session_0050": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters gets 45 points\n- word starts with r and ends with nse gets -95 point\n\nWords:\n- plot\n- low\n- athlete\n- marry\n- all\n- backing\n\nPrint only the answer.", "session_0051": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters gets 70 points\n- add -50 point if there exists exactly 1 'pr' in the word\n- every vowel gets -85 point\n- word ends with on gets -60 point\n\nWords:\n- craft\n- god\n- hidden\n- negative\n\nPrint only the answer.", "session_0052": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 8 characters but not equal to 2 characters gets 90 points\n- word ends with sis gets -70 point\n\nWords:\n- blog\n- smoking\n- cap\n- lot\n- running\n\nPrint only the answer.", "session_0053": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 10 characters but not equal to 9 characters gets 35 points\n- every 3 consecutive consonants gets 20 points\n- add 45 points if there exists exactly 1 've' in the word\n\nWords:\n- enormous\n- curve\n- shoe\n- dozen\n- apart\n\nPrint only the answer.", "session_0054": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 11 characters but not equal to 10 characters gets -70 point\n- every 3 consecutive consonants gets -95 point\n\nWords:\n- harmful\n- most\n- conceive\n- negative\n\nPrint only the answer.", "session_0055": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists exactly 1 'ic' in the word\n- word not equal to 7 characters gets -15 point\n- word ends with er gets 95 points\n\nWords:\n- poison\n- detect\n- chemical\n- movement\n- april\n- default\n\nPrint only the answer.", "session_0056": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists 'se' in the word\n- word starts with rev gets 75 points\n\nWords:\n- user\n- senior\n- spouse\n- make\n- ray\n- unlikely\n\nPrint only the answer.", "session_0057": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -40 point\n- add -70 point if there exists exactly 1 'i' in the word\n- word starts with a and ends with h gets -60 point\n- word not equal to 2 characters gets -45 point\n\nWords:\n- tea\n- joy\n- lean\n- choose\n- wit\n- pit\n\nPrint only the answer.", "session_0058": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with fai gets 80 points\n- add -75 point if there exists 's' in the word\n- word not equal to 5 characters gets 30 points\n\nWords:\n- surgery\n- document\n- buy\n- none\n- flexible\n- complain\n\nPrint only the answer.", "session_0059": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 70 points if there exists 't' in the word\n- word starts with gr gets 25 points\n- every vowel right after a consonant gets -35 point\n\nWords:\n- leave\n- noisy\n- organ\n- pet\n\nPrint only the answer.", "session_0060": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 3 characters gets -100 point\n- every vowel right after a consonant gets -70 point\n- add 20 points if there exists exactly 1 'v' in the word\n\nWords:\n- neat\n- magazine\n- dry\n- lamp\n- upcoming\n\nPrint only the answer.", "session_0061": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters but not equal to 5 characters gets -35 point\n- add -100 point if there exists exactly 1 's' in the word\n\nWords:\n- adverse\n- oversee\n- basement\n- judicial\n- writer\n- lecture\n\nPrint only the answer.", "session_0062": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 4 characters gets 60 points\n- add -50 point if there exists exactly 1 'an' in the word\n- word ends with er gets 20 points\n\nWords:\n- shelter\n- hill\n- sensible\n- cute\n- phase\n\nPrint only the answer.", "session_0063": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with mos gets -10 point\n- add -45 point if there exists exactly 2 'on' in the word\n- every pair of consecutive consonant gets 85 points\n\nWords:\n- slavery\n- library\n- rule\n- tonne\n- also\n\nPrint only the answer.", "session_0064": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 25 points\n- word more than 6 characters and less than 12 characters but not equal to 10 characters gets -60 point\n\nWords:\n- parent\n- dynamic\n- cover\n- charter\n- bee\n- gorgeous\n\nPrint only the answer.", "session_0065": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters and less than 12 characters but not equal to 6 characters gets 30 points\n- add 80 points if there exists exactly 2 'i' in the word\n- every vowel right after a consonant gets 60 points\n- word starts with cor and ends with t gets -50 point\n\nWords:\n- perceive\n- empty\n- mean\n- control\n\nPrint only the answer.", "session_0066": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -85 point\n- word that has exactly 9 characters gets 5 points\n- add -40 point if there exists 'b' in the word\n\nWords:\n- pig\n- textbook\n- thing\n- reserve\n\nPrint only the answer.", "session_0067": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -75 point if there exists exactly 2 'i' in the word\n- word more than 3 characters and less than 7 characters gets -15 point\n- every 3 consecutive consonants gets -40 point\n- word ends with e gets -75 point\n\nWords:\n- service\n- mistake\n- truth\n- let\n- temple\n- steel\n\nPrint only the answer.", "session_0068": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 40 points\n- add -15 point if there exists 'r' in the word\n\nWords:\n- rent\n- fall\n- forum\n- illegal\n- commerce\n\nPrint only the answer.", "session_0069": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters gets 50 points\n- add 80 points if there exists exactly 1 'um' in the word\n- word starts with fa and ends with ter gets -90 point\n- every consonant right after a vowel gets 5 points\n\nWords:\n- obesity\n- draw\n- cheer\n- birth\n- mix\n\nPrint only the answer.", "session_0070": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with per and ends with t gets -95 point\n- every 3 consecutive consonants gets -5 point\n- add -20 point if there exists 'i' in the word\n\nWords:\n- disclose\n- arrive\n- prevent\n- thesis\n\nPrint only the answer.", "session_0071": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 9 characters gets 40 points\n- every 3 consecutive vowels gets 25 points\n- word ends with on gets 70 points\n\nWords:\n- indulge\n- debris\n- wow\n- progress\n- guy\n\nPrint only the answer.", "session_0072": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters but not equal to 11 characters gets -5 point\n- word starts with coa gets 100 points\n- add -65 point if there exists exactly 2 'w' in the word\n\nWords:\n- surgical\n- parental\n- promote\n- show\n- societal\n\nPrint only the answer.", "session_0073": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters but not equal to 3 characters gets -60 point\n- word starts with per gets 55 points\n- add 60 points if there exists 't' in the word\n- every consonant right after a vowel gets -30 point\n\nWords:\n- rape\n- boat\n- loud\n- crew\n- method\n\nPrint only the answer.", "session_0074": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 40 points if there exists exactly 1 'war' in the word\n- word starts with c and ends with e gets 25 points\n\nWords:\n- course\n- cope\n- ocean\n- repeated\n- disagree\n\nPrint only the answer.", "session_0075": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -45 point\n- word less than 9 characters gets 75 points\n- word ends with te gets -35 point\n\nWords:\n- man\n- equation\n- racial\n- delay\n- product\n- freedom\n\nPrint only the answer.", "session_0076": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -20 point if there exists 'r' in the word\n- word more than 4 characters gets -40 point\n\nWords:\n- over\n- province\n- jazz\n- ground\n\nPrint only the answer.", "session_0077": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -80 point\n- add 45 points if there exists 'de' in the word\n\nWords:\n- lend\n- sea\n- punk\n- glad\n- phase\n\nPrint only the answer.", "session_0078": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 100 points\n- word starts with s gets -20 point\n\nWords:\n- station\n- count\n- answer\n- its\n- seem\n\nPrint only the answer.", "session_0079": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets 75 points\n- every pair of consecutive consonant gets -85 point\n- add 35 points if there exists exactly 2 'b' in the word\n- word starts with fr gets -45 point\n\nWords:\n- randomly\n- pension\n- depth\n- produce\n\nPrint only the answer.", "session_0080": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 75 points\n- word ends with dd gets 80 points\n\nWords:\n- barely\n- patrol\n- hobby\n- grind\n- teens\n\nPrint only the answer.", "session_0081": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p gets 95 points\n- every pair of consecutive vowel gets 45 points\n- add 95 points if there exists exactly 2 'a' in the word\n- word less than 11 characters gets -5 point\n\nWords:\n- basket\n- pattern\n- himself\n- tyre\n- fake\n- verdict\n\nPrint only the answer.", "session_0082": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets -20 point\n- word starts with sti and ends with e gets 10 points\n\nWords:\n- bottle\n- soft\n- dialogue\n- remove\n- lesson\n\nPrint only the answer.", "session_0083": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with use and ends with on gets -5 point\n- add -50 point if there exists exactly 2 'art' in the word\n- every consonant right after a vowel gets -75 point\n- word less than 9 characters but not equal to 6 characters gets 100 points\n\nWords:\n- fun\n- who\n- pad\n- ago\n\nPrint only the answer.", "session_0084": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists exactly 1 's' in the word\n- word starts with pro and ends with tor gets 95 points\n- every consonant gets 20 points\n- word more than 4 characters and less than 8 characters but not equal to 6 characters gets 5 points\n\nWords:\n- matching\n- letter\n- mob\n- evident\n\nPrint only the answer.", "session_0085": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with al gets -100 point\n- word more than 8 characters and less than 12 characters gets -35 point\n- add -20 point if there exists exactly 1 'fy' in the word\n- every consonant gets -80 point\n\nWords:\n- entitle\n- himself\n- letter\n- everyone\n- gut\n- scale\n\nPrint only the answer.", "session_0086": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -10 point if there exists 'l' in the word\n- word that has exactly 8 characters gets -90 point\n- every vowel right after a consonant gets 40 points\n- word starts with tra and ends with ity gets -25 point\n\nWords:\n- series\n- depth\n- unify\n- ancestor\n\nPrint only the answer.", "session_0087": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters but not equal to 7 characters gets 45 points\n- add 95 points if there exists exactly 2 'in' in the word\n- word ends with s gets -25 point\n- every pair of consecutive vowel gets 20 points\n\nWords:\n- grateful\n- intent\n- please\n- exotic\n\nPrint only the answer.", "session_0088": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 10 characters but not equal to 9 characters gets -10 point\n- add 5 points if there exists exactly 1 'ec' in the word\n- every pair of consecutive vowel gets 15 points\n- word starts with s and ends with on gets -80 point\n\nWords:\n- proclaim\n- learning\n- moment\n- egg\n- pattern\n- lend\n\nPrint only the answer.", "session_0089": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 11 characters gets -60 point\n- every pair of consecutive vowel gets 30 points\n- add -65 point if there exists 'ea' in the word\n\nWords:\n- slash\n- housing\n- core\n- slot\n- gap\n- cable\n\nPrint only the answer.", "session_0090": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with vi and ends with al gets -15 point\n- every 3 consecutive vowels gets 95 points\n- add 5 points if there exists 'n' in the word\n- word not equal to 9 characters gets 20 points\n\nWords:\n- nod\n- curious\n- metre\n- battery\n\nPrint only the answer.", "session_0091": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists exactly 2 'ref' in the word\n- word ends with al gets 45 points\n\nWords:\n- lethal\n- personal\n- hold\n- fur\n- stand\n\nPrint only the answer.", "session_0092": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'o' in the word\n- every consonant gets -75 point\n- word starts with t gets -85 point\n\nWords:\n- manage\n- observer\n- prepared\n- silly\n- hotel\n- bill\n\nPrint only the answer.", "session_0093": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 5 points\n- add -55 point if there exists exactly 2 'gr' in the word\n\nWords:\n- bat\n- reporter\n- job\n- minimize\n- owe\n- actively\n\nPrint only the answer.", "session_0094": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 85 points\n- word ends with rn gets -55 point\n- word less than 6 characters gets -35 point\n- add -55 point if there exists exactly 2 'li' in the word\n\nWords:\n- ice\n- bunch\n- morning\n- fur\n- evil\n- might\n\nPrint only the answer.", "session_0095": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 65 points\n- word less than 9 characters but not equal to 6 characters gets -65 point\n- word ends with ty gets 40 points\n- add 70 points if there exists 'f' in the word\n\nWords:\n- the\n- syndrome\n- pub\n- intact\n\nPrint only the answer.", "session_0096": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with l and ends with tic gets 65 points\n- word less than 10 characters but not equal to 3 characters gets 80 points\n- every vowel right after a consonant gets -35 point\n- add -80 point if there exists exactly 2 'at' in the word\n\nWords:\n- advise\n- era\n- threat\n- run\n- tall\n\nPrint only the answer.", "session_0097": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 5 points\n- add 65 points if there exists 'r' in the word\n\nWords:\n- outrage\n- fight\n- success\n- portrait\n\nPrint only the answer.", "session_0098": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -70 point\n- word that has exactly 5 characters gets -15 point\n- word starts with co and ends with ime gets 10 points\n\nWords:\n- anger\n- coast\n- spider\n- rob\n\nPrint only the answer.", "session_0099": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters but not equal to 7 characters gets 100 points\n- word ends with y gets -85 point\n\nWords:\n- acre\n- pale\n- parent\n- vow\n- empire\n- museum\n\nPrint only the answer.", "session_0100": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with d and ends with re gets -100 point\n- add -95 point if there exists exactly 1 'co' in the word\n\nWords:\n- complex\n- account\n- former\n- goods\n- indoors\n\nPrint only the answer.", "session_0101": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ad gets -90 point\n- add 5 points if there exists exactly 1 't' in the word\n- word not equal to 2 characters gets -75 point\n\nWords:\n- condemn\n- item\n- balanced\n- express\n\nPrint only the answer.", "session_0102": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -50 point\n- word less than 12 characters gets 90 points\n- add -40 point if there exists 'a' in the word\n- word ends with at gets -35 point\n\nWords:\n- minimize\n- warming\n- tyre\n- close\n- chain\n\nPrint only the answer.", "session_0103": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with tra gets -75 point\n- add -15 point if there exists exactly 1 'en' in the word\n\nWords:\n- trace\n- even\n- bet\n- failed\n\nPrint only the answer.", "session_0104": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters but not equal to 9 characters gets 40 points\n- every consonant gets -80 point\n- word starts with coa and ends with ve gets -20 point\n- add -100 point if there exists 'ti' in the word\n\nWords:\n- polite\n- campus\n- brother\n- age\n\nPrint only the answer.", "session_0105": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 70 points\n- add -95 point if there exists 'ec' in the word\n- word more than 7 characters gets -75 point\n- word starts with me and ends with et gets 50 points\n\nWords:\n- question\n- constant\n- baseball\n- cynical\n- ensue\n- fabulous\n\nPrint only the answer.", "session_0106": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 20 points if there exists 'ab' in the word\n- every 3 consecutive vowels gets 70 points\n- word not equal to 11 characters gets 10 points\n\nWords:\n- planet\n- tin\n- harvest\n- cold\n\nPrint only the answer.", "session_0107": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 50 points\n- word more than 6 characters but not equal to 9 characters gets -10 point\n\nWords:\n- home\n- happy\n- guidance\n- dad\n- baseball\n- welfare\n\nPrint only the answer.", "session_0108": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with l gets -100 point\n- word that has exactly 6 characters gets 5 points\n- add -90 point if there exists exactly 2 'in' in the word\n\nWords:\n- timing\n- casual\n- crawl\n- age\n- proceeds\n\nPrint only the answer.", "session_0109": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 40 points\n- word that has exactly 3 characters gets 15 points\n- word ends with ate gets -95 point\n- add -90 point if there exists exactly 1 'ase' in the word\n\nWords:\n- key\n- hot\n- outbreak\n- milk\n- ballot\n- royal\n\nPrint only the answer.", "session_0110": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists 'e' in the word\n- word not equal to 11 characters gets -25 point\n- every vowel right after a consonant gets 30 points\n\nWords:\n- locate\n- convince\n- retrieve\n- allocate\n- document\n\nPrint only the answer.", "session_0111": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -30 point\n- word not equal to 4 characters gets -65 point\n\nWords:\n- clinic\n- squad\n- combat\n- threaten\n\nPrint only the answer.", "session_0112": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with u and ends with ip gets 65 points\n- every consonant right after a vowel gets 75 points\n\nWords:\n- teaching\n- inside\n- bat\n- fit\n\nPrint only the answer.", "session_0113": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 4 characters gets 50 points\n- word starts with rh and ends with eep gets -55 point\n- every consonant right after a vowel gets 30 points\n- add -100 point if there exists 're' in the word\n\nWords:\n- minority\n- lab\n- muscle\n- pay\n\nPrint only the answer.", "session_0114": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ro and ends with ent gets -70 point\n- add -70 point if there exists exactly 1 'ro' in the word\n- every pair of consecutive consonant gets 100 points\n\nWords:\n- select\n- stick\n- every\n- lap\n\nPrint only the answer.", "session_0115": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -40 point if there exists exactly 2 'te' in the word\n- word more than 2 characters and less than 11 characters but not equal to 9 characters gets -50 point\n\nWords:\n- petition\n- noble\n- troubled\n- side\n- alone\n- chip\n\nPrint only the answer.", "session_0116": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters and less than 12 characters gets -85 point\n- word ends with ng gets 10 points\n- every pair of consecutive vowel gets -20 point\n\nWords:\n- conceive\n- headline\n- run\n- mouse\n\nPrint only the answer.", "session_0117": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 100 points if there exists exactly 1 'n' in the word\n- every vowel gets -45 point\n- word that has exactly 8 characters gets 45 points\n- word starts with ded gets -85 point\n\nWords:\n- surplus\n- capture\n- nursery\n- bid\n- let\n\nPrint only the answer.", "session_0118": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 12 characters but not equal to 7 characters gets -50 point\n- every consonant right after a vowel gets -85 point\n- word starts with c gets -40 point\n- add 10 points if there exists 'gh' in the word\n\nWords:\n- ego\n- routine\n- badge\n- canal\n\nPrint only the answer.", "session_0119": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists 't' in the word\n- word less than 6 characters but not equal to 5 characters gets -60 point\n\nWords:\n- fill\n- relative\n- media\n- equation\n- sale\n- adjust\n\nPrint only the answer.", "session_0120": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists exactly 1 'sol' in the word\n- every vowel right after a consonant gets -25 point\n- word starts with vot gets 35 points\n- word more than 2 characters gets 55 points\n\nWords:\n- athlete\n- attract\n- lot\n- allow\n- collect\n\nPrint only the answer.", "session_0121": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters but not equal to 11 characters gets -15 point\n- every vowel gets -85 point\n\nWords:\n- later\n- killing\n- wage\n- car\n\nPrint only the answer.", "session_0122": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists exactly 1 'er' in the word\n- word more than 5 characters and less than 10 characters but not equal to 6 characters gets -90 point\n- every consonant gets -55 point\n- word starts with mil gets -30 point\n\nWords:\n- our\n- storage\n- owe\n- open\n- autonomy\n- oblige\n\nPrint only the answer.", "session_0123": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 11 characters gets 25 points\n- every pair of consecutive vowel gets 40 points\n- add 10 points if there exists 'en' in the word\n\nWords:\n- party\n- optical\n- cell\n- nominate\n- purchase\n- safe\n\nPrint only the answer.", "session_0124": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 5 points\n- word starts with mys and ends with ve gets -10 point\n- word more than 5 characters and less than 12 characters but not equal to 10 characters gets -85 point\n\nWords:\n- suffer\n- during\n- observer\n- pop\n- material\n\nPrint only the answer.", "session_0125": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists exactly 2 'p' in the word\n- word ends with art gets -90 point\n- every consonant right after a vowel gets -75 point\n\nWords:\n- divide\n- grab\n- tension\n- specify\n- deed\n- joint\n\nPrint only the answer.", "session_0126": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets 55 points\n- word starts with th and ends with ent gets 5 points\n\nWords:\n- bit\n- mood\n- glove\n- mate\n- fun\n- giant\n\nPrint only the answer.", "session_0127": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 95 points\n- word starts with dip gets -90 point\n- word that has exactly 10 characters gets -20 point\n- add 90 points if there exists 'ute' in the word\n\nWords:\n- formula\n- upper\n- badly\n- spread\n\nPrint only the answer.", "session_0128": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -80 point\n- add -65 point if there exists exactly 1 'o' in the word\n\nWords:\n- relation\n- morality\n- logo\n- tempt\n\nPrint only the answer.", "session_0129": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists 'er' in the word\n- every consonant gets 45 points\n\nWords:\n- organ\n- rule\n- charge\n- moon\n- fridge\n- mate\n\nPrint only the answer.", "session_0130": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists 'a' in the word\n- word not equal to 7 characters gets -90 point\n- word starts with aro gets -5 point\n\nWords:\n- solve\n- embassy\n- remote\n- envelope\n- acute\n\nPrint only the answer.", "session_0131": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ab gets -90 point\n- add -30 point if there exists 'nce' in the word\n- word that has exactly 6 characters gets 80 points\n\nWords:\n- mature\n- damage\n- dozen\n- bike\n- united\n- fibre\n\nPrint only the answer.", "session_0132": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 10 points\n- word starts with man gets 15 points\n\nWords:\n- pin\n- strive\n- concede\n- calm\n- depart\n\nPrint only the answer.", "session_0133": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists exactly 1 'r' in the word\n- word more than 6 characters and less than 10 characters gets 60 points\n- every 3 consecutive vowels gets 10 points\n- word starts with t gets 95 points\n\nWords:\n- corrupt\n- limited\n- mate\n- duo\n- encode\n- army\n\nPrint only the answer.", "session_0134": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 11 characters gets 60 points\n- word ends with se gets 55 points\n- add 100 points if there exists exactly 2 's' in the word\n\nWords:\n- disorder\n- map\n- beyond\n- united\n- yet\n- digital\n\nPrint only the answer.", "session_0135": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ous gets -65 point\n- add 85 points if there exists 'io' in the word\n- every pair of consecutive vowel gets 65 points\n\nWords:\n- please\n- moon\n- lip\n- mainland\n- forget\n- bone\n\nPrint only the answer.", "session_0136": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -15 point\n- add 70 points if there exists exactly 2 's' in the word\n- word more than 2 characters and less than 8 characters gets 15 points\n- word starts with ca gets 60 points\n\nWords:\n- overlook\n- captain\n- hell\n- forecast\n- temple\n\nPrint only the answer.", "session_0137": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 45 points\n- add -65 point if there exists 'st' in the word\n- word more than 8 characters and less than 12 characters gets -45 point\n\nWords:\n- creative\n- almost\n- ski\n- pan\n\nPrint only the answer.", "session_0138": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists 'e' in the word\n- every vowel right after a consonant gets -40 point\n\nWords:\n- date\n- buddy\n- mature\n- but\n- label\n- spice\n\nPrint only the answer.", "session_0139": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -40 point\n- word less than 8 characters but not equal to 7 characters gets 50 points\n\nWords:\n- unless\n- death\n- street\n- the\n\nPrint only the answer.", "session_0140": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ge gets -45 point\n- word not equal to 11 characters gets -100 point\n\nWords:\n- try\n- race\n- litter\n- middle\n\nPrint only the answer.", "session_0141": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s gets 20 points\n- add -50 point if there exists 'h' in the word\n\nWords:\n- sight\n- sole\n- autumn\n- problem\n- too\n- consume\n\nPrint only the answer.", "session_0142": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 15 points\n- word ends with n gets -25 point\n\nWords:\n- laughter\n- own\n- classify\n- cover\n- app\n\nPrint only the answer.", "session_0143": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -55 point if there exists 'og' in the word\n- word that has exactly 6 characters gets 45 points\n\nWords:\n- pepper\n- strive\n- ignore\n- lottery\n- offer\n- sexy\n\nPrint only the answer.", "session_0144": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with l gets 100 points\n- add -20 point if there exists 'i' in the word\n- every pair of consecutive consonant gets 60 points\n- word more than 5 characters gets -55 point\n\nWords:\n- want\n- embassy\n- walk\n- outlet\n\nPrint only the answer.", "session_0145": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 8 characters gets -50 point\n- every vowel gets 70 points\n\nWords:\n- tribute\n- wow\n- emotion\n- excited\n- cut\n- mix\n\nPrint only the answer.", "session_0146": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists exactly 1 've' in the word\n- word starts with psy gets -85 point\n- word that has exactly 9 characters gets 65 points\n\nWords:\n- dive\n- relieve\n- widow\n- preside\n- feminist\n- jeans\n\nPrint only the answer.", "session_0147": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters but not equal to 8 characters gets -40 point\n- every vowel gets 100 points\n- add 80 points if there exists 'o' in the word\n- word ends with al gets -15 point\n\nWords:\n- cargo\n- barrier\n- grocery\n- respect\n- signal\n\nPrint only the answer.", "session_0148": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 's' in the word\n- word starts with ora and ends with one gets 35 points\n- every consonant gets 60 points\n- word not equal to 3 characters gets 20 points\n\nWords:\n- clear\n- plea\n- cell\n- arms\n\nPrint only the answer.", "session_0149": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists exactly 2 'tre' in the word\n- every consonant right after a vowel gets -85 point\n\nWords:\n- united\n- daughter\n- stick\n- activate\n- dust\n- memorial\n\nPrint only the answer.", "session_0150": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s and ends with l gets 95 points\n- word more than 8 characters and less than 11 characters but not equal to 9 characters gets 50 points\n- every vowel right after a consonant gets -25 point\n- add -40 point if there exists 'om' in the word\n\nWords:\n- bank\n- around\n- cold\n- mail\n- web\n- camera\n\nPrint only the answer.", "session_0151": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters but not equal to 8 characters gets -95 point\n- add -10 point if there exists 're' in the word\n\nWords:\n- slavery\n- leap\n- just\n- prefer\n- article\n\nPrint only the answer.", "session_0152": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists exactly 2 'i' in the word\n- word more than 2 characters gets 80 points\n\nWords:\n- sack\n- vessel\n- coincide\n- carve\n\nPrint only the answer.", "session_0153": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with orc gets -20 point\n- word less than 8 characters gets -55 point\n- add -35 point if there exists exactly 1 'mas' in the word\n\nWords:\n- yell\n- singing\n- rhythm\n- outlet\n\nPrint only the answer.", "session_0154": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 10 points\n- word starts with c gets 90 points\n- add 40 points if there exists 'en' in the word\n- word not equal to 8 characters gets -35 point\n\nWords:\n- drawing\n- frog\n- actress\n- cost\n\nPrint only the answer.", "session_0155": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with e gets -90 point\n- add 5 points if there exists exactly 2 'ie' in the word\n\nWords:\n- absence\n- horse\n- cup\n- mere\n- clinical\n- grateful\n\nPrint only the answer.", "session_0156": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists 'le' in the word\n- word starts with a gets 30 points\n- word less than 9 characters gets -45 point\n- every consonant right after a vowel gets 100 points\n\nWords:\n- summer\n- debt\n- trouble\n- react\n- referee\n\nPrint only the answer.", "session_0157": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets 90 points\n- every vowel gets 40 points\n- add 30 points if there exists exactly 1 'va' in the word\n- word starts with wor and ends with m gets 5 points\n\nWords:\n- insert\n- record\n- post-war\n- terribly\n\nPrint only the answer.", "session_0158": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 5 points if there exists 'se' in the word\n- word that has exactly 9 characters gets 30 points\n- word ends with e gets -50 point\n- every 3 consecutive vowels gets -40 point\n\nWords:\n- settle\n- place\n- eager\n- protect\n- kick\n\nPrint only the answer.", "session_0159": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists 'ss' in the word\n- every vowel right after a consonant gets -75 point\n- word more than 7 characters but not equal to 9 characters gets 65 points\n- word ends with d gets -100 point\n\nWords:\n- cemetery\n- excited\n- tiny\n- fry\n- sack\n- and\n\nPrint only the answer.", "session_0160": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 60 points\n- word starts with f gets -60 point\n\nWords:\n- quiet\n- fish\n- addition\n- exert\n- strict\n\nPrint only the answer.", "session_0161": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with in gets 70 points\n- every 3 consecutive vowels gets -20 point\n- add 65 points if there exists 'ec' in the word\n\nWords:\n- indoor\n- select\n- stall\n- fraction\n- fuel\n- tree\n\nPrint only the answer.", "session_0162": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters but not equal to 11 characters gets -20 point\n- add -20 point if there exists 'd' in the word\n- every pair of consecutive consonant gets 40 points\n- word ends with t gets 25 points\n\nWords:\n- nature\n- asset\n- exert\n- chicken\n\nPrint only the answer.", "session_0163": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with gr and ends with t gets -70 point\n- word not equal to 6 characters gets 35 points\n\nWords:\n- get\n- guide\n- lucky\n- nest\n\nPrint only the answer.", "session_0164": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists exactly 1 'rna' in the word\n- every consonant gets 95 points\n- word starts with dro and ends with er gets 45 points\n- word more than 7 characters but not equal to 8 characters gets -100 point\n\nWords:\n- from\n- brain\n- fake\n- majority\n\nPrint only the answer.", "session_0165": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ors gets 85 points\n- every 3 consecutive vowels gets 15 points\n- add -90 point if there exists 'ke' in the word\n\nWords:\n- quiet\n- unlikely\n- print\n- not\n- end\n\nPrint only the answer.", "session_0166": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 7 characters gets -75 point\n- word starts with sei and ends with e gets -100 point\n\nWords:\n- quote\n- truth\n- deadline\n- bell\n- pop\n\nPrint only the answer.", "session_0167": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters gets 70 points\n- add -60 point if there exists 'ing' in the word\n- every consonant right after a vowel gets -95 point\n\nWords:\n- destroy\n- century\n- curved\n- confine\n- college\n- cue\n\nPrint only the answer.", "session_0168": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with me gets 15 points\n- word more than 5 characters and less than 10 characters but not equal to 8 characters gets -80 point\n- add 30 points if there exists exactly 2 'u' in the word\n- every consonant right after a vowel gets -30 point\n\nWords:\n- shift\n- harmony\n- disclose\n- creature\n\nPrint only the answer.", "session_0169": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 7 characters gets 60 points\n- every pair of consecutive consonant gets -5 point\n\nWords:\n- action\n- yourself\n- cry\n- middle\n- market\n\nPrint only the answer.", "session_0170": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with sav and ends with ng gets -90 point\n- word more than 2 characters gets 65 points\n- add -25 point if there exists 'is' in the word\n\nWords:\n- off\n- client\n- pay\n- bow\n\nPrint only the answer.", "session_0171": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with us gets -80 point\n- word more than 5 characters and less than 8 characters gets -25 point\n\nWords:\n- studio\n- measure\n- employ\n- rarely\n- south\n\nPrint only the answer.", "session_0172": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets -75 point\n- word ends with ght gets 70 points\n- add -75 point if there exists exactly 1 'b' in the word\n\nWords:\n- shrink\n- landmark\n- painting\n- before\n\nPrint only the answer.", "session_0173": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 10 points if there exists exactly 1 't' in the word\n- word more than 7 characters gets 75 points\n\nWords:\n- inherent\n- exciting\n- may\n- normal\n- trio\n- rain\n\nPrint only the answer.", "session_0174": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 7 characters gets -100 point\n- word starts with ex and ends with bby gets 100 points\n- every 3 consecutive vowels gets 55 points\n\nWords:\n- decisive\n- allege\n- person\n- outside\n- rotate\n\nPrint only the answer.", "session_0175": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -5 point if there exists 'g' in the word\n- every vowel gets 80 points\n- word that has exactly 4 characters gets 95 points\n\nWords:\n- activist\n- gym\n- odd\n- slip\n\nPrint only the answer.", "session_0176": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 75 points\n- add -30 point if there exists exactly 2 'f' in the word\n- word more than 8 characters gets 45 points\n\nWords:\n- tale\n- indoors\n- origin\n- tuition\n- emerge\n- rocket\n\nPrint only the answer.", "session_0177": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 7 characters gets -15 point\n- word starts with cei and ends with e gets -80 point\n- every pair of consecutive consonant gets -55 point\n- add 50 points if there exists exactly 1 'ti' in the word\n\nWords:\n- stupid\n- formal\n- mobilize\n- out\n- add\n- content\n\nPrint only the answer.", "session_0178": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 20 points if there exists exactly 2 'on' in the word\n- word starts with aca gets -65 point\n\nWords:\n- age\n- donation\n- central\n- moving\n- moreover\n\nPrint only the answer.", "session_0179": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 5 points\n- word more than 8 characters and less than 12 characters gets 35 points\n- word starts with goo and ends with al gets -40 point\n- add 85 points if there exists 'n' in the word\n\nWords:\n- visual\n- failed\n- teach\n- excuse\n- him\n- cure\n\nPrint only the answer.", "session_0180": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -100 point\n- word starts with en gets 50 points\n\nWords:\n- meet\n- beach\n- hotel\n- tenure\n- merit\n\nPrint only the answer.", "session_0181": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 3 characters gets -10 point\n- add 80 points if there exists exactly 2 's' in the word\n\nWords:\n- old\n- bet\n- ruin\n- abnormal\n\nPrint only the answer.", "session_0182": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets -95 point\n- add -20 point if there exists exactly 1 'nc' in the word\n- every 3 consecutive consonants gets -85 point\n\nWords:\n- fifth\n- approval\n- show\n- plus\n- nod\n\nPrint only the answer.", "session_0183": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -40 point if there exists exactly 2 'no' in the word\n- every vowel right after a consonant gets -100 point\n\nWords:\n- portion\n- site\n- mum\n- perceive\n\nPrint only the answer.", "session_0184": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 40 points if there exists exactly 2 'r' in the word\n- every 3 consecutive vowels gets 60 points\n- word more than 3 characters and less than 7 characters but not equal to 5 characters gets -65 point\n\nWords:\n- marker\n- bottom\n- tie\n- key\n- turn\n- lie\n\nPrint only the answer.", "session_0185": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 90 points\n- word starts with qu and ends with bow gets -65 point\n- word more than 3 characters gets 20 points\n- add -60 point if there exists 'ta' in the word\n\nWords:\n- ghost\n- day\n- herb\n- basis\n- ten\n\nPrint only the answer.", "session_0186": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -30 point if there exists exactly 1 'i' in the word\n- every 3 consecutive consonants gets -60 point\n\nWords:\n- dip\n- session\n- lean\n- denial\n- yet\n\nPrint only the answer.", "session_0187": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 12 characters but not equal to 4 characters gets 100 points\n- word ends with enu gets -45 point\n- add -15 point if there exists 'da' in the word\n\nWords:\n- lap\n- blast\n- magnetic\n- later\n\nPrint only the answer.", "session_0188": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with on gets -35 point\n- every pair of consecutive consonant gets -40 point\n- add 30 points if there exists 'e' in the word\n\nWords:\n- disturb\n- lobby\n- back\n- pop\n\nPrint only the answer.", "session_0189": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with min gets 70 points\n- word not equal to 8 characters gets -80 point\n- every vowel right after a consonant gets 65 points\n- add -100 point if there exists 'ry' in the word\n\nWords:\n- may\n- punch\n- female\n- coastal\n\nPrint only the answer.", "session_0190": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 35 points\n- word starts with mod gets -95 point\n- word less than 5 characters gets -10 point\n- add 10 points if there exists exactly 2 'tit' in the word\n\nWords:\n- deck\n- tea\n- hint\n- scan\n- keen\n- ago\n\nPrint only the answer.", "session_0191": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 50 points if there exists exactly 2 'i' in the word\n- word ends with or gets -15 point\n- every pair of consecutive vowel gets -30 point\n\nWords:\n- survivor\n- enormous\n- air\n- donor\n- steadily\n\nPrint only the answer.", "session_0192": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists exactly 2 'eb' in the word\n- word ends with ind gets -15 point\n- word not equal to 4 characters gets 10 points\n- every pair of consecutive vowel gets -85 point\n\nWords:\n- official\n- fulfil\n- him\n- mill\n- beg\n\nPrint only the answer.", "session_0193": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -70 point\n- word that has exactly 3 characters gets -55 point\n- word starts with ap and ends with ty gets 35 points\n- add 80 points if there exists 'l' in the word\n\nWords:\n- moreover\n- candle\n- detailed\n- segment\n\nPrint only the answer.", "session_0194": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 10 characters gets -50 point\n- every vowel right after a consonant gets 5 points\n- word starts with adv and ends with t gets 80 points\n\nWords:\n- chance\n- habit\n- damaging\n- whenever\n\nPrint only the answer.", "session_0195": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 55 points\n- word that has exactly 10 characters gets 5 points\n- word starts with ex and ends with e gets -25 point\n\nWords:\n- actively\n- soul\n- exclude\n- rhetoric\n- equation\n\nPrint only the answer.", "session_0196": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists exactly 2 'i' in the word\n- word less than 7 characters gets 50 points\n- word ends with nce gets -45 point\n- every 3 consecutive consonants gets 5 points\n\nWords:\n- our\n- explain\n- fire\n- flash\n\nPrint only the answer.", "session_0197": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets 35 points\n- every pair of consecutive consonant gets 50 points\n\nWords:\n- wrist\n- sexy\n- indulge\n- lemon\n- our\n- seat\n\nPrint only the answer.", "session_0198": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ro and ends with d gets -65 point\n- every pair of consecutive consonant gets 50 points\n- word more than 4 characters and less than 10 characters gets -65 point\n\nWords:\n- myself\n- strike\n- button\n- nursery\n- pitch\n\nPrint only the answer.", "session_0199": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets -20 point\n- every pair of consecutive consonant gets 95 points\n\nWords:\n- save\n- cheat\n- driving\n- several\n- pour\n- balloon\n\nPrint only the answer.", "session_0200": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -60 point\n- word more than 2 characters but not equal to 8 characters gets -50 point\n- add 40 points if there exists exactly 1 'c' in the word\n- word ends with ege gets 70 points\n\nWords:\n- mystery\n- ink\n- minute\n- overseas\n\nPrint only the answer.", "session_0201": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists exactly 2 'par' in the word\n- every 3 consecutive vowels gets -20 point\n\nWords:\n- quiet\n- cautious\n- high\n- outlook\n- shy\n\nPrint only the answer.", "session_0202": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with e gets 60 points\n- word that has exactly 7 characters gets 30 points\n\nWords:\n- coincide\n- likewise\n- cap\n- exceed\n- few\n\nPrint only the answer.", "session_0203": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with re gets 20 points\n- word more than 7 characters and less than 12 characters but not equal to 11 characters gets -35 point\n- add 35 points if there exists exactly 1 'p' in the word\n- every pair of consecutive vowel gets -55 point\n\nWords:\n- pad\n- probe\n- bleed\n- with\n\nPrint only the answer.", "session_0204": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 2 'my' in the word\n- every consonant gets -65 point\n\nWords:\n- number\n- dealer\n- mortgage\n- opposed\n- routine\n\nPrint only the answer.", "session_0205": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 8 characters gets 90 points\n- every vowel right after a consonant gets 30 points\n- word ends with dom gets 65 points\n- add -80 point if there exists 'ed' in the word\n\nWords:\n- thousand\n- review\n- result\n- location\n\nPrint only the answer.", "session_0206": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 20 points\n- word more than 2 characters but not equal to 11 characters gets -15 point\n- word starts with sho and ends with it gets -65 point\n\nWords:\n- stock\n- play\n- half\n- sugar\n- station\n- intended\n\nPrint only the answer.", "session_0207": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists 'ed' in the word\n- every vowel right after a consonant gets 75 points\n- word more than 3 characters gets 20 points\n- word starts with c and ends with ely gets 20 points\n\nWords:\n- tape\n- palm\n- set\n- now\n- income\n- native\n\nPrint only the answer.", "session_0208": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists 'ch' in the word\n- every vowel gets -40 point\n- word starts with al and ends with ng gets -20 point\n- word not equal to 2 characters gets -80 point\n\nWords:\n- ray\n- echo\n- harmony\n- sample\n- impact\n- myth\n\nPrint only the answer.", "session_0209": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -75 point\n- add 80 points if there exists exactly 2 'es' in the word\n\nWords:\n- tonight\n- suffer\n- humour\n- develop\n- steel\n\nPrint only the answer.", "session_0210": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -90 point\n- word starts with ex gets -90 point\n- add 10 points if there exists exactly 2 'oi' in the word\n- word not equal to 2 characters gets 45 points\n\nWords:\n- lack\n- amazed\n- fact\n- balance\n- sell\n\nPrint only the answer.", "session_0211": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 70 points if there exists 'n' in the word\n- word less than 7 characters but not equal to 2 characters gets -15 point\n- every pair of consecutive vowel gets -90 point\n- word starts with agr and ends with n gets 85 points\n\nWords:\n- cheerful\n- duo\n- decent\n- divide\n- located\n\nPrint only the answer.", "session_0212": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ac and ends with n gets -50 point\n- every pair of consecutive vowel gets -95 point\n- add -5 point if there exists 'l' in the word\n- word more than 7 characters but not equal to 8 characters gets -95 point\n\nWords:\n- giant\n- refusal\n- road\n- recruit\n\nPrint only the answer.", "session_0213": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 4 characters gets -30 point\n- word starts with e gets 30 points\n- every vowel right after a consonant gets -5 point\n\nWords:\n- native\n- gym\n- bill\n- studio\n- harmony\n\nPrint only the answer.", "session_0214": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 45 points if there exists 'ik' in the word\n- every consonant gets -65 point\n- word more than 7 characters gets -55 point\n\nWords:\n- inherit\n- two\n- renew\n- survey\n\nPrint only the answer.", "session_0215": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets 60 points\n- every 3 consecutive vowels gets -40 point\n\nWords:\n- cautious\n- gorgeous\n- bow\n- linger\n- beef\n- ladder\n\nPrint only the answer.", "session_0216": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 11 characters but not equal to 4 characters gets 50 points\n- word ends with t gets -75 point\n- add 15 points if there exists 'l' in the word\n- every vowel right after a consonant gets -95 point\n\nWords:\n- overturn\n- castle\n- guy\n- walk\n- nest\n\nPrint only the answer.", "session_0217": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 11 characters gets -90 point\n- every vowel right after a consonant gets 45 points\n- word starts with e gets -20 point\n\nWords:\n- eye\n- arm\n- whip\n- right\n\nPrint only the answer.", "session_0218": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -100 point\n- word starts with arr gets -5 point\n- add -25 point if there exists exactly 1 'or' in the word\n- word not equal to 9 characters gets -10 point\n\nWords:\n- lorry\n- monument\n- missing\n- careless\n\nPrint only the answer.", "session_0219": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'ar' in the word\n- word not equal to 5 characters gets 35 points\n\nWords:\n- mild\n- parental\n- nurse\n- acid\n\nPrint only the answer.", "session_0220": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -40 point\n- add -55 point if there exists 'op' in the word\n\nWords:\n- surround\n- possess\n- prove\n- write\n\nPrint only the answer.", "session_0221": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ab gets 50 points\n- word not equal to 3 characters gets -45 point\n\nWords:\n- nuclear\n- ring\n- trap\n- evil\n\nPrint only the answer.", "session_0222": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters gets 60 points\n- add 15 points if there exists 'ady' in the word\n- every pair of consecutive consonant gets -80 point\n\nWords:\n- count\n- midnight\n- seem\n- contempt\n- cancel\n\nPrint only the answer.", "session_0223": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 11 characters but not equal to 9 characters gets -50 point\n- word ends with st gets -45 point\n- every consonant right after a vowel gets 40 points\n- add -5 point if there exists 'f' in the word\n\nWords:\n- bridge\n- match\n- game\n- spark\n\nPrint only the answer.", "session_0224": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters but not equal to 2 characters gets -80 point\n- every consonant right after a vowel gets 85 points\n- add -90 point if there exists exactly 1 'e' in the word\n- word starts with adv gets -35 point\n\nWords:\n- wide\n- steer\n- precious\n- ambition\n\nPrint only the answer.", "session_0225": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with c gets -80 point\n- word less than 11 characters gets -65 point\n- every pair of consecutive vowel gets 15 points\n\nWords:\n- regret\n- bat\n- user\n- stem\n- coin\n\nPrint only the answer.", "session_0226": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with e gets 60 points\n- add 10 points if there exists exactly 1 'ro' in the word\n\nWords:\n- office\n- three\n- dot\n- prospect\n\nPrint only the answer.", "session_0227": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with di gets -35 point\n- word not equal to 10 characters gets -90 point\n- every vowel right after a consonant gets -40 point\n- add 60 points if there exists 'ay' in the word\n\nWords:\n- junior\n- equally\n- exactly\n- dominate\n- mask\n- sport\n\nPrint only the answer.", "session_0228": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 15 points\n- word ends with ht gets -80 point\n- add 50 points if there exists exactly 1 'g' in the word\n\nWords:\n- glad\n- double\n- uncle\n- civilian\n\nPrint only the answer.", "session_0229": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters but not equal to 5 characters gets 80 points\n- add -20 point if there exists 's' in the word\n- word ends with d gets 65 points\n- every consonant gets 25 points\n\nWords:\n- choose\n- make\n- shore\n- can\n\nPrint only the answer.", "session_0230": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -45 point\n- add -15 point if there exists 'a' in the word\n- word that has exactly 4 characters gets 55 points\n\nWords:\n- till\n- sort\n- earnings\n- club\n- monitor\n\nPrint only the answer.", "session_0231": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists 'o' in the word\n- word starts with c gets 40 points\n- every pair of consecutive consonant gets -40 point\n- word more than 6 characters and less than 9 characters gets 85 points\n\nWords:\n- majority\n- purchase\n- balanced\n- reason\n- survival\n\nPrint only the answer.", "session_0232": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with hap gets 100 points\n- every 3 consecutive consonants gets 75 points\n- add -30 point if there exists 'rpl' in the word\n\nWords:\n- empty\n- birth\n- decide\n- hat\n- numerous\n- essay\n\nPrint only the answer.", "session_0233": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 40 points\n- add -50 point if there exists exactly 2 'gh' in the word\n- word ends with rly gets 20 points\n- word more than 5 characters but not equal to 9 characters gets 10 points\n\nWords:\n- quick\n- fighting\n- seem\n- intense\n\nPrint only the answer.", "session_0234": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 12 characters gets 85 points\n- every vowel right after a consonant gets -90 point\n- word ends with me gets 50 points\n\nWords:\n- argue\n- toy\n- pill\n- forty\n\nPrint only the answer.", "session_0235": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 20 points if there exists exactly 2 'ce' in the word\n- every consonant right after a vowel gets 65 points\n- word starts with q gets -95 point\n\nWords:\n- digital\n- loud\n- lengthy\n- queen\n- spy\n- minority\n\nPrint only the answer.", "session_0236": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 8 characters gets -30 point\n- word starts with ba and ends with y gets 45 points\n- every pair of consecutive vowel gets 60 points\n- add -100 point if there exists 'po' in the word\n\nWords:\n- waiter\n- empower\n- deploy\n- serve\n\nPrint only the answer.", "session_0237": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 70 points if there exists 'sm' in the word\n- word not equal to 8 characters gets 10 points\n- every pair of consecutive consonant gets -75 point\n- word starts with qu and ends with k gets 95 points\n\nWords:\n- app\n- oil\n- rid\n- best\n- hip\n- roll\n\nPrint only the answer.", "session_0238": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with g and ends with g gets 15 points\n- add 40 points if there exists 'pl' in the word\n- every vowel right after a consonant gets 90 points\n\nWords:\n- simply\n- kingdom\n- dramatic\n- tolerate\n- yet\n- climb\n\nPrint only the answer.", "session_0239": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with po gets -100 point\n- word not equal to 11 characters gets -50 point\n- every consonant right after a vowel gets 90 points\n\nWords:\n- mess\n- exposure\n- fraction\n- paint\n- some\n- breathe\n\nPrint only the answer.", "session_0240": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists exactly 2 'pr' in the word\n- word that has exactly 8 characters gets -65 point\n- every 3 consecutive consonants gets 40 points\n- word starts with phy and ends with l gets 50 points\n\nWords:\n- division\n- textbook\n- support\n- ordinary\n\nPrint only the answer.", "session_0241": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with bea and ends with et gets -90 point\n- word less than 7 characters but not equal to 2 characters gets 90 points\n- every vowel right after a consonant gets -30 point\n\nWords:\n- cry\n- dub\n- bid\n- save\n\nPrint only the answer.", "session_0242": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 100 points\n- word ends with an gets -60 point\n\nWords:\n- yes\n- exclude\n- chop\n- invent\n- dictator\n- inject\n\nPrint only the answer.", "session_0243": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with k gets -10 point\n- every consonant right after a vowel gets -40 point\n- add 50 points if there exists 'ize' in the word\n\nWords:\n- out\n- bank\n- shrink\n- stroke\n- for\n\nPrint only the answer.", "session_0244": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters and less than 12 characters gets -55 point\n- add 70 points if there exists 'pl' in the word\n\nWords:\n- build\n- cottage\n- assemble\n- raw\n\nPrint only the answer.", "session_0245": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with tor gets -10 point\n- every 3 consecutive vowels gets 55 points\n\nWords:\n- ancestor\n- educator\n- guy\n- mechanic\n\nPrint only the answer.", "session_0246": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ge gets 55 points\n- every pair of consecutive vowel gets 55 points\n\nWords:\n- stream\n- steel\n- motorist\n- few\n- achieve\n- medium\n\nPrint only the answer.", "session_0247": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with unc gets 60 points\n- word not equal to 9 characters gets -15 point\n\nWords:\n- rank\n- convince\n- ten\n- apparent\n- oil\n\nPrint only the answer.", "session_0248": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists 'ct' in the word\n- word more than 5 characters but not equal to 9 characters gets -90 point\n\nWords:\n- compile\n- warrant\n- bit\n- friendly\n- evacuate\n\nPrint only the answer.", "session_0249": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 85 points\n- word ends with y gets -95 point\n\nWords:\n- rare\n- address\n- mouse\n- drug\n- fifteen\n- old\n\nPrint only the answer.", "session_0250": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with qua and ends with e gets -25 point\n- every 3 consecutive vowels gets 90 points\n- add 85 points if there exists exactly 1 'iv' in the word\n- word more than 6 characters and less than 11 characters but not equal to 7 characters gets -55 point\n\nWords:\n- multiple\n- remember\n- yours\n- bargain\n- nest\n- sexual\n\nPrint only the answer.", "session_0251": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -60 point\n- word ends with t gets 25 points\n- word less than 10 characters gets 95 points\n- add -70 point if there exists exactly 2 'e' in the word\n\nWords:\n- moon\n- push\n- numerous\n- reckon\n- hear\n\nPrint only the answer.", "session_0252": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with dev and ends with tap gets -40 point\n- add 75 points if there exists exactly 1 'tu' in the word\n\nWords:\n- gesture\n- study\n- scene\n- genius\n- possess\n\nPrint only the answer.", "session_0253": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters but not equal to 9 characters gets 10 points\n- word ends with ce gets -25 point\n- add -15 point if there exists exactly 1 'n' in the word\n- every 3 consecutive vowels gets 95 points\n\nWords:\n- modern\n- little\n- confess\n- goods\n- estimate\n- donor\n\nPrint only the answer.", "session_0254": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters but not equal to 10 characters gets -95 point\n- add -75 point if there exists exactly 2 'e' in the word\n\nWords:\n- regulate\n- trouble\n- deadline\n- bunch\n\nPrint only the answer.", "session_0255": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists exactly 2 'rr' in the word\n- word not equal to 7 characters gets 90 points\n\nWords:\n- fasten\n- sample\n- tendency\n- egg\n- prepare\n\nPrint only the answer.", "session_0256": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 1 't' in the word\n- every 3 consecutive consonants gets 75 points\n\nWords:\n- receipt\n- question\n- globe\n- story\n- detailed\n- generate\n\nPrint only the answer.", "session_0257": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists 'nt' in the word\n- word less than 12 characters but not equal to 6 characters gets 80 points\n- every pair of consecutive consonant gets -50 point\n\nWords:\n- living\n- analogy\n- tax\n- say\n- hotel\n- tropical\n\nPrint only the answer.", "session_0258": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists 'er' in the word\n- every 3 consecutive consonants gets 75 points\n\nWords:\n- adhere\n- suddenly\n- running\n- solar\n- buy\n- wet\n\nPrint only the answer.", "session_0259": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters gets -95 point\n- add -15 point if there exists exactly 2 'scr' in the word\n\nWords:\n- occur\n- suppose\n- most\n- engineer\n- consume\n\nPrint only the answer.", "session_0260": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists exactly 1 'we' in the word\n- word starts with par and ends with ion gets -30 point\n\nWords:\n- western\n- owe\n- remedy\n- hang\n- insect\n\nPrint only the answer.", "session_0261": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -75 point if there exists 'nta' in the word\n- every vowel gets 85 points\n- word starts with ad and ends with m gets 50 points\n\nWords:\n- perhaps\n- loose\n- tide\n- fish\n- ego\n\nPrint only the answer.", "session_0262": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ph and ends with rt gets -95 point\n- add -65 point if there exists 'me' in the word\n- every pair of consecutive consonant gets -50 point\n\nWords:\n- infant\n- incident\n- training\n- one\n\nPrint only the answer.", "session_0263": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -20 point if there exists exactly 1 'ct' in the word\n- word ends with que gets -70 point\n- word that has exactly 11 characters gets -60 point\n\nWords:\n- expected\n- fraction\n- mile\n- imagine\n- scared\n- beef\n\nPrint only the answer.", "session_0264": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 10 characters gets -70 point\n- add 20 points if there exists 'gro' in the word\n\nWords:\n- hero\n- partial\n- while\n- bit\n- why\n- kitchen\n\nPrint only the answer.", "session_0265": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 95 points\n- word not equal to 10 characters gets 45 points\n- add 25 points if there exists exactly 2 'rox' in the word\n- word starts with she gets -60 point\n\nWords:\n- own\n- need\n- valley\n- thanks\n\nPrint only the answer.", "session_0266": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters but not equal to 11 characters gets -20 point\n- every 3 consecutive consonants gets -65 point\n- word ends with n gets -75 point\n- add -65 point if there exists exactly 1 'atr' in the word\n\nWords:\n- sky\n- directly\n- update\n- singing\n- extend\n- mature\n\nPrint only the answer.", "session_0267": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 90 points\n- add -25 point if there exists 'sno' in the word\n- word more than 7 characters but not equal to 11 characters gets -35 point\n- word starts with uni and ends with ey gets 45 points\n\nWords:\n- wedding\n- biscuit\n- isolated\n- flash\n- oxygen\n- outcome\n\nPrint only the answer.", "session_0268": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -10 point\n- word starts with ti gets 15 points\n- word less than 12 characters but not equal to 9 characters gets -30 point\n\nWords:\n- presence\n- multiple\n- bag\n- repeated\n\nPrint only the answer.", "session_0269": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 90 points if there exists exactly 2 'c' in the word\n- word starts with ca and ends with in gets 55 points\n- word less than 8 characters gets 20 points\n\nWords:\n- mention\n- rod\n- leather\n- aim\n- not\n- lap\n\nPrint only the answer.", "session_0270": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 55 points\n- add 75 points if there exists exactly 2 'in' in the word\n- word more than 7 characters but not equal to 11 characters gets -25 point\n- word starts with the gets -40 point\n\nWords:\n- eight\n- struggle\n- yield\n- suspend\n- lead\n- peace\n\nPrint only the answer.", "session_0271": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 5 points\n- add 60 points if there exists exactly 1 'l' in the word\n- word starts with gen gets -5 point\n\nWords:\n- reading\n- lend\n- version\n- ton\n\nPrint only the answer.", "session_0272": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 90 points\n- word starts with m gets 5 points\n- word more than 2 characters and less than 5 characters gets 95 points\n- add -45 point if there exists exactly 1 'nsf' in the word\n\nWords:\n- day\n- rough\n- mask\n- bit\n- assume\n- owe\n\nPrint only the answer.", "session_0273": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -65 point\n- add -20 point if there exists 'on' in the word\n\nWords:\n- festival\n- project\n- law\n- matching\n\nPrint only the answer.", "session_0274": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with fo and ends with one gets -35 point\n- add -25 point if there exists exactly 2 'll' in the word\n- every vowel right after a consonant gets 90 points\n- word that has exactly 7 characters gets -80 point\n\nWords:\n- usually\n- new\n- pub\n- duo\n\nPrint only the answer.", "session_0275": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'ur' in the word\n- word that has exactly 4 characters gets -15 point\n\nWords:\n- suit\n- page\n- rely\n- musical\n\nPrint only the answer.", "session_0276": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 95 points\n- word more than 5 characters but not equal to 8 characters gets 70 points\n- add -90 point if there exists 'so' in the word\n- word starts with hab gets 65 points\n\nWords:\n- vow\n- decorate\n- generic\n- enormous\n- learning\n- premise\n\nPrint only the answer.", "session_0277": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with d gets 25 points\n- add 85 points if there exists exactly 2 'wan' in the word\n- every pair of consecutive vowel gets -55 point\n- word more than 4 characters and less than 10 characters gets -100 point\n\nWords:\n- musician\n- hundred\n- waiter\n- bride\n- sad\n- van\n\nPrint only the answer.", "session_0278": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters but not equal to 2 characters gets 30 points\n- word starts with che gets 60 points\n- every pair of consecutive vowel gets 15 points\n\nWords:\n- infamous\n- pit\n- extreme\n- candle\n- merchant\n- dramatic\n\nPrint only the answer.", "session_0279": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ne and ends with n gets -100 point\n- word not equal to 4 characters gets -85 point\n\nWords:\n- dentist\n- county\n- unit\n- firework\n\nPrint only the answer.", "session_0280": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with pe gets 75 points\n- word that has exactly 3 characters gets -65 point\n- add 85 points if there exists exactly 2 'fu' in the word\n- every pair of consecutive consonant gets -25 point\n\nWords:\n- spell\n- reach\n- label\n- vanish\n- dog\n\nPrint only the answer.", "session_0281": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 2 characters gets -75 point\n- word starts with tec gets -95 point\n\nWords:\n- pirate\n- bird\n- coffee\n- cap\n- hint\n- legend\n\nPrint only the answer.", "session_0282": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ing gets -75 point\n- word that has exactly 7 characters gets 100 points\n\nWords:\n- whereby\n- premise\n- delegate\n- matching\n- demon\n\nPrint only the answer.", "session_0283": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -35 point\n- word more than 4 characters and less than 8 characters but not equal to 6 characters gets 70 points\n- add 50 points if there exists 'bo' in the word\n\nWords:\n- striking\n- monkey\n- pay\n- van\n- medical\n\nPrint only the answer.", "session_0284": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -35 point if there exists exactly 1 'bl' in the word\n- word starts with a gets 5 points\n- word not equal to 4 characters gets -100 point\n- every pair of consecutive vowel gets -75 point\n\nWords:\n- leading\n- differ\n- sustain\n- member\n- involved\n\nPrint only the answer.", "session_0285": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 6 characters gets -75 point\n- word ends with our gets 10 points\n\nWords:\n- wander\n- devote\n- suppose\n- tube\n\nPrint only the answer.", "session_0286": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'i' in the word\n- word ends with ow gets 40 points\n- every 3 consecutive vowels gets 30 points\n\nWords:\n- ending\n- gorgeous\n- memorial\n- split\n- aim\n- saving\n\nPrint only the answer.", "session_0287": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 2 'ar' in the word\n- word less than 12 characters but not equal to 6 characters gets -60 point\n\nWords:\n- gallery\n- traffic\n- too\n- overcome\n- alike\n- pop\n\nPrint only the answer.", "session_0288": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nce gets 100 points\n- every pair of consecutive consonant gets -70 point\n- add -95 point if there exists exactly 1 't' in the word\n- word more than 3 characters but not equal to 6 characters gets -80 point\n\nWords:\n- yell\n- athlete\n- bad\n- leap\n\nPrint only the answer.", "session_0289": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with r and ends with t gets -90 point\n- every consonant right after a vowel gets -55 point\n- add 45 points if there exists exactly 2 'vi' in the word\n- word not equal to 3 characters gets -55 point\n\nWords:\n- lens\n- language\n- bound\n- episode\n- height\n\nPrint only the answer.", "session_0290": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists exactly 1 'e' in the word\n- word starts with ef gets 65 points\n- word that has exactly 4 characters gets 70 points\n- every 3 consecutive consonants gets 10 points\n\nWords:\n- absent\n- flag\n- school\n- decline\n\nPrint only the answer.", "session_0291": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with t and ends with ery gets 95 points\n- every pair of consecutive consonant gets -45 point\n- word not equal to 2 characters gets -10 point\n- add -35 point if there exists exactly 1 'co' in the word\n\nWords:\n- flu\n- ill\n- today\n- cotton\n\nPrint only the answer.", "session_0292": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 45 points\n- word less than 8 characters gets -70 point\n- word ends with y gets 100 points\n\nWords:\n- cup\n- slightly\n- shore\n- protocol\n- bid\n- flight\n\nPrint only the answer.", "session_0293": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with si and ends with n gets 95 points\n- word less than 11 characters gets 40 points\n- add 10 points if there exists exactly 1 'rn' in the word\n- every consonant right after a vowel gets 5 points\n\nWords:\n- tyre\n- everyday\n- wise\n- raise\n- complete\n\nPrint only the answer.", "session_0294": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters but not equal to 7 characters gets 95 points\n- every consonant right after a vowel gets 75 points\n\nWords:\n- dictator\n- clash\n- widely\n- between\n- all\n- dynamic\n\nPrint only the answer.", "session_0295": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 55 points\n- word not equal to 5 characters gets 35 points\n- word starts with ins gets 15 points\n- add 70 points if there exists 'b' in the word\n\nWords:\n- migrate\n- joy\n- talented\n- metaphor\n\nPrint only the answer.", "session_0296": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ac gets -75 point\n- every vowel right after a consonant gets 70 points\n- word that has exactly 10 characters gets 35 points\n- add -65 point if there exists 'gre' in the word\n\nWords:\n- drive\n- chase\n- earth\n- terms\n- buddy\n\nPrint only the answer.", "session_0297": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -60 point\n- add -40 point if there exists 'te' in the word\n- word ends with b gets -85 point\n- word not equal to 4 characters gets -25 point\n\nWords:\n- split\n- headache\n- spine\n- who\n- cover\n\nPrint only the answer.", "session_0298": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 12 characters but not equal to 4 characters gets -70 point\n- word starts with r and ends with t gets 35 points\n- every vowel right after a consonant gets 95 points\n- add -35 point if there exists exactly 2 'r' in the word\n\nWords:\n- hers\n- resort\n- welfare\n- premise\n- expect\n- attorney\n\nPrint only the answer.", "session_0299": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -75 point\n- word starts with f gets -5 point\n- add 30 points if there exists 'ri' in the word\n- word more than 5 characters and less than 10 characters but not equal to 7 characters gets -80 point\n\nWords:\n- donate\n- dark\n- equation\n- generate\n- final\n\nPrint only the answer.", "session_0300": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nk gets -100 point\n- add 5 points if there exists exactly 1 'en' in the word\n\nWords:\n- ten\n- bank\n- focus\n- material\n\nPrint only the answer.", "session_0301": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 85 points if there exists exactly 1 'ap' in the word\n- word more than 8 characters and less than 11 characters gets 20 points\n\nWords:\n- happy\n- cap\n- infant\n- coat\n- any\n- least\n\nPrint only the answer.", "session_0302": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with sa and ends with l gets -65 point\n- word more than 3 characters gets -25 point\n\nWords:\n- noble\n- reckon\n- proclaim\n- properly\n- dog\n\nPrint only the answer.", "session_0303": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -85 point if there exists exactly 2 'r' in the word\n- every pair of consecutive consonant gets 55 points\n\nWords:\n- mass\n- forge\n- obstacle\n- orient\n- pass\n\nPrint only the answer.", "session_0304": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with in gets -10 point\n- every vowel right after a consonant gets 30 points\n- word that has exactly 11 characters gets 10 points\n- add 30 points if there exists exactly 1 'd' in the word\n\nWords:\n- indirect\n- abroad\n- put\n- fix\n- warning\n\nPrint only the answer.", "session_0305": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ast gets -85 point\n- word less than 12 characters but not equal to 8 characters gets 80 points\n- add -50 point if there exists exactly 2 'ug' in the word\n\nWords:\n- asset\n- perfect\n- buddy\n- ill\n- embed\n\nPrint only the answer.", "session_0306": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists 'd' in the word\n- every consonant gets 55 points\n- word more than 4 characters but not equal to 9 characters gets -50 point\n\nWords:\n- expert\n- wow\n- chicken\n- usually\n- meat\n\nPrint only the answer.", "session_0307": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 50 points if there exists 'i' in the word\n- every 3 consecutive vowels gets 35 points\n- word starts with hap gets 85 points\n\nWords:\n- preside\n- air\n- our\n- southern\n- probe\n- coal\n\nPrint only the answer.", "session_0308": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with r gets -95 point\n- every 3 consecutive vowels gets -5 point\n- add -60 point if there exists exactly 1 'v' in the word\n\nWords:\n- manager\n- farmer\n- disaster\n- rival\n- pump\n- death\n\nPrint only the answer.", "session_0309": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 3 characters gets -20 point\n- every consonant gets -95 point\n- word starts with te and ends with son gets -40 point\n- add 70 points if there exists exactly 2 'o' in the word\n\nWords:\n- capital\n- yet\n- smoke\n- milk\n- oblige\n\nPrint only the answer.", "session_0310": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ck gets -40 point\n- every consonant right after a vowel gets -45 point\n- add -70 point if there exists exactly 2 'e' in the word\n\nWords:\n- leave\n- beg\n- marine\n- strength\n- link\n- dual\n\nPrint only the answer.", "session_0311": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 45 points if there exists exactly 2 'c' in the word\n- word that has exactly 4 characters gets 90 points\n\nWords:\n- gaze\n- slot\n- flu\n- shop\n\nPrint only the answer.", "session_0312": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 70 points\n- add -35 point if there exists exactly 2 't' in the word\n- word more than 8 characters gets 55 points\n\nWords:\n- crystal\n- dvd\n- teenager\n- form\n\nPrint only the answer.", "session_0313": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists 'r' in the word\n- word ends with ile gets 20 points\n- word that has exactly 7 characters gets -60 point\n- every consonant gets 20 points\n\nWords:\n- costly\n- since\n- dealer\n- instance\n- armed\n- disorder\n\nPrint only the answer.", "session_0314": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with l and ends with ant gets -40 point\n- add 50 points if there exists 'ow' in the word\n- every 3 consecutive consonants gets -25 point\n\nWords:\n- throw\n- notably\n- widely\n- quietly\n- silence\n- bent\n\nPrint only the answer.", "session_0315": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists 'erv' in the word\n- every pair of consecutive consonant gets 80 points\n\nWords:\n- fitness\n- trophy\n- any\n- sing\n- magnetic\n- failed\n\nPrint only the answer.", "session_0316": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 100 points\n- word starts with cem and ends with on gets -40 point\n\nWords:\n- graphic\n- too\n- distress\n- cap\n\nPrint only the answer.", "session_0317": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -5 point\n- add -90 point if there exists 'y' in the word\n- word starts with fi gets 85 points\n\nWords:\n- station\n- try\n- descent\n- evacuate\n- gambling\n\nPrint only the answer.", "session_0318": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with nea and ends with e gets -55 point\n- word less than 10 characters but not equal to 3 characters gets -10 point\n- add 65 points if there exists exactly 1 'ic' in the word\n\nWords:\n- indeed\n- robbery\n- care\n- grass\n\nPrint only the answer.", "session_0319": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 5 points\n- add -25 point if there exists exactly 2 'ol' in the word\n\nWords:\n- left\n- turn\n- closed\n- symbol\n\nPrint only the answer.", "session_0320": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 3 characters gets 15 points\n- every 3 consecutive consonants gets -85 point\n- add -35 point if there exists exactly 2 'ple' in the word\n- word starts with act gets 55 points\n\nWords:\n- pepper\n- capacity\n- lady\n- bent\n\nPrint only the answer.", "session_0321": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with sed gets 75 points\n- every 3 consecutive consonants gets -65 point\n\nWords:\n- lorry\n- why\n- shower\n- genetic\n- linear\n- angle\n\nPrint only the answer.", "session_0322": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 6 characters gets 45 points\n- add 45 points if there exists exactly 1 'ta' in the word\n\nWords:\n- sphere\n- petrol\n- email\n- function\n- flow\n- autonomy\n\nPrint only the answer.", "session_0323": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -85 point if there exists 'en' in the word\n- every consonant gets 10 points\n- word more than 3 characters and less than 9 characters gets 10 points\n\nWords:\n- feel\n- pipe\n- job\n- duo\n\nPrint only the answer.", "session_0324": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with be gets 35 points\n- every pair of consecutive consonant gets -35 point\n- add -30 point if there exists 'le' in the word\n\nWords:\n- category\n- retreat\n- shrink\n- girl\n- ceremony\n- casino\n\nPrint only the answer.", "session_0325": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -70 point\n- word starts with pe and ends with w gets 50 points\n- word more than 4 characters and less than 12 characters gets -15 point\n- add -40 point if there exists 'ti' in the word\n\nWords:\n- past\n- imagine\n- champion\n- normally\n\nPrint only the answer.", "session_0326": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 12 characters but not equal to 8 characters gets 100 points\n- add -90 point if there exists 'o' in the word\n- word starts with c and ends with t gets 90 points\n- every vowel gets 35 points\n\nWords:\n- purely\n- due\n- partial\n- yes\n- bank\n\nPrint only the answer.", "session_0327": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with mil gets 65 points\n- every pair of consecutive vowel gets 60 points\n- word not equal to 2 characters gets 15 points\n- add 75 points if there exists exactly 1 're' in the word\n\nWords:\n- news\n- riot\n- skirt\n- sigh\n- write\n\nPrint only the answer.", "session_0328": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with i and ends with e gets -80 point\n- add -35 point if there exists 'ce' in the word\n\nWords:\n- intense\n- initiate\n- bottle\n- neither\n- counter\n\nPrint only the answer.", "session_0329": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -10 point\n- word ends with rm gets 75 points\n- add 75 points if there exists exactly 1 'w' in the word\n\nWords:\n- printing\n- missing\n- software\n- loom\n\nPrint only the answer.", "session_0330": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -70 point\n- word ends with afe gets -30 point\n- add 55 points if there exists 'e' in the word\n\nWords:\n- yield\n- glass\n- causal\n- depend\n\nPrint only the answer.", "session_0331": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists exactly 2 'a' in the word\n- word less than 12 characters but not equal to 10 characters gets -5 point\n\nWords:\n- dub\n- observe\n- civil\n- bitter\n- reject\n\nPrint only the answer.", "session_0332": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -50 point\n- add 90 points if there exists exactly 2 'nt' in the word\n- word that has exactly 5 characters gets -40 point\n\nWords:\n- prove\n- suite\n- such\n- sincere\n- offence\n\nPrint only the answer.", "session_0333": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 5 characters gets 45 points\n- every vowel right after a consonant gets 60 points\n- word starts with com and ends with l gets -95 point\n\nWords:\n- fleet\n- match\n- vice\n- several\n- garden\n\nPrint only the answer.", "session_0334": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets 30 points\n- every pair of consecutive consonant gets 30 points\n- word starts with t and ends with e gets -10 point\n\nWords:\n- spending\n- bind\n- frankly\n- app\n\nPrint only the answer.", "session_0335": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 55 points\n- add -35 point if there exists exactly 2 'e' in the word\n\nWords:\n- manifest\n- likewise\n- forgive\n- activate\n\nPrint only the answer.", "session_0336": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists exactly 2 'p' in the word\n- every pair of consecutive vowel gets 30 points\n- word not equal to 11 characters gets 80 points\n\nWords:\n- business\n- probably\n- final\n- chicken\n- coup\n- per\n\nPrint only the answer.", "session_0337": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 9 characters gets -80 point\n- word ends with net gets -25 point\n- add -30 point if there exists exactly 2 'urr' in the word\n- every pair of consecutive vowel gets -90 point\n\nWords:\n- physical\n- six\n- rub\n- secret\n\nPrint only the answer.", "session_0338": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 5 characters gets -10 point\n- word ends with e gets 65 points\n- every 3 consecutive consonants gets -10 point\n- add 95 points if there exists 'xtr' in the word\n\nWords:\n- depart\n- imprison\n- turnout\n- reporter\n- amount\n- fan\n\nPrint only the answer.", "session_0339": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists 'la' in the word\n- word starts with t gets -80 point\n- word that has exactly 9 characters gets 90 points\n\nWords:\n- tissue\n- tomorrow\n- dvd\n- fasten\n- wit\n\nPrint only the answer.", "session_0340": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with sur and ends with ent gets 55 points\n- every vowel right after a consonant gets -80 point\n\nWords:\n- somehow\n- native\n- police\n- fat\n- evoke\n- sum\n\nPrint only the answer.", "session_0341": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists 'le' in the word\n- every pair of consecutive consonant gets 85 points\n- word ends with ked gets 70 points\n- word more than 7 characters and less than 11 characters but not equal to 10 characters gets -60 point\n\nWords:\n- albeit\n- convert\n- sale\n- public\n- pack\n\nPrint only the answer.", "session_0342": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -55 point\n- word starts with w and ends with lly gets 80 points\n- add -70 point if there exists exactly 2 'lt' in the word\n\nWords:\n- onto\n- ash\n- cop\n- with\n- renowned\n- care\n\nPrint only the answer.", "session_0343": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 5 characters gets -55 point\n- word ends with r gets -55 point\n- add 70 points if there exists exactly 2 'e' in the word\n\nWords:\n- regulate\n- gorgeous\n- debut\n- format\n- can\n\nPrint only the answer.", "session_0344": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 85 points if there exists 'ol' in the word\n- word more than 2 characters and less than 7 characters gets 65 points\n- word starts with co and ends with y gets 85 points\n- every 3 consecutive consonants gets -80 point\n\nWords:\n- money\n- thread\n- ashamed\n- review\n- them\n- repeat\n\nPrint only the answer.", "session_0345": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with tho and ends with der gets -100 point\n- add -95 point if there exists 'la' in the word\n- word more than 5 characters and less than 10 characters but not equal to 7 characters gets -55 point\n\nWords:\n- author\n- august\n- recover\n- exclude\n- shy\n- rice\n\nPrint only the answer.", "session_0346": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 9 characters but not equal to 4 characters gets -25 point\n- every pair of consecutive consonant gets -55 point\n- add 80 points if there exists exactly 1 'od' in the word\n\nWords:\n- habitat\n- edge\n- light\n- sandwich\n- arise\n- sea\n\nPrint only the answer.", "session_0347": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with ur gets 50 points\n- word more than 5 characters and less than 10 characters but not equal to 6 characters gets -15 point\n- every consonant right after a vowel gets 55 points\n- add -30 point if there exists exactly 1 'm' in the word\n\nWords:\n- else\n- hey\n- roof\n- dot\n- activity\n\nPrint only the answer.", "session_0348": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters gets 85 points\n- every 3 consecutive consonants gets -40 point\n\nWords:\n- wait\n- due\n- litre\n- upgrade\n- song\n- forecast\n\nPrint only the answer.", "session_0349": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 2 characters gets -95 point\n- word starts with bo and ends with lly gets -50 point\n\nWords:\n- opt\n- reading\n- valuable\n- judicial\n- nurse\n\nPrint only the answer.", "session_0350": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -15 point\n- word starts with e gets -95 point\n- add -95 point if there exists 'es' in the word\n\nWords:\n- soon\n- slightly\n- nineteen\n- rock\n- symbolic\n- maybe\n\nPrint only the answer.", "session_0351": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 7 characters gets -100 point\n- word starts with sta and ends with e gets -45 point\n\nWords:\n- gallery\n- imagine\n- own\n- pay\n- trophy\n\nPrint only the answer.", "session_0352": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -55 point\n- add 40 points if there exists exactly 1 'o' in the word\n- word not equal to 11 characters gets -85 point\n\nWords:\n- ideology\n- shoe\n- must\n- evidence\n\nPrint only the answer.", "session_0353": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets -50 point\n- add 85 points if there exists 'ard' in the word\n- word ends with e gets 55 points\n- word that has exactly 8 characters gets -15 point\n\nWords:\n- site\n- implicit\n- offer\n- chain\n- harvest\n\nPrint only the answer.", "session_0354": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 4 characters gets 60 points\n- add 5 points if there exists 'fa' in the word\n- every 3 consecutive consonants gets 55 points\n\nWords:\n- hint\n- vein\n- tenure\n- cause\n\nPrint only the answer.", "session_0355": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 80 points\n- add -45 point if there exists 'p' in the word\n\nWords:\n- match\n- can\n- related\n- damage\n- tobacco\n\nPrint only the answer.", "session_0356": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists 'ra' in the word\n- every 3 consecutive vowels gets -90 point\n\nWords:\n- prayer\n- transit\n- talk\n- chief\n- answer\n\nPrint only the answer.", "session_0357": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with pet gets -55 point\n- word less than 9 characters but not equal to 3 characters gets -90 point\n- add -55 point if there exists 'h' in the word\n\nWords:\n- above\n- reflect\n- else\n- june\n- tour\n\nPrint only the answer.", "session_0358": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with on gets 35 points\n- add -35 point if there exists 't' in the word\n- word not equal to 8 characters gets 20 points\n- every pair of consecutive consonant gets 55 points\n\nWords:\n- thrive\n- topic\n- flow\n- century\n- aids\n\nPrint only the answer.", "session_0359": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists 'zo' in the word\n- word starts with a gets -10 point\n- word that has exactly 7 characters gets -30 point\n- every 3 consecutive consonants gets 25 points\n\nWords:\n- trouble\n- rugby\n- schedule\n- utilize\n- learn\n- farmer\n\nPrint only the answer.", "session_0360": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -75 point if there exists 'de' in the word\n- word that has exactly 8 characters gets -15 point\n- word ends with ate gets 55 points\n\nWords:\n- occasion\n- literary\n- cautious\n- chunk\n- writer\n\nPrint only the answer.", "session_0361": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 6 characters gets -15 point\n- word starts with ove and ends with s gets -50 point\n\nWords:\n- embark\n- finish\n- rapidly\n- suffer\n- cave\n\nPrint only the answer.", "session_0362": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters gets 50 points\n- word starts with ad gets 15 points\n- every consonant right after a vowel gets 30 points\n\nWords:\n- occasion\n- lot\n- clinical\n- spring\n- mainland\n\nPrint only the answer.", "session_0363": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters but not equal to 3 characters gets -10 point\n- add 15 points if there exists exactly 1 'ort' in the word\n\nWords:\n- pond\n- dead\n- dog\n- reason\n\nPrint only the answer.", "session_0364": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 100 points\n- add -5 point if there exists exactly 2 'on' in the word\n\nWords:\n- three\n- abuse\n- request\n- nervous\n- author\n- ask\n\nPrint only the answer.", "session_0365": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 15 points\n- add 5 points if there exists 't' in the word\n- word more than 6 characters and less than 9 characters gets -50 point\n\nWords:\n- timing\n- grin\n- stab\n- bishop\n- toe\n- rub\n\nPrint only the answer.", "session_0366": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 65 points if there exists exactly 1 'co' in the word\n- every pair of consecutive consonant gets -40 point\n- word ends with t gets -25 point\n\nWords:\n- firstly\n- closed\n- causal\n- adjacent\n- workshop\n\nPrint only the answer.", "session_0367": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -35 point if there exists exactly 2 'ea' in the word\n- every 3 consecutive vowels gets 70 points\n\nWords:\n- glorious\n- squeeze\n- dynamic\n- indoor\n- basement\n- grow\n\nPrint only the answer.", "session_0368": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 95 points\n- add 90 points if there exists 'wo' in the word\n\nWords:\n- employee\n- mortgage\n- charm\n- tropical\n- brain\n\nPrint only the answer.", "session_0369": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters but not equal to 2 characters gets 20 points\n- add -25 point if there exists 'ti' in the word\n\nWords:\n- cue\n- hook\n- reduce\n- ask\n- full\n\nPrint only the answer.", "session_0370": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with y gets 20 points\n- every vowel gets -75 point\n\nWords:\n- motorist\n- demand\n- eligible\n- happen\n\nPrint only the answer.", "session_0371": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with af gets 15 points\n- every vowel gets -60 point\n- add 60 points if there exists 'ra' in the word\n- word not equal to 6 characters gets 90 points\n\nWords:\n- shine\n- slope\n- specify\n- miracle\n- single\n- habitat\n\nPrint only the answer.", "session_0372": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters and less than 12 characters gets -100 point\n- add -80 point if there exists 'rt' in the word\n- word starts with wi gets 10 points\n- every 3 consecutive vowels gets 60 points\n\nWords:\n- win\n- northern\n- serious\n- yeah\n\nPrint only the answer.", "session_0373": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists exactly 1 'ex' in the word\n- every pair of consecutive consonant gets -45 point\n- word ends with how gets 55 points\n- word not equal to 3 characters gets 75 points\n\nWords:\n- frequent\n- opt\n- shock\n- perfect\n\nPrint only the answer.", "session_0374": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 70 points\n- word ends with all gets -20 point\n- add -30 point if there exists 'le' in the word\n- word that has exactly 5 characters gets -45 point\n\nWords:\n- row\n- absence\n- rose\n- robust\n\nPrint only the answer.", "session_0375": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ha and ends with ing gets -45 point\n- add 85 points if there exists 'd' in the word\n\nWords:\n- headline\n- shoulder\n- order\n- rhetoric\n- drive\n\nPrint only the answer.", "session_0376": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with oid gets 85 points\n- add -5 point if there exists 'ser' in the word\n\nWords:\n- reserve\n- serial\n- protocol\n- prevail\n- copper\n- wherever\n\nPrint only the answer.", "session_0377": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with al gets 45 points\n- add -85 point if there exists 'iv' in the word\n\nWords:\n- creative\n- rival\n- trading\n- heavy\n- sign\n- offend\n\nPrint only the answer.", "session_0378": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 10 points\n- add -65 point if there exists 'g' in the word\n\nWords:\n- simulate\n- fade\n- postpone\n- privacy\n- stuff\n- new\n\nPrint only the answer.", "session_0379": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -35 point\n- word ends with e gets 90 points\n\nWords:\n- wife\n- heating\n- subtle\n- natural\n- spin\n- key\n\nPrint only the answer.", "session_0380": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters but not equal to 4 characters gets -65 point\n- word starts with fr gets 10 points\n- add 75 points if there exists exactly 2 't' in the word\n\nWords:\n- noise\n- cruise\n- awkward\n- raise\n\nPrint only the answer.", "session_0381": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with r gets -55 point\n- add -90 point if there exists 'g' in the word\n- every vowel gets 30 points\n- word not equal to 9 characters gets -60 point\n\nWords:\n- add\n- rotate\n- oxygen\n- engaging\n\nPrint only the answer.", "session_0382": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 10 characters gets 95 points\n- word starts with f gets 65 points\n- every pair of consecutive consonant gets -70 point\n\nWords:\n- boring\n- swimming\n- rhetoric\n- pure\n- downtown\n- careful\n\nPrint only the answer.", "session_0383": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -95 point\n- word starts with a gets 30 points\n- add -90 point if there exists exactly 1 'ai' in the word\n- word more than 3 characters but not equal to 11 characters gets -60 point\n\nWords:\n- two\n- benefit\n- drawing\n- eternal\n- symbolic\n- ago\n\nPrint only the answer.", "session_0384": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters but not equal to 11 characters gets -25 point\n- every consonant right after a vowel gets 80 points\n- word starts with de and ends with n gets 35 points\n- add 95 points if there exists exactly 1 'h' in the word\n\nWords:\n- dancing\n- ban\n- two\n- hail\n- premier\n- observer\n\nPrint only the answer.", "session_0385": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 2 characters gets 55 points\n- add -95 point if there exists exactly 2 'mu' in the word\n- word starts with t and ends with ty gets -50 point\n\nWords:\n- flame\n- rise\n- bacteria\n- ready\n- isolated\n\nPrint only the answer.", "session_0386": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -10 point\n- add 75 points if there exists 'ca' in the word\n- word less than 10 characters but not equal to 8 characters gets 40 points\n\nWords:\n- bee\n- silence\n- multiple\n- software\n- sanction\n\nPrint only the answer.", "session_0387": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with mp gets 20 points\n- word more than 3 characters but not equal to 5 characters gets 15 points\n- add 60 points if there exists exactly 1 't' in the word\n\nWords:\n- high\n- vacuum\n- air\n- award\n- alter\n- join\n\nPrint only the answer.", "session_0388": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists exactly 1 'ow' in the word\n- every vowel gets -50 point\n- word starts with c gets 85 points\n\nWords:\n- flash\n- balloon\n- illegal\n- identify\n- giant\n- appetite\n\nPrint only the answer.", "session_0389": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -15 point\n- word starts with i gets -50 point\n- word more than 6 characters but not equal to 9 characters gets 30 points\n\nWords:\n- see\n- confront\n- guidance\n- restore\n- chemical\n\nPrint only the answer.", "session_0390": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 95 points\n- word starts with cu and ends with t gets -85 point\n- word that has exactly 7 characters gets -85 point\n\nWords:\n- soak\n- salt\n- mayor\n- pub\n\nPrint only the answer.", "session_0391": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 5 points if there exists 'th' in the word\n- word more than 5 characters and less than 8 characters gets -30 point\n\nWords:\n- roughly\n- surgeon\n- phase\n- declare\n- fibre\n\nPrint only the answer.", "session_0392": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 25 points\n- word starts with s and ends with ous gets 50 points\n- word that has exactly 5 characters gets 20 points\n- add 80 points if there exists exactly 1 'g' in the word\n\nWords:\n- dip\n- access\n- bread\n- terrify\n- stall\n- south\n\nPrint only the answer.", "session_0393": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 11 characters gets 70 points\n- word starts with vi and ends with t gets -20 point\n- add 75 points if there exists exactly 1 'a' in the word\n- every consonant right after a vowel gets 25 points\n\nWords:\n- exam\n- lazy\n- orange\n- pan\n- adaptive\n\nPrint only the answer.", "session_0394": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 50 points if there exists 'vi' in the word\n- every vowel right after a consonant gets -95 point\n\nWords:\n- manage\n- jail\n- stay\n- predict\n\nPrint only the answer.", "session_0395": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'e' in the word\n- every vowel right after a consonant gets 25 points\n- word starts with w gets -85 point\n\nWords:\n- league\n- silence\n- everyone\n- fatal\n- wooden\n- hat\n\nPrint only the answer.", "session_0396": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with pr and ends with nd gets 65 points\n- add 30 points if there exists exactly 2 'ay' in the word\n- word not equal to 4 characters gets -55 point\n\nWords:\n- dollar\n- virus\n- sheep\n- regard\n- sorry\n- pan\n\nPrint only the answer.", "session_0397": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists 'ea' in the word\n- every vowel gets -75 point\n- word that has exactly 11 characters gets -20 point\n- word starts with b and ends with l gets 75 points\n\nWords:\n- reward\n- contrast\n- bear\n- rub\n- novelist\n- actor\n\nPrint only the answer.", "session_0398": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters but not equal to 5 characters gets -10 point\n- every consonant right after a vowel gets 80 points\n- add 15 points if there exists exactly 1 'nn' in the word\n\nWords:\n- school\n- bored\n- regulate\n- council\n- era\n- treat\n\nPrint only the answer.", "session_0399": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters gets 70 points\n- word starts with s and ends with t gets 60 points\n\nWords:\n- negative\n- teaching\n- colonial\n- liberal\n\nPrint only the answer.", "session_0400": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s gets -55 point\n- every pair of consecutive vowel gets 95 points\n\nWords:\n- year\n- already\n- describe\n- million\n- reject\n- attach\n\nPrint only the answer.", "session_0401": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with b and ends with n gets -10 point\n- every pair of consecutive vowel gets 95 points\n\nWords:\n- increase\n- media\n- grant\n- marathon\n\nPrint only the answer.", "session_0402": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists 'ra' in the word\n- word more than 8 characters and less than 11 characters gets 20 points\n- every pair of consecutive vowel gets -65 point\n- word ends with r gets 100 points\n\nWords:\n- idiot\n- tea\n- smart\n- combine\n- design\n\nPrint only the answer.", "session_0403": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists 'fe' in the word\n- word ends with ent gets 70 points\n\nWords:\n- segment\n- rent\n- nominate\n- renew\n\nPrint only the answer.", "session_0404": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 30 points\n- add -80 point if there exists exactly 1 's' in the word\n- word more than 4 characters gets -90 point\n- word ends with r gets -25 point\n\nWords:\n- sad\n- profit\n- warn\n- villager\n- monkey\n- invade\n\nPrint only the answer.", "session_0405": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters but not equal to 5 characters gets -25 point\n- add -55 point if there exists exactly 2 'o' in the word\n- word starts with ca gets 70 points\n\nWords:\n- defeat\n- dancer\n- dog\n- talk\n- unable\n- lonely\n\nPrint only the answer.", "session_0406": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets -50 point\n- every consonant right after a vowel gets 55 points\n\nWords:\n- likewise\n- civic\n- guidance\n- arrest\n\nPrint only the answer.", "session_0407": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -85 point if there exists 'nk' in the word\n- word that has exactly 9 characters gets 35 points\n- every pair of consecutive vowel gets 25 points\n- word starts with sa gets -30 point\n\nWords:\n- varied\n- soap\n- fear\n- flight\n- teenager\n- build\n\nPrint only the answer.", "session_0408": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with y gets -45 point\n- every vowel right after a consonant gets 25 points\n\nWords:\n- order\n- average\n- scene\n- essence\n- instruct\n\nPrint only the answer.", "session_0409": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 85 points\n- word more than 6 characters gets 20 points\n\nWords:\n- use\n- naked\n- ideally\n- achieve\n\nPrint only the answer.", "session_0410": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with q and ends with ult gets -85 point\n- every consonant right after a vowel gets -60 point\n\nWords:\n- tool\n- sort\n- interior\n- screw\n\nPrint only the answer.", "session_0411": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -95 point\n- add -65 point if there exists exactly 1 'it' in the word\n- word more than 2 characters and less than 9 characters but not equal to 8 characters gets 25 points\n- word starts with pre gets -80 point\n\nWords:\n- raw\n- crack\n- beauty\n- soak\n- secure\n\nPrint only the answer.", "session_0412": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 65 points if there exists 'e' in the word\n- word not equal to 8 characters gets -5 point\n- every vowel right after a consonant gets -75 point\n\nWords:\n- per\n- debris\n- interest\n- fry\n- teach\n\nPrint only the answer.", "session_0413": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with i and ends with le gets 80 points\n- word not equal to 8 characters gets 5 points\n- add 80 points if there exists 'es' in the word\n- every pair of consecutive vowel gets -15 point\n\nWords:\n- lend\n- force\n- art\n- ego\n\nPrint only the answer.", "session_0414": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 6 characters gets 95 points\n- add -80 point if there exists 'er' in the word\n- word ends with ce gets -35 point\n\nWords:\n- advise\n- adverse\n- stock\n- rape\n- touch\n- misery\n\nPrint only the answer.", "session_0415": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters but not equal to 9 characters gets 75 points\n- every consonant right after a vowel gets 55 points\n\nWords:\n- province\n- onto\n- super\n- warfare\n- february\n- few\n\nPrint only the answer.", "session_0416": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with e and ends with rn gets -5 point\n- add -95 point if there exists exactly 1 'i' in the word\n\nWords:\n- fish\n- bid\n- baby\n- cheap\n\nPrint only the answer.", "session_0417": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ion gets 60 points\n- every pair of consecutive consonant gets -60 point\n- add -45 point if there exists 'm' in the word\n\nWords:\n- arms\n- hint\n- prevail\n- wrap\n- memory\n\nPrint only the answer.", "session_0418": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 35 points\n- word starts with w and ends with er gets -80 point\n- add 60 points if there exists 'e' in the word\n- word that has exactly 3 characters gets 35 points\n\nWords:\n- concern\n- wise\n- hurry\n- airline\n- exact\n- afraid\n\nPrint only the answer.", "session_0419": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -65 point\n- add 80 points if there exists 'hi' in the word\n- word ends with ice gets -35 point\n- word more than 4 characters gets -45 point\n\nWords:\n- footage\n- wear\n- fork\n- spirit\n\nPrint only the answer.", "session_0420": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 10 characters gets -75 point\n- word ends with oad gets -40 point\n\nWords:\n- fly\n- security\n- manage\n- flexible\n- storage\n\nPrint only the answer.", "session_0421": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists exactly 2 'ig' in the word\n- word more than 6 characters and less than 11 characters gets 55 points\n- every consonant right after a vowel gets -10 point\n- word ends with e gets 95 points\n\nWords:\n- water\n- overturn\n- rental\n- risky\n- openly\n\nPrint only the answer.", "session_0422": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nd gets 90 points\n- add -70 point if there exists exactly 2 'e' in the word\n- every 3 consecutive vowels gets 10 points\n- word more than 3 characters gets -85 point\n\nWords:\n- fragile\n- restore\n- try\n- toe\n- intense\n\nPrint only the answer.", "session_0423": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters gets -35 point\n- word ends with n gets -95 point\n- add -80 point if there exists exactly 2 'fo' in the word\n- every 3 consecutive vowels gets -10 point\n\nWords:\n- basis\n- cream\n- pop\n- barrel\n\nPrint only the answer.", "session_0424": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists 'di' in the word\n- word less than 12 characters but not equal to 6 characters gets -20 point\n- every pair of consecutive consonant gets -35 point\n\nWords:\n- tube\n- robust\n- packet\n- adaptive\n- touch\n\nPrint only the answer.", "session_0425": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters and less than 11 characters but not equal to 10 characters gets 75 points\n- every 3 consecutive consonants gets 10 points\n- add 35 points if there exists 'ht' in the word\n- word starts with eru gets 10 points\n\nWords:\n- assault\n- funding\n- gambling\n- rotate\n- donate\n\nPrint only the answer.", "session_0426": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 5 points\n- word starts with sup and ends with nt gets 35 points\n- add 75 points if there exists 'ru' in the word\n\nWords:\n- demand\n- laser\n- veteran\n- strike\n\nPrint only the answer.", "session_0427": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with tit gets 15 points\n- word less than 9 characters but not equal to 4 characters gets -65 point\n- add -30 point if there exists exactly 2 'ni' in the word\n\nWords:\n- enact\n- talented\n- oil\n- eye\n\nPrint only the answer.", "session_0428": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with van and ends with rty gets -10 point\n- word not equal to 3 characters gets -10 point\n- every 3 consecutive consonants gets 75 points\n- add -15 point if there exists exactly 2 'o' in the word\n\nWords:\n- somewhat\n- fragile\n- best\n- see\n\nPrint only the answer.", "session_0429": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with th and ends with o gets -45 point\n- every 3 consecutive consonants gets 80 points\n\nWords:\n- instruct\n- mystery\n- mere\n- risk\n\nPrint only the answer.", "session_0430": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 100 points\n- add 80 points if there exists exactly 1 'i' in the word\n\nWords:\n- warfare\n- heritage\n- low\n- norm\n- basis\n- dig\n\nPrint only the answer.", "session_0431": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists exactly 2 'ra' in the word\n- word ends with e gets 55 points\n- word more than 7 characters gets 45 points\n\nWords:\n- moderate\n- scene\n- seize\n- royal\n\nPrint only the answer.", "session_0432": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 85 points\n- add 60 points if there exists 's' in the word\n\nWords:\n- sense\n- holy\n- ladder\n- work\n- widen\n\nPrint only the answer.", "session_0433": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 5 points if there exists 'fy' in the word\n- word that has exactly 7 characters gets -75 point\n- word ends with ip gets -75 point\n\nWords:\n- suspect\n- suggest\n- minority\n- diamond\n\nPrint only the answer.", "session_0434": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets -5 point\n- add 20 points if there exists 'w' in the word\n\nWords:\n- flower\n- wear\n- diagnose\n- web\n- bed\n- scene\n\nPrint only the answer.", "session_0435": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists 't' in the word\n- word less than 11 characters but not equal to 6 characters gets -65 point\n- word starts with i and ends with ry gets 15 points\n\nWords:\n- dry\n- contest\n- sorry\n- lap\n- amazed\n\nPrint only the answer.", "session_0436": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 8 characters but not equal to 3 characters gets 80 points\n- add 40 points if there exists exactly 2 'i' in the word\n\nWords:\n- hour\n- risky\n- fashion\n- see\n\nPrint only the answer.", "session_0437": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters gets -95 point\n- every pair of consecutive vowel gets 15 points\n- add 85 points if there exists exactly 1 'n' in the word\n- word ends with um gets 65 points\n\nWords:\n- cap\n- plate\n- regain\n- dumb\n\nPrint only the answer.", "session_0438": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with b and ends with on gets -95 point\n- word more than 4 characters and less than 10 characters but not equal to 8 characters gets -25 point\n- every pair of consecutive consonant gets 60 points\n- add 25 points if there exists 'tr' in the word\n\nWords:\n- advise\n- ashamed\n- evidence\n- pulse\n- wine\n- buddy\n\nPrint only the answer.", "session_0439": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters gets 100 points\n- word ends with m gets 100 points\n- add 45 points if there exists 'ci' in the word\n- every pair of consecutive vowel gets 75 points\n\nWords:\n- flee\n- mountain\n- heavy\n- dub\n\nPrint only the answer.", "session_0440": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with fra and ends with t gets -30 point\n- every vowel gets 5 points\n- add 35 points if there exists 'r' in the word\n\nWords:\n- year\n- farm\n- debt\n- informal\n- simulate\n- insult\n\nPrint only the answer.", "session_0441": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with g gets -60 point\n- add -85 point if there exists 'w' in the word\n- every consonant gets -80 point\n\nWords:\n- commerce\n- badly\n- sport\n- alert\n\nPrint only the answer.", "session_0442": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -10 point if there exists 'r' in the word\n- every consonant gets 15 points\n- word that has exactly 4 characters gets -55 point\n\nWords:\n- section\n- shot\n- buy\n- what\n- dark\n- reading\n\nPrint only the answer.", "session_0443": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -30 point if there exists exactly 1 'sin' in the word\n- word starts with spo gets -50 point\n- word less than 9 characters but not equal to 5 characters gets -40 point\n- every vowel gets 65 points\n\nWords:\n- quite\n- strong\n- centre\n- yeah\n- nor\n\nPrint only the answer.", "session_0444": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'r' in the word\n- every consonant right after a vowel gets -100 point\n- word that has exactly 10 characters gets -30 point\n\nWords:\n- strip\n- revive\n- extract\n- stress\n\nPrint only the answer.", "session_0445": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets -95 point\n- word starts with rea and ends with y gets 5 points\n- every vowel gets 100 points\n\nWords:\n- goods\n- sword\n- simulate\n- charm\n\nPrint only the answer.", "session_0446": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with dar and ends with ct gets 60 points\n- word that has exactly 11 characters gets 30 points\n- add -15 point if there exists exactly 2 'is' in the word\n- every pair of consecutive vowel gets 80 points\n\nWords:\n- terrain\n- aid\n- band\n- casual\n\nPrint only the answer.", "session_0447": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 9 characters gets -45 point\n- every pair of consecutive vowel gets 65 points\n\nWords:\n- afraid\n- situated\n- complete\n- west\n\nPrint only the answer.", "session_0448": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 5 points\n- add -40 point if there exists exactly 2 'c' in the word\n- word that has exactly 10 characters gets 90 points\n- word starts with m and ends with ily gets -95 point\n\nWords:\n- postpone\n- beneath\n- spy\n- cruise\n\nPrint only the answer.", "session_0449": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s gets -40 point\n- every pair of consecutive vowel gets -30 point\n- add -100 point if there exists 'y' in the word\n\nWords:\n- fifty\n- gain\n- painful\n- critique\n\nPrint only the answer.", "session_0450": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 10 points\n- word more than 3 characters and less than 7 characters gets 75 points\n- word starts with su and ends with e gets -15 point\n\nWords:\n- visa\n- tidy\n- eastern\n- spelling\n- area\n- apple\n\nPrint only the answer.", "session_0451": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 9 characters gets 95 points\n- word starts with p gets 50 points\n\nWords:\n- its\n- marker\n- ambition\n- path\n- slow\n\nPrint only the answer.", "session_0452": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with dds gets 70 points\n- word less than 5 characters but not equal to 3 characters gets -85 point\n- every 3 consecutive consonants gets 50 points\n- add -15 point if there exists exactly 2 'n' in the word\n\nWords:\n- lawn\n- ward\n- how\n- itself\n\nPrint only the answer.", "session_0453": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 80 points\n- word less than 11 characters but not equal to 2 characters gets -30 point\n\nWords:\n- bread\n- august\n- train\n- probe\n\nPrint only the answer.", "session_0454": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 7 characters gets -35 point\n- every pair of consecutive vowel gets 100 points\n- add 25 points if there exists 'lo' in the word\n\nWords:\n- blanket\n- painter\n- directly\n- rid\n\nPrint only the answer.", "session_0455": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nt gets -90 point\n- word not equal to 9 characters gets 65 points\n- add -85 point if there exists exactly 2 'oos' in the word\n- every vowel gets 45 points\n\nWords:\n- much\n- defend\n- lock\n- feel\n- massacre\n- approach\n\nPrint only the answer.", "session_0456": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets -80 point\n- add -60 point if there exists 'le' in the word\n\nWords:\n- gallery\n- legally\n- echo\n- resort\n\nPrint only the answer.", "session_0457": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with d gets 25 points\n- add -95 point if there exists exactly 1 'ask' in the word\n\nWords:\n- duty\n- dam\n- rule\n- complex\n- written\n\nPrint only the answer.", "session_0458": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 95 points\n- word not equal to 3 characters gets -50 point\n- word starts with co gets 5 points\n\nWords:\n- soap\n- gas\n- trial\n- evacuate\n- rub\n- bet\n\nPrint only the answer.", "session_0459": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -95 point\n- word not equal to 8 characters gets -60 point\n\nWords:\n- deposit\n- romance\n- rid\n- lap\n- scare\n- devote\n\nPrint only the answer.", "session_0460": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with k and ends with ve gets 90 points\n- every 3 consecutive vowels gets -45 point\n- word not equal to 2 characters gets 70 points\n- add 25 points if there exists 's' in the word\n\nWords:\n- pig\n- flour\n- bottle\n- act\n- penalty\n- tighten\n\nPrint only the answer.", "session_0461": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with l gets -70 point\n- add 90 points if there exists exactly 1 'iv' in the word\n\nWords:\n- lively\n- recall\n- operator\n- mood\n- artistic\n- dot\n\nPrint only the answer.", "session_0462": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -95 point\n- add -25 point if there exists 't' in the word\n- word starts with hin gets -30 point\n- word less than 11 characters but not equal to 6 characters gets 10 points\n\nWords:\n- edit\n- stumble\n- fan\n- integral\n\nPrint only the answer.", "session_0463": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 5 characters gets -15 point\n- word starts with w gets -45 point\n- add 70 points if there exists 'd' in the word\n\nWords:\n- disabled\n- see\n- feat\n- nervous\n\nPrint only the answer.", "session_0464": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists 'bi' in the word\n- word ends with e gets -60 point\n\nWords:\n- slope\n- dictate\n- act\n- brand\n- out\n- matter\n\nPrint only the answer.", "session_0465": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 15 points\n- word more than 7 characters but not equal to 9 characters gets -25 point\n\nWords:\n- sheet\n- junior\n- theatre\n- care\n\nPrint only the answer.", "session_0466": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists exactly 1 's' in the word\n- every vowel right after a consonant gets -80 point\n\nWords:\n- far\n- problem\n- bear\n- announce\n- creative\n- fix\n\nPrint only the answer.", "session_0467": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 65 points\n- word starts with o and ends with u gets 80 points\n- word more than 2 characters gets 15 points\n- add 95 points if there exists exactly 2 'e' in the word\n\nWords:\n- alike\n- rating\n- lifelong\n- return\n- tour\n\nPrint only the answer.", "session_0468": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'ngl' in the word\n- word more than 3 characters gets -40 point\n- word starts with si gets 40 points\n\nWords:\n- number\n- degree\n- operator\n- fade\n- man\n- error\n\nPrint only the answer.", "session_0469": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters but not equal to 10 characters gets 100 points\n- every vowel right after a consonant gets -10 point\n- word starts with w gets -85 point\n\nWords:\n- let\n- relaxing\n- sweep\n- apart\n\nPrint only the answer.", "session_0470": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters gets -25 point\n- add -100 point if there exists 'tu' in the word\n- every pair of consecutive vowel gets 60 points\n\nWords:\n- which\n- then\n- copper\n- all\n- wit\n- similar\n\nPrint only the answer.", "session_0471": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -35 point if there exists 'n' in the word\n- word starts with c and ends with uit gets 85 points\n- every vowel gets 85 points\n\nWords:\n- mass\n- slash\n- external\n- careful\n\nPrint only the answer.", "session_0472": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -100 point\n- add -10 point if there exists 'v' in the word\n\nWords:\n- element\n- down\n- low\n- marathon\n\nPrint only the answer.", "session_0473": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with jo and ends with ly gets 85 points\n- every vowel right after a consonant gets 75 points\n- add -35 point if there exists 'y' in the word\n\nWords:\n- broad\n- bee\n- bow\n- you\n- similar\n\nPrint only the answer.", "session_0474": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -90 point\n- word that has exactly 11 characters gets -50 point\n- word starts with s and ends with and gets 85 points\n\nWords:\n- accurate\n- bus\n- device\n- run\n- runner\n\nPrint only the answer.", "session_0475": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists exactly 1 'i' in the word\n- word that has exactly 9 characters gets -75 point\n- every vowel right after a consonant gets 90 points\n- word ends with st gets -80 point\n\nWords:\n- fence\n- rarely\n- random\n- disturb\n\nPrint only the answer.", "session_0476": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets -65 point\n- word starts with sp gets -50 point\n- add 45 points if there exists exactly 1 'e' in the word\n- word that has exactly 4 characters gets 100 points\n\nWords:\n- fool\n- lobby\n- fun\n- sheet\n- scan\n- dry\n\nPrint only the answer.", "session_0477": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -100 point\n- word not equal to 6 characters gets -55 point\n- add -70 point if there exists exactly 2 'cu' in the word\n- word starts with l gets 70 points\n\nWords:\n- inclined\n- leader\n- tent\n- post-war\n\nPrint only the answer.", "session_0478": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with g and ends with ve gets 25 points\n- word less than 9 characters but not equal to 3 characters gets -25 point\n\nWords:\n- breed\n- absolute\n- dad\n- emission\n- for\n- spot\n\nPrint only the answer.", "session_0479": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -45 point\n- word ends with ion gets -30 point\n\nWords:\n- point\n- jeans\n- here\n- sweep\n\nPrint only the answer.", "session_0480": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 50 points\n- word ends with al gets -65 point\n- word that has exactly 5 characters gets 75 points\n- add 60 points if there exists exactly 1 'eri' in the word\n\nWords:\n- racism\n- immune\n- angel\n- rotation\n- rub\n- fragment\n\nPrint only the answer.", "session_0481": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'ce' in the word\n- word more than 6 characters gets 45 points\n- every pair of consecutive vowel gets -90 point\n\nWords:\n- seat\n- doubt\n- instant\n- wedding\n- orange\n- forth\n\nPrint only the answer.", "session_0482": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with s gets 95 points\n- word less than 9 characters but not equal to 2 characters gets -5 point\n- every pair of consecutive consonant gets 75 points\n\nWords:\n- yell\n- yield\n- spite\n- employee\n- overlap\n- intimate\n\nPrint only the answer.", "session_0483": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters but not equal to 9 characters gets -85 point\n- add -60 point if there exists 't' in the word\n- word starts with sh gets -30 point\n- every pair of consecutive vowel gets -65 point\n\nWords:\n- restrict\n- die\n- texture\n- slot\n- reign\n\nPrint only the answer.", "session_0484": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -85 point\n- word starts with i and ends with nt gets 80 points\n\nWords:\n- declare\n- risky\n- lose\n- cooking\n- develop\n\nPrint only the answer.", "session_0485": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets 25 points\n- word ends with le gets 5 points\n\nWords:\n- scale\n- settle\n- reside\n- flawed\n- ranking\n- buy\n\nPrint only the answer.", "session_0486": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 10 points\n- add -100 point if there exists exactly 1 'rac' in the word\n- word not equal to 11 characters gets -100 point\n\nWords:\n- sharp\n- salt\n- week\n- anxiety\n\nPrint only the answer.", "session_0487": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with def and ends with ump gets -20 point\n- every pair of consecutive vowel gets 15 points\n- word less than 7 characters but not equal to 2 characters gets -30 point\n- add 55 points if there exists 'b' in the word\n\nWords:\n- item\n- hip\n- resolve\n- pepper\n\nPrint only the answer.", "session_0488": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s gets -25 point\n- word less than 6 characters but not equal to 3 characters gets 5 points\n- every vowel right after a consonant gets -95 point\n- add -35 point if there exists exactly 1 'pe' in the word\n\nWords:\n- animal\n- flat\n- disaster\n- mouse\n- painful\n\nPrint only the answer.", "session_0489": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 7 characters gets -65 point\n- word starts with inj gets -70 point\n\nWords:\n- dense\n- palm\n- response\n- ink\n- spending\n- expected\n\nPrint only the answer.", "session_0490": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -60 point\n- word more than 7 characters gets 45 points\n- word ends with ry gets -100 point\n\nWords:\n- transfer\n- meet\n- wet\n- set\n\nPrint only the answer.", "session_0491": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets -35 point\n- every consonant gets 20 points\n- word starts with lu and ends with pan gets -30 point\n\nWords:\n- luck\n- hungry\n- notebook\n- but\n- dairy\n\nPrint only the answer.", "session_0492": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -75 point\n- word ends with uma gets -50 point\n\nWords:\n- fast\n- turn\n- bargain\n- rent\n- greet\n\nPrint only the answer.", "session_0493": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -5 point if there exists 'et' in the word\n- every 3 consecutive consonants gets 40 points\n- word not equal to 2 characters gets 35 points\n\nWords:\n- each\n- electric\n- block\n- too\n- thousand\n- seal\n\nPrint only the answer.", "session_0494": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with val gets -95 point\n- add -10 point if there exists exactly 1 'ci' in the word\n\nWords:\n- coincide\n- precise\n- simple\n- himself\n- herself\n\nPrint only the answer.", "session_0495": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters gets 5 points\n- every vowel right after a consonant gets 70 points\n- add 85 points if there exists exactly 2 'ar' in the word\n- word starts with mo gets 5 points\n\nWords:\n- refer\n- november\n- laser\n- earth\n- carbon\n- mutual\n\nPrint only the answer.", "session_0496": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 11 characters gets -10 point\n- word ends with nt gets 90 points\n- add -95 point if there exists 'c' in the word\n\nWords:\n- rally\n- injury\n- hey\n- shut\n- thank\n\nPrint only the answer.", "session_0497": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists 'y' in the word\n- word ends with alk gets 95 points\n\nWords:\n- modify\n- pay\n- drought\n- surely\n- disturb\n- wonder\n\nPrint only the answer.", "session_0498": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 5 characters gets -75 point\n- add 25 points if there exists exactly 1 'ta' in the word\n- word ends with me gets 35 points\n- every 3 consecutive vowels gets 60 points\n\nWords:\n- feedback\n- return\n- distress\n- engine\n- effect\n\nPrint only the answer.", "session_0499": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists exactly 2 'me' in the word\n- word starts with p gets -85 point\n- every vowel right after a consonant gets 75 points\n\nWords:\n- chain\n- illness\n- pop\n- read\n- surgical\n\nPrint only the answer.", "session_0500": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with pr and ends with y gets 40 points\n- every pair of consecutive vowel gets -90 point\n- word that has exactly 4 characters gets 40 points\n- add -50 point if there exists 'es' in the word\n\nWords:\n- painter\n- some\n- scandal\n- lot\n\nPrint only the answer.", "session_0501": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists exactly 2 'bi' in the word\n- word ends with e gets 5 points\n- word more than 2 characters and less than 9 characters gets -90 point\n- every vowel gets -65 point\n\nWords:\n- planning\n- residue\n- trillion\n- stone\n\nPrint only the answer.", "session_0502": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -30 point\n- word starts with co and ends with oin gets 25 points\n- add 90 points if there exists 'g' in the word\n- word not equal to 7 characters gets 10 points\n\nWords:\n- aged\n- validity\n- succeed\n- stranger\n\nPrint only the answer.", "session_0503": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with igh gets -95 point\n- word more than 6 characters gets -5 point\n\nWords:\n- explore\n- surgical\n- tyre\n- firearm\n\nPrint only the answer.", "session_0504": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 90 points\n- word that has exactly 11 characters gets -70 point\n- word starts with le and ends with ent gets 15 points\n\nWords:\n- soup\n- soak\n- section\n- zero\n- adult\n- autonomy\n\nPrint only the answer.", "session_0505": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists exactly 1 'k' in the word\n- word starts with p and ends with ow gets -10 point\n- every vowel right after a consonant gets -45 point\n\nWords:\n- gaming\n- ethical\n- radar\n- discard\n- ankle\n\nPrint only the answer.", "session_0506": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 2 'to' in the word\n- word more than 2 characters gets -100 point\n- every 3 consecutive vowels gets 95 points\n- word ends with er gets -75 point\n\nWords:\n- achieve\n- insult\n- spite\n- baby\n\nPrint only the answer.", "session_0507": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with im and ends with ct gets 5 points\n- add 45 points if there exists 'bi' in the word\n- every vowel right after a consonant gets -45 point\n\nWords:\n- economy\n- lawsuit\n- high\n- enemy\n- baby\n- driver\n\nPrint only the answer.", "session_0508": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with org gets -30 point\n- word more than 7 characters and less than 12 characters gets 45 points\n- add 15 points if there exists 'ai' in the word\n\nWords:\n- remember\n- adequate\n- rapid\n- multiply\n- behalf\n- noble\n\nPrint only the answer.", "session_0509": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -35 point\n- word not equal to 8 characters gets 80 points\n- add 40 points if there exists 'duc' in the word\n- word starts with e and ends with h gets 80 points\n\nWords:\n- campus\n- horn\n- tag\n- work\n\nPrint only the answer.", "session_0510": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -15 point\n- word ends with y gets 85 points\n- add -5 point if there exists 'on' in the word\n\nWords:\n- region\n- misery\n- excited\n- corner\n- shoot\n\nPrint only the answer.", "session_0511": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -15 point\n- add 5 points if there exists 'ta' in the word\n- word more than 3 characters and less than 6 characters but not equal to 4 characters gets 55 points\n\nWords:\n- secondly\n- enhance\n- key\n- college\n- artwork\n- annoy\n\nPrint only the answer.", "session_0512": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with eve and ends with l gets -35 point\n- every pair of consecutive vowel gets 75 points\n- add -35 point if there exists 'e' in the word\n- word less than 11 characters but not equal to 4 characters gets -75 point\n\nWords:\n- recount\n- monument\n- midnight\n- harbour\n\nPrint only the answer.", "session_0513": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 7 characters gets -55 point\n- word starts with te and ends with tly gets 55 points\n- every pair of consecutive vowel gets -65 point\n- add 50 points if there exists 'roc' in the word\n\nWords:\n- maybe\n- jacket\n- bear\n- multiply\n- loud\n\nPrint only the answer.", "session_0514": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with y gets 25 points\n- add -25 point if there exists exactly 1 'c' in the word\n- word more than 6 characters and less than 10 characters gets 60 points\n- every pair of consecutive consonant gets 15 points\n\nWords:\n- surround\n- cancer\n- target\n- carrot\n- counter\n\nPrint only the answer.", "session_0515": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with e and ends with at gets 60 points\n- every vowel right after a consonant gets 30 points\n- word that has exactly 9 characters gets -30 point\n- add -100 point if there exists exactly 2 'pu' in the word\n\nWords:\n- lot\n- satisfy\n- unless\n- delivery\n- linger\n\nPrint only the answer.", "session_0516": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets -5 point\n- word ends with w gets 75 points\n- every consonant right after a vowel gets 75 points\n- add -90 point if there exists exactly 2 'n' in the word\n\nWords:\n- toy\n- gap\n- theft\n- dislike\n- raise\n\nPrint only the answer.", "session_0517": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with e gets -50 point\n- every vowel gets 10 points\n- word more than 5 characters gets 90 points\n\nWords:\n- she\n- reassure\n- writing\n- fuel\n\nPrint only the answer.", "session_0518": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 8 characters gets -80 point\n- every consonant right after a vowel gets -100 point\n- add -55 point if there exists 'che' in the word\n- word starts with re and ends with y gets 45 points\n\nWords:\n- most\n- costly\n- humanity\n- wet\n\nPrint only the answer.", "session_0519": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists 'ic' in the word\n- word starts with ge gets -100 point\n- every pair of consecutive vowel gets -15 point\n- word more than 7 characters and less than 10 characters but not equal to 8 characters gets 55 points\n\nWords:\n- obvious\n- ready\n- hat\n- embed\n\nPrint only the answer.", "session_0520": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 30 points\n- add 25 points if there exists 'c' in the word\n- word ends with g gets 60 points\n- word more than 3 characters gets -95 point\n\nWords:\n- outrage\n- value\n- risky\n- talent\n- politics\n\nPrint only the answer.", "session_0521": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists exactly 1 'i' in the word\n- word starts with ne and ends with ar gets -70 point\n\nWords:\n- certain\n- medieval\n- bar\n- sheep\n- river\n- bike\n\nPrint only the answer.", "session_0522": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 20 points if there exists exactly 2 'h' in the word\n- every 3 consecutive consonants gets -10 point\n- word less than 6 characters gets 50 points\n- word starts with mig gets 5 points\n\nWords:\n- prime\n- deny\n- declare\n- minimum\n\nPrint only the answer.", "session_0523": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists exactly 1 'a' in the word\n- every consonant right after a vowel gets -70 point\n- word ends with nt gets 90 points\n\nWords:\n- your\n- mobility\n- myth\n- reliance\n- tube\n- lay\n\nPrint only the answer.", "session_0524": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters gets 70 points\n- add -10 point if there exists 'y' in the word\n- every pair of consecutive consonant gets 70 points\n\nWords:\n- group\n- faction\n- cue\n- stand\n- mirror\n\nPrint only the answer.", "session_0525": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists exactly 2 'u' in the word\n- word ends with ing gets 50 points\n\nWords:\n- saving\n- suburban\n- ignore\n- band\n- unit\n- few\n\nPrint only the answer.", "session_0526": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists exactly 1 'ce' in the word\n- word starts with te gets -20 point\n- word more than 7 characters gets -90 point\n\nWords:\n- humorous\n- relaxing\n- creation\n- retain\n- tree\n\nPrint only the answer.", "session_0527": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ion gets 45 points\n- word not equal to 10 characters gets -45 point\n- every consonant right after a vowel gets -55 point\n- add -65 point if there exists 'ne' in the word\n\nWords:\n- problem\n- unfold\n- way\n- dream\n- cooking\n\nPrint only the answer.", "session_0528": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 4 characters gets -60 point\n- every 3 consecutive consonants gets 50 points\n- add -15 point if there exists exactly 1 'xce' in the word\n- word starts with fa gets 40 points\n\nWords:\n- nation\n- freely\n- seminar\n- gaming\n\nPrint only the answer.", "session_0529": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 80 points\n- word more than 8 characters but not equal to 9 characters gets 85 points\n\nWords:\n- interior\n- announce\n- critic\n- shallow\n- afford\n- church\n\nPrint only the answer.", "session_0530": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists 'r' in the word\n- word more than 2 characters gets -65 point\n- every vowel gets -65 point\n\nWords:\n- legend\n- lethal\n- think\n- cry\n- overlap\n- charming\n\nPrint only the answer.", "session_0531": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters but not equal to 8 characters gets 40 points\n- word starts with ad and ends with l gets -90 point\n- every pair of consecutive consonant gets 20 points\n- add -45 point if there exists exactly 2 'min' in the word\n\nWords:\n- extent\n- hazard\n- mobile\n- sticky\n\nPrint only the answer.", "session_0532": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 60 points\n- word starts with se and ends with er gets 15 points\n\nWords:\n- human\n- cheerful\n- announce\n- death\n- work\n- wherever\n\nPrint only the answer.", "session_0533": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -50 point\n- word that has exactly 9 characters gets 90 points\n- word ends with e gets 90 points\n- add 70 points if there exists exactly 1 'r' in the word\n\nWords:\n- offer\n- near\n- carve\n- destroy\n- whereby\n- people\n\nPrint only the answer.", "session_0534": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 70 points\n- word less than 9 characters gets 30 points\n\nWords:\n- yet\n- why\n- entitle\n- sex\n\nPrint only the answer.", "session_0535": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 100 points\n- word less than 7 characters but not equal to 3 characters gets 50 points\n- word ends with ver gets 25 points\n\nWords:\n- expand\n- song\n- hardware\n- support\n- deserve\n- superior\n\nPrint only the answer.", "session_0536": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 2 's' in the word\n- word starts with h and ends with l gets -50 point\n\nWords:\n- passive\n- heal\n- row\n- whilst\n- pointed\n\nPrint only the answer.", "session_0537": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 15 points\n- word more than 3 characters but not equal to 6 characters gets 40 points\n\nWords:\n- ancestor\n- beauty\n- verbal\n- coffee\n\nPrint only the answer.", "session_0538": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 75 points\n- word that has exactly 4 characters gets -30 point\n\nWords:\n- province\n- element\n- bedroom\n- quit\n- dam\n- where\n\nPrint only the answer.", "session_0539": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with r and ends with s gets -40 point\n- every consonant right after a vowel gets -35 point\n\nWords:\n- homeland\n- top\n- vein\n- shy\n- wit\n\nPrint only the answer.", "session_0540": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists 'os' in the word\n- word starts with c and ends with ble gets 40 points\n\nWords:\n- close\n- post\n- owe\n- cooker\n\nPrint only the answer.", "session_0541": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -5 point if there exists 'v' in the word\n- word starts with t gets 70 points\n- every 3 consecutive consonants gets -35 point\n\nWords:\n- heavy\n- embrace\n- mail\n- laser\n- matter\n\nPrint only the answer.", "session_0542": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 8 characters gets -25 point\n- word ends with ny gets 85 points\n- add 35 points if there exists exactly 2 'ta' in the word\n\nWords:\n- pay\n- bow\n- curve\n- unknown\n- wet\n\nPrint only the answer.", "session_0543": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists 'd' in the word\n- every pair of consecutive vowel gets -20 point\n\nWords:\n- ancient\n- raise\n- spice\n- addition\n- muscle\n\nPrint only the answer.", "session_0544": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -35 point\n- add 90 points if there exists exactly 2 'ra' in the word\n- word ends with n gets 95 points\n\nWords:\n- string\n- momentum\n- covered\n- logic\n- item\n- religion\n\nPrint only the answer.", "session_0545": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with bis and ends with t gets -35 point\n- add -55 point if there exists 'i' in the word\n- word less than 11 characters gets -10 point\n- every consonant gets -20 point\n\nWords:\n- chamber\n- emerge\n- own\n- leader\n- chain\n- slash\n\nPrint only the answer.", "session_0546": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 45 points\n- word starts with de and ends with al gets 60 points\n\nWords:\n- probably\n- reserve\n- exchange\n- stamp\n- duration\n- hat\n\nPrint only the answer.", "session_0547": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -95 point\n- word starts with e gets -5 point\n- word more than 7 characters and less than 11 characters gets 35 points\n- add -40 point if there exists 'al' in the word\n\nWords:\n- moderate\n- folding\n- burst\n- fourteen\n\nPrint only the answer.", "session_0548": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s gets -90 point\n- every consonant right after a vowel gets -10 point\n\nWords:\n- bad\n- ton\n- validate\n- van\n- final\n- opt\n\nPrint only the answer.", "session_0549": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with me and ends with ss gets -45 point\n- add 95 points if there exists exactly 1 'tiv' in the word\n- word not equal to 6 characters gets -60 point\n\nWords:\n- preside\n- kid\n- cute\n- dance\n- belief\n\nPrint only the answer.", "session_0550": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters and less than 12 characters gets 70 points\n- word starts with w and ends with ah gets -100 point\n\nWords:\n- either\n- vacation\n- pole\n- cover\n- wool\n\nPrint only the answer.", "session_0551": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with hy gets -50 point\n- every pair of consecutive vowel gets -60 point\n- add 80 points if there exists 'n' in the word\n\nWords:\n- current\n- achieve\n- debt\n- invasion\n- exercise\n- fix\n\nPrint only the answer.", "session_0552": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters gets -60 point\n- add 70 points if there exists exactly 1 'pr' in the word\n- word starts with in and ends with ess gets 40 points\n- every pair of consecutive consonant gets -40 point\n\nWords:\n- young\n- enough\n- prior\n- icon\n- strive\n- vessel\n\nPrint only the answer.", "session_0553": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 65 points\n- word not equal to 7 characters gets 65 points\n- add 20 points if there exists exactly 2 'n' in the word\n- word starts with ba and ends with ble gets -100 point\n\nWords:\n- critic\n- instinct\n- his\n- active\n\nPrint only the answer.", "session_0554": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -35 point\n- add 5 points if there exists 'rk' in the word\n- word that has exactly 7 characters gets -25 point\n- word ends with e gets -80 point\n\nWords:\n- match\n- first\n- anchor\n- own\n- horrible\n\nPrint only the answer.", "session_0555": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ver gets 20 points\n- add 60 points if there exists exactly 2 'ma' in the word\n\nWords:\n- verbal\n- verbal\n- limb\n- gap\n- divorce\n\nPrint only the answer.", "session_0556": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -100 point if there exists 'o' in the word\n- word starts with r and ends with n gets 65 points\n- word less than 6 characters but not equal to 3 characters gets 70 points\n- every consonant gets 95 points\n\nWords:\n- euro\n- blind\n- official\n- van\n- paint\n- ash\n\nPrint only the answer.", "session_0557": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists exactly 1 'day' in the word\n- word not equal to 5 characters gets -90 point\n\nWords:\n- hat\n- damage\n- bad\n- bag\n- arena\n- sky\n\nPrint only the answer.", "session_0558": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 80 points\n- word not equal to 8 characters gets -5 point\n\nWords:\n- audit\n- outrage\n- bombing\n- raw\n- choice\n- top\n\nPrint only the answer.", "session_0559": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -100 point\n- add 30 points if there exists 'y' in the word\n\nWords:\n- summer\n- cite\n- pub\n- restrict\n- spine\n\nPrint only the answer.", "session_0560": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with e gets -25 point\n- word more than 7 characters gets -75 point\n- add 25 points if there exists 'er' in the word\n- every 3 consecutive consonants gets 85 points\n\nWords:\n- prohibit\n- merely\n- spite\n- hazard\n- lost\n- produce\n\nPrint only the answer.", "session_0561": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 4 characters gets 95 points\n- add 20 points if there exists 'o' in the word\n- every pair of consecutive vowel gets -60 point\n\nWords:\n- theology\n- courage\n- let\n- yourself\n\nPrint only the answer.", "session_0562": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters and less than 11 characters but not equal to 9 characters gets 60 points\n- every pair of consecutive consonant gets -65 point\n\nWords:\n- northern\n- fancy\n- mad\n- chest\n- hook\n\nPrint only the answer.", "session_0563": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 45 points if there exists 'te' in the word\n- every 3 consecutive vowels gets -100 point\n\nWords:\n- previous\n- terror\n- account\n- namely\n- courage\n- careless\n\nPrint only the answer.", "session_0564": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 12 characters but not equal to 5 characters gets 35 points\n- add -80 point if there exists 'r' in the word\n- word starts with a gets 65 points\n- every pair of consecutive vowel gets 55 points\n\nWords:\n- variety\n- less\n- roll\n- say\n- use\n- reign\n\nPrint only the answer.", "session_0565": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 11 characters gets 100 points\n- add -25 point if there exists 't' in the word\n- word ends with aft gets -90 point\n\nWords:\n- friend\n- shift\n- appeal\n- fierce\n- fraction\n\nPrint only the answer.", "session_0566": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 70 points if there exists exactly 2 'e' in the word\n- word less than 11 characters gets 15 points\n- word ends with e gets 25 points\n- every consonant right after a vowel gets -30 point\n\nWords:\n- monthly\n- greet\n- victim\n- cast\n- horn\n- indoors\n\nPrint only the answer.", "session_0567": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with di gets -95 point\n- add -20 point if there exists exactly 2 'ses' in the word\n\nWords:\n- dissolve\n- dinner\n- lap\n- beer\n- scandal\n- reform\n\nPrint only the answer.", "session_0568": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 75 points\n- word starts with mat gets 5 points\n- add -35 point if there exists exactly 2 'ex' in the word\n- word more than 4 characters gets 40 points\n\nWords:\n- drink\n- cupboard\n- dynamic\n- expected\n- charge\n- weekend\n\nPrint only the answer.", "session_0569": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters gets 70 points\n- every pair of consecutive consonant gets 25 points\n- word starts with im gets -15 point\n- add -95 point if there exists exactly 2 'ol' in the word\n\nWords:\n- bear\n- studio\n- stare\n- threaten\n- transmit\n- pleased\n\nPrint only the answer.", "session_0570": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with gen and ends with ry gets -20 point\n- add 80 points if there exists 'c' in the word\n\nWords:\n- clean\n- impact\n- constant\n- witness\n- reply\n- depict\n\nPrint only the answer.", "session_0571": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with cl gets 80 points\n- add 95 points if there exists exactly 1 'd' in the word\n- word not equal to 5 characters gets -80 point\n- every pair of consecutive vowel gets -85 point\n\nWords:\n- creative\n- gas\n- donor\n- pin\n\nPrint only the answer.", "session_0572": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 10 points\n- word starts with ec gets -95 point\n- word more than 7 characters and less than 12 characters gets -40 point\n\nWords:\n- normally\n- language\n- optimism\n- head\n- tower\n\nPrint only the answer.", "session_0573": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 100 points\n- word more than 7 characters but not equal to 11 characters gets -45 point\n\nWords:\n- old\n- terrific\n- hair\n- cafe\n- ton\n\nPrint only the answer.", "session_0574": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists exactly 2 'to' in the word\n- word less than 8 characters gets -85 point\n\nWords:\n- analogy\n- talent\n- quantify\n- confer\n\nPrint only the answer.", "session_0575": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with gov and ends with nal gets -75 point\n- word not equal to 10 characters gets 80 points\n- add 40 points if there exists exactly 1 'h' in the word\n- every pair of consecutive vowel gets 20 points\n\nWords:\n- obvious\n- air\n- penalty\n- specimen\n- loan\n\nPrint only the answer.", "session_0576": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 6 characters gets -5 point\n- every pair of consecutive consonant gets -50 point\n- word starts with i and ends with p gets 45 points\n- add 35 points if there exists exactly 1 'u' in the word\n\nWords:\n- heating\n- eye\n- only\n- who\n- only\n\nPrint only the answer.", "session_0577": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with lim gets 10 points\n- word more than 7 characters gets 70 points\n- every 3 consecutive vowels gets 60 points\n- add -55 point if there exists 'i' in the word\n\nWords:\n- assemble\n- gorgeous\n- mobile\n- building\n- east\n\nPrint only the answer.", "session_0578": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 3 characters gets -45 point\n- add -95 point if there exists 'ee' in the word\n- word starts with fro gets 10 points\n- every 3 consecutive consonants gets -5 point\n\nWords:\n- tyre\n- wit\n- own\n- legally\n- cut\n\nPrint only the answer.", "session_0579": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with nic gets -75 point\n- word more than 8 characters gets -65 point\n\nWords:\n- loyal\n- star\n- win\n- sporting\n- flight\n- conflict\n\nPrint only the answer.", "session_0580": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists exactly 2 'mo' in the word\n- word that has exactly 10 characters gets 45 points\n- every 3 consecutive consonants gets -35 point\n- word starts with d gets 30 points\n\nWords:\n- casualty\n- improve\n- provoke\n- web\n- refuge\n\nPrint only the answer.", "session_0581": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 35 points\n- add 65 points if there exists exactly 1 'n' in the word\n\nWords:\n- think\n- gorgeous\n- bounce\n- indeed\n- bus\n- although\n\nPrint only the answer.", "session_0582": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with rus gets 20 points\n- add 10 points if there exists exactly 1 'im' in the word\n- word more than 6 characters and less than 10 characters but not equal to 9 characters gets 30 points\n- every pair of consecutive consonant gets 50 points\n\nWords:\n- armed\n- diamond\n- log\n- biology\n- duo\n\nPrint only the answer.", "session_0583": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters and less than 7 characters but not equal to 6 characters gets -80 point\n- word starts with re and ends with e gets 85 points\n\nWords:\n- unify\n- serve\n- thing\n- boy\n- produce\n\nPrint only the answer.", "session_0584": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets -20 point\n- add 20 points if there exists 'a' in the word\n- every pair of consecutive consonant gets 15 points\n\nWords:\n- slot\n- court\n- emotion\n- retail\n\nPrint only the answer.", "session_0585": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters gets 90 points\n- add -80 point if there exists exactly 1 'si' in the word\n- word starts with ent gets -70 point\n\nWords:\n- tend\n- guy\n- global\n- proud\n\nPrint only the answer.", "session_0586": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 25 points\n- word that has exactly 8 characters gets 40 points\n- add 75 points if there exists 'at' in the word\n\nWords:\n- artistic\n- massive\n- cap\n- brush\n\nPrint only the answer.", "session_0587": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 85 points\n- add 80 points if there exists exactly 1 'ack' in the word\n\nWords:\n- invest\n- hit\n- phase\n- haunt\n- sentence\n- peaceful\n\nPrint only the answer.", "session_0588": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets -10 point\n- word ends with ut gets -35 point\n- add -100 point if there exists exactly 2 'e' in the word\n\nWords:\n- error\n- replace\n- reality\n- curved\n- student\n\nPrint only the answer.", "session_0589": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 90 points if there exists exactly 1 'bay' in the word\n- every pair of consecutive consonant gets -90 point\n- word starts with c gets -35 point\n- word that has exactly 11 characters gets -40 point\n\nWords:\n- endure\n- slightly\n- lend\n- terribly\n\nPrint only the answer.", "session_0590": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -5 point if there exists exactly 2 'in' in the word\n- every pair of consecutive vowel gets 40 points\n- word more than 3 characters and less than 10 characters gets -20 point\n\nWords:\n- defeat\n- tropical\n- minimum\n- heat\n- may\n\nPrint only the answer.", "session_0591": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists 'po' in the word\n- word starts with be and ends with g gets 20 points\n- word not equal to 2 characters gets -75 point\n- every 3 consecutive consonants gets -50 point\n\nWords:\n- mission\n- urban\n- duty\n- cent\n\nPrint only the answer.", "session_0592": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -90 point\n- word more than 4 characters gets -30 point\n- word starts with co and ends with lly gets 90 points\n- add -40 point if there exists exactly 1 'es' in the word\n\nWords:\n- scenario\n- exam\n- now\n- approval\n- fry\n- hair\n\nPrint only the answer.", "session_0593": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with con and ends with lly gets -55 point\n- add -75 point if there exists exactly 2 'ive' in the word\n\nWords:\n- band\n- along\n- log\n- variety\n\nPrint only the answer.", "session_0594": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 50 points\n- word starts with pr and ends with ing gets 55 points\n- add 100 points if there exists 'on' in the word\n- word more than 8 characters and less than 12 characters but not equal to 11 characters gets 60 points\n\nWords:\n- passport\n- yeah\n- harmful\n- mud\n- feeling\n\nPrint only the answer.", "session_0595": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with or gets -35 point\n- add -55 point if there exists exactly 2 'se' in the word\n- every pair of consecutive vowel gets -25 point\n- word more than 7 characters and less than 11 characters but not equal to 9 characters gets -25 point\n\nWords:\n- expected\n- disabled\n- leg\n- set\n\nPrint only the answer.", "session_0596": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -35 point\n- word that has exactly 8 characters gets -25 point\n\nWords:\n- painting\n- hot\n- tall\n- pirate\n- weak\n- cope\n\nPrint only the answer.", "session_0597": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with hea and ends with e gets -5 point\n- word not equal to 4 characters gets -20 point\n- add 50 points if there exists exactly 2 'v' in the word\n\nWords:\n- impress\n- worry\n- become\n- leave\n- generous\n- cynical\n\nPrint only the answer.", "session_0598": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists 'em' in the word\n- word starts with re gets -60 point\n\nWords:\n- referee\n- retrieve\n- alter\n- main\n- slogan\n- serial\n\nPrint only the answer.", "session_0599": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists 'l' in the word\n- every pair of consecutive vowel gets 50 points\n- word that has exactly 8 characters gets -80 point\n- word ends with f gets -35 point\n\nWords:\n- prevail\n- sell\n- company\n- sue\n- mode\n\nPrint only the answer.", "session_0600": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with va and ends with ich gets 10 points\n- word more than 4 characters but not equal to 10 characters gets 100 points\n\nWords:\n- central\n- through\n- adaptive\n- though\n- stranger\n- deem\n\nPrint only the answer.", "session_0601": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -65 point\n- word starts with m and ends with lse gets 60 points\n- word not equal to 2 characters gets 15 points\n- add 30 points if there exists exactly 2 're' in the word\n\nWords:\n- furious\n- widely\n- maximize\n- homeland\n- pen\n- genetic\n\nPrint only the answer.", "session_0602": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -30 point if there exists 'we' in the word\n- every pair of consecutive vowel gets 30 points\n- word starts with pu and ends with n gets 85 points\n\nWords:\n- street\n- memoir\n- restrict\n- worth\n- glass\n- badly\n\nPrint only the answer.", "session_0603": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ne gets 85 points\n- every pair of consecutive consonant gets -50 point\n- word less than 10 characters gets 95 points\n\nWords:\n- auction\n- change\n- painter\n- volume\n\nPrint only the answer.", "session_0604": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ke gets -90 point\n- add -60 point if there exists 'ie' in the word\n- every pair of consecutive consonant gets 50 points\n- word that has exactly 10 characters gets 95 points\n\nWords:\n- clean\n- litter\n- victory\n- turn\n- transit\n- cater\n\nPrint only the answer.", "session_0605": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ab and ends with ind gets -80 point\n- every 3 consecutive vowels gets -5 point\n- word less than 6 characters but not equal to 2 characters gets 55 points\n\nWords:\n- fund\n- soon\n- again\n- cow\n- create\n\nPrint only the answer.", "session_0606": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 6 characters gets 40 points\n- every vowel right after a consonant gets 100 points\n- word starts with wa and ends with sit gets 55 points\n\nWords:\n- time\n- bee\n- ice\n- exit\n\nPrint only the answer.", "session_0607": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with whe gets 65 points\n- word not equal to 6 characters gets 30 points\n\nWords:\n- kingdom\n- heating\n- sight\n- repeated\n\nPrint only the answer.", "session_0608": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 11 characters gets -75 point\n- every consonant right after a vowel gets 10 points\n\nWords:\n- scratch\n- bath\n- notify\n- neat\n- strain\n\nPrint only the answer.", "session_0609": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -5 point\n- add -35 point if there exists 'li' in the word\n- word starts with gu gets 25 points\n\nWords:\n- surge\n- day\n- rip\n- folding\n- fighting\n\nPrint only the answer.", "session_0610": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets 20 points\n- add 55 points if there exists exactly 1 'ne' in the word\n\nWords:\n- decline\n- lane\n- advanced\n- employee\n\nPrint only the answer.", "session_0611": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 10 characters gets 60 points\n- word starts with ag gets 55 points\n\nWords:\n- age\n- agent\n- array\n- cheer\n- contact\n\nPrint only the answer.", "session_0612": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -100 point\n- word less than 11 characters but not equal to 10 characters gets 95 points\n- add 60 points if there exists 'up' in the word\n- word ends with th gets -85 point\n\nWords:\n- comprise\n- anchor\n- hair\n- walk\n\nPrint only the answer.", "session_0613": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ce gets 65 points\n- every pair of consecutive consonant gets 80 points\n- word that has exactly 3 characters gets 5 points\n\nWords:\n- peace\n- factory\n- assist\n- immune\n\nPrint only the answer.", "session_0614": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with fl gets 65 points\n- every 3 consecutive consonants gets 80 points\n\nWords:\n- anyway\n- whilst\n- protect\n- fighting\n- embody\n- wrong\n\nPrint only the answer.", "session_0615": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with son gets 30 points\n- add -90 point if there exists exactly 1 'v' in the word\n\nWords:\n- van\n- strive\n- feat\n- rid\n\nPrint only the answer.", "session_0616": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with use gets 20 points\n- word not equal to 11 characters gets 90 points\n- every pair of consecutive vowel gets -30 point\n\nWords:\n- new\n- solve\n- innocent\n- fourth\n- wipe\n\nPrint only the answer.", "session_0617": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with com and ends with us gets -50 point\n- every consonant right after a vowel gets 45 points\n- word more than 6 characters gets -75 point\n\nWords:\n- lad\n- ice\n- fire\n- deadly\n\nPrint only the answer.", "session_0618": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -100 point\n- add -60 point if there exists 'wne' in the word\n- word starts with s gets -70 point\n- word that has exactly 5 characters gets -40 point\n\nWords:\n- behave\n- openly\n- dvd\n- calm\n\nPrint only the answer.", "session_0619": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 10 characters but not equal to 9 characters gets -80 point\n- word starts with pla gets -95 point\n\nWords:\n- village\n- cat\n- defeat\n- ten\n- oral\n- founder\n\nPrint only the answer.", "session_0620": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with de and ends with ood gets -50 point\n- add 35 points if there exists 'o' in the word\n- every pair of consecutive vowel gets -45 point\n- word more than 8 characters but not equal to 11 characters gets -60 point\n\nWords:\n- cop\n- blow\n- washing\n- trait\n\nPrint only the answer.", "session_0621": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 35 points\n- add 35 points if there exists exactly 1 'up' in the word\n- word ends with h gets 20 points\n- word more than 7 characters and less than 10 characters but not equal to 9 characters gets 50 points\n\nWords:\n- apology\n- phrase\n- flat\n- stunning\n- any\n- scandal\n\nPrint only the answer.", "session_0622": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -85 point if there exists exactly 2 'c' in the word\n- every vowel right after a consonant gets 10 points\n- word ends with r gets 95 points\n- word that has exactly 10 characters gets -95 point\n\nWords:\n- scenario\n- theft\n- fourteen\n- boot\n- pad\n- vocal\n\nPrint only the answer.", "session_0623": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -75 point\n- add 55 points if there exists exactly 2 'lu' in the word\n- word not equal to 11 characters gets -100 point\n- word starts with h gets -35 point\n\nWords:\n- pet\n- joy\n- obsess\n- strain\n\nPrint only the answer.", "session_0624": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets 45 points\n- add -60 point if there exists exactly 1 'oo' in the word\n\nWords:\n- loose\n- tooth\n- vacuum\n- channel\n- prime\n- city\n\nPrint only the answer.", "session_0625": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with c gets -70 point\n- word less than 8 characters but not equal to 6 characters gets -15 point\n\nWords:\n- fat\n- bid\n- impact\n- price\n- resign\n\nPrint only the answer.", "session_0626": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -30 point\n- word starts with ra and ends with yer gets -95 point\n\nWords:\n- dub\n- accuse\n- cup\n- none\n- frozen\n- time\n\nPrint only the answer.", "session_0627": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists 'nd' in the word\n- word more than 3 characters and less than 11 characters but not equal to 4 characters gets 85 points\n- every consonant gets -70 point\n- word starts with su gets 10 points\n\nWords:\n- log\n- one\n- him\n- ballot\n- detailed\n- damage\n\nPrint only the answer.", "session_0628": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists 'n' in the word\n- word not equal to 9 characters gets 60 points\n- every 3 consecutive vowels gets 80 points\n\nWords:\n- satisfy\n- double\n- freeze\n- south\n- treasure\n\nPrint only the answer.", "session_0629": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 65 points\n- word not equal to 10 characters gets -90 point\n\nWords:\n- entire\n- slip\n- filter\n- hostile\n- sudden\n- oppose\n\nPrint only the answer.", "session_0630": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 10 characters gets 40 points\n- every vowel gets -30 point\n\nWords:\n- dot\n- rotate\n- tolerate\n- theology\n\nPrint only the answer.", "session_0631": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 65 points\n- word less than 7 characters but not equal to 2 characters gets 30 points\n- word ends with ion gets -100 point\n- add 20 points if there exists exactly 1 'er' in the word\n\nWords:\n- trip\n- seed\n- cultural\n- bean\n- execute\n- war\n\nPrint only the answer.", "session_0632": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 25 points\n- add 65 points if there exists 'me' in the word\n- word that has exactly 11 characters gets 40 points\n- word ends with se gets -30 point\n\nWords:\n- carrot\n- entity\n- ton\n- kid\n\nPrint only the answer.", "session_0633": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 6 characters but not equal to 4 characters gets 100 points\n- word starts with s and ends with ul gets -30 point\n- add 35 points if there exists 'i' in the word\n\nWords:\n- sadly\n- bid\n- series\n- distant\n- ironic\n\nPrint only the answer.", "session_0634": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with e gets -70 point\n- word that has exactly 9 characters gets -5 point\n- add -25 point if there exists exactly 1 'con' in the word\n\nWords:\n- replace\n- phrase\n- dam\n- rip\n- bay\n- cell\n\nPrint only the answer.", "session_0635": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with des and ends with ate gets 45 points\n- every 3 consecutive consonants gets -100 point\n\nWords:\n- secondly\n- applaud\n- boss\n- success\n- rid\n\nPrint only the answer.", "session_0636": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p gets -5 point\n- add -70 point if there exists 'i' in the word\n\nWords:\n- wise\n- sir\n- express\n- multiply\n- wash\n\nPrint only the answer.", "session_0637": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with cha and ends with lm gets -55 point\n- every consonant right after a vowel gets -100 point\n- add -100 point if there exists exactly 1 'o' in the word\n\nWords:\n- covered\n- cap\n- web\n- law\n\nPrint only the answer.", "session_0638": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with il gets -75 point\n- every vowel right after a consonant gets -90 point\n- word more than 2 characters and less than 7 characters gets 25 points\n\nWords:\n- fun\n- sheer\n- bend\n- from\n- route\n- submit\n\nPrint only the answer.", "session_0639": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 85 points\n- add -70 point if there exists 'pl' in the word\n- word starts with ho gets 90 points\n- word not equal to 3 characters gets 85 points\n\nWords:\n- chip\n- enforce\n- firearm\n- man\n- column\n- dismiss\n\nPrint only the answer.", "session_0640": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 3 characters gets 50 points\n- word starts with wri and ends with s gets -30 point\n- every vowel right after a consonant gets 15 points\n\nWords:\n- united\n- danger\n- glory\n- bed\n\nPrint only the answer.", "session_0641": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets -35 point\n- word ends with w gets -20 point\n\nWords:\n- form\n- retrieve\n- doubt\n- liberty\n\nPrint only the answer.", "session_0642": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 50 points\n- word starts with li gets -45 point\n- word less than 11 characters gets -5 point\n\nWords:\n- firearm\n- hit\n- button\n- rush\n\nPrint only the answer.", "session_0643": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with chu and ends with an gets 10 points\n- add 25 points if there exists 's' in the word\n\nWords:\n- mass\n- worst\n- cotton\n- whoever\n- say\n\nPrint only the answer.", "session_0644": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 3 characters gets -65 point\n- word starts with st and ends with ne gets -100 point\n- add 45 points if there exists 'o' in the word\n\nWords:\n- dvd\n- shot\n- slavery\n- connect\n- shy\n\nPrint only the answer.", "session_0645": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters but not equal to 6 characters gets 40 points\n- every vowel right after a consonant gets 90 points\n\nWords:\n- sea\n- kid\n- dirt\n- landmark\n- joy\n\nPrint only the answer.", "session_0646": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with co and ends with e gets -45 point\n- word more than 2 characters and less than 5 characters but not equal to 3 characters gets 85 points\n- every vowel right after a consonant gets 100 points\n- add 75 points if there exists 'cr' in the word\n\nWords:\n- son\n- creator\n- help\n- reader\n- app\n- provoke\n\nPrint only the answer.", "session_0647": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 's' in the word\n- word starts with rec and ends with ly gets -50 point\n- word not equal to 9 characters gets 70 points\n- every 3 consecutive consonants gets 100 points\n\nWords:\n- avoid\n- evil\n- blank\n- family\n\nPrint only the answer.", "session_0648": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 35 points\n- word more than 5 characters gets -50 point\n\nWords:\n- tree\n- prompt\n- kiss\n- consume\n- amend\n\nPrint only the answer.", "session_0649": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with cal gets 60 points\n- word more than 6 characters but not equal to 8 characters gets -65 point\n- add 100 points if there exists 'ta' in the word\n- every pair of consecutive consonant gets -25 point\n\nWords:\n- courtesy\n- impact\n- female\n- dry\n- trace\n- superb\n\nPrint only the answer.", "session_0650": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with a gets 30 points\n- add -95 point if there exists 'i' in the word\n- every vowel gets 40 points\n- word less than 8 characters gets -20 point\n\nWords:\n- sadly\n- stamp\n- interval\n- rifle\n- compete\n- gross\n\nPrint only the answer.", "session_0651": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 55 points\n- word starts with pr and ends with e gets 85 points\n- word more than 8 characters and less than 11 characters but not equal to 9 characters gets -60 point\n- add 5 points if there exists 'ro' in the word\n\nWords:\n- visa\n- denote\n- call\n- stream\n- dirt\n- restrict\n\nPrint only the answer.", "session_0652": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with j and ends with ap gets -35 point\n- word not equal to 2 characters gets 55 points\n- add 75 points if there exists 'a' in the word\n\nWords:\n- cut\n- defend\n- bye\n- trauma\n- embark\n- abuse\n\nPrint only the answer.", "session_0653": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -55 point\n- word starts with de gets 60 points\n- word that has exactly 8 characters gets -90 point\n\nWords:\n- son\n- pleasure\n- index\n- size\n\nPrint only the answer.", "session_0654": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 3 characters gets -60 point\n- every consonant gets -10 point\n\nWords:\n- creative\n- spoil\n- priority\n- nose\n- post-war\n- password\n\nPrint only the answer.", "session_0655": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ch and ends with g gets -5 point\n- add 40 points if there exists 'e' in the word\n\nWords:\n- worse\n- sometime\n- local\n- medicine\n- invest\n\nPrint only the answer.", "session_0656": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with se and ends with y gets -25 point\n- word less than 8 characters but not equal to 2 characters gets 25 points\n- add 60 points if there exists exactly 1 'ns' in the word\n\nWords:\n- dancer\n- puzzle\n- host\n- tactic\n\nPrint only the answer.", "session_0657": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 15 points\n- word starts with w and ends with on gets -55 point\n- word less than 5 characters gets -10 point\n\nWords:\n- comprise\n- oil\n- miss\n- assess\n\nPrint only the answer.", "session_0658": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 1 'a' in the word\n- every 3 consecutive consonants gets 55 points\n\nWords:\n- replace\n- annually\n- finance\n- tongue\n\nPrint only the answer.", "session_0659": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with y gets -65 point\n- word not equal to 11 characters gets 85 points\n\nWords:\n- relax\n- vehicle\n- surface\n- ask\n\nPrint only the answer.", "session_0660": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 50 points\n- word starts with bru and ends with ike gets 35 points\n\nWords:\n- teenage\n- email\n- and\n- blame\n- stamp\n- low\n\nPrint only the answer.", "session_0661": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets 25 points\n- every 3 consecutive consonants gets 95 points\n- add 70 points if there exists exactly 2 'al' in the word\n- word ends with ke gets 60 points\n\nWords:\n- first\n- canal\n- lap\n- feedback\n- welfare\n\nPrint only the answer.", "session_0662": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with g gets 50 points\n- word more than 3 characters and less than 11 characters but not equal to 10 characters gets -65 point\n\nWords:\n- tactical\n- sanction\n- tribunal\n- tiny\n- solve\n- set-up\n\nPrint only the answer.", "session_0663": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 100 points\n- word starts with tha and ends with nly gets -45 point\n\nWords:\n- cannot\n- auto\n- bowl\n- vocal\n\nPrint only the answer.", "session_0664": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets 50 points\n- word starts with se and ends with ce gets 95 points\n\nWords:\n- sentence\n- service\n- sixty\n- him\n- cinema\n- scan\n\nPrint only the answer.", "session_0665": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists exactly 1 'oa' in the word\n- word starts with tid and ends with r gets -30 point\n\nWords:\n- coast\n- boat\n- ash\n- ash\n- lean\n- pupil\n\nPrint only the answer.", "session_0666": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters but not equal to 9 characters gets 60 points\n- word starts with hel gets -15 point\n\nWords:\n- helmet\n- helmet\n- single\n- engaged\n- decrease\n\nPrint only the answer.", "session_0667": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with dly gets 30 points\n- add 45 points if there exists exactly 2 'sh' in the word\n\nWords:\n- loudly\n- rapidly\n- though\n- manner\n- title\n- expected\n\nPrint only the answer.", "session_0668": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters gets 10 points\n- add 70 points if there exists exactly 2 'ne' in the word\n- every vowel right after a consonant gets 45 points\n\nWords:\n- visa\n- shelf\n- fly\n- overseas\n\nPrint only the answer.", "session_0669": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists 'e' in the word\n- word not equal to 4 characters gets -65 point\n\nWords:\n- key\n- external\n- yet\n- plane\n- hit\n- like\n\nPrint only the answer.", "session_0670": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 20 points\n- add 85 points if there exists exactly 2 'ob' in the word\n- word ends with e gets 65 points\n- word less than 5 characters gets -60 point\n\nWords:\n- ask\n- pain\n- routine\n- die\n- download\n\nPrint only the answer.", "session_0671": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with t gets -90 point\n- word not equal to 11 characters gets 100 points\n- every pair of consecutive consonant gets 30 points\n\nWords:\n- resign\n- tie\n- lecture\n- whoever\n\nPrint only the answer.", "session_0672": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -30 point\n- word that has exactly 6 characters gets -60 point\n- add -10 point if there exists exactly 1 'd' in the word\n\nWords:\n- wise\n- moderate\n- else\n- crash\n- broken\n- buck\n\nPrint only the answer.", "session_0673": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 3 characters gets -55 point\n- add -80 point if there exists 'le' in the word\n- word starts with cre gets -80 point\n- every vowel right after a consonant gets 75 points\n\nWords:\n- past\n- fourteen\n- refer\n- flat\n- test\n- coach\n\nPrint only the answer.", "session_0674": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -15 point if there exists exactly 1 'mo' in the word\n- word that has exactly 7 characters gets -35 point\n- word starts with en gets -30 point\n\nWords:\n- enquiry\n- thereby\n- off\n- sue\n- relieved\n\nPrint only the answer.", "session_0675": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 100 points\n- add 30 points if there exists 'mpl' in the word\n\nWords:\n- symptom\n- ruling\n- advice\n- club\n\nPrint only the answer.", "session_0676": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 15 points\n- word more than 4 characters gets -65 point\n- word ends with y gets -30 point\n\nWords:\n- bye\n- dinner\n- retire\n- aids\n\nPrint only the answer.", "session_0677": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with n gets -85 point\n- every pair of consecutive vowel gets 100 points\n- word more than 5 characters but not equal to 8 characters gets 55 points\n- add -95 point if there exists exactly 1 'l' in the word\n\nWords:\n- romance\n- curtain\n- reply\n- low\n- feedback\n- joy\n\nPrint only the answer.", "session_0678": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists exactly 1 'al' in the word\n- word more than 3 characters gets 25 points\n\nWords:\n- lord\n- decisive\n- pet\n- huge\n- colonial\n\nPrint only the answer.", "session_0679": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists 'r' in the word\n- word more than 5 characters and less than 9 characters but not equal to 8 characters gets -85 point\n- word starts with t and ends with t gets -90 point\n- every pair of consecutive consonant gets -60 point\n\nWords:\n- contrary\n- rebel\n- move\n- workout\n- input\n\nPrint only the answer.", "session_0680": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters but not equal to 6 characters gets 30 points\n- every pair of consecutive vowel gets 10 points\n\nWords:\n- council\n- lengthy\n- submit\n- badge\n- damaging\n\nPrint only the answer.", "session_0681": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters gets 65 points\n- every pair of consecutive vowel gets 5 points\n\nWords:\n- least\n- sir\n- exile\n- lethal\n\nPrint only the answer.", "session_0682": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 60 points\n- word starts with bat and ends with ar gets 35 points\n- word that has exactly 9 characters gets 40 points\n\nWords:\n- terms\n- explicit\n- embed\n- handling\n\nPrint only the answer.", "session_0683": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ket gets -40 point\n- every vowel gets -35 point\n- word more than 6 characters gets -75 point\n- add 100 points if there exists 'r' in the word\n\nWords:\n- plane\n- studio\n- assess\n- ease\n\nPrint only the answer.", "session_0684": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with res gets -100 point\n- add -25 point if there exists exactly 2 'ce' in the word\n\nWords:\n- response\n- restrict\n- project\n- habit\n\nPrint only the answer.", "session_0685": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 9 characters gets -10 point\n- word starts with no gets 40 points\n- every consonant gets 75 points\n- add 10 points if there exists 'i' in the word\n\nWords:\n- musical\n- shopping\n- base\n- wish\n- luxury\n- either\n\nPrint only the answer.", "session_0686": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 45 points\n- word starts with pr and ends with le gets -50 point\n- word not equal to 2 characters gets 70 points\n\nWords:\n- news\n- hear\n- roughly\n- year\n- egg\n- retrieve\n\nPrint only the answer.", "session_0687": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -5 point\n- add -90 point if there exists 'o' in the word\n- word not equal to 3 characters gets 75 points\n\nWords:\n- wide\n- fabric\n- darkness\n- mobilize\n- ethnic\n- asylum\n\nPrint only the answer.", "session_0688": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -25 point\n- word less than 9 characters gets -50 point\n\nWords:\n- industry\n- surgeon\n- lad\n- switch\n- fry\n\nPrint only the answer.", "session_0689": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with pon gets -80 point\n- every pair of consecutive vowel gets -95 point\n- add -10 point if there exists 'de' in the word\n- word not equal to 9 characters gets 85 points\n\nWords:\n- far\n- argument\n- breed\n- burn\n\nPrint only the answer.", "session_0690": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 1 'ti' in the word\n- word not equal to 4 characters gets 70 points\n- word starts with bo gets 90 points\n- every vowel right after a consonant gets -5 point\n\nWords:\n- ray\n- hip\n- film\n- faith\n- low\n- obesity\n\nPrint only the answer.", "session_0691": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with r gets 45 points\n- every consonant right after a vowel gets -10 point\n- add -45 point if there exists 'le' in the word\n- word more than 2 characters but not equal to 6 characters gets 75 points\n\nWords:\n- invasion\n- multiple\n- lately\n- ten\n\nPrint only the answer.", "session_0692": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 60 points\n- add 30 points if there exists 'no' in the word\n- word starts with ma and ends with py gets -40 point\n\nWords:\n- memorial\n- situated\n- practise\n- would\n- soar\n- summary\n\nPrint only the answer.", "session_0693": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -25 point if there exists exactly 2 'ti' in the word\n- word starts with t and ends with d gets 15 points\n\nWords:\n- thread\n- tired\n- car\n- besides\n- artistic\n\nPrint only the answer.", "session_0694": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters gets -80 point\n- word starts with dip gets 55 points\n- add 30 points if there exists exactly 1 'ly' in the word\n- every vowel gets 45 points\n\nWords:\n- dig\n- slide\n- contempt\n- belief\n- discard\n- fur\n\nPrint only the answer.", "session_0695": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 90 points\n- word more than 3 characters gets -90 point\n- add -80 point if there exists 'ft' in the word\n\nWords:\n- adjacent\n- scale\n- complain\n- pole\n- pop\n- sock\n\nPrint only the answer.", "session_0696": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 10 characters gets -5 point\n- add 55 points if there exists exactly 1 'lau' in the word\n- word starts with th and ends with e gets -80 point\n\nWords:\n- the\n- the\n- planning\n- burial\n- pointed\n- tolerate\n\nPrint only the answer.", "session_0697": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists exactly 2 't' in the word\n- word starts with br and ends with s gets -70 point\n\nWords:\n- latter\n- tactic\n- busy\n- sell\n- very\n\nPrint only the answer.", "session_0698": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -35 point if there exists 'ma' in the word\n- word less than 9 characters gets -75 point\n\nWords:\n- weave\n- amid\n- decline\n- locate\n\nPrint only the answer.", "session_0699": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with or gets -50 point\n- every 3 consecutive consonants gets 35 points\n- add 80 points if there exists exactly 1 'te' in the word\n- word not equal to 3 characters gets 55 points\n\nWords:\n- such\n- driver\n- danger\n- neck\n\nPrint only the answer.", "session_0700": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with c gets 30 points\n- word more than 5 characters and less than 8 characters gets 20 points\n- every vowel right after a consonant gets -70 point\n- add 55 points if there exists 'en' in the word\n\nWords:\n- vow\n- serial\n- decision\n- generate\n- probe\n\nPrint only the answer.", "session_0701": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 75 points\n- add -20 point if there exists 'my' in the word\n\nWords:\n- ending\n- cluster\n- ultimate\n- not\n\nPrint only the answer.", "session_0702": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with e and ends with yor gets 15 points\n- word more than 8 characters and less than 12 characters but not equal to 10 characters gets 100 points\n- every vowel right after a consonant gets -50 point\n\nWords:\n- detailed\n- cheerful\n- medium\n- flame\n- tomorrow\n- beef\n\nPrint only the answer.", "session_0703": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 10 points\n- word starts with sal and ends with ion gets -50 point\n- word more than 4 characters gets -50 point\n- add -10 point if there exists exactly 1 't' in the word\n\nWords:\n- include\n- settle\n- far\n- aspire\n- variety\n- caution\n\nPrint only the answer.", "session_0704": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ept gets -15 point\n- add 25 points if there exists 'r' in the word\n\nWords:\n- inform\n- critique\n- warning\n- soak\n- quick\n- marriage\n\nPrint only the answer.", "session_0705": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists exactly 2 'on' in the word\n- word less than 10 characters but not equal to 4 characters gets 90 points\n- every vowel right after a consonant gets -25 point\n- word ends with r gets -75 point\n\nWords:\n- ray\n- without\n- public\n- net\n- conclude\n- notable\n\nPrint only the answer.", "session_0706": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with n gets 85 points\n- every vowel right after a consonant gets 45 points\n- add 35 points if there exists 'al' in the word\n- word more than 3 characters but not equal to 4 characters gets 30 points\n\nWords:\n- boom\n- derive\n- religion\n- stake\n- cousin\n- logical\n\nPrint only the answer.", "session_0707": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nt gets 10 points\n- add 5 points if there exists 'a' in the word\n\nWords:\n- unusual\n- sandwich\n- creative\n- interest\n- infer\n- run\n\nPrint only the answer.", "session_0708": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -25 point\n- add 80 points if there exists exactly 1 'e' in the word\n- word starts with occ and ends with tom gets -75 point\n\nWords:\n- profile\n- yes\n- activate\n- let\n- forward\n- slightly\n\nPrint only the answer.", "session_0709": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -20 point\n- word more than 7 characters and less than 10 characters but not equal to 8 characters gets -55 point\n\nWords:\n- acre\n- homeless\n- definite\n- align\n- embrace\n- phone\n\nPrint only the answer.", "session_0710": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 90 points if there exists exactly 1 'n' in the word\n- word ends with r gets 30 points\n- word not equal to 6 characters gets -15 point\n\nWords:\n- wool\n- sort\n- produce\n- booking\n- delight\n- fact\n\nPrint only the answer.", "session_0711": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists exactly 2 'ro' in the word\n- every vowel right after a consonant gets 40 points\n- word that has exactly 5 characters gets -80 point\n- word ends with tly gets 80 points\n\nWords:\n- victory\n- era\n- value\n- admire\n- shallow\n- beast\n\nPrint only the answer.", "session_0712": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with w gets -100 point\n- word that has exactly 5 characters gets 70 points\n- every vowel right after a consonant gets -10 point\n- add 50 points if there exists exactly 2 'r' in the word\n\nWords:\n- officer\n- measure\n- sleep\n- naked\n- roughly\n\nPrint only the answer.", "session_0713": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 5 points\n- word more than 8 characters gets 40 points\n- word starts with im gets 85 points\n\nWords:\n- fate\n- invest\n- plan\n- restrict\n- troubled\n- residue\n\nPrint only the answer.", "session_0714": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 8 characters gets 55 points\n- every pair of consecutive vowel gets 15 points\n\nWords:\n- spy\n- tired\n- though\n- lane\n\nPrint only the answer.", "session_0715": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with kin gets -85 point\n- add -10 point if there exists exactly 1 'st' in the word\n\nWords:\n- steal\n- honesty\n- set\n- charge\n\nPrint only the answer.", "session_0716": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with co gets -100 point\n- add 60 points if there exists 'to' in the word\n- every pair of consecutive vowel gets -90 point\n\nWords:\n- rebuild\n- troubled\n- loose\n- protein\n- sue\n\nPrint only the answer.", "session_0717": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 6 characters gets 70 points\n- word starts with he gets -45 point\n- add 55 points if there exists 'ma' in the word\n- every pair of consecutive consonant gets 80 points\n\nWords:\n- day\n- recruit\n- sky\n- distant\n- uncle\n- well\n\nPrint only the answer.", "session_0718": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with opi and ends with l gets -40 point\n- every consonant gets -90 point\n- word more than 3 characters but not equal to 9 characters gets -50 point\n- add 40 points if there exists 'n' in the word\n\nWords:\n- climate\n- pit\n- blade\n- injured\n- advise\n\nPrint only the answer.", "session_0719": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'es' in the word\n- word less than 9 characters gets -50 point\n\nWords:\n- sexy\n- cup\n- definite\n- dozen\n- art\n\nPrint only the answer.", "session_0720": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'eg' in the word\n- word starts with pr gets 55 points\n\nWords:\n- segment\n- producer\n- offering\n- tell\n- evacuate\n- foot\n\nPrint only the answer.", "session_0721": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists 'de' in the word\n- word not equal to 9 characters gets 25 points\n- every vowel right after a consonant gets 40 points\n\nWords:\n- clear\n- learning\n- troop\n- width\n- lane\n\nPrint only the answer.", "session_0722": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters gets 50 points\n- word ends with er gets -20 point\n\nWords:\n- decade\n- fast\n- apology\n- wind\n- trigger\n\nPrint only the answer.", "session_0723": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with co gets -60 point\n- add -75 point if there exists exactly 1 'nd' in the word\n- every vowel right after a consonant gets 25 points\n- word not equal to 7 characters gets -70 point\n\nWords:\n- costly\n- embrace\n- precede\n- servant\n\nPrint only the answer.", "session_0724": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists 'igh' in the word\n- word more than 7 characters and less than 11 characters but not equal to 9 characters gets -35 point\n- word starts with obt gets 40 points\n\nWords:\n- perceive\n- surround\n- ceiling\n- crash\n\nPrint only the answer.", "session_0725": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets 70 points\n- add -95 point if there exists 'al' in the word\n- word starts with ne and ends with ng gets 85 points\n- every consonant right after a vowel gets 30 points\n\nWords:\n- portray\n- invoke\n- grin\n- contrary\n\nPrint only the answer.", "session_0726": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 11 characters gets -85 point\n- word ends with ce gets -10 point\n- add -20 point if there exists exactly 2 'b' in the word\n\nWords:\n- cheat\n- strictly\n- clinic\n- internet\n- hunger\n\nPrint only the answer.", "session_0727": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with wh and ends with ble gets -95 point\n- add -10 point if there exists exactly 1 'ib' in the word\n- every 3 consecutive vowels gets 50 points\n\nWords:\n- horrible\n- visible\n- nest\n- producer\n\nPrint only the answer.", "session_0728": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with oke gets -10 point\n- word more than 2 characters gets -25 point\n\nWords:\n- meet\n- sheet\n- premium\n- business\n\nPrint only the answer.", "session_0729": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -50 point\n- add 25 points if there exists 'l' in the word\n- word ends with n gets 75 points\n\nWords:\n- july\n- soccer\n- denounce\n- profound\n\nPrint only the answer.", "session_0730": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 1 'r' in the word\n- word that has exactly 11 characters gets -90 point\n- word starts with w gets -55 point\n\nWords:\n- danger\n- air\n- penny\n- taxi\n- merit\n\nPrint only the answer.", "session_0731": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 5 points\n- word more than 6 characters and less than 12 characters gets 30 points\n\nWords:\n- piece\n- december\n- password\n- smoking\n- legend\n\nPrint only the answer.", "session_0732": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 1 'nch' in the word\n- word starts with tr and ends with ant gets -55 point\n- word not equal to 10 characters gets 70 points\n- every pair of consecutive vowel gets 10 points\n\nWords:\n- nowadays\n- concrete\n- crazy\n- weather\n\nPrint only the answer.", "session_0733": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -80 point\n- word starts with la and ends with re gets -100 point\n- add -20 point if there exists exactly 2 's' in the word\n- word more than 4 characters and less than 11 characters but not equal to 8 characters gets -5 point\n\nWords:\n- boost\n- booking\n- true\n- pan\n\nPrint only the answer.", "session_0734": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 45 points\n- word less than 5 characters but not equal to 4 characters gets -45 point\n\nWords:\n- risky\n- mediate\n- action\n- visible\n- project\n- screen\n\nPrint only the answer.", "session_0735": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -100 point if there exists exactly 2 'hir' in the word\n- word that has exactly 5 characters gets 55 points\n- every pair of consecutive consonant gets 65 points\n\nWords:\n- clinic\n- bulk\n- unusual\n- strip\n- terms\n\nPrint only the answer.", "session_0736": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 6 characters gets 50 points\n- word starts with pro and ends with ng gets 65 points\n- add -90 point if there exists 'tu' in the word\n- every vowel gets -95 point\n\nWords:\n- striking\n- born\n- gather\n- used\n- ski\n- rob\n\nPrint only the answer.", "session_0737": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ess gets -10 point\n- every pair of consecutive vowel gets -80 point\n- word more than 3 characters and less than 10 characters but not equal to 8 characters gets 50 points\n- add 35 points if there exists exactly 1 'ir' in the word\n\nWords:\n- reader\n- weekly\n- name\n- retrieve\n- master\n- king\n\nPrint only the answer.", "session_0738": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists 're' in the word\n- every vowel gets -50 point\n\nWords:\n- low\n- reach\n- plenty\n- roll\n\nPrint only the answer.", "session_0739": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -70 point\n- add -100 point if there exists 'w' in the word\n- word ends with ic gets 25 points\n\nWords:\n- neutral\n- bye\n- away\n- category\n\nPrint only the answer.", "session_0740": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -55 point if there exists 'c' in the word\n- word less than 6 characters gets -85 point\n- word starts with s and ends with on gets 90 points\n\nWords:\n- top\n- could\n- enquire\n- balanced\n- tea\n- cake\n\nPrint only the answer.", "session_0741": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with nge gets 75 points\n- word more than 6 characters but not equal to 9 characters gets -85 point\n- add 90 points if there exists 'n' in the word\n\nWords:\n- contain\n- testing\n- rebel\n- dip\n\nPrint only the answer.", "session_0742": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with on gets -40 point\n- add 85 points if there exists 'a' in the word\n\nWords:\n- aim\n- audit\n- beam\n- lie\n- portrait\n\nPrint only the answer.", "session_0743": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 5 characters and less than 9 characters but not equal to 8 characters gets -70 point\n- add -55 point if there exists exactly 1 'rs' in the word\n\nWords:\n- respond\n- delight\n- wrap\n- frog\n- yet\n- lend\n\nPrint only the answer.", "session_0744": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists 'h' in the word\n- every vowel right after a consonant gets 25 points\n\nWords:\n- sing\n- note\n- familiar\n- proof\n- too\n\nPrint only the answer.", "session_0745": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with d gets -100 point\n- add 20 points if there exists 'dl' in the word\n- word that has exactly 7 characters gets -30 point\n\nWords:\n- abolish\n- trainer\n- dad\n- opposite\n- disturb\n\nPrint only the answer.", "session_0746": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -45 point\n- word starts with o and ends with rol gets 5 points\n- add 20 points if there exists 'e' in the word\n\nWords:\n- fade\n- side\n- feminist\n- web\n\nPrint only the answer.", "session_0747": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists exactly 2 'e' in the word\n- every pair of consecutive vowel gets 30 points\n- word more than 3 characters and less than 8 characters but not equal to 7 characters gets 85 points\n- word starts with ban and ends with wn gets 5 points\n\nWords:\n- nice\n- avoid\n- through\n- warning\n- glorious\n\nPrint only the answer.", "session_0748": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 100 points\n- word that has exactly 4 characters gets 70 points\n\nWords:\n- voice\n- parade\n- false\n- tablet\n- pioneer\n\nPrint only the answer.", "session_0749": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with o and ends with y gets 80 points\n- every consonant right after a vowel gets 15 points\n- add 80 points if there exists exactly 1 'l' in the word\n\nWords:\n- attack\n- kid\n- privacy\n- app\n- both\n\nPrint only the answer.", "session_0750": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -30 point\n- word not equal to 8 characters gets -5 point\n\nWords:\n- pioneer\n- second\n- variable\n- november\n\nPrint only the answer.", "session_0751": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists exactly 1 'cc' in the word\n- word less than 9 characters gets 10 points\n- every pair of consecutive vowel gets -85 point\n\nWords:\n- bird\n- penalty\n- crucial\n- bat\n- join\n\nPrint only the answer.", "session_0752": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with un gets 5 points\n- word less than 9 characters gets 75 points\n\nWords:\n- spoil\n- pose\n- sit\n- presence\n- grasp\n\nPrint only the answer.", "session_0753": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 10 points\n- word starts with rem and ends with ay gets -55 point\n- add -95 point if there exists exactly 1 'ho' in the word\n- word less than 11 characters gets -65 point\n\nWords:\n- implicit\n- who\n- smash\n- describe\n\nPrint only the answer.", "session_0754": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ty gets 60 points\n- every pair of consecutive vowel gets 60 points\n- word not equal to 4 characters gets 65 points\n- add -80 point if there exists exactly 1 'u' in the word\n\nWords:\n- forward\n- free\n- cause\n- catch\n- tube\n\nPrint only the answer.", "session_0755": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -45 point\n- add 95 points if there exists exactly 2 'ar' in the word\n- word more than 2 characters and less than 11 characters gets -90 point\n- word ends with t gets -20 point\n\nWords:\n- set\n- secondly\n- january\n- extract\n- thousand\n- indoors\n\nPrint only the answer.", "session_0756": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ima and ends with e gets 25 points\n- add 25 points if there exists 'it' in the word\n- every pair of consecutive consonant gets -45 point\n\nWords:\n- firstly\n- own\n- island\n- dollar\n- reside\n- idiot\n\nPrint only the answer.", "session_0757": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 1 'd' in the word\n- word not equal to 4 characters gets -75 point\n- every consonant gets -20 point\n\nWords:\n- export\n- remains\n- lot\n- holy\n\nPrint only the answer.", "session_0758": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 7 characters gets -65 point\n- every vowel gets 80 points\n- word ends with d gets 45 points\n- add 50 points if there exists exactly 2 's' in the word\n\nWords:\n- align\n- worth\n- get\n- not\n- key\n\nPrint only the answer.", "session_0759": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with m and ends with y gets -65 point\n- add -65 point if there exists 'p' in the word\n- word more than 4 characters and less than 11 characters gets 25 points\n\nWords:\n- alike\n- ethnic\n- frequent\n- type\n- have\n- rock\n\nPrint only the answer.", "session_0760": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ion gets -15 point\n- add -75 point if there exists 'ro' in the word\n- word that has exactly 4 characters gets -45 point\n- every consonant right after a vowel gets -85 point\n\nWords:\n- raise\n- deem\n- ongoing\n- far\n- distinct\n\nPrint only the answer.", "session_0761": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists exactly 2 'ba' in the word\n- word starts with ca and ends with n gets 60 points\n- word less than 6 characters but not equal to 3 characters gets -45 point\n\nWords:\n- holy\n- saint\n- credit\n- slave\n- brick\n- gig\n\nPrint only the answer.", "session_0762": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists exactly 2 'm' in the word\n- every vowel right after a consonant gets -50 point\n\nWords:\n- induce\n- calm\n- delay\n- brief\n\nPrint only the answer.", "session_0763": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 10 characters gets -40 point\n- every vowel gets -100 point\n- word starts with thi gets -60 point\n\nWords:\n- supreme\n- employee\n- feat\n- date\n- cry\n\nPrint only the answer.", "session_0764": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters but not equal to 6 characters gets -20 point\n- every consonant gets 75 points\n- word starts with b gets -75 point\n- add -65 point if there exists exactly 1 'ed' in the word\n\nWords:\n- video\n- reader\n- evolve\n- enemy\n- brown\n\nPrint only the answer.", "session_0765": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -75 point\n- word not equal to 4 characters gets -45 point\n\nWords:\n- touch\n- end\n- deep\n- outcome\n\nPrint only the answer.", "session_0766": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists 'uc' in the word\n- word less than 10 characters gets 25 points\n\nWords:\n- distant\n- chronic\n- fabulous\n- stake\n\nPrint only the answer.", "session_0767": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 50 points if there exists 'l' in the word\n- word more than 6 characters and less than 10 characters gets 5 points\n- word ends with ic gets -10 point\n\nWords:\n- ceiling\n- later\n- app\n- teacher\n- relation\n\nPrint only the answer.", "session_0768": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters and less than 12 characters gets -20 point\n- word starts with wor and ends with hip gets -55 point\n- add -60 point if there exists 'sku' in the word\n\nWords:\n- talented\n- chemical\n- encode\n- grasp\n- circuit\n- stress\n\nPrint only the answer.", "session_0769": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 8 characters gets 95 points\n- add -20 point if there exists exactly 2 's' in the word\n- word starts with hea and ends with er gets 55 points\n\nWords:\n- oil\n- excuse\n- progress\n- ring\n- trouble\n\nPrint only the answer.", "session_0770": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -30 point if there exists exactly 2 't' in the word\n- every consonant gets -5 point\n- word ends with rt gets -70 point\n\nWords:\n- planet\n- operator\n- directly\n- trap\n- envelope\n\nPrint only the answer.", "session_0771": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -30 point\n- word not equal to 5 characters gets 75 points\n- add -20 point if there exists 'ir' in the word\n- word starts with pr gets 45 points\n\nWords:\n- vitamin\n- liberal\n- cut\n- united\n- length\n- response\n\nPrint only the answer.", "session_0772": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -45 point\n- word ends with ery gets 75 points\n\nWords:\n- sea\n- shoe\n- troop\n- weight\n- cemetery\n- enormous\n\nPrint only the answer.", "session_0773": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 5 points if there exists exactly 1 'li' in the word\n- word not equal to 11 characters gets -10 point\n- every vowel right after a consonant gets -55 point\n\nWords:\n- cow\n- sudden\n- twelve\n- accent\n- sigh\n\nPrint only the answer.", "session_0774": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 50 points\n- word starts with fut and ends with nt gets 90 points\n\nWords:\n- missing\n- sin\n- king\n- distract\n- born\n- cheap\n\nPrint only the answer.", "session_0775": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 70 points\n- add -90 point if there exists exactly 1 'avi' in the word\n- word starts with po gets -55 point\n\nWords:\n- rob\n- down\n- record\n- shaped\n- keen\n\nPrint only the answer.", "session_0776": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -20 point\n- word starts with un and ends with any gets -45 point\n- add -90 point if there exists exactly 2 've' in the word\n\nWords:\n- summer\n- nursery\n- varied\n- blessing\n- comic\n\nPrint only the answer.", "session_0777": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 95 points\n- word not equal to 10 characters gets 70 points\n- add -80 point if there exists 'unt' in the word\n\nWords:\n- draft\n- giant\n- fun\n- romance\n- sun\n- misery\n\nPrint only the answer.", "session_0778": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters and less than 9 characters gets -95 point\n- word starts with liv gets 35 points\n\nWords:\n- disagree\n- deposit\n- piano\n- exactly\n\nPrint only the answer.", "session_0779": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 15 points\n- add -65 point if there exists exactly 1 't' in the word\n- word starts with ali and ends with no gets -85 point\n\nWords:\n- boy\n- blow\n- relate\n- minimize\n- confine\n\nPrint only the answer.", "session_0780": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with re gets 85 points\n- every pair of consecutive vowel gets 100 points\n- add -55 point if there exists 'wo' in the word\n\nWords:\n- poison\n- our\n- car\n- tension\n\nPrint only the answer.", "session_0781": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 55 points\n- word that has exactly 8 characters gets -85 point\n\nWords:\n- promise\n- employee\n- may\n- inherent\n- liberal\n- adjacent\n\nPrint only the answer.", "session_0782": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with det gets 15 points\n- word less than 6 characters gets 85 points\n- every pair of consecutive consonant gets -85 point\n- add -50 point if there exists exactly 2 'lo' in the word\n\nWords:\n- top\n- delay\n- march\n- radar\n- problem\n\nPrint only the answer.", "session_0783": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -100 point if there exists 'c' in the word\n- every consonant right after a vowel gets -70 point\n- word less than 5 characters but not equal to 3 characters gets -95 point\n\nWords:\n- cute\n- among\n- craft\n- top\n\nPrint only the answer.", "session_0784": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets 10 points\n- every 3 consecutive consonants gets 60 points\n\nWords:\n- eight\n- rebuild\n- suddenly\n- though\n\nPrint only the answer.", "session_0785": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with inh and ends with on gets 90 points\n- every 3 consecutive consonants gets 85 points\n- add -20 point if there exists exactly 1 'a' in the word\n- word that has exactly 11 characters gets 20 points\n\nWords:\n- illness\n- treasure\n- gaze\n- strictly\n- wipe\n- displace\n\nPrint only the answer.", "session_0786": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 80 points if there exists 'was' in the word\n- word starts with ma and ends with ol gets -35 point\n- every pair of consecutive consonant gets 65 points\n\nWords:\n- identify\n- cloud\n- tell\n- marine\n\nPrint only the answer.", "session_0787": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets -70 point\n- add -70 point if there exists 'io' in the word\n\nWords:\n- regional\n- glorious\n- web\n- shoot\n- validate\n\nPrint only the answer.", "session_0788": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 50 points if there exists 'ppe' in the word\n- every 3 consecutive vowels gets -85 point\n- word that has exactly 10 characters gets 40 points\n- word starts with low and ends with ual gets -60 point\n\nWords:\n- happen\n- pepper\n- cut\n- handling\n- summary\n\nPrint only the answer.", "session_0789": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists exactly 2 'co' in the word\n- word more than 2 characters but not equal to 6 characters gets 55 points\n- every consonant right after a vowel gets -55 point\n- word starts with ha gets 45 points\n\nWords:\n- ministry\n- handy\n- rhetoric\n- audio\n- agency\n- horn\n\nPrint only the answer.", "session_0790": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 8 characters gets -40 point\n- word starts with que gets 45 points\n- add 85 points if there exists exactly 2 'a' in the word\n\nWords:\n- strategy\n- creative\n- spam\n- pad\n- rat\n- blow\n\nPrint only the answer.", "session_0791": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 90 points\n- add -80 point if there exists exactly 2 'a' in the word\n- word more than 6 characters and less than 12 characters gets -50 point\n- word starts with sch gets -55 point\n\nWords:\n- line\n- war\n- shooting\n- length\n- conduct\n\nPrint only the answer.", "session_0792": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 10 characters gets -65 point\n- every pair of consecutive consonant gets 100 points\n\nWords:\n- morning\n- validity\n- employ\n- medal\n- spring\n- burden\n\nPrint only the answer.", "session_0793": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 45 points if there exists 'ct' in the word\n- every vowel gets -100 point\n- word starts with s gets 70 points\n- word that has exactly 9 characters gets 90 points\n\nWords:\n- hunting\n- large\n- era\n- humorous\n\nPrint only the answer.", "session_0794": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 55 points\n- add 70 points if there exists exactly 2 'a' in the word\n- word less than 8 characters gets -70 point\n\nWords:\n- cup\n- they\n- contact\n- fork\n\nPrint only the answer.", "session_0795": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters but not equal to 5 characters gets 85 points\n- word ends with ial gets 25 points\n- every vowel gets 35 points\n\nWords:\n- vow\n- bright\n- off\n- floor\n- inform\n\nPrint only the answer.", "session_0796": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with fl gets -20 point\n- add 65 points if there exists exactly 2 'mm' in the word\n- word not equal to 2 characters gets -80 point\n\nWords:\n- tough\n- variance\n- actually\n- portion\n\nPrint only the answer.", "session_0797": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -95 point\n- word less than 12 characters but not equal to 7 characters gets -15 point\n- word starts with cou gets -25 point\n\nWords:\n- kid\n- dig\n- tag\n- seldom\n- hole\n\nPrint only the answer.", "session_0798": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with flo and ends with y gets 55 points\n- word less than 8 characters gets 10 points\n- every consonant right after a vowel gets -5 point\n\nWords:\n- earn\n- bus\n- viable\n- finish\n\nPrint only the answer.", "session_0799": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets 80 points\n- word starts with c gets 75 points\n\nWords:\n- critique\n- coloured\n- scream\n- lunch\n- drain\n- fur\n\nPrint only the answer.", "session_0800": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists 'ma' in the word\n- every vowel right after a consonant gets 35 points\n- word not equal to 5 characters gets -75 point\n\nWords:\n- academy\n- headache\n- cue\n- feminist\n\nPrint only the answer.", "session_0801": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets -40 point\n- word ends with k gets 20 points\n- add -80 point if there exists exactly 1 'ct' in the word\n\nWords:\n- bet\n- palace\n- singing\n- element\n- grow\n- memoir\n\nPrint only the answer.", "session_0802": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 40 points\n- add 45 points if there exists exactly 2 'b' in the word\n- word starts with lo gets -60 point\n- word more than 2 characters gets -20 point\n\nWords:\n- hydrogen\n- tonne\n- seven\n- artwork\n\nPrint only the answer.", "session_0803": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -30 point if there exists 'r' in the word\n- word starts with lot gets -20 point\n- word more than 4 characters but not equal to 5 characters gets -80 point\n- every pair of consecutive consonant gets -50 point\n\nWords:\n- voting\n- penny\n- spill\n- starve\n- vanish\n\nPrint only the answer.", "session_0804": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with on gets -10 point\n- every vowel gets 50 points\n- word more than 6 characters gets 25 points\n\nWords:\n- due\n- delicate\n- slope\n- guy\n\nPrint only the answer.", "session_0805": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -70 point\n- word less than 10 characters gets -50 point\n- word ends with s gets -85 point\n- add 95 points if there exists exactly 2 'i' in the word\n\nWords:\n- joy\n- arise\n- dig\n- rare\n\nPrint only the answer.", "session_0806": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with p and ends with tom gets -60 point\n- word more than 7 characters but not equal to 11 characters gets -65 point\n\nWords:\n- quantity\n- defender\n- strain\n- blow\n- dig\n\nPrint only the answer.", "session_0807": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 40 points if there exists exactly 2 'j' in the word\n- every pair of consecutive vowel gets 95 points\n- word more than 3 characters and less than 7 characters but not equal to 5 characters gets -25 point\n- word starts with sum and ends with ul gets 85 points\n\nWords:\n- outing\n- joke\n- negative\n- third\n- graphic\n\nPrint only the answer.", "session_0808": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 35 points if there exists 'p' in the word\n- word starts with s gets -75 point\n- word that has exactly 6 characters gets -75 point\n- every pair of consecutive consonant gets 80 points\n\nWords:\n- after\n- teaching\n- end\n- segment\n\nPrint only the answer.", "session_0809": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 35 points\n- word starts with f gets 55 points\n- word more than 7 characters gets -80 point\n- add 45 points if there exists 'c' in the word\n\nWords:\n- distance\n- pain\n- carriage\n- reduce\n- funeral\n- exciting\n\nPrint only the answer.", "session_0810": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -100 point\n- word more than 7 characters gets 95 points\n- word starts with pu and ends with w gets 95 points\n- add -90 point if there exists exactly 1 'd' in the word\n\nWords:\n- ambition\n- day\n- archive\n- mad\n- try\n\nPrint only the answer.", "session_0811": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters gets 50 points\n- every consonant gets -25 point\n- word starts with m and ends with t gets -40 point\n\nWords:\n- rival\n- folk\n- lip\n- straight\n- one\n- decrease\n\nPrint only the answer.", "session_0812": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists exactly 2 'e' in the word\n- every pair of consecutive consonant gets 100 points\n- word starts with she gets -40 point\n\nWords:\n- harmony\n- wound\n- capacity\n- treaty\n\nPrint only the answer.", "session_0813": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 6 characters gets -95 point\n- add 35 points if there exists 'p' in the word\n\nWords:\n- precede\n- protein\n- port\n- flu\n\nPrint only the answer.", "session_0814": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 65 points\n- add 15 points if there exists exactly 2 'igh' in the word\n\nWords:\n- contract\n- alter\n- bone\n- tendency\n- battery\n\nPrint only the answer.", "session_0815": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with er gets -30 point\n- word not equal to 6 characters gets 25 points\n- add -30 point if there exists 'i' in the word\n\nWords:\n- donation\n- theme\n- path\n- become\n- ban\n- inflict\n\nPrint only the answer.", "session_0816": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with esh gets -20 point\n- every vowel right after a consonant gets -15 point\n\nWords:\n- tea\n- pretend\n- waiter\n- deputy\n\nPrint only the answer.", "session_0817": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -25 point\n- add 75 points if there exists exactly 1 'ca' in the word\n\nWords:\n- shop\n- sweep\n- domestic\n- weak\n- venue\n\nPrint only the answer.", "session_0818": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with any gets -35 point\n- every consonant right after a vowel gets -35 point\n- add 15 points if there exists 'co' in the word\n\nWords:\n- invite\n- defeat\n- guidance\n- nod\n\nPrint only the answer.", "session_0819": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 8 characters gets -40 point\n- every pair of consecutive consonant gets -15 point\n- word ends with p gets -45 point\n\nWords:\n- dirty\n- faith\n- midst\n- await\n- curved\n- sample\n\nPrint only the answer.", "session_0820": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters but not equal to 2 characters gets -55 point\n- every consonant right after a vowel gets 35 points\n- word starts with fre gets -55 point\n\nWords:\n- life\n- aide\n- variable\n- bother\n- sight\n\nPrint only the answer.", "session_0821": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with com gets -60 point\n- word more than 3 characters and less than 10 characters gets 55 points\n- every consonant right after a vowel gets -65 point\n\nWords:\n- exactly\n- thirty\n- hole\n- anxiety\n\nPrint only the answer.", "session_0822": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 20 points\n- word not equal to 7 characters gets 80 points\n- add -15 point if there exists exactly 2 'co' in the word\n- word ends with ion gets 60 points\n\nWords:\n- herb\n- she\n- wrong\n- create\n- hand\n\nPrint only the answer.", "session_0823": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 7 characters gets 5 points\n- every pair of consecutive consonant gets -25 point\n\nWords:\n- browser\n- border\n- linger\n- survivor\n- milk\n\nPrint only the answer.", "session_0824": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel gets 90 points\n- word starts with ini gets -75 point\n- word more than 3 characters and less than 12 characters but not equal to 6 characters gets -70 point\n- add -95 point if there exists exactly 1 'ort' in the word\n\nWords:\n- priority\n- mature\n- notice\n- refer\n- button\n- pay\n\nPrint only the answer.", "session_0825": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -75 point if there exists 'g' in the word\n- every pair of consecutive vowel gets -95 point\n- word more than 4 characters but not equal to 7 characters gets -30 point\n- word ends with e gets 35 points\n\nWords:\n- accurate\n- bye\n- cup\n- around\n- peaceful\n\nPrint only the answer.", "session_0826": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 40 points if there exists 'dy' in the word\n- word less than 8 characters but not equal to 5 characters gets 50 points\n- word starts with f and ends with t gets 85 points\n- every pair of consecutive vowel gets -45 point\n\nWords:\n- add\n- lip\n- any\n- drift\n\nPrint only the answer.", "session_0827": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 6 characters but not equal to 3 characters gets -25 point\n- add 50 points if there exists 'nt' in the word\n- every 3 consecutive vowels gets -60 point\n- word starts with s and ends with ply gets -100 point\n\nWords:\n- path\n- very\n- guitar\n- mixed\n- borrow\n- fresh\n\nPrint only the answer.", "session_0828": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters but not equal to 5 characters gets -20 point\n- add -40 point if there exists exactly 2 'h' in the word\n- every vowel gets -55 point\n- word starts with te and ends with ng gets 45 points\n\nWords:\n- wooden\n- artwork\n- atrocity\n- romantic\n- relevant\n- age\n\nPrint only the answer.", "session_0829": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with u and ends with are gets -80 point\n- add 60 points if there exists 'd' in the word\n\nWords:\n- amend\n- educate\n- receipt\n- probe\n\nPrint only the answer.", "session_0830": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 1 'al' in the word\n- word starts with voc gets -75 point\n\nWords:\n- male\n- casualty\n- egg\n- alert\n- distant\n- save\n\nPrint only the answer.", "session_0831": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists exactly 2 'i' in the word\n- word ends with n gets -20 point\n- every consonant right after a vowel gets 40 points\n\nWords:\n- variable\n- memorial\n- net\n- switch\n\nPrint only the answer.", "session_0832": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 9 characters but not equal to 6 characters gets 45 points\n- add 70 points if there exists exactly 1 'no' in the word\n- every vowel right after a consonant gets 95 points\n\nWords:\n- shot\n- every\n- fighting\n- mobilize\n- garage\n- plea\n\nPrint only the answer.", "session_0833": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 5 points\n- word that has exactly 7 characters gets -25 point\n- add -5 point if there exists exactly 2 'pe' in the word\n\nWords:\n- varied\n- summit\n- egg\n- specific\n- spectrum\n- tag\n\nPrint only the answer.", "session_0834": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 6 characters gets -70 point\n- word ends with nce gets -55 point\n- every vowel right after a consonant gets -30 point\n- add -30 point if there exists exactly 1 'ki' in the word\n\nWords:\n- poison\n- drain\n- duration\n- mood\n- identify\n\nPrint only the answer.", "session_0835": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 6 characters but not equal to 11 characters gets -10 point\n- every consonant gets -90 point\n- word starts with m gets -45 point\n- add 60 points if there exists exactly 2 'ia' in the word\n\nWords:\n- him\n- priority\n- object\n- retain\n- abandon\n- confirm\n\nPrint only the answer.", "session_0836": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with sw and ends with k gets -30 point\n- every vowel gets 75 points\n- word not equal to 7 characters gets -30 point\n\nWords:\n- copy\n- reserve\n- maybe\n- hostage\n\nPrint only the answer.", "session_0837": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 90 points\n- word starts with mi gets -70 point\n- word less than 9 characters gets 35 points\n\nWords:\n- struggle\n- surgical\n- arm\n- night\n- gravity\n\nPrint only the answer.", "session_0838": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 6 characters gets -55 point\n- every consonant right after a vowel gets 15 points\n\nWords:\n- singing\n- pub\n- curve\n- adopt\n- probably\n\nPrint only the answer.", "session_0839": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets -85 point\n- word that has exactly 6 characters gets -30 point\n- word starts with met gets -65 point\n- add -25 point if there exists 'i' in the word\n\nWords:\n- ratio\n- marriage\n- coincide\n- sleep\n\nPrint only the answer.", "session_0840": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 45 points\n- add -40 point if there exists exactly 2 'oo' in the word\n\nWords:\n- relevant\n- straight\n- disaster\n- dad\n- vast\n- unfair\n\nPrint only the answer.", "session_0841": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -65 point\n- add 20 points if there exists exactly 1 'ra' in the word\n- word starts with s and ends with d gets -45 point\n\nWords:\n- toxic\n- crown\n- fifth\n- symbol\n- review\n- refugee\n\nPrint only the answer.", "session_0842": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters but not equal to 6 characters gets 50 points\n- word starts with st and ends with e gets 55 points\n- every vowel right after a consonant gets -50 point\n- add 100 points if there exists 'la' in the word\n\nWords:\n- title\n- melody\n- some\n- vitamin\n- weed\n\nPrint only the answer.", "session_0843": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters but not equal to 4 characters gets 45 points\n- every pair of consecutive vowel gets -10 point\n\nWords:\n- ritual\n- tackle\n- find\n- accuracy\n\nPrint only the answer.", "session_0844": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets 5 points\n- word starts with p and ends with l gets 60 points\n- word more than 2 characters and less than 7 characters gets -5 point\n- add 60 points if there exists 'olu' in the word\n\nWords:\n- spill\n- kid\n- climate\n- mum\n- sailor\n\nPrint only the answer.", "session_0845": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists 'ge' in the word\n- every pair of consecutive consonant gets 90 points\n\nWords:\n- realm\n- practise\n- ski\n- firm\n\nPrint only the answer.", "session_0846": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ion gets -60 point\n- word not equal to 4 characters gets 85 points\n- add -5 point if there exists 'pan' in the word\n- every vowel right after a consonant gets 60 points\n\nWords:\n- piece\n- company\n- cross\n- sphere\n- dress\n\nPrint only the answer.", "session_0847": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with er gets -10 point\n- every vowel right after a consonant gets 90 points\n- word less than 10 characters gets 25 points\n- add -80 point if there exists exactly 1 'i' in the word\n\nWords:\n- forward\n- drought\n- precise\n- landlord\n- customer\n\nPrint only the answer.", "session_0848": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 70 points\n- add 5 points if there exists exactly 2 'p' in the word\n- word starts with ar and ends with e gets -65 point\n\nWords:\n- permit\n- suffer\n- disease\n- multiple\n\nPrint only the answer.", "session_0849": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with n gets -25 point\n- add 35 points if there exists exactly 1 'c' in the word\n\nWords:\n- exotic\n- portion\n- variance\n- kidnap\n- sole\n\nPrint only the answer.", "session_0850": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 85 points if there exists exactly 1 's' in the word\n- word more than 5 characters gets -25 point\n\nWords:\n- stake\n- overseas\n- red\n- catch\n- ballot\n\nPrint only the answer.", "session_0851": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ope gets -25 point\n- add 70 points if there exists 'e' in the word\n\nWords:\n- intimate\n- missile\n- buy\n- auto\n\nPrint only the answer.", "session_0852": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ey gets 60 points\n- word less than 11 characters gets 30 points\n\nWords:\n- silver\n- execute\n- acre\n- dull\n\nPrint only the answer.", "session_0853": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with t and ends with irm gets 85 points\n- add 75 points if there exists 'o' in the word\n- word more than 3 characters but not equal to 7 characters gets -55 point\n- every pair of consecutive consonant gets 30 points\n\nWords:\n- embed\n- charter\n- intact\n- seal\n- protein\n- bad\n\nPrint only the answer.", "session_0854": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 9 characters gets -25 point\n- add -50 point if there exists exactly 1 'mi' in the word\n\nWords:\n- blend\n- icon\n- rating\n- holiday\n- width\n- ideology\n\nPrint only the answer.", "session_0855": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ce gets -20 point\n- word that has exactly 5 characters gets 15 points\n- every vowel gets 15 points\n\nWords:\n- fruit\n- allege\n- now\n- depth\n\nPrint only the answer.", "session_0856": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with s gets 65 points\n- add 55 points if there exists exactly 2 'ty' in the word\n\nWords:\n- press\n- success\n- highway\n- situated\n- scheme\n- hard\n\nPrint only the answer.", "session_0857": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -95 point\n- word starts with ro gets -5 point\n\nWords:\n- rod\n- rod\n- business\n- speaker\n- why\n- bit\n\nPrint only the answer.", "session_0858": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ion gets 45 points\n- every consonant gets 60 points\n- add 75 points if there exists 'c' in the word\n\nWords:\n- save\n- male\n- fairly\n- wet\n- propose\n\nPrint only the answer.", "session_0859": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with rby gets 10 points\n- word that has exactly 3 characters gets -60 point\n\nWords:\n- fit\n- cry\n- pack\n- paint\n- location\n\nPrint only the answer.", "session_0860": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters gets 100 points\n- add 40 points if there exists 'd' in the word\n- every 3 consecutive vowels gets -50 point\n\nWords:\n- deep\n- declare\n- pen\n- penalty\n- reject\n\nPrint only the answer.", "session_0861": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with in and ends with ke gets 70 points\n- every pair of consecutive consonant gets -10 point\n- word more than 2 characters but not equal to 3 characters gets -85 point\n\nWords:\n- denial\n- drown\n- mad\n- problem\n- sock\n- soil\n\nPrint only the answer.", "session_0862": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 45 points if there exists exactly 2 'ir' in the word\n- word starts with la and ends with nce gets -60 point\n- every consonant right after a vowel gets 25 points\n\nWords:\n- pipeline\n- drift\n- extract\n- writing\n- load\n- moral\n\nPrint only the answer.", "session_0863": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 35 points\n- add -35 point if there exists exactly 2 'n' in the word\n- word more than 3 characters and less than 8 characters but not equal to 7 characters gets 20 points\n- word starts with c gets 45 points\n\nWords:\n- sink\n- silver\n- yourself\n- ball\n- maths\n- along\n\nPrint only the answer.", "session_0864": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with c gets -60 point\n- word that has exactly 10 characters gets 35 points\n- every vowel right after a consonant gets -20 point\n- add -35 point if there exists 'r' in the word\n\nWords:\n- anxiety\n- speech\n- solve\n- cartoon\n- enough\n\nPrint only the answer.", "session_0865": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ion gets 20 points\n- word that has exactly 4 characters gets 60 points\n\nWords:\n- tiny\n- info\n- study\n- handling\n\nPrint only the answer.", "session_0866": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 40 points if there exists exactly 1 'a' in the word\n- word ends with en gets -45 point\n- word more than 4 characters but not equal to 5 characters gets 35 points\n- every 3 consecutive vowels gets -65 point\n\nWords:\n- bombing\n- archive\n- mouse\n- observe\n- examine\n- create\n\nPrint only the answer.", "session_0867": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with di gets -70 point\n- add -60 point if there exists 'vit' in the word\n\nWords:\n- dig\n- director\n- licence\n- incur\n\nPrint only the answer.", "session_0868": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -100 point\n- word starts with sl gets -15 point\n- add 55 points if there exists exactly 2 'ua' in the word\n\nWords:\n- react\n- solution\n- offering\n- profile\n- turnover\n- stream\n\nPrint only the answer.", "session_0869": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with div gets 80 points\n- word not equal to 8 characters gets 65 points\n- every vowel right after a consonant gets 95 points\n\nWords:\n- win\n- interior\n- connect\n- chairman\n- diverse\n- how\n\nPrint only the answer.", "session_0870": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -35 point\n- word less than 12 characters but not equal to 2 characters gets -40 point\n\nWords:\n- properly\n- board\n- arms\n- role\n\nPrint only the answer.", "session_0871": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -75 point if there exists 'ra' in the word\n- every vowel gets -90 point\n\nWords:\n- screen\n- critical\n- govern\n- text\n\nPrint only the answer.", "session_0872": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 40 points\n- word starts with ple gets 45 points\n- word less than 6 characters gets 90 points\n- add -10 point if there exists 'bo' in the word\n\nWords:\n- die\n- duo\n- fry\n- punish\n- overlook\n\nPrint only the answer.", "session_0873": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 75 points\n- word ends with er gets -40 point\n- word more than 5 characters and less than 10 characters but not equal to 8 characters gets -40 point\n\nWords:\n- elevate\n- initial\n- lay\n- ice\n\nPrint only the answer.", "session_0874": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -20 point\n- add 60 points if there exists exactly 1 'and' in the word\n\nWords:\n- pose\n- praise\n- qualify\n- quantify\n\nPrint only the answer.", "session_0875": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -65 point if there exists exactly 2 'ap' in the word\n- word starts with hel gets -40 point\n- word more than 4 characters and less than 9 characters gets -45 point\n- every pair of consecutive consonant gets 50 points\n\nWords:\n- senior\n- deputy\n- servant\n- score\n- pressure\n- bold\n\nPrint only the answer.", "session_0876": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists 'l' in the word\n- every pair of consecutive vowel gets -50 point\n- word ends with t gets -35 point\n- word less than 10 characters but not equal to 4 characters gets 90 points\n\nWords:\n- but\n- sin\n- drunk\n- cooking\n- nice\n\nPrint only the answer.", "session_0877": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 50 points if there exists 'pr' in the word\n- word ends with l gets -10 point\n- every pair of consecutive vowel gets 30 points\n\nWords:\n- choose\n- socially\n- amusing\n- expert\n- inch\n\nPrint only the answer.", "session_0878": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -75 point\n- word more than 6 characters but not equal to 9 characters gets -60 point\n- word starts with acc gets -45 point\n\nWords:\n- escalate\n- defend\n- escape\n- holiday\n- sector\n\nPrint only the answer.", "session_0879": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with li and ends with ime gets 70 points\n- add 70 points if there exists exactly 1 're' in the word\n\nWords:\n- current\n- fresh\n- net\n- distress\n\nPrint only the answer.", "session_0880": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 1 'man' in the word\n- every vowel right after a consonant gets -65 point\n- word ends with y gets 60 points\n\nWords:\n- thought\n- ultimate\n- but\n- ceiling\n- sixteen\n- scrutiny\n\nPrint only the answer.", "session_0881": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -20 point\n- add 95 points if there exists 'm' in the word\n- word starts with nec gets -50 point\n- word less than 7 characters gets -20 point\n\nWords:\n- excited\n- modest\n- content\n- abuse\n\nPrint only the answer.", "session_0882": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 8 characters and less than 12 characters but not equal to 9 characters gets 85 points\n- add -65 point if there exists exactly 2 'd' in the word\n- every 3 consecutive consonants gets 90 points\n\nWords:\n- night\n- install\n- highly\n- yes\n- here\n- collapse\n\nPrint only the answer.", "session_0883": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -10 point\n- add 20 points if there exists exactly 2 'to' in the word\n- word more than 2 characters and less than 6 characters gets 80 points\n- word starts with all and ends with g gets -80 point\n\nWords:\n- match\n- timely\n- choice\n- patient\n- style\n- entrance\n\nPrint only the answer.", "session_0884": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 80 points\n- add -50 point if there exists 'on' in the word\n- word more than 4 characters and less than 12 characters but not equal to 10 characters gets 45 points\n- word ends with n gets -65 point\n\nWords:\n- request\n- learning\n- mere\n- uniform\n- spatial\n\nPrint only the answer.", "session_0885": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -90 point if there exists exactly 2 'e' in the word\n- word ends with ed gets 40 points\n\nWords:\n- weather\n- measure\n- lose\n- upwards\n- mob\n\nPrint only the answer.", "session_0886": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 4 characters and less than 8 characters gets 5 points\n- word starts with int and ends with nt gets 70 points\n- every pair of consecutive consonant gets -75 point\n- add 30 points if there exists 'ape' in the word\n\nWords:\n- editor\n- course\n- and\n- careless\n- breath\n\nPrint only the answer.", "session_0887": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 15 points\n- add -15 point if there exists exactly 1 'ert' in the word\n- word more than 8 characters gets 95 points\n\nWords:\n- resume\n- contact\n- practice\n- slave\n- evil\n\nPrint only the answer.", "session_0888": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -20 point\n- word more than 4 characters but not equal to 5 characters gets -50 point\n- add -65 point if there exists 'm' in the word\n- word starts with p gets -100 point\n\nWords:\n- prompt\n- whoever\n- data\n- dish\n- field\n\nPrint only the answer.", "session_0889": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 95 points if there exists exactly 2 'a' in the word\n- word starts with gl and ends with le gets 45 points\n- every 3 consecutive vowels gets 15 points\n- word that has exactly 5 characters gets -10 point\n\nWords:\n- forty\n- store\n- school\n- row\n\nPrint only the answer.", "session_0890": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 10 points\n- word starts with fo and ends with se gets -5 point\n\nWords:\n- public\n- see\n- die\n- some\n\nPrint only the answer.", "session_0891": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 12 characters but not equal to 10 characters gets 55 points\n- add -30 point if there exists exactly 1 'lm' in the word\n\nWords:\n- creation\n- observer\n- ride\n- ideology\n- six\n- jacket\n\nPrint only the answer.", "session_0892": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with nd gets -10 point\n- add -60 point if there exists exactly 1 'res' in the word\n- word more than 4 characters and less than 12 characters but not equal to 7 characters gets 50 points\n- every pair of consecutive consonant gets 90 points\n\nWords:\n- pocket\n- clothes\n- affair\n- thousand\n- red\n- tip\n\nPrint only the answer.", "session_0893": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 9 characters gets 85 points\n- word starts with he and ends with on gets -15 point\n- add -100 point if there exists exactly 2 'i' in the word\n\nWords:\n- dictator\n- loyal\n- lap\n- deck\n- man\n\nPrint only the answer.", "session_0894": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 90 points if there exists 'v' in the word\n- every pair of consecutive vowel gets -100 point\n- word not equal to 2 characters gets 70 points\n\nWords:\n- spring\n- emerge\n- cheap\n- ban\n- homeless\n- horn\n\nPrint only the answer.", "session_0895": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists exactly 2 'it' in the word\n- word that has exactly 7 characters gets -95 point\n- every pair of consecutive consonant gets -25 point\n\nWords:\n- flash\n- investor\n- disaster\n- pressure\n- riot\n\nPrint only the answer.", "session_0896": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word not equal to 5 characters gets -50 point\n- word starts with soc gets -95 point\n- every consonant right after a vowel gets -5 point\n- add -25 point if there exists exactly 1 'p' in the word\n\nWords:\n- diary\n- herself\n- sort\n- combine\n\nPrint only the answer.", "session_0897": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with sy and ends with d gets 85 points\n- word more than 3 characters gets 65 points\n- add -5 point if there exists 'fur' in the word\n- every 3 consecutive consonants gets -50 point\n\nWords:\n- sixteen\n- director\n- mere\n- section\n- see\n\nPrint only the answer.", "session_0898": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -15 point\n- add 55 points if there exists exactly 2 'in' in the word\n- word less than 12 characters but not equal to 2 characters gets -65 point\n\nWords:\n- yet\n- than\n- mass\n- car\n- shy\n- removal\n\nPrint only the answer.", "session_0899": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -40 point if there exists exactly 1 'iet' in the word\n- word not equal to 6 characters gets -75 point\n- word starts with sh and ends with h gets -5 point\n- every vowel right after a consonant gets 40 points\n\nWords:\n- few\n- argue\n- data\n- promise\n- panic\n\nPrint only the answer.", "session_0900": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with al gets -70 point\n- add -70 point if there exists exactly 2 'tic' in the word\n\nWords:\n- spatial\n- unusual\n- bin\n- entitle\n\nPrint only the answer.", "session_0901": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 20 points\n- word starts with n gets 20 points\n- word less than 9 characters gets -60 point\n\nWords:\n- rail\n- flu\n- female\n- sigh\n- road\n\nPrint only the answer.", "session_0902": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists 'is' in the word\n- word starts with cou and ends with e gets -70 point\n- word more than 5 characters and less than 10 characters gets -85 point\n- every consonant right after a vowel gets -90 point\n\nWords:\n- stock\n- union\n- shrug\n- buy\n- entry\n- smell\n\nPrint only the answer.", "session_0903": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets 70 points\n- word starts with obs gets -55 point\n- add 75 points if there exists exactly 1 'nc' in the word\n- word more than 3 characters and less than 7 characters but not equal to 4 characters gets 60 points\n\nWords:\n- remain\n- truck\n- basis\n- mix\n- much\n\nPrint only the answer.", "session_0904": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -20 point if there exists exactly 1 'l' in the word\n- word starts with w gets 40 points\n- word less than 5 characters but not equal to 2 characters gets 5 points\n\nWords:\n- mobilize\n- air\n- terms\n- chicken\n\nPrint only the answer.", "session_0905": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'ma' in the word\n- word less than 6 characters gets -65 point\n\nWords:\n- bar\n- odds\n- set\n- cow\n\nPrint only the answer.", "session_0906": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -50 point\n- word ends with c gets 100 points\n- add 75 points if there exists 'ia' in the word\n- word more than 3 characters gets -95 point\n\nWords:\n- family\n- horizon\n- advance\n- speech\n\nPrint only the answer.", "session_0907": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists 'l' in the word\n- word ends with h gets 35 points\n- every vowel right after a consonant gets 85 points\n\nWords:\n- gaze\n- hardware\n- sky\n- brand\n- dirt\n\nPrint only the answer.", "session_0908": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ex gets 75 points\n- add -80 point if there exists exactly 1 'ir' in the word\n\nWords:\n- affair\n- admire\n- machine\n- concept\n\nPrint only the answer.", "session_0909": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists 'ti' in the word\n- every 3 consecutive consonants gets 80 points\n- word starts with c gets 25 points\n\nWords:\n- custody\n- anything\n- military\n- acre\n- scan\n- deck\n\nPrint only the answer.", "session_0910": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 5 points if there exists 'a' in the word\n- every pair of consecutive vowel gets 5 points\n- word ends with ion gets -95 point\n\nWords:\n- quality\n- verbal\n- evident\n- evident\n\nPrint only the answer.", "session_0911": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with se gets 70 points\n- word less than 5 characters gets 60 points\n- every consonant right after a vowel gets 70 points\n- add 95 points if there exists exactly 1 'eac' in the word\n\nWords:\n- behalf\n- age\n- evening\n- hill\n\nPrint only the answer.", "session_0912": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -100 point\n- word not equal to 7 characters gets 75 points\n\nWords:\n- magazine\n- mediate\n- legally\n- power\n- she\n- accident\n\nPrint only the answer.", "session_0913": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 30 points if there exists exactly 1 'ns' in the word\n- word starts with m and ends with m gets 50 points\n\nWords:\n- insist\n- mum\n- full\n- purple\n- collapse\n\nPrint only the answer.", "session_0914": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with phi gets 25 points\n- word more than 2 characters gets -90 point\n- add -15 point if there exists 'ef' in the word\n\nWords:\n- army\n- wildlife\n- hey\n- style\n\nPrint only the answer.", "session_0915": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 50 points\n- add 45 points if there exists 'y' in the word\n\nWords:\n- cemetery\n- guy\n- bear\n- able\n- alliance\n\nPrint only the answer.", "session_0916": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets 15 points\n- word less than 5 characters gets 95 points\n\nWords:\n- aim\n- ton\n- mad\n- new\n\nPrint only the answer.", "session_0917": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -45 point if there exists 'rn' in the word\n- word not equal to 11 characters gets -60 point\n- word starts with he and ends with ism gets 80 points\n- every vowel right after a consonant gets 70 points\n\nWords:\n- dot\n- theory\n- rape\n- stance\n\nPrint only the answer.", "session_0918": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with jus and ends with lty gets 50 points\n- every pair of consecutive vowel gets -90 point\n\nWords:\n- learn\n- healthy\n- teaching\n- ahead\n- grow\n\nPrint only the answer.", "session_0919": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 25 points if there exists exactly 2 'ry' in the word\n- word ends with nda gets -20 point\n- every vowel right after a consonant gets -65 point\n- word less than 10 characters but not equal to 4 characters gets 5 points\n\nWords:\n- protocol\n- choose\n- sixteen\n- hatred\n- villager\n\nPrint only the answer.", "session_0920": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with tra and ends with e gets 45 points\n- word that has exactly 3 characters gets 65 points\n\nWords:\n- tie\n- ago\n- lake\n- vitamin\n- aunt\n- analyst\n\nPrint only the answer.", "session_0921": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with s gets 10 points\n- word more than 2 characters and less than 6 characters but not equal to 5 characters gets -5 point\n- every consonant right after a vowel gets -100 point\n\nWords:\n- custom\n- complain\n- wide\n- rhythm\n- slavery\n\nPrint only the answer.", "session_0922": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists exactly 2 'n' in the word\n- word more than 3 characters gets -75 point\n- word starts with de gets -55 point\n- every vowel right after a consonant gets -30 point\n\nWords:\n- long\n- soak\n- snow\n- suggest\n- trap\n\nPrint only the answer.", "session_0923": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 90 points if there exists exactly 1 'ly' in the word\n- word starts with i gets -60 point\n- word not equal to 2 characters gets -25 point\n- every consonant right after a vowel gets 30 points\n\nWords:\n- physical\n- incident\n- survival\n- they\n- fifty\n\nPrint only the answer.", "session_0924": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with a and ends with ly gets 40 points\n- add 70 points if there exists exactly 1 'l' in the word\n- word more than 4 characters and less than 10 characters but not equal to 5 characters gets 60 points\n\nWords:\n- highly\n- disagree\n- supreme\n- wrap\n\nPrint only the answer.", "session_0925": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -100 point if there exists 'nt' in the word\n- word less than 7 characters but not equal to 3 characters gets 5 points\n\nWords:\n- pursue\n- crack\n- ash\n- gang\n- mass\n- judge\n\nPrint only the answer.", "session_0926": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ure gets 90 points\n- add -90 point if there exists 'tr' in the word\n- every vowel gets 100 points\n\nWords:\n- evidence\n- embark\n- sum\n- fur\n- college\n- relieve\n\nPrint only the answer.", "session_0927": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -50 point\n- word starts with c and ends with d gets -90 point\n- add 85 points if there exists 'e' in the word\n\nWords:\n- brutal\n- desktop\n- hotel\n- guy\n- doctor\n- veteran\n\nPrint only the answer.", "session_0928": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -25 point\n- add -55 point if there exists 'r' in the word\n\nWords:\n- material\n- nominee\n- resolve\n- peculiar\n- aid\n- actual\n\nPrint only the answer.", "session_0929": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 5 characters but not equal to 2 characters gets 90 points\n- word starts with mod and ends with er gets -35 point\n\nWords:\n- box\n- leg\n- import\n- bride\n- hip\n\nPrint only the answer.", "session_0930": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive vowel gets -25 point\n- add -35 point if there exists 'it' in the word\n- word more than 8 characters and less than 11 characters but not equal to 9 characters gets 90 points\n- word starts with o gets -30 point\n\nWords:\n- court\n- book\n- slavery\n- rid\n- orient\n\nPrint only the answer.", "session_0931": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -50 point if there exists exactly 1 'ne' in the word\n- word more than 2 characters but not equal to 11 characters gets 30 points\n\nWords:\n- solve\n- advocate\n- lay\n- daily\n- ski\n- officer\n\nPrint only the answer.", "session_0932": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -15 point\n- add -90 point if there exists exactly 2 'l' in the word\n- word that has exactly 5 characters gets -10 point\n\nWords:\n- force\n- box\n- roll\n- coincide\n- cable\n\nPrint only the answer.", "session_0933": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -35 point if there exists 'at' in the word\n- every vowel right after a consonant gets -70 point\n- word ends with er gets 65 points\n- word more than 2 characters gets 95 points\n\nWords:\n- delay\n- people\n- phrase\n- stark\n- burst\n\nPrint only the answer.", "session_0934": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 15 points if there exists exactly 2 'p' in the word\n- word starts with s and ends with tor gets 20 points\n- every 3 consecutive vowels gets -90 point\n- word that has exactly 6 characters gets 15 points\n\nWords:\n- height\n- burial\n- cheek\n- ninety\n\nPrint only the answer.", "session_0935": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets 85 points\n- add 80 points if there exists 'o' in the word\n- word ends with gn gets 85 points\n\nWords:\n- travel\n- prior\n- chunk\n- rarely\n\nPrint only the answer.", "session_0936": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 2 'ure' in the word\n- word that has exactly 7 characters gets 55 points\n\nWords:\n- reverse\n- protest\n- ten\n- cut\n- slowly\n\nPrint only the answer.", "session_0937": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 70 points if there exists exactly 2 'in' in the word\n- every pair of consecutive vowel gets 85 points\n\nWords:\n- memoir\n- raid\n- surge\n- ray\n\nPrint only the answer.", "session_0938": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with h and ends with ion gets 80 points\n- add 40 points if there exists exactly 2 't' in the word\n\nWords:\n- motorist\n- tactic\n- mad\n- pay\n- hardware\n- drum\n\nPrint only the answer.", "session_0939": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 85 points if there exists exactly 2 'v' in the word\n- word more than 6 characters and less than 12 characters but not equal to 8 characters gets -55 point\n- every consonant gets -50 point\n- word ends with ve gets 100 points\n\nWords:\n- prevent\n- enormous\n- pay\n- space\n\nPrint only the answer.", "session_0940": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ner and ends with ple gets 15 points\n- word not equal to 10 characters gets -80 point\n\nWords:\n- oven\n- arena\n- key\n- plea\n- decorate\n- debate\n\nPrint only the answer.", "session_0941": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 5 characters gets 10 points\n- add 40 points if there exists 'b' in the word\n- every vowel gets -45 point\n\nWords:\n- prepare\n- crude\n- bicycle\n- flesh\n\nPrint only the answer.", "session_0942": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 70 points if there exists 'ta' in the word\n- every 3 consecutive consonants gets -15 point\n- word starts with in gets -20 point\n\nWords:\n- incur\n- analysis\n- address\n- injured\n- new\n- evidence\n\nPrint only the answer.", "session_0943": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with o and ends with ine gets -70 point\n- every pair of consecutive vowel gets -25 point\n- add -5 point if there exists 'nt' in the word\n- word not equal to 2 characters gets 85 points\n\nWords:\n- monster\n- slave\n- check\n- vessel\n\nPrint only the answer.", "session_0944": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 10 characters gets -30 point\n- every vowel right after a consonant gets -5 point\n\nWords:\n- say\n- settler\n- distant\n- quote\n- act\n\nPrint only the answer.", "session_0945": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 60 points if there exists exactly 2 'be' in the word\n- every consonant right after a vowel gets 75 points\n- word more than 2 characters gets 100 points\n- word ends with ial gets -85 point\n\nWords:\n- sadly\n- magazine\n- title\n- global\n\nPrint only the answer.", "session_0946": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists 'suc' in the word\n- word not equal to 3 characters gets -95 point\n\nWords:\n- debt\n- sadly\n- strand\n- though\n- old\n- chain\n\nPrint only the answer.", "session_0947": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -75 point\n- word ends with ily gets 15 points\n\nWords:\n- canal\n- backdrop\n- sell\n- slavery\n- testing\n\nPrint only the answer.", "session_0948": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 2 characters and less than 8 characters but not equal to 4 characters gets -35 point\n- every 3 consecutive consonants gets 80 points\n- add -100 point if there exists exactly 1 'om' in the word\n- word starts with dub gets 95 points\n\nWords:\n- vehicle\n- naked\n- tiny\n- lap\n\nPrint only the answer.", "session_0949": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 8 characters gets -80 point\n- word starts with fr and ends with nt gets -65 point\n- add 50 points if there exists exactly 1 'u' in the word\n- every vowel right after a consonant gets -35 point\n\nWords:\n- contrast\n- curious\n- intend\n- fabulous\n- chunk\n\nPrint only the answer.", "session_0950": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -60 point\n- add -25 point if there exists exactly 1 'ip' in the word\n\nWords:\n- mineral\n- reminder\n- hear\n- gross\n- for\n- line\n\nPrint only the answer.", "session_0951": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 9 characters but not equal to 3 characters gets -10 point\n- every pair of consecutive vowel gets -80 point\n- add 60 points if there exists 'it' in the word\n\nWords:\n- peace\n- wooden\n- ultimate\n- contend\n- detailed\n\nPrint only the answer.", "session_0952": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with c and ends with ch gets 10 points\n- word more than 3 characters and less than 8 characters gets -45 point\n- add 80 points if there exists exactly 1 'ed' in the word\n\nWords:\n- sketch\n- here\n- top\n- dancing\n- pile\n\nPrint only the answer.", "session_0953": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -35 point if there exists 's' in the word\n- word starts with d and ends with re gets -5 point\n- word more than 6 characters and less than 10 characters gets -20 point\n- every consonant gets -45 point\n\nWords:\n- huge\n- office\n- based\n- mention\n- bag\n- egg\n\nPrint only the answer.", "session_0954": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 100 points if there exists exactly 2 'd' in the word\n- word starts with o gets -55 point\n- word that has exactly 6 characters gets 10 points\n\nWords:\n- inject\n- mainly\n- mine\n- sandwich\n- drown\n- sketch\n\nPrint only the answer.", "session_0955": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 100 points\n- word starts with nei and ends with n gets -55 point\n\nWords:\n- recently\n- formerly\n- hydrogen\n- dark\n- degree\n\nPrint only the answer.", "session_0956": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with e gets 95 points\n- add -25 point if there exists 'o' in the word\n\nWords:\n- frozen\n- share\n- lifetime\n- sure\n\nPrint only the answer.", "session_0957": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 8 characters gets -75 point\n- add 60 points if there exists 'a' in the word\n- every vowel right after a consonant gets -85 point\n\nWords:\n- textbook\n- select\n- empower\n- moving\n\nPrint only the answer.", "session_0958": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists 'il' in the word\n- word starts with may and ends with ic gets -40 point\n- word more than 2 characters and less than 12 characters but not equal to 9 characters gets 45 points\n\nWords:\n- next\n- recovery\n- palm\n- sex\n\nPrint only the answer.", "session_0959": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets -95 point\n- word starts with mi and ends with oss gets 25 points\n\nWords:\n- suspect\n- allocate\n- joy\n- upon\n- candle\n- three\n\nPrint only the answer.", "session_0960": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 9 characters gets 25 points\n- add -45 point if there exists exactly 2 's' in the word\n- every vowel gets -30 point\n\nWords:\n- mean\n- letter\n- whilst\n- blog\n- exam\n- deadline\n\nPrint only the answer.", "session_0961": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets 5 points\n- word starts with i gets 90 points\n- word more than 5 characters and less than 8 characters gets -65 point\n\nWords:\n- conceive\n- proceeds\n- lobby\n- kit\n- jam\n- decorate\n\nPrint only the answer.", "session_0962": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with she and ends with te gets -90 point\n- every 3 consecutive vowels gets -25 point\n- add -35 point if there exists 'ie' in the word\n- word more than 5 characters but not equal to 8 characters gets 25 points\n\nWords:\n- inherit\n- trophy\n- cultural\n- ago\n\nPrint only the answer.", "session_0963": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists exactly 2 'l' in the word\n- word ends with sor gets 95 points\n\nWords:\n- ill\n- wall\n- bullet\n- high\n- human\n- beer\n\nPrint only the answer.", "session_0964": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 5 points if there exists 'oli' in the word\n- word ends with rse gets -5 point\n- word that has exactly 3 characters gets 25 points\n\nWords:\n- lay\n- van\n- child\n- sweater\n- far\n\nPrint only the answer.", "session_0965": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 7 characters and less than 12 characters gets -85 point\n- every 3 consecutive consonants gets -10 point\n- word starts with imm gets 85 points\n- add -65 point if there exists 'te' in the word\n\nWords:\n- deadly\n- analyse\n- could\n- predator\n- buy\n- overlap\n\nPrint only the answer.", "session_0966": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -80 point if there exists exactly 2 'i' in the word\n- every vowel right after a consonant gets 35 points\n- word more than 8 characters and less than 12 characters gets -20 point\n- word ends with ace gets 90 points\n\nWords:\n- aircraft\n- game\n- grass\n- greet\n\nPrint only the answer.", "session_0967": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 5 characters but not equal to 6 characters gets -85 point\n- add -90 point if there exists exactly 2 'en' in the word\n- every vowel right after a consonant gets -45 point\n- word starts with m and ends with iew gets -95 point\n\nWords:\n- ton\n- grab\n- frankly\n- fixture\n- load\n- quit\n\nPrint only the answer.", "session_0968": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 11 characters gets -40 point\n- word starts with l and ends with e gets 75 points\n\nWords:\n- locate\n- lake\n- observer\n- due\n- blend\n- asset\n\nPrint only the answer.", "session_0969": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -35 point\n- word more than 8 characters but not equal to 11 characters gets 95 points\n\nWords:\n- our\n- missile\n- cue\n- drop\n\nPrint only the answer.", "session_0970": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with she gets 85 points\n- every consonant right after a vowel gets -5 point\n\nWords:\n- remains\n- triumph\n- defeat\n- naked\n- commonly\n- gut\n\nPrint only the answer.", "session_0971": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every vowel right after a consonant gets -85 point\n- word starts with co and ends with nce gets 10 points\n\nWords:\n- bottle\n- suppose\n- due\n- weekly\n\nPrint only the answer.", "session_0972": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -85 point if there exists 'im' in the word\n- word starts with unl and ends with de gets 20 points\n\nWords:\n- impress\n- imagery\n- senior\n- period\n\nPrint only the answer.", "session_0973": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word that has exactly 9 characters gets 60 points\n- word starts with sta gets 75 points\n- every pair of consecutive vowel gets -70 point\n\nWords:\n- book\n- rough\n- prevent\n- lip\n- ceremony\n\nPrint only the answer.", "session_0974": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 10 characters gets -5 point\n- every vowel right after a consonant gets -100 point\n- word starts with ov gets -25 point\n- add -80 point if there exists exactly 1 'e' in the word\n\nWords:\n- thereby\n- gun\n- top\n- various\n\nPrint only the answer.", "session_0975": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant right after a vowel gets -20 point\n- add -10 point if there exists exactly 1 'urh' in the word\n- word ends with ss gets -90 point\n- word more than 8 characters gets -85 point\n\nWords:\n- ego\n- cemetery\n- may\n- nod\n- corridor\n- abstract\n\nPrint only the answer.", "session_0976": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with t gets 70 points\n- word more than 4 characters and less than 10 characters gets 85 points\n- add 15 points if there exists 'coa' in the word\n\nWords:\n- cancel\n- sight\n- national\n- autumn\n- historic\n- furious\n\nPrint only the answer.", "session_0977": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 45 points if there exists exactly 1 'd' in the word\n- word more than 2 characters and less than 11 characters gets -45 point\n- every vowel right after a consonant gets 20 points\n\nWords:\n- evolve\n- reject\n- closure\n- desktop\n- wound\n\nPrint only the answer.", "session_0978": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ed gets -15 point\n- every 3 consecutive consonants gets 100 points\n- word less than 11 characters but not equal to 5 characters gets -70 point\n- add -95 point if there exists exactly 2 'r' in the word\n\nWords:\n- mention\n- policy\n- quantify\n- pan\n- lifetime\n\nPrint only the answer.", "session_0979": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 75 points if there exists exactly 2 've' in the word\n- word more than 5 characters gets 85 points\n\nWords:\n- mobile\n- depend\n- fast\n- hold\n- cheer\n- dog\n\nPrint only the answer.", "session_0980": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ene gets -30 point\n- add 10 points if there exists exactly 2 'ml' in the word\n- every vowel right after a consonant gets -90 point\n\nWords:\n- ensue\n- him\n- corner\n- cupboard\n\nPrint only the answer.", "session_0981": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -95 point if there exists 'sa' in the word\n- every consonant right after a vowel gets 85 points\n\nWords:\n- moving\n- barely\n- presence\n- aids\n- duration\n\nPrint only the answer.", "session_0982": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with de gets 75 points\n- every consonant right after a vowel gets 10 points\n- add -20 point if there exists exactly 1 'i' in the word\n\nWords:\n- trait\n- pit\n- noisy\n- lot\n- line\n- lap\n\nPrint only the answer.", "session_0983": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every consonant gets -100 point\n- add -95 point if there exists exactly 1 'ig' in the word\n- word more than 6 characters gets 45 points\n- word ends with ing gets 55 points\n\nWords:\n- twenty\n- listener\n- criminal\n- family\n\nPrint only the answer.", "session_0984": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with k gets -60 point\n- every consonant right after a vowel gets -55 point\n- add -5 point if there exists 'nt' in the word\n- word more than 4 characters and less than 11 characters but not equal to 7 characters gets 10 points\n\nWords:\n- pirate\n- direct\n- unify\n- notice\n- inner\n\nPrint only the answer.", "session_0985": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word more than 3 characters and less than 10 characters but not equal to 7 characters gets 40 points\n- add 25 points if there exists exactly 2 'tal' in the word\n\nWords:\n- preserve\n- sticky\n- ranking\n- bent\n- invite\n- dub\n\nPrint only the answer.", "session_0986": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with tou gets 10 points\n- word more than 3 characters and less than 9 characters but not equal to 5 characters gets 70 points\n- every consonant right after a vowel gets -100 point\n- add -30 point if there exists 'ca' in the word\n\nWords:\n- whenever\n- distort\n- lamp\n- loyalty\n\nPrint only the answer.", "session_0987": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word less than 7 characters gets 15 points\n- add 15 points if there exists 'da' in the word\n\nWords:\n- copy\n- order\n- tomato\n- sink\n- leave\n\nPrint only the answer.", "session_0988": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with m and ends with y gets -75 point\n- every vowel right after a consonant gets 35 points\n\nWords:\n- lazy\n- southern\n- leak\n- trip\n- lung\n\nPrint only the answer.", "session_0989": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with s gets 80 points\n- every consonant right after a vowel gets -15 point\n- word not equal to 5 characters gets 10 points\n\nWords:\n- property\n- handling\n- low\n- die\n- stumble\n\nPrint only the answer.", "session_0990": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive vowels gets -35 point\n- add 80 points if there exists exactly 2 'ra' in the word\n- word ends with t gets -15 point\n\nWords:\n- float\n- wit\n- literary\n- menu\n\nPrint only the answer.", "session_0991": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -60 point if there exists 'nno' in the word\n- every 3 consecutive vowels gets -45 point\n\nWords:\n- squeeze\n- cannot\n- dip\n- purchase\n- ability\n- pin\n\nPrint only the answer.", "session_0992": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with ra gets 60 points\n- word more than 7 characters but not equal to 11 characters gets -65 point\n- every pair of consecutive vowel gets -35 point\n- add -30 point if there exists 'u' in the word\n\nWords:\n- chunk\n- counter\n- expand\n- deserve\n- patrol\n- finger\n\nPrint only the answer.", "session_0993": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word ends with ge gets -30 point\n- word more than 5 characters and less than 11 characters but not equal to 9 characters gets -55 point\n- every 3 consecutive consonants gets -25 point\n- add -10 point if there exists 'ild' in the word\n\nWords:\n- mining\n- animal\n- dialogue\n- credible\n- cash\n\nPrint only the answer.", "session_0994": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -70 point if there exists 'an' in the word\n- every vowel right after a consonant gets -95 point\n- word starts with in and ends with n gets 90 points\n- word less than 8 characters gets 85 points\n\nWords:\n- central\n- broad\n- conceive\n- shy\n- cute\n- condemn\n\nPrint only the answer.", "session_0995": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add 55 points if there exists exactly 1 'flu' in the word\n- word less than 11 characters but not equal to 9 characters gets -15 point\n- every 3 consecutive vowels gets -75 point\n- word ends with in gets -45 point\n\nWords:\n- sex\n- renew\n- time\n- order\n- gear\n\nPrint only the answer.", "session_0996": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- word starts with se and ends with ure gets -60 point\n- every consonant right after a vowel gets -20 point\n- word less than 8 characters but not equal to 7 characters gets -30 point\n\nWords:\n- thin\n- radar\n- outlook\n- lower\n\nPrint only the answer.", "session_0997": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- add -20 point if there exists 's' in the word\n- word ends with ty gets 5 points\n\nWords:\n- prospect\n- cousin\n- luxury\n- gain\n\nPrint only the answer.", "session_0998": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every 3 consecutive consonants gets 25 points\n- word starts with pr gets -5 point\n\nWords:\n- preserve\n- lighting\n- devote\n- boring\n- overcome\n- sign\n\nPrint only the answer.", "session_0999": "Given a set of rules to calculate point, sort the set of words in decreasing order.\nWhen there 2 or more words with same point, sort lexicographically.\n\nRules:\n- every pair of consecutive consonant gets 10 points\n- add 50 points if there exists 'sui' in the word\n- word more than 6 characters and less than 10 characters but not equal to 7 characters gets -5 point\n- word starts with m and ends with e gets 95 points\n\nWords:\n- sympathy\n- calm\n- genius\n- check\n- enjoy\n- weather\n\nPrint only the answer." }