diff --git "a/problemsets/Ordering Text_1.json" "b/problemsets/Ordering Text_1.json" new file mode 100644--- /dev/null +++ "b/problemsets/Ordering Text_1.json" @@ -0,0 +1,1002 @@ +{ + "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- add 55 points if there exists 'g' in the word\n- word less than 11 characters gets -40 point\n\nWords:\n- will\n- prepare\n- envelope\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- word starts with ros and ends with al gets -50 point\n- word less than 7 characters gets 35 points\n\nWords:\n- demand\n- low\n- error\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- word more than 4 characters gets 25 points\n- add -65 point if there exists 'a' in the word\n\nWords:\n- textbook\n- mean\n- than\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- word ends with ogy gets 90 points\n- every 3 consecutive consonants gets -25 point\n\nWords:\n- apply\n- system\n- politics\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 -5 point if there exists 's' in the word\n- word starts with ele gets -35 point\n\nWords:\n- shot\n- husband\n- earnings\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- every vowel right after a consonant gets 55 points\n- add -25 point if there exists 'pe' in the word\n\nWords:\n- tool\n- quickly\n- express\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- add 10 points if there exists exactly 1 's' in the word\n- word ends with t gets 85 points\n\nWords:\n- furious\n- devise\n- impose\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 less than 8 characters but not equal to 4 characters gets 5 points\n- word starts with s and ends with h gets 5 points\n\nWords:\n- tap\n- stupid\n- meeting\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- every consonant right after a vowel gets 65 points\n- word starts with tw and ends with e gets -20 point\n\nWords:\n- annually\n- motive\n- device\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 vowel right after a consonant gets -25 point\n- word starts with r and ends with bid gets -100 point\n\nWords:\n- town\n- licence\n- grin\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- add -45 point if there exists exactly 2 'o' in the word\n- word less than 10 characters but not equal to 6 characters gets -50 point\n\nWords:\n- dancing\n- mystery\n- aid\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- word that has exactly 6 characters gets -10 point\n- word starts with bro and ends with and gets 65 points\n\nWords:\n- clause\n- curved\n- annoy\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- add 15 points if there exists exactly 1 'w' in the word\n- word more than 3 characters but not equal to 4 characters gets 70 points\n\nWords:\n- being\n- database\n- dark\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- every vowel gets -75 point\n- word starts with p and ends with sfy gets -35 point\n\nWords:\n- preside\n- expand\n- tourist\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- every pair of consecutive consonant gets -95 point\n- add -45 point if there exists exactly 1 'l' in the word\n\nWords:\n- reflect\n- abstract\n- benefit\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- every consonant right after a vowel gets -65 point\n- word not equal to 6 characters gets -50 point\n\nWords:\n- season\n- neutral\n- uncle\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- add 75 points if there exists exactly 1 'm' in the word\n- word starts with au and ends with e gets 50 points\n\nWords:\n- damaging\n- element\n- often\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- word ends with a gets 100 points\n- word not equal to 4 characters gets -15 point\n\nWords:\n- utilize\n- medical\n- style\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 less than 12 characters but not equal to 10 characters gets 5 points\n- add -60 point if there exists 'c' in the word\n\nWords:\n- software\n- gun\n- bet\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- word starts with kno and ends with ng gets 10 points\n- add 40 points if there exists exactly 2 'hi' in the word\n\nWords:\n- growth\n- arena\n- bail\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- every consonant gets -100 point\n- word ends with s gets -80 point\n\nWords:\n- freeze\n- teaching\n- club\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- add 65 points if there exists 'e' in the word\n- every consonant gets -30 point\n\nWords:\n- humble\n- foreign\n- burn\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- add 100 points if there exists 'ne' in the word\n- word not equal to 5 characters gets 50 points\n\nWords:\n- overview\n- heaven\n- herself\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 starts with lac gets -40 point\n- word less than 7 characters but not equal to 4 characters gets -20 point\n\nWords:\n- ear\n- freely\n- stop\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 that has exactly 4 characters gets -55 point\n- every 3 consecutive vowels gets -85 point\n\nWords:\n- tent\n- lean\n- dignity\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- add 55 points if there exists 'im' in the word\n- word not equal to 4 characters gets 95 points\n\nWords:\n- second\n- overly\n- basket\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- word ends with l gets 85 points\n- word less than 7 characters gets -90 point\n\nWords:\n- vital\n- ray\n- blanket\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 more than 6 characters but not equal to 8 characters gets 90 points\n- word starts with c and ends with der gets -55 point\n\nWords:\n- consist\n- primary\n- aim\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- add -75 point if there exists 'ob' in the word\n- word more than 5 characters and less than 11 characters but not equal to 10 characters gets 40 points\n\nWords:\n- poster\n- instant\n- slope\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 consonant right after a vowel gets 55 points\n- add 20 points if there exists 'a' in the word\n\nWords:\n- integral\n- reward\n- import\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- every 3 consecutive vowels gets 80 points\n- add -15 point if there exists 'gov' in the word\n\nWords:\n- cautious\n- obvious\n- rhetoric\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- every pair of consecutive vowel gets 80 points\n- word ends with st gets 85 points\n\nWords:\n- cause\n- previous\n- truly\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- word starts with co gets -100 point\n- every pair of consecutive vowel gets -50 point\n\nWords:\n- confused\n- soup\n- genuine\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 3 consecutive consonants gets 15 points\n- word more than 7 characters but not equal to 11 characters gets 20 points\n\nWords:\n- password\n- blessing\n- minister\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- word ends with s gets -100 point\n- word more than 8 characters and less than 11 characters gets -85 point\n\nWords:\n- precious\n- theirs\n- lethal\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- add -60 point if there exists exactly 2 'l' in the word\n- every pair of consecutive vowel gets 65 points\n\nWords:\n- amount\n- death\n- sweater\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 55 points\n- word ends with y gets -35 point\n\nWords:\n- country\n- hundred\n- wood\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- word starts with sta gets -85 point\n- word not equal to 3 characters gets 65 points\n\nWords:\n- small\n- valid\n- injured\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- word less than 9 characters gets 30 points\n- every vowel gets -100 point\n\nWords:\n- machine\n- novel\n- corridor\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- add -60 point if there exists exactly 2 'ex' in the word\n- word not equal to 8 characters gets -65 point\n\nWords:\n- goal\n- boom\n- flee\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 70 points if there exists 'l' in the word\n- every vowel gets -90 point\n\nWords:\n- airline\n- emotion\n- your\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- word more than 3 characters gets -85 point\n- word ends with sh gets 90 points\n\nWords:\n- true\n- strange\n- express\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 consonant right after a vowel gets 40 points\n- word starts with ste and ends with end gets 95 points\n\nWords:\n- spam\n- cruel\n- prompt\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 p and ends with ash gets -15 point\n- add -100 point if there exists exactly 2 'in' in the word\n\nWords:\n- training\n- painting\n- clothing\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 ends with f gets -25 point\n- every 3 consecutive vowels gets -40 point\n\nWords:\n- chef\n- beef\n- tool\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- every pair of consecutive consonant gets -75 point\n- word more than 2 characters but not equal to 3 characters gets -55 point\n\nWords:\n- require\n- partial\n- wealth\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- every pair of consecutive consonant gets -5 point\n- word more than 5 characters but not equal to 10 characters gets -70 point\n\nWords:\n- relaxed\n- affair\n- cure\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- every pair of consecutive vowel gets -20 point\n- add -80 point if there exists 's' in the word\n\nWords:\n- variable\n- aim\n- transfer\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- every pair of consecutive consonant gets 100 points\n- word that has exactly 11 characters gets -45 point\n\nWords:\n- gross\n- gravity\n- put\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 not equal to 7 characters gets -5 point\n- add 75 points if there exists 'o' in the word\n\nWords:\n- raw\n- banner\n- off\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- add -85 point if there exists 'on' in the word\n- word less than 9 characters but not equal to 7 characters gets 80 points\n\nWords:\n- leave\n- jam\n- lemon\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 not equal to 3 characters gets -20 point\n- add 95 points if there exists 'r' in the word\n\nWords:\n- stop\n- exceed\n- root\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 ends with ld gets -80 point\n- every vowel gets 95 points\n\nWords:\n- hat\n- comment\n- belief\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- add 70 points if there exists exactly 1 'r' in the word\n- word starts with s gets -95 point\n\nWords:\n- reside\n- sandwich\n- conquer\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- add 95 points if there exists 'i' in the word\n- word starts with cre gets 60 points\n\nWords:\n- idiot\n- barrier\n- drug\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- word not equal to 2 characters gets 65 points\n- every pair of consecutive vowel gets -50 point\n\nWords:\n- persuade\n- seat\n- colonial\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- word ends with e gets -15 point\n- every vowel right after a consonant gets 95 points\n\nWords:\n- assist\n- radio\n- keyboard\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- word starts with ni gets -45 point\n- word less than 6 characters but not equal to 3 characters gets 85 points\n\nWords:\n- worth\n- spark\n- talent\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 less than 9 characters but not equal to 5 characters gets 100 points\n- add -55 point if there exists exactly 1 'f' in the word\n\nWords:\n- carriage\n- demand\n- depth\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 -60 point if there exists 'ow' in the word\n- every 3 consecutive vowels gets -30 point\n\nWords:\n- how\n- window\n- brutal\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 starts with equ gets -20 point\n- word more than 6 characters and less than 11 characters gets -5 point\n\nWords:\n- reserve\n- workshop\n- die\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- every pair of consecutive vowel gets -20 point\n- word starts with ha and ends with ry gets -35 point\n\nWords:\n- audio\n- coastal\n- sensible\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 starts with cl gets 5 points\n- word not equal to 10 characters gets -95 point\n\nWords:\n- violent\n- besides\n- globe\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 more than 7 characters and less than 12 characters but not equal to 9 characters gets -100 point\n- every consonant right after a vowel gets -20 point\n\nWords:\n- quite\n- mature\n- mixture\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 3 consecutive consonants gets 80 points\n- add -30 point if there exists 't' in the word\n\nWords:\n- fighting\n- hotel\n- child\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 ends with c gets 5 points\n- word more than 6 characters but not equal to 9 characters gets -25 point\n\nWords:\n- require\n- property\n- fragment\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- word ends with le gets -50 point\n- every 3 consecutive consonants gets -85 point\n\nWords:\n- address\n- cry\n- prize\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- every pair of consecutive vowel gets -30 point\n- word more than 2 characters gets -100 point\n\nWords:\n- dumb\n- first\n- ink\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- add -40 point if there exists 'gr' in the word\n- word starts with pi and ends with ous gets -70 point\n\nWords:\n- hungry\n- grade\n- naked\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 2 characters but not equal to 5 characters gets -95 point\n- word ends with ad gets -30 point\n\nWords:\n- run\n- exclude\n- besides\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- every pair of consecutive consonant gets -70 point\n- word ends with e gets -15 point\n\nWords:\n- cast\n- interior\n- decide\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- every pair of consecutive consonant gets -40 point\n- word less than 8 characters gets 55 points\n\nWords:\n- top\n- stupid\n- hearing\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- every pair of consecutive vowel gets -20 point\n- word not equal to 3 characters gets 65 points\n\nWords:\n- odds\n- letter\n- final\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 11 characters but not equal to 2 characters gets -95 point\n- add -65 point if there exists exactly 2 'isc' in the word\n\nWords:\n- occupy\n- bee\n- clothing\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- every consonant gets -10 point\n- add 60 points if there exists 'w' in the word\n\nWords:\n- annoy\n- style\n- break\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- word starts with con gets -5 point\n- every vowel right after a consonant gets -100 point\n\nWords:\n- ton\n- upstairs\n- biology\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- word ends with r gets 35 points\n- every consonant right after a vowel gets -55 point\n\nWords:\n- invite\n- profound\n- discuss\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- word more than 7 characters gets 10 points\n- every consonant gets 35 points\n\nWords:\n- curve\n- slowly\n- sort\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- word ends with fle gets 95 points\n- word not equal to 11 characters gets -40 point\n\nWords:\n- against\n- factor\n- drag\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 starts with c gets 75 points\n- every consonant right after a vowel gets -85 point\n\nWords:\n- saturday\n- worst\n- addition\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- add 5 points if there exists 'o' in the word\n- word ends with l gets 10 points\n\nWords:\n- outside\n- convict\n- ear\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 ends with nk gets 70 points\n- add -100 point if there exists exactly 1 'in' in the word\n\nWords:\n- invite\n- info\n- however\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 not equal to 3 characters gets -80 point\n- every vowel gets 70 points\n\nWords:\n- string\n- tribe\n- smile\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 that has exactly 7 characters gets 25 points\n- add 90 points if there exists exactly 1 'e' in the word\n\nWords:\n- physics\n- ongoing\n- norm\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 75 points if there exists 'e' in the word\n- word starts with pr and ends with ly gets -55 point\n\nWords:\n- index\n- die\n- off\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- add 85 points if there exists exactly 2 'el' in the word\n- every pair of consecutive consonant gets 40 points\n\nWords:\n- add\n- combat\n- fame\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- every pair of consecutive vowel gets -5 point\n- word starts with co and ends with nt gets 40 points\n\nWords:\n- compound\n- carriage\n- basement\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- add 15 points if there exists exactly 1 'oo' in the word\n- word starts with de gets 55 points\n\nWords:\n- despite\n- book\n- rose\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- add 20 points if there exists 'r' in the word\n- every vowel right after a consonant gets -30 point\n\nWords:\n- master\n- pursuit\n- suburban\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- add 50 points if there exists 'at' in the word\n- every pair of consecutive vowel gets -50 point\n\nWords:\n- mainland\n- feed\n- entry\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- every vowel right after a consonant gets -70 point\n- word starts with wh gets -65 point\n\nWords:\n- addition\n- table\n- him\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- word ends with t gets -15 point\n- add 25 points if there exists exactly 1 'fy' in the word\n\nWords:\n- beast\n- sport\n- five\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- word that has exactly 11 characters gets -60 point\n- add 65 points if there exists exactly 1 't' in the word\n\nWords:\n- educated\n- manifest\n- fatal\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- add -60 point if there exists 'ng' in the word\n- word less than 9 characters but not equal to 3 characters gets -100 point\n\nWords:\n- gallery\n- current\n- drum\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 pair of consecutive vowel gets 10 points\n- word ends with ey gets 15 points\n\nWords:\n- circuit\n- cocktail\n- deeply\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- word starts with re and ends with ce gets -85 point\n- add -60 point if there exists exactly 2 'h' in the word\n\nWords:\n- church\n- though\n- charming\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 more than 8 characters gets 30 points\n- every pair of consecutive consonant gets 30 points\n\nWords:\n- fruit\n- stress\n- guidance\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 consonant gets -60 point\n- word less than 11 characters gets 30 points\n\nWords:\n- gut\n- era\n- clip\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- add -80 point if there exists 'ret' in the word\n- word starts with di gets -75 point\n\nWords:\n- dip\n- distance\n- slash\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- every pair of consecutive consonant gets -85 point\n- word starts with s and ends with yet gets -30 point\n\nWords:\n- bend\n- troubled\n- unable\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 not equal to 9 characters gets -10 point\n- every pair of consecutive consonant gets 45 points\n\nWords:\n- identity\n- defender\n- opponent\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 not equal to 11 characters gets 25 points\n- word starts with t and ends with ath gets -80 point\n\nWords:\n- download\n- respond\n- wheel\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- word more than 4 characters but not equal to 6 characters gets 5 points\n- word ends with tor gets 10 points\n\nWords:\n- harbour\n- default\n- cat\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- add -75 point if there exists 'h' in the word\n- word not equal to 2 characters gets 25 points\n\nWords:\n- mainly\n- credit\n- internet\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 6 characters but not equal to 8 characters gets 80 points\n- add 45 points if there exists exactly 1 'ze' in the word\n\nWords:\n- apology\n- shatter\n- chair\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- add 55 points if there exists 't' in the word\n- every vowel right after a consonant gets -65 point\n\nWords:\n- healthy\n- slot\n- annoyed\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- every vowel gets -20 point\n- add 50 points if there exists exactly 2 's' in the word\n\nWords:\n- landing\n- daily\n- agent\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 right after a vowel gets 80 points\n- word more than 6 characters gets 50 points\n\nWords:\n- dark\n- threaten\n- tin\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 less than 7 characters but not equal to 6 characters gets -55 point\n- every vowel right after a consonant gets -85 point\n\nWords:\n- dip\n- fat\n- trait\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- word starts with r gets 95 points\n- word more than 5 characters gets -10 point\n\nWords:\n- nursery\n- exceed\n- interest\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- every vowel right after a consonant gets -65 point\n- word ends with ous gets 30 points\n\nWords:\n- uphold\n- stare\n- better\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 3 consecutive consonants gets -85 point\n- word more than 6 characters and less than 9 characters but not equal to 8 characters gets -60 point\n\nWords:\n- health\n- sphere\n- predict\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 more than 2 characters and less than 6 characters but not equal to 3 characters gets 55 points\n- add 25 points if there exists exactly 1 'y' in the word\n\nWords:\n- gain\n- date\n- design\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- add -15 point if there exists 'nis' in the word\n- every vowel gets 30 points\n\nWords:\n- ask\n- epidemic\n- can\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 not equal to 5 characters gets -10 point\n- add 75 points if there exists exactly 2 'g' in the word\n\nWords:\n- outlook\n- aid\n- academic\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- every consonant right after a vowel gets 40 points\n- word that has exactly 11 characters gets -100 point\n\nWords:\n- bin\n- mild\n- jury\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- every pair of consecutive vowel gets 70 points\n- add -65 point if there exists exactly 2 'n' in the word\n\nWords:\n- instant\n- chief\n- ghost\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- every vowel right after a consonant gets 45 points\n- word more than 2 characters and less than 7 characters but not equal to 3 characters gets -85 point\n\nWords:\n- tax\n- sample\n- win\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 6 characters gets 75 points\n- word starts with co and ends with dly gets -70 point\n\nWords:\n- above\n- roof\n- closure\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- word starts with ut gets -55 point\n- every vowel right after a consonant gets 65 points\n\nWords:\n- feat\n- secret\n- rate\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- word starts with bro and ends with e gets -60 point\n- word more than 8 characters and less than 11 characters gets -35 point\n\nWords:\n- each\n- realm\n- talent\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 starts with opt gets 45 points\n- word not equal to 8 characters gets 85 points\n\nWords:\n- painter\n- radio\n- storm\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- word starts with mod gets 80 points\n- every vowel right after a consonant gets 75 points\n\nWords:\n- exhibit\n- meaning\n- period\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- add 45 points if there exists 'la' in the word\n- word starts with pr and ends with le gets -80 point\n\nWords:\n- lamp\n- blanket\n- invoke\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- word more than 4 characters but not equal to 9 characters gets 20 points\n- every consonant right after a vowel gets -65 point\n\nWords:\n- merely\n- sound\n- severe\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- word ends with lly gets -15 point\n- word less than 5 characters gets 60 points\n\nWords:\n- cup\n- july\n- require\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 starts with mo and ends with te gets 65 points\n- every pair of consecutive vowel gets 65 points\n\nWords:\n- familiar\n- nearly\n- ride\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- word that has exactly 7 characters gets -70 point\n- add -90 point if there exists exactly 2 'ee' in the word\n\nWords:\n- sweater\n- limited\n- drop\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 consonant gets -65 point\n- add 10 points if there exists 'it' in the word\n\nWords:\n- intent\n- closely\n- timely\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- word starts with o and ends with l gets -35 point\n- every consonant gets -45 point\n\nWords:\n- cinema\n- finger\n- their\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- word less than 6 characters but not equal to 2 characters gets 50 points\n- every pair of consecutive consonant gets -30 point\n\nWords:\n- aside\n- namely\n- try\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- add -25 point if there exists exactly 2 'h' in the word\n- word starts with ro and ends with ic gets -15 point\n\nWords:\n- thorough\n- high\n- freely\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- add -85 point if there exists exactly 1 'do' in the word\n- word less than 5 characters gets 70 points\n\nWords:\n- aid\n- sue\n- goods\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- word starts with pri gets 40 points\n- word that has exactly 9 characters gets -95 point\n\nWords:\n- prison\n- prior\n- graphics\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 more than 3 characters and less than 9 characters gets 45 points\n- every pair of consecutive consonant gets -90 point\n\nWords:\n- feedback\n- graduate\n- resort\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 more than 5 characters gets -60 point\n- word ends with cer gets 15 points\n\nWords:\n- useless\n- approach\n- increase\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- word starts with l and ends with ice gets 95 points\n- every pair of consecutive consonant gets -90 point\n\nWords:\n- adjust\n- martial\n- scan\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 pair of consecutive consonant gets 85 points\n- word more than 3 characters and less than 9 characters gets -35 point\n\nWords:\n- tackle\n- lifelong\n- sanction\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- every vowel gets 15 points\n- word ends with de gets 80 points\n\nWords:\n- angel\n- formal\n- next\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- word that has exactly 10 characters gets -50 point\n- add -10 point if there exists 'ct' in the word\n\nWords:\n- inflict\n- suspect\n- secure\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- every consonant gets 5 points\n- add -15 point if there exists exactly 2 'se' in the word\n\nWords:\n- itself\n- minority\n- hostage\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- add 10 points if there exists exactly 1 'at' in the word\n- word ends with ice gets -100 point\n\nWords:\n- feat\n- catch\n- worst\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- word more than 2 characters but not equal to 10 characters gets -5 point\n- add 5 points if there exists exactly 1 'ia' in the word\n\nWords:\n- god\n- lazy\n- hill\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 -95 point if there exists 'is' in the word\n- word starts with a and ends with on gets 35 points\n\nWords:\n- exist\n- racism\n- acquire\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 more than 8 characters and less than 12 characters but not equal to 9 characters gets 40 points\n- add -5 point if there exists exactly 2 't' in the word\n\nWords:\n- distract\n- outlet\n- thinking\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- every pair of consecutive vowel gets -15 point\n- word ends with are gets -50 point\n\nWords:\n- course\n- trainer\n- private\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- every consonant right after a vowel gets 5 points\n- word ends with ier gets -30 point\n\nWords:\n- suddenly\n- prize\n- critique\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- add 65 points if there exists 'er' in the word\n- word more than 5 characters and less than 11 characters gets -35 point\n\nWords:\n- emotion\n- however\n- thread\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- word starts with sep gets 15 points\n- every vowel gets -85 point\n\nWords:\n- run\n- delight\n- separate\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- word starts with a and ends with ate gets -90 point\n- every vowel right after a consonant gets -5 point\n\nWords:\n- blessing\n- him\n- thirty\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- add -85 point if there exists exactly 1 'ne' in the word\n- word more than 6 characters but not equal to 9 characters gets 60 points\n\nWords:\n- inspire\n- insight\n- coloured\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 not equal to 11 characters gets -75 point\n- word starts with end gets -20 point\n\nWords:\n- bad\n- sole\n- listener\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- word starts with det and ends with e gets -100 point\n- add -80 point if there exists exactly 1 'r' in the word\n\nWords:\n- district\n- grant\n- steep\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 more than 5 characters and less than 11 characters but not equal to 8 characters gets 70 points\n- every vowel right after a consonant gets -25 point\n\nWords:\n- force\n- custom\n- clinic\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- add -65 point if there exists 'a' in the word\n- word more than 6 characters but not equal to 7 characters gets 95 points\n\nWords:\n- appetite\n- analysis\n- national\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- add -65 point if there exists exactly 2 'l' in the word\n- word starts with ye and ends with n gets 65 points\n\nWords:\n- lonely\n- clinical\n- protein\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- every consonant gets -5 point\n- add -10 point if there exists 'll' in the word\n\nWords:\n- drink\n- research\n- review\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- every 3 consecutive consonants gets 50 points\n- word starts with ch and ends with ly gets -95 point\n\nWords:\n- instant\n- daughter\n- fit\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- word that has exactly 5 characters gets -55 point\n- add -90 point if there exists exactly 1 'cc' in the word\n\nWords:\n- jeans\n- serve\n- scheme\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- word that has exactly 8 characters gets -90 point\n- add 60 points if there exists 'n' in the word\n\nWords:\n- sixteen\n- scene\n- sort\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 consonant right after a vowel gets 50 points\n- add -60 point if there exists exactly 2 'al' in the word\n\nWords:\n- bit\n- arrow\n- rubbish\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- every vowel right after a consonant gets -25 point\n- word not equal to 4 characters gets -70 point\n\nWords:\n- afraid\n- honour\n- host\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 ends with d gets 80 points\n- word that has exactly 9 characters gets -40 point\n\nWords:\n- intended\n- road\n- shine\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- every pair of consecutive vowel gets 10 points\n- word starts with in gets -20 point\n\nWords:\n- informed\n- oversee\n- quite\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- word not equal to 10 characters gets -50 point\n- word starts with qui and ends with t gets 45 points\n\nWords:\n- present\n- knee\n- advanced\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 starts with r and ends with ve gets -85 point\n- word more than 6 characters and less than 9 characters but not equal to 7 characters gets -90 point\n\nWords:\n- relative\n- dissolve\n- burden\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- every consonant gets 10 points\n- word starts with con and ends with hat gets -60 point\n\nWords:\n- fake\n- cartoon\n- nursing\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 more than 3 characters gets 100 points\n- word starts with dis gets 5 points\n\nWords:\n- profound\n- horizon\n- patient\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 lat gets -75 point\n- every pair of consecutive vowel gets -35 point\n\nWords:\n- need\n- aunt\n- princess\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- add 70 points if there exists exactly 1 'e' in the word\n- every pair of consecutive consonant gets -75 point\n\nWords:\n- replace\n- ours\n- owe\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 ends with y gets -45 point\n- word more than 5 characters and less than 11 characters gets 15 points\n\nWords:\n- recently\n- weakness\n- darkness\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 not equal to 8 characters gets 90 points\n- every pair of consecutive vowel gets -65 point\n\nWords:\n- migrate\n- dead\n- quite\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- word not equal to 2 characters gets -30 point\n- add -85 point if there exists exactly 1 'e' in the word\n\nWords:\n- day\n- cliff\n- weave\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- word that has exactly 5 characters gets -85 point\n- word ends with ent gets 10 points\n\nWords:\n- rally\n- thumb\n- recipe\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 6 characters gets 15 points\n- word starts with c gets 100 points\n\nWords:\n- egg\n- threaten\n- visitor\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- word ends with r gets -40 point\n- add 80 points if there exists exactly 1 'ly' in the word\n\nWords:\n- paper\n- shatter\n- senior\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- word starts with jus and ends with ion gets -90 point\n- add 35 points if there exists exactly 1 'st' in the word\n\nWords:\n- storage\n- boast\n- frighten\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 starts with p gets 15 points\n- add 5 points if there exists 'o' in the word\n\nWords:\n- noise\n- who\n- basement\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- word more than 7 characters but not equal to 8 characters gets 100 points\n- add -10 point if there exists 'u' in the word\n\nWords:\n- human\n- thus\n- senator\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- add 15 points if there exists exactly 1 'de' in the word\n- word more than 6 characters gets 20 points\n\nWords:\n- regional\n- separate\n- cry\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- word starts with now gets -40 point\n- every vowel right after a consonant gets 5 points\n\nWords:\n- little\n- channel\n- buck\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 6 characters gets -90 point\n- word starts with se and ends with ter gets -10 point\n\nWords:\n- custom\n- eleven\n- straight\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 starts with bes gets 75 points\n- word not equal to 3 characters gets -80 point\n\nWords:\n- flag\n- cell\n- indulge\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- word ends with ion gets 30 points\n- every pair of consecutive consonant gets 40 points\n\nWords:\n- hunger\n- sixteen\n- carrot\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- every vowel right after a consonant gets 90 points\n- word that has exactly 5 characters gets -35 point\n\nWords:\n- tip\n- bid\n- entitle\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- word that has exactly 3 characters gets -55 point\n- add -80 point if there exists 'hr' in the word\n\nWords:\n- lad\n- all\n- decide\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 -60 point if there exists 'cur' in the word\n- word starts with ice gets 10 points\n\nWords:\n- curved\n- curly\n- every\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 starts with clo and ends with r gets 25 points\n- every consonant right after a vowel gets -10 point\n\nWords:\n- overturn\n- taste\n- age\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- add -55 point if there exists 'o' in the word\n- word ends with eed gets 70 points\n\nWords:\n- pocket\n- folding\n- board\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- every vowel gets 55 points\n- word more than 3 characters and less than 12 characters but not equal to 7 characters gets -20 point\n\nWords:\n- pot\n- email\n- initial\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 vowel right after a consonant gets 85 points\n- word more than 6 characters gets 75 points\n\nWords:\n- handle\n- sale\n- triumph\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- word starts with dec gets 80 points\n- add 60 points if there exists 't' in the word\n\nWords:\n- assault\n- shot\n- finally\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- word ends with al gets 60 points\n- word more than 2 characters gets 45 points\n\nWords:\n- reserve\n- casualty\n- death\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 vowel right after a consonant gets 40 points\n- word less than 12 characters gets -50 point\n\nWords:\n- word\n- mention\n- scrutiny\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- add 40 points if there exists exactly 2 'l' in the word\n- word less than 6 characters but not equal to 4 characters gets -45 point\n\nWords:\n- exile\n- now\n- him\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- word ends with g gets 70 points\n- word more than 8 characters and less than 11 characters gets -55 point\n\nWords:\n- upcoming\n- meaning\n- tiny\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- word more than 7 characters but not equal to 8 characters gets -15 point\n- every consonant gets 85 points\n\nWords:\n- clinic\n- fragile\n- lot\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- every pair of consecutive consonant gets 25 points\n- add -65 point if there exists exactly 2 'ct' in the word\n\nWords:\n- parish\n- prior\n- gaming\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 co gets 85 points\n- word less than 9 characters but not equal to 7 characters gets -30 point\n\nWords:\n- the\n- anything\n- complete\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- every 3 consecutive vowels gets -5 point\n- add 5 points if there exists 't' in the word\n\nWords:\n- adaptive\n- teacher\n- ego\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- word more than 4 characters but not equal to 11 characters gets 70 points\n- word ends with emn gets -10 point\n\nWords:\n- moment\n- auction\n- rope\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- word more than 7 characters and less than 10 characters but not equal to 8 characters gets 75 points\n- add 95 points if there exists 'a' in the word\n\nWords:\n- mental\n- whatever\n- vice\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 starts with ra and ends with re gets -5 point\n- word less than 9 characters gets -95 point\n\nWords:\n- hear\n- kidnap\n- element\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- add -45 point if there exists 'it' in the word\n- word more than 4 characters gets 30 points\n\nWords:\n- overcome\n- inside\n- relieved\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- every 3 consecutive vowels gets 65 points\n- add -90 point if there exists exactly 2 'ys' in the word\n\nWords:\n- anxious\n- beauty\n- birth\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- add -80 point if there exists 'in' in the word\n- every vowel right after a consonant gets 75 points\n\nWords:\n- rarely\n- parental\n- wealth\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- word starts with sh and ends with l gets 70 points\n- every 3 consecutive consonants gets -10 point\n\nWords:\n- really\n- thirty\n- guilt\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- every pair of consecutive consonant gets -40 point\n- word not equal to 10 characters gets -80 point\n\nWords:\n- hesitate\n- rotate\n- probably\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 10 points if there exists exactly 1 'em' in the word\n- word not equal to 5 characters gets 85 points\n\nWords:\n- pure\n- closed\n- clarify\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- word not equal to 5 characters gets -70 point\n- add 60 points if there exists exactly 2 'ns' in the word\n\nWords:\n- delete\n- unable\n- sky\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- word starts with no and ends with zen gets -30 point\n- every pair of consecutive vowel gets -50 point\n\nWords:\n- repair\n- loom\n- client\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- word more than 5 characters and less than 12 characters but not equal to 6 characters gets -10 point\n- add -20 point if there exists exactly 2 'or' in the word\n\nWords:\n- virtual\n- regular\n- win\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 inc and ends with n gets 60 points\n- add -15 point if there exists 'ig' in the word\n\nWords:\n- midnight\n- gig\n- grin\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 that has exactly 8 characters gets 15 points\n- add -55 point if there exists exactly 2 'nt' in the word\n\nWords:\n- rotation\n- scrutiny\n- defeat\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- word that has exactly 3 characters gets 45 points\n- word starts with d gets -100 point\n\nWords:\n- drive\n- dvd\n- powerful\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- every consonant right after a vowel gets -40 point\n- word starts with w gets -90 point\n\nWords:\n- password\n- decent\n- sailing\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 7 characters and less than 12 characters but not equal to 8 characters gets 10 points\n- word starts with lan gets 80 points\n\nWords:\n- landlord\n- lane\n- liberty\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- every vowel right after a consonant gets -15 point\n- add -30 point if there exists 'v' in the word\n\nWords:\n- frozen\n- probe\n- widely\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- word ends with s gets -30 point\n- word not equal to 11 characters gets 30 points\n\nWords:\n- connect\n- evident\n- high\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- every 3 consecutive consonants gets 65 points\n- word ends with ay gets 20 points\n\nWords:\n- further\n- cynical\n- traffic\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- word more than 2 characters but not equal to 11 characters gets 10 points\n- add -90 point if there exists 'at' in the word\n\nWords:\n- hardly\n- faction\n- together\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- add -30 point if there exists 'tr' in the word\n- every vowel gets -80 point\n\nWords:\n- era\n- fence\n- from\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- every vowel right after a consonant gets -50 point\n- word starts with co and ends with le gets 95 points\n\nWords:\n- bed\n- sample\n- stupid\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- every consonant right after a vowel gets -25 point\n- word starts with ele gets 100 points\n\nWords:\n- pet\n- loom\n- loom\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- add -100 point if there exists exactly 2 'en' in the word\n- word ends with as gets -85 point\n\nWords:\n- gas\n- gas\n- notify\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- add -25 point if there exists 'c' in the word\n- word starts with mi gets -95 point\n\nWords:\n- cheerful\n- descent\n- societal\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 starts with cu and ends with ing gets -50 point\n- word more than 5 characters gets -95 point\n\nWords:\n- heighten\n- survival\n- plan\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 more than 3 characters and less than 7 characters gets -80 point\n- every vowel right after a consonant gets 90 points\n\nWords:\n- alert\n- oral\n- creator\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- word that has exactly 7 characters gets -95 point\n- add 20 points if there exists exactly 1 'ti' in the word\n\nWords:\n- consent\n- bizarre\n- shatter\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 not equal to 2 characters gets 40 points\n- every pair of consecutive consonant gets -5 point\n\nWords:\n- similar\n- lock\n- feel\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 gets 60 points\n- word more than 8 characters and less than 12 characters gets 100 points\n\nWords:\n- credit\n- mouth\n- write\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- word not equal to 5 characters gets -25 point\n- word starts with go gets -50 point\n\nWords:\n- midnight\n- sphere\n- breast\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 that has exactly 7 characters gets 60 points\n- every vowel gets 60 points\n\nWords:\n- everyone\n- teacher\n- fraction\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 3 consecutive consonants gets -70 point\n- word not equal to 7 characters gets -70 point\n\nWords:\n- cop\n- face\n- handful\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- add 15 points if there exists 'ur' in the word\n- word less than 9 characters but not equal to 5 characters gets -35 point\n\nWords:\n- wealthy\n- renowned\n- pan\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 -95 point if there exists 'ac' in the word\n- word less than 5 characters but not equal to 4 characters gets -65 point\n\nWords:\n- sin\n- boy\n- seven\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 more than 5 characters and less than 10 characters gets -70 point\n- add -85 point if there exists exactly 2 'om' in the word\n\nWords:\n- metaphor\n- repeat\n- web\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- word starts with w and ends with p gets 20 points\n- every vowel gets -75 point\n\nWords:\n- partner\n- violate\n- knock\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 sum and ends with em gets 15 points\n- every vowel right after a consonant gets -75 point\n\nWords:\n- ton\n- top\n- evacuate\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- add -10 point if there exists 'm' in the word\n- word not equal to 4 characters gets 55 points\n\nWords:\n- explain\n- toy\n- like\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- every consonant gets 55 points\n- word more than 8 characters but not equal to 9 characters gets 100 points\n\nWords:\n- disposal\n- vanish\n- cross\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- add 95 points if there exists exactly 2 'nea' in the word\n- word less than 5 characters gets 35 points\n\nWords:\n- sex\n- lady\n- steep\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- word starts with ab gets -85 point\n- add 30 points if there exists exactly 1 'lo' in the word\n\nWords:\n- low\n- fabulous\n- sphere\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 less than 6 characters but not equal to 4 characters gets 100 points\n- every consonant right after a vowel gets -45 point\n\nWords:\n- big\n- defence\n- host\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 not equal to 4 characters gets 50 points\n- add -95 point if there exists 'o' in the word\n\nWords:\n- govern\n- motor\n- pump\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 that has exactly 4 characters gets -10 point\n- every vowel gets 95 points\n\nWords:\n- web\n- hey\n- unclear\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 not equal to 9 characters gets -5 point\n- add -20 point if there exists exactly 1 's' in the word\n\nWords:\n- morning\n- stamp\n- surgery\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- every pair of consecutive consonant gets -20 point\n- add -30 point if there exists exactly 2 'y' in the word\n\nWords:\n- funny\n- gift\n- normal\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- word that has exactly 8 characters gets 95 points\n- every pair of consecutive vowel gets -30 point\n\nWords:\n- cultural\n- street\n- scholar\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- word more than 5 characters gets -75 point\n- every pair of consecutive vowel gets -20 point\n\nWords:\n- mystery\n- imminent\n- bizarre\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- add 65 points if there exists 'us' in the word\n- word starts with app gets -10 point\n\nWords:\n- muscle\n- user\n- illness\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- word that has exactly 10 characters gets 65 points\n- word starts with a and ends with sty gets -15 point\n\nWords:\n- die\n- dance\n- silly\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- add 60 points if there exists 'e' in the word\n- word not equal to 8 characters gets 70 points\n\nWords:\n- freely\n- retrieve\n- rebuild\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 ends with d gets 25 points\n- word not equal to 7 characters gets 95 points\n\nWords:\n- link\n- our\n- chronic\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 starts with v and ends with se gets 45 points\n- word that has exactly 8 characters gets 90 points\n\nWords:\n- material\n- criminal\n- upset\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 65 points if there exists exactly 2 'rr' in the word\n- word not equal to 10 characters gets -50 point\n\nWords:\n- maintain\n- sit\n- february\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- word more than 7 characters and less than 11 characters gets -5 point\n- add -100 point if there exists exactly 2 'ma' in the word\n\nWords:\n- generous\n- withdraw\n- arms\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- word less than 8 characters gets -70 point\n- every consonant right after a vowel gets 30 points\n\nWords:\n- skip\n- refuse\n- urban\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- word that has exactly 8 characters gets -5 point\n- word starts with gam gets 95 points\n\nWords:\n- memorial\n- portrait\n- senator\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 starts with p and ends with e gets -85 point\n- add 80 points if there exists 'd' in the word\n\nWords:\n- compound\n- declare\n- theft\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- word starts with p and ends with s gets -55 point\n- add -85 point if there exists exactly 2 'pt' in the word\n\nWords:\n- precious\n- previous\n- leg\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- word less than 8 characters gets 55 points\n- every 3 consecutive consonants gets 40 points\n\nWords:\n- resist\n- housing\n- sweep\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 co and ends with d gets -70 point\n- word less than 12 characters gets 70 points\n\nWords:\n- closely\n- accept\n- cheek\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- word starts with ex and ends with e gets 20 points\n- word not equal to 8 characters gets -80 point\n\nWords:\n- rely\n- kid\n- hot\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- add -5 point if there exists exactly 1 'l' in the word\n- every vowel gets -60 point\n\nWords:\n- diamond\n- factor\n- prayer\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 -10 point\n- word starts with con and ends with e gets 55 points\n\nWords:\n- theme\n- ear\n- nature\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 starts with t and ends with er gets -80 point\n- every 3 consecutive consonants gets -45 point\n\nWords:\n- anybody\n- property\n- tight\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 right after a consonant gets 60 points\n- word that has exactly 6 characters gets 45 points\n\nWords:\n- gay\n- repeat\n- wife\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- word more than 2 characters but not equal to 5 characters gets -70 point\n- word starts with h and ends with t gets -100 point\n\nWords:\n- plunge\n- speaker\n- driver\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 -80 point if there exists 'n' in the word\n- word more than 8 characters and less than 11 characters but not equal to 9 characters gets 90 points\n\nWords:\n- balance\n- not\n- thought\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- add 95 points if there exists exactly 2 'am' in the word\n- word ends with far gets -25 point\n\nWords:\n- far\n- far\n- gay\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 3 consecutive consonants gets 55 points\n- add -15 point if there exists 'li' in the word\n\nWords:\n- valid\n- night\n- lonely\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- word starts with reg gets -60 point\n- every 3 consecutive vowels gets 5 points\n\nWords:\n- quietly\n- quiet\n- alive\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 pair of consecutive vowel gets 25 points\n- add -30 point if there exists exactly 1 'na' in the word\n\nWords:\n- proceed\n- your\n- she\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 ends with r gets -10 point\n- every consonant right after a vowel gets -10 point\n\nWords:\n- plus\n- relax\n- rating\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- every consonant right after a vowel gets 95 points\n- add 45 points if there exists 'mo' in the word\n\nWords:\n- quit\n- transfer\n- torture\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 3 consecutive consonants gets 95 points\n- word more than 2 characters but not equal to 10 characters gets 100 points\n\nWords:\n- condemn\n- whole\n- january\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- every vowel right after a consonant gets -40 point\n- add -25 point if there exists 'eds' in the word\n\nWords:\n- accuse\n- drawing\n- beer\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 starts with l gets 15 points\n- add 15 points if there exists exactly 1 're' in the word\n\nWords:\n- lifetime\n- real\n- evoke\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 ends with al gets -15 point\n- every consonant right after a vowel gets 95 points\n\nWords:\n- man\n- sun\n- fish\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 starts with bla and ends with g gets -50 point\n- word that has exactly 4 characters gets 55 points\n\nWords:\n- stab\n- book\n- suit\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 starts with d gets 35 points\n- add -5 point if there exists exactly 1 'ld' in the word\n\nWords:\n- delicate\n- decade\n- exposure\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 ly gets -40 point\n- word less than 10 characters gets -50 point\n\nWords:\n- pen\n- teaching\n- knee\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- word not equal to 10 characters gets 50 points\n- word starts with n and ends with bby gets 10 points\n\nWords:\n- major\n- door\n- tidy\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 65 points if there exists 's' in the word\n- every pair of consecutive consonant gets 60 points\n\nWords:\n- other\n- glove\n- command\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 less than 12 characters but not equal to 2 characters gets 20 points\n- add -55 point if there exists exactly 2 'e' in the word\n\nWords:\n- army\n- bell\n- terrify\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- word ends with ino gets -100 point\n- every vowel right after a consonant gets -50 point\n\nWords:\n- dispose\n- student\n- tendency\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- every pair of consecutive consonant gets 20 points\n- word starts with mob gets 45 points\n\nWords:\n- embrace\n- saint\n- careless\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- add -5 point if there exists 'r' in the word\n- word less than 8 characters gets -60 point\n\nWords:\n- exist\n- sixty\n- fit\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 p and ends with e gets -80 point\n- every pair of consecutive vowel gets -10 point\n\nWords:\n- acquire\n- weakness\n- shot\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- word starts with j gets -100 point\n- add 25 points if there exists 'pr' in the word\n\nWords:\n- process\n- jet\n- namely\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- add 40 points if there exists exactly 2 'ly' in the word\n- every consonant right after a vowel gets 30 points\n\nWords:\n- toy\n- bargain\n- frame\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- word starts with bou gets -30 point\n- add 15 points if there exists 'cr' in the word\n\nWords:\n- craft\n- massacre\n- smell\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 not equal to 3 characters gets 85 points\n- every consonant gets -100 point\n\nWords:\n- may\n- ban\n- magical\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- every vowel gets 45 points\n- word less than 5 characters but not equal to 4 characters gets 95 points\n\nWords:\n- behave\n- brain\n- that\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- word more than 6 characters and less than 9 characters but not equal to 8 characters gets -20 point\n- add 70 points if there exists exactly 2 'ap' in the word\n\nWords:\n- succeed\n- forward\n- worse\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- every 3 consecutive consonants gets -5 point\n- add 20 points if there exists exactly 2 'b' in the word\n\nWords:\n- control\n- spy\n- wind\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- add 20 points if there exists exactly 2 'l' in the word\n- every vowel right after a consonant gets 55 points\n\nWords:\n- sail\n- rental\n- tropical\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- add -40 point if there exists exactly 1 'h' in the word\n- every consonant gets -20 point\n\nWords:\n- inspect\n- mature\n- super\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- word more than 7 characters and less than 12 characters gets 60 points\n- every vowel right after a consonant gets -90 point\n\nWords:\n- syndrome\n- gut\n- when\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- every pair of consecutive consonant gets -30 point\n- word ends with p gets -90 point\n\nWords:\n- back\n- enquire\n- art\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- every pair of consecutive consonant gets -40 point\n- word starts with en and ends with ety gets -80 point\n\nWords:\n- needle\n- the\n- oral\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- add -95 point if there exists exactly 2 'ou' in the word\n- word starts with tex gets 75 points\n\nWords:\n- textbook\n- tunnel\n- cue\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- word less than 9 characters gets -40 point\n- word starts with ri gets 35 points\n\nWords:\n- justify\n- our\n- unlikely\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- every pair of consecutive consonant gets -65 point\n- word less than 12 characters gets 55 points\n\nWords:\n- border\n- attach\n- midst\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 more than 4 characters but not equal to 9 characters gets -90 point\n- every pair of consecutive consonant gets 50 points\n\nWords:\n- expense\n- spark\n- soft\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- every vowel right after a consonant gets -100 point\n- add 60 points if there exists exactly 2 'un' in the word\n\nWords:\n- joy\n- throw\n- bend\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- word more than 6 characters gets 15 points\n- word starts with pa and ends with t gets 30 points\n\nWords:\n- increase\n- provoke\n- gene\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- every 3 consecutive vowels gets -20 point\n- word more than 2 characters gets 60 points\n\nWords:\n- pad\n- imagine\n- pregnant\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 ends with id gets -90 point\n- word not equal to 4 characters gets -20 point\n\nWords:\n- deadline\n- player\n- puzzle\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- add -5 point if there exists exactly 2 'c' in the word\n- every consonant right after a vowel gets 40 points\n\nWords:\n- spill\n- raw\n- fit\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- word less than 11 characters but not equal to 10 characters gets 90 points\n- every pair of consecutive consonant gets -95 point\n\nWords:\n- annoying\n- really\n- question\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- word more than 6 characters and less than 12 characters gets 30 points\n- word ends with re gets -70 point\n\nWords:\n- worried\n- figure\n- junction\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- word starts with co gets -100 point\n- every vowel gets 60 points\n\nWords:\n- nearly\n- base\n- thief\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- every consonant right after a vowel gets 80 points\n- word more than 2 characters gets 15 points\n\nWords:\n- union\n- brick\n- harvest\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- every consonant gets 85 points\n- add 5 points if there exists 't' in the word\n\nWords:\n- sometime\n- surgery\n- raid\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- word less than 8 characters gets -65 point\n- every vowel gets 65 points\n\nWords:\n- search\n- reliance\n- pit\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- word ends with r gets 70 points\n- word that has exactly 5 characters gets 95 points\n\nWords:\n- audit\n- cancer\n- fighting\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 not equal to 4 characters gets 10 points\n- every 3 consecutive consonants gets -85 point\n\nWords:\n- deficit\n- spectrum\n- tactical\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- add 20 points if there exists 'e' in the word\n- every vowel right after a consonant gets -100 point\n\nWords:\n- halfway\n- thank\n- assault\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- every consonant right after a vowel gets -35 point\n- word ends with l gets 60 points\n\nWords:\n- various\n- marker\n- boss\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- add 70 points if there exists 'po' in the word\n- every consonant right after a vowel gets 50 points\n\nWords:\n- licence\n- lack\n- lecture\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 more than 6 characters gets -100 point\n- add -85 point if there exists exactly 2 'in' in the word\n\nWords:\n- believe\n- integral\n- hip\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 30 points if there exists exactly 1 'e' in the word\n- every pair of consecutive consonant gets -20 point\n\nWords:\n- racism\n- land\n- outrage\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- add -90 point if there exists exactly 1 'im' in the word\n- every vowel right after a consonant gets 65 points\n\nWords:\n- switch\n- relieved\n- gorgeous\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- word starts with cue and ends with nap gets -40 point\n- every 3 consecutive vowels gets -95 point\n\nWords:\n- quietly\n- squeeze\n- field\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- add -25 point if there exists exactly 1 'ou' in the word\n- every pair of consecutive vowel gets 85 points\n\nWords:\n- ease\n- quest\n- contrast\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- add 60 points if there exists exactly 2 'sc' in the word\n- word starts with bom gets 10 points\n\nWords:\n- bomb\n- bombing\n- product\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 ends with ss gets -25 point\n- word less than 9 characters but not equal to 3 characters gets 95 points\n\nWords:\n- tree\n- hear\n- weapon\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- word starts with co and ends with s gets 80 points\n- every pair of consecutive consonant gets -15 point\n\nWords:\n- sphere\n- reckon\n- disaster\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- add -15 point if there exists 'se' in the word\n- every 3 consecutive consonants gets 5 points\n\nWords:\n- gym\n- explode\n- tiny\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- word more than 5 characters and less than 10 characters but not equal to 9 characters gets -40 point\n- word starts with her and ends with om gets -90 point\n\nWords:\n- strike\n- monthly\n- big\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 consonant right after a vowel gets -25 point\n- add -5 point if there exists 'w' in the word\n\nWords:\n- essay\n- basket\n- run\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 starts with no gets 25 points\n- word more than 6 characters and less than 10 characters but not equal to 8 characters gets 5 points\n\nWords:\n- obesity\n- ethical\n- success\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 that has exactly 9 characters gets 5 points\n- every pair of consecutive consonant gets 45 points\n\nWords:\n- legend\n- branch\n- fry\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- word not equal to 5 characters gets 95 points\n- word starts with ag gets 85 points\n\nWords:\n- always\n- rhetoric\n- goodbye\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 75 points if there exists 'sor' in the word\n- word less than 6 characters but not equal to 4 characters gets -65 point\n\nWords:\n- unity\n- above\n- ancient\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- every pair of consecutive consonant gets -70 point\n- word more than 7 characters and less than 11 characters gets -60 point\n\nWords:\n- crowd\n- embody\n- twice\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 7 characters gets 70 points\n- add -90 point if there exists 'e' in the word\n\nWords:\n- division\n- frame\n- ceremony\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- word ends with ble gets -45 point\n- word not equal to 10 characters gets -85 point\n\nWords:\n- export\n- connect\n- donor\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 ends with ne gets -100 point\n- every pair of consecutive consonant gets -30 point\n\nWords:\n- opposed\n- script\n- queue\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 -100 point if there exists exactly 1 'on' in the word\n- word less than 11 characters but not equal to 3 characters gets 75 points\n\nWords:\n- wholly\n- exciting\n- greatly\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- word starts with mer and ends with ary gets -40 point\n- every consonant right after a vowel gets 95 points\n\nWords:\n- problem\n- gambling\n- win\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 starts with vie and ends with d gets 45 points\n- every pair of consecutive consonant gets 20 points\n\nWords:\n- apparent\n- symptom\n- soap\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- word starts with r and ends with oat gets -45 point\n- every 3 consecutive vowels gets 40 points\n\nWords:\n- furious\n- quiet\n- use\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- every vowel gets -30 point\n- word that has exactly 10 characters gets -90 point\n\nWords:\n- row\n- style\n- abnormal\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 ends with ice gets -5 point\n- word not equal to 6 characters gets 70 points\n\nWords:\n- cool\n- flu\n- bond\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- add -75 point if there exists exactly 1 'c' in the word\n- every 3 consecutive vowels gets 85 points\n\nWords:\n- cast\n- declare\n- unify\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 ends with r gets -30 point\n- every 3 consecutive consonants gets -60 point\n\nWords:\n- quickly\n- visitor\n- healthy\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- every consonant gets 95 points\n- add 45 points if there exists exactly 1 'ng' in the word\n\nWords:\n- annually\n- why\n- cat\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- add 35 points if there exists exactly 2 'ir' in the word\n- every consonant right after a vowel gets 40 points\n\nWords:\n- spectrum\n- aids\n- card\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 less than 7 characters gets -90 point\n- word starts with i and ends with ld gets 90 points\n\nWords:\n- guess\n- equal\n- curtain\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 pair of consecutive vowel gets -35 point\n- word starts with ir gets -10 point\n\nWords:\n- earn\n- detain\n- vibrant\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- word not equal to 3 characters gets 70 points\n- add -45 point if there exists 'j' in the word\n\nWords:\n- removal\n- fasten\n- add\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 3 characters gets 40 points\n- add 60 points if there exists 'tia' in the word\n\nWords:\n- fan\n- bid\n- lawn\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 3 consecutive vowels gets 10 points\n- add 80 points if there exists exactly 2 'be' in the word\n\nWords:\n- previous\n- vicious\n- page\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- word more than 3 characters and less than 10 characters gets 70 points\n- word starts with r and ends with t gets 70 points\n\nWords:\n- output\n- tension\n- violate\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 more than 6 characters and less than 12 characters gets -70 point\n- every 3 consecutive vowels gets 95 points\n\nWords:\n- homework\n- mention\n- shut\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- add -30 point if there exists 'a' in the word\n- word starts with j gets 45 points\n\nWords:\n- steady\n- any\n- hook\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 70 points if there exists 'n' in the word\n- every vowel right after a consonant gets 25 points\n\nWords:\n- boundary\n- backing\n- prohibit\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- every 3 consecutive vowels gets 80 points\n- word that has exactly 7 characters gets -70 point\n\nWords:\n- grocery\n- feature\n- gaze\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- every 3 consecutive consonants gets 50 points\n- word ends with on gets 10 points\n\nWords:\n- quietly\n- subtle\n- denial\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- every consonant gets -25 point\n- word that has exactly 9 characters gets -25 point\n\nWords:\n- need\n- biscuit\n- gay\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- every pair of consecutive vowel gets 55 points\n- word less than 6 characters gets 35 points\n\nWords:\n- fill\n- pleasure\n- weather\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 vowel gets 55 points\n- word starts with fi gets -80 point\n\nWords:\n- bail\n- moment\n- page\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- word starts with ty and ends with g gets -75 point\n- add 45 points if there exists 'and' in the word\n\nWords:\n- handy\n- mainland\n- accused\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- word that has exactly 5 characters gets 80 points\n- add -45 point if there exists exactly 1 'pu' in the word\n\nWords:\n- pursuit\n- widow\n- tropical\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 55 points if there exists 'a' in the word\n- every 3 consecutive consonants gets 95 points\n\nWords:\n- eastern\n- strongly\n- warrant\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 35 points\n- add -15 point if there exists exactly 1 'om' in the word\n\nWords:\n- audience\n- channel\n- exact\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 starts with stu and ends with e gets -10 point\n- word not equal to 8 characters gets -100 point\n\nWords:\n- thief\n- private\n- usual\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 more than 2 characters and less than 11 characters gets -80 point\n- word starts with e and ends with up gets 90 points\n\nWords:\n- offend\n- bit\n- flesh\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 c and ends with e gets -70 point\n- word more than 4 characters gets 45 points\n\nWords:\n- stadium\n- dynamic\n- aid\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 3 characters and less than 11 characters but not equal to 7 characters gets 85 points\n- word ends with h gets -75 point\n\nWords:\n- interest\n- vital\n- many\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- word more than 8 characters gets -80 point\n- add 45 points if there exists 'he' in the word\n\nWords:\n- either\n- her\n- scene\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- word starts with in and ends with ap gets -50 point\n- every 3 consecutive vowels gets 95 points\n\nWords:\n- curious\n- precious\n- entry\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 nat and ends with e gets 30 points\n- word not equal to 10 characters gets 25 points\n\nWords:\n- price\n- ritual\n- ton\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 less than 10 characters but not equal to 2 characters gets -55 point\n- every pair of consecutive consonant gets 35 points\n\nWords:\n- score\n- pond\n- thursday\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- every consonant gets -35 point\n- word more than 3 characters but not equal to 4 characters gets 5 points\n\nWords:\n- historic\n- shelter\n- sight\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- add -40 point if there exists exactly 2 'er' in the word\n- word starts with j and ends with ent gets -85 point\n\nWords:\n- observer\n- wherever\n- opening\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- word not equal to 8 characters gets 75 points\n- word starts with c and ends with r gets 10 points\n\nWords:\n- erupt\n- appear\n- monday\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- add -45 point if there exists 'o' in the word\n- word less than 10 characters but not equal to 5 characters gets -85 point\n\nWords:\n- run\n- obstacle\n- exceed\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 che gets 50 points\n- every 3 consecutive consonants gets 25 points\n\nWords:\n- strain\n- install\n- pirate\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- every pair of consecutive consonant gets 20 points\n- word less than 6 characters but not equal to 5 characters gets -90 point\n\nWords:\n- healthy\n- setting\n- fiction\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 70 points\n- add 95 points if there exists exactly 2 'tl' in the word\n\nWords:\n- somewhat\n- arrival\n- heighten\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 starts with pr and ends with ty gets 100 points\n- word not equal to 10 characters gets 50 points\n\nWords:\n- talent\n- basis\n- good\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 3 characters gets -100 point\n- every consonant right after a vowel gets 70 points\n\nWords:\n- helmet\n- tunnel\n- bad\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 95 points\n- word starts with dep gets 20 points\n\nWords:\n- campaign\n- heal\n- remedy\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- every 3 consecutive consonants gets 45 points\n- word starts with ad gets 35 points\n\nWords:\n- possibly\n- fighting\n- sweater\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- word not equal to 9 characters gets 85 points\n- every consonant right after a vowel gets -60 point\n\nWords:\n- encode\n- sensible\n- varied\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- word starts with abs and ends with y gets -30 point\n- word not equal to 11 characters gets -10 point\n\nWords:\n- marginal\n- current\n- dish\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- word more than 8 characters and less than 11 characters but not equal to 10 characters gets 85 points\n- add 5 points if there exists 'ta' in the word\n\nWords:\n- cocktail\n- tax\n- advanced\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- every consonant gets -45 point\n- word ends with r gets 25 points\n\nWords:\n- button\n- low\n- issue\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 pair of consecutive vowel gets -55 point\n- word that has exactly 5 characters gets -35 point\n\nWords:\n- ready\n- recruit\n- multiply\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- add 40 points if there exists 'to' in the word\n- every vowel gets -20 point\n\nWords:\n- innocent\n- wit\n- wide\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- every vowel right after a consonant gets 100 points\n- word more than 8 characters but not equal to 11 characters gets -35 point\n\nWords:\n- devote\n- fame\n- reflect\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 50 points if there exists exactly 2 'i' in the word\n- every consonant right after a vowel gets -95 point\n\nWords:\n- restrict\n- mobility\n- climb\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 not equal to 11 characters gets -15 point\n- add -35 point if there exists exactly 2 'pr' in the word\n\nWords:\n- pan\n- weight\n- discard\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- every vowel gets 80 points\n- add -70 point if there exists exactly 1 'io' in the word\n\nWords:\n- weekly\n- spending\n- choice\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 9 characters gets 60 points\n- every 3 consecutive consonants gets 50 points\n\nWords:\n- shirt\n- glove\n- beyond\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 starts with veh gets -80 point\n- add 35 points if there exists 'p' in the word\n\nWords:\n- pause\n- protect\n- freely\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 sha and ends with e gets 90 points\n- every vowel right after a consonant gets 70 points\n\nWords:\n- hot\n- website\n- laugh\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 s and ends with nt gets -95 point\n- every pair of consecutive vowel gets 10 points\n\nWords:\n- see\n- meat\n- coup\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- every consonant gets -20 point\n- word not equal to 8 characters gets -75 point\n\nWords:\n- severe\n- spy\n- excuse\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- word starts with fr and ends with ach gets 65 points\n- add 45 points if there exists exactly 1 'e' in the word\n\nWords:\n- remain\n- tongue\n- worse\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 pair of consecutive consonant gets 40 points\n- word more than 5 characters and less than 9 characters but not equal to 8 characters gets -30 point\n\nWords:\n- scope\n- any\n- knee\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 starts with ki and ends with e gets -90 point\n- add 35 points if there exists 'rk' in the word\n\nWords:\n- landmark\n- work\n- aside\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 starts with f and ends with ck gets 95 points\n- add -70 point if there exists exactly 2 'r' in the word\n\nWords:\n- property\n- quarter\n- withdraw\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- every pair of consecutive consonant gets -55 point\n- add 60 points if there exists 'tr' in the word\n\nWords:\n- suitable\n- walk\n- belt\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- add -10 point if there exists exactly 1 'a' in the word\n- every 3 consecutive consonants gets -35 point\n\nWords:\n- hall\n- actively\n- nominate\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- word that has exactly 8 characters gets 80 points\n- every pair of consecutive vowel gets -65 point\n\nWords:\n- denounce\n- tendency\n- during\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- add 45 points if there exists 's' in the word\n- word starts with r and ends with nd gets -80 point\n\nWords:\n- comprise\n- stab\n- audio\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 right after a vowel gets -10 point\n- add 55 points if there exists exactly 1 'tr' in the word\n\nWords:\n- dignity\n- own\n- sentence\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- word that has exactly 6 characters gets 80 points\n- add -70 point if there exists 'ati' in the word\n\nWords:\n- family\n- public\n- event\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- add -95 point if there exists exactly 2 'o' in the word\n- word starts with c and ends with ead gets 80 points\n\nWords:\n- opposite\n- cooking\n- article\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- add 5 points if there exists exactly 1 'rs' in the word\n- word ends with re gets -90 point\n\nWords:\n- centre\n- acre\n- mum\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- every pair of consecutive vowel gets 100 points\n- word less than 8 characters but not equal to 4 characters gets 95 points\n\nWords:\n- relief\n- log\n- entrance\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 more than 8 characters but not equal to 9 characters gets 30 points\n- word starts with uni gets 65 points\n\nWords:\n- union\n- unite\n- top\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- every 3 consecutive consonants gets -35 point\n- word less than 7 characters but not equal to 4 characters gets 20 points\n\nWords:\n- secret\n- toe\n- cloth\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- word not equal to 6 characters gets -40 point\n- every vowel right after a consonant gets 70 points\n\nWords:\n- compile\n- included\n- pan\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- add -45 point if there exists exactly 1 'st' in the word\n- word not equal to 11 characters gets -85 point\n\nWords:\n- fur\n- per\n- impose\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- every vowel right after a consonant gets -80 point\n- word starts with fo gets 5 points\n\nWords:\n- verbal\n- insect\n- vocal\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- word starts with s gets -85 point\n- every pair of consecutive vowel gets -30 point\n\nWords:\n- through\n- scare\n- product\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- add -70 point if there exists exactly 2 'pa' in the word\n- every 3 consecutive vowels gets -35 point\n\nWords:\n- quietly\n- furious\n- sun\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 that has exactly 9 characters gets -5 point\n- every consonant right after a vowel gets -95 point\n\nWords:\n- few\n- where\n- assist\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- every 3 consecutive vowels gets 15 points\n- word starts with sac gets -60 point\n\nWords:\n- precious\n- anxious\n- downtown\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- add -45 point if there exists exactly 1 'i' in the word\n- every pair of consecutive vowel gets -55 point\n\nWords:\n- novelist\n- risk\n- elite\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 -80 point\n- word more than 7 characters but not equal to 9 characters gets 100 points\n\nWords:\n- major\n- rear\n- roll\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 that has exactly 11 characters gets -50 point\n- add -30 point if there exists exactly 1 'b' in the word\n\nWords:\n- boil\n- subsidy\n- under\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 ends with p gets -10 point\n- add 75 points if there exists 'cor' in the word\n\nWords:\n- line-up\n- backup\n- dvd\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- add 35 points if there exists exactly 1 'u' in the word\n- every pair of consecutive consonant gets -30 point\n\nWords:\n- ward\n- network\n- hot\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- word that has exactly 3 characters gets -30 point\n- add 25 points if there exists 'n' in the word\n\nWords:\n- rip\n- tie\n- trust\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 'rt' in the word\n- word not equal to 6 characters gets -25 point\n\nWords:\n- ink\n- leg\n- cause\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 vowel gets -25 point\n- word starts with f gets 5 points\n\nWords:\n- fiction\n- option\n- arena\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- word that has exactly 7 characters gets -10 point\n- word ends with ate gets 100 points\n\nWords:\n- roughly\n- rubbish\n- rob\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- add 75 points if there exists exactly 1 'c' in the word\n- word starts with c gets 15 points\n\nWords:\n- cemetery\n- criminal\n- folding\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- every vowel right after a consonant gets -90 point\n- word that has exactly 9 characters gets 20 points\n\nWords:\n- dig\n- apple\n- stream\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 starts with a and ends with d gets 70 points\n- add 70 points if there exists 's' in the word\n\nWords:\n- passive\n- obesity\n- praise\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- every 3 consecutive vowels gets -10 point\n- add -40 point if there exists 'a' in the word\n\nWords:\n- mainly\n- absurd\n- figure\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- every vowel right after a consonant gets -100 point\n- word less than 5 characters but not equal to 4 characters gets -60 point\n\nWords:\n- wholly\n- mechanic\n- travel\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 ends with l gets 70 points\n- word more than 3 characters gets 25 points\n\nWords:\n- money\n- balanced\n- gaze\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 ends with ain gets 85 points\n- every pair of consecutive consonant gets -20 point\n\nWords:\n- lighting\n- risk\n- country\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 not equal to 5 characters gets 65 points\n- every consonant right after a vowel gets 75 points\n\nWords:\n- enforce\n- tendency\n- identify\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 -20 point if there exists 'va' in the word\n- word more than 4 characters and less than 7 characters but not equal to 6 characters gets -75 point\n\nWords:\n- medieval\n- ahead\n- retire\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 50 points if there exists 'ra' in the word\n- every consonant gets -80 point\n\nWords:\n- abandon\n- pot\n- library\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 100 points if there exists 'mbi' in the word\n- every 3 consecutive vowels gets 70 points\n\nWords:\n- anxious\n- curious\n- bound\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- every vowel right after a consonant gets 40 points\n- word more than 8 characters but not equal to 10 characters gets 55 points\n\nWords:\n- rain\n- producer\n- skirt\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 la and ends with s gets -40 point\n- every pair of consecutive vowel gets -45 point\n\nWords:\n- movie\n- indeed\n- towel\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 starts with ju gets 30 points\n- add -65 point if there exists exactly 1 'o' in the word\n\nWords:\n- one\n- prohibit\n- tobacco\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 vowel right after a consonant gets 55 points\n- word not equal to 9 characters gets -55 point\n\nWords:\n- shocking\n- juice\n- exposure\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 pro gets -35 point\n- add 20 points if there exists exactly 1 'p' in the word\n\nWords:\n- comply\n- pub\n- square\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 consonant right after a vowel gets -70 point\n- word ends with e gets -30 point\n\nWords:\n- rhetoric\n- severely\n- admit\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- every consonant gets -60 point\n- add -85 point if there exists exactly 1 'omi' in the word\n\nWords:\n- revenue\n- remind\n- sweater\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- add -60 point if there exists 'ov' in the word\n- word starts with ce and ends with t gets 25 points\n\nWords:\n- recover\n- novelist\n- expected\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 consonant right after a vowel gets -60 point\n- word starts with ma and ends with eit gets -35 point\n\nWords:\n- militia\n- attract\n- patent\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 starts with enr and ends with r gets 90 points\n- every pair of consecutive consonant gets -90 point\n\nWords:\n- dark\n- yell\n- top\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- every pair of consecutive consonant gets 60 points\n- word less than 5 characters gets 90 points\n\nWords:\n- dvd\n- wing\n- oversee\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 ends with ory gets 5 points\n- word more than 4 characters but not equal to 8 characters gets -30 point\n\nWords:\n- punch\n- measure\n- alarm\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 p and ends with tly gets -30 point\n- add -40 point if there exists 'h' in the word\n\nWords:\n- why\n- chip\n- reporter\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- word starts with div and ends with ng gets 80 points\n- every pair of consecutive consonant gets -45 point\n\nWords:\n- bowl\n- business\n- think\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 consonant gets 45 points\n- word more than 4 characters and less than 8 characters but not equal to 7 characters gets -5 point\n\nWords:\n- valuable\n- laptop\n- million\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 not equal to 10 characters gets -85 point\n- add -90 point if there exists exactly 1 'od' in the word\n\nWords:\n- cemetery\n- bored\n- morning\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- every vowel gets 10 points\n- word ends with ion gets -85 point\n\nWords:\n- just\n- tragedy\n- punch\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- add 50 points if there exists 'ad' in the word\n- word not equal to 6 characters gets -50 point\n\nWords:\n- trait\n- car\n- dad\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 ends with n gets 10 points\n- add 5 points if there exists exactly 1 'd' in the word\n\nWords:\n- tragedy\n- fund\n- rip\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- word ends with uer gets -90 point\n- add 100 points if there exists exactly 1 'at' in the word\n\nWords:\n- attach\n- cat\n- original\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- add 30 points if there exists 'gh' in the word\n- every pair of consecutive consonant gets -30 point\n\nWords:\n- push\n- illegal\n- key\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 -75 point if there exists exactly 1 's' in the word\n- word that has exactly 6 characters gets 100 points\n\nWords:\n- musician\n- scare\n- ever\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- word more than 2 characters and less than 8 characters gets 65 points\n- word starts with ess and ends with c gets -45 point\n\nWords:\n- tape\n- guy\n- fat\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 55 points if there exists exactly 1 'n' in the word\n- word starts with a gets -65 point\n\nWords:\n- human\n- panel\n- explicit\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- every vowel gets -55 point\n- add -95 point if there exists exactly 2 'o' in the word\n\nWords:\n- ugly\n- argument\n- ethic\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 not equal to 10 characters gets 30 points\n- word starts with en and ends with ng gets 65 points\n\nWords:\n- booking\n- faith\n- ahead\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- word ends with r gets -100 point\n- word more than 8 characters gets 10 points\n\nWords:\n- eager\n- terror\n- nine\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- word more than 4 characters but not equal to 8 characters gets -90 point\n- every vowel right after a consonant gets -25 point\n\nWords:\n- ruling\n- lyric\n- flash\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- add -15 point if there exists 'ne' in the word\n- every pair of consecutive consonant gets 15 points\n\nWords:\n- rugby\n- voting\n- skull\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- word ends with ure gets -10 point\n- word less than 9 characters gets 35 points\n\nWords:\n- tension\n- through\n- flower\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- word not equal to 4 characters gets -10 point\n- word starts with war and ends with ad gets -75 point\n\nWords:\n- fever\n- equip\n- insult\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- word less than 6 characters but not equal to 5 characters gets 20 points\n- add -5 point if there exists exactly 1 'ob' in the word\n\nWords:\n- bend\n- cry\n- report\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- word more than 4 characters and less than 10 characters gets -95 point\n- every pair of consecutive consonant gets 95 points\n\nWords:\n- located\n- relaxed\n- two\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- add -75 point if there exists exactly 1 'tur' in the word\n- every vowel right after a consonant gets -45 point\n\nWords:\n- colony\n- forest\n- pub\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- word not equal to 9 characters gets -90 point\n- every 3 consecutive consonants gets -40 point\n\nWords:\n- after\n- mud\n- make\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- word starts with abo and ends with ed gets -10 point\n- word that has exactly 9 characters gets -35 point\n\nWords:\n- academy\n- post-war\n- edge\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 -80 point if there exists exactly 2 'ci' in the word\n- every vowel right after a consonant gets 10 points\n\nWords:\n- lottery\n- radical\n- climb\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- add 25 points if there exists exactly 1 'i' in the word\n- word ends with ay gets -95 point\n\nWords:\n- steadily\n- trail\n- notice\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 starts with i and ends with t gets 5 points\n- every pair of consecutive consonant gets 30 points\n\nWords:\n- stumble\n- fulfil\n- subtle\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- word more than 3 characters and less than 9 characters but not equal to 7 characters gets 40 points\n- every pair of consecutive vowel gets -45 point\n\nWords:\n- thin\n- thread\n- eat\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 starts with con gets 75 points\n- every pair of consecutive consonant gets 85 points\n\nWords:\n- defect\n- withdraw\n- impact\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- word more than 5 characters and less than 12 characters but not equal to 7 characters gets 65 points\n- word starts with wh gets -50 point\n\nWords:\n- inmate\n- contrast\n- magazine\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- every consonant gets 40 points\n- word that has exactly 10 characters gets -100 point\n\nWords:\n- equip\n- instead\n- industry\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- every vowel right after a consonant gets -20 point\n- word ends with eze gets 100 points\n\nWords:\n- exercise\n- married\n- concept\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 less than 9 characters gets -70 point\n- add 35 points if there exists exactly 1 'le' in the word\n\nWords:\n- yourself\n- striking\n- within\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- word more than 3 characters gets -60 point\n- word starts with en and ends with ia gets 70 points\n\nWords:\n- blanket\n- date\n- pin\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 more than 2 characters but not equal to 7 characters gets -10 point\n- word starts with b gets 45 points\n\nWords:\n- fly\n- nut\n- romantic\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- word starts with tr and ends with is gets -80 point\n- every consonant gets -35 point\n\nWords:\n- compile\n- trust\n- notify\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- every pair of consecutive consonant gets -75 point\n- word ends with te gets -50 point\n\nWords:\n- protest\n- that\n- finally\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- add -85 point if there exists exactly 2 'eve' in the word\n- every consonant right after a vowel gets 40 points\n\nWords:\n- defend\n- cop\n- suitable\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- every vowel gets -70 point\n- word ends with l gets 10 points\n\nWords:\n- nice\n- shower\n- hole\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 less than 11 characters but not equal to 2 characters gets -40 point\n- every consonant right after a vowel gets -45 point\n\nWords:\n- motor\n- jet\n- robot\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- every pair of consecutive vowel gets 10 points\n- word ends with e gets 85 points\n\nWords:\n- price\n- retreat\n- slope\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 ends with rce gets -80 point\n- every 3 consecutive vowels gets 55 points\n\nWords:\n- quiet\n- queen\n- unity\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- every vowel right after a consonant gets 10 points\n- word more than 4 characters and less than 12 characters gets -85 point\n\nWords:\n- hence\n- finish\n- rod\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- every vowel gets 75 points\n- word more than 6 characters and less than 12 characters but not equal to 9 characters gets 55 points\n\nWords:\n- reality\n- age\n- gun\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- every vowel right after a consonant gets -80 point\n- add 40 points if there exists exactly 2 'bu' in the word\n\nWords:\n- new\n- locate\n- leg\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- word ends with e gets -40 point\n- every vowel right after a consonant gets -90 point\n\nWords:\n- opera\n- hey\n- divert\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- every consonant gets 20 points\n- word more than 7 characters but not equal to 11 characters gets 85 points\n\nWords:\n- ancient\n- file\n- indulge\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- add -5 point if there exists exactly 1 'ic' in the word\n- word less than 8 characters but not equal to 2 characters gets -50 point\n\nWords:\n- remote\n- cheap\n- quit\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 90 points if there exists 'rr' in the word\n- word starts with lab gets 90 points\n\nWords:\n- mirror\n- currency\n- beg\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- word starts with err gets 40 points\n- word that has exactly 8 characters gets 10 points\n\nWords:\n- straight\n- ordinary\n- leaf\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- every vowel right after a consonant gets -35 point\n- word more than 4 characters and less than 7 characters but not equal to 5 characters gets 25 points\n\nWords:\n- reserve\n- jump\n- deliver\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 ends with ly gets -45 point\n- every pair of consecutive consonant gets 85 points\n\nWords:\n- drama\n- blessing\n- diamond\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- word starts with gra gets -45 point\n- add 100 points if there exists 'n' in the word\n\nWords:\n- union\n- romance\n- terrible\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- word less than 8 characters gets 55 points\n- add 90 points if there exists 'a' in the word\n\nWords:\n- heart\n- legacy\n- assert\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- add -65 point if there exists 'i' in the word\n- word more than 6 characters and less than 9 characters but not equal to 7 characters gets 60 points\n\nWords:\n- disposal\n- sir\n- type\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 that has exactly 10 characters gets 25 points\n- word starts with bur gets 55 points\n\nWords:\n- burst\n- burst\n- cheat\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- add -80 point if there exists exactly 2 'en' in the word\n- every pair of consecutive vowel gets -100 point\n\nWords:\n- movie\n- again\n- tender\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 dly gets -25 point\n- word not equal to 5 characters gets 40 points\n\nWords:\n- sex\n- summary\n- camp\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 min and ends with ary gets -25 point\n- word not equal to 4 characters gets -10 point\n\nWords:\n- divorce\n- label\n- thus\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 starts with bia gets 35 points\n- word not equal to 3 characters gets -60 point\n\nWords:\n- northern\n- hatred\n- student\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 less than 10 characters gets -15 point\n- word starts with com gets -15 point\n\nWords:\n- its\n- object\n- acquire\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- add -25 point if there exists 'u' in the word\n- every vowel right after a consonant gets -5 point\n\nWords:\n- regard\n- young\n- our\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- every 3 consecutive vowels gets 5 points\n- word not equal to 2 characters gets 5 points\n\nWords:\n- shipping\n- obsess\n- blast\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 consonant gets 100 points\n- word starts with com and ends with it gets -45 point\n\nWords:\n- elite\n- obey\n- fire\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- every 3 consecutive vowels gets 40 points\n- add -55 point if there exists 'r' in the word\n\nWords:\n- freely\n- red\n- farmer\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- word ends with ing gets -35 point\n- add 75 points if there exists 'ip' in the word\n\nWords:\n- building\n- annoying\n- now\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 -5 point if there exists exactly 1 'oun' in the word\n- word more than 5 characters gets 40 points\n\nWords:\n- artist\n- legally\n- give\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- every consonant right after a vowel gets 90 points\n- word starts with re gets -50 point\n\nWords:\n- disposal\n- today\n- price\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- word ends with ned gets -25 point\n- word more than 5 characters and less than 11 characters but not equal to 10 characters gets -95 point\n\nWords:\n- sibling\n- overturn\n- previous\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- word starts with st gets 55 points\n- every pair of consecutive vowel gets 55 points\n\nWords:\n- frequent\n- outbreak\n- gut\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- add -100 point if there exists 'wer' in the word\n- word starts with b and ends with la gets 45 points\n\nWords:\n- powerful\n- tower\n- see\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- every consonant right after a vowel gets -5 point\n- add -65 point if there exists 'd' in the word\n\nWords:\n- packet\n- enhance\n- eighteen\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 consonant right after a vowel gets -75 point\n- add -25 point if there exists exactly 2 'ff' in the word\n\nWords:\n- how\n- develop\n- make\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- word starts with m gets -45 point\n- word more than 5 characters and less than 8 characters but not equal to 6 characters gets 30 points\n\nWords:\n- because\n- biology\n- near\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- every pair of consecutive consonant gets 10 points\n- word that has exactly 7 characters gets 55 points\n\nWords:\n- reach\n- freely\n- clue\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- add -45 point if there exists exactly 2 'ut' in the word\n- word ends with e gets -25 point\n\nWords:\n- once\n- village\n- separate\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- add 30 points if there exists exactly 1 'ote' in the word\n- every pair of consecutive vowel gets -15 point\n\nWords:\n- please\n- footage\n- not\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 pair of consecutive consonant gets 30 points\n- add 45 points if there exists 'x' in the word\n\nWords:\n- rhetoric\n- sentence\n- inform\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- word ends with t gets 60 points\n- add 30 points if there exists 'ch' in the word\n\nWords:\n- honest\n- get\n- old\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- word starts with att and ends with mud gets -10 point\n- every pair of consecutive vowel gets -90 point\n\nWords:\n- bias\n- plea\n- civil\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- word less than 9 characters gets -95 point\n- every pair of consecutive consonant gets 50 points\n\nWords:\n- progress\n- fortune\n- morning\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- add 20 points if there exists exactly 1 'r' in the word\n- word starts with f gets 25 points\n\nWords:\n- vertical\n- ceremony\n- get\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- every pair of consecutive vowel gets 45 points\n- add -100 point if there exists 'o' in the word\n\nWords:\n- slowly\n- earth\n- blood\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 -70 point if there exists 'il' in the word\n- word more than 6 characters but not equal to 9 characters gets -80 point\n\nWords:\n- coloured\n- mention\n- meeting\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 15 points if there exists exactly 2 'e' in the word\n- every consonant gets -65 point\n\nWords:\n- bank\n- aware\n- storm\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- every consonant gets 80 points\n- word more than 8 characters gets 90 points\n\nWords:\n- the\n- obey\n- dialogue\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- word ends with zed gets -60 point\n- add 5 points if there exists 'ad' in the word\n\nWords:\n- advise\n- already\n- wound\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- add 100 points if there exists 'at' in the word\n- every pair of consecutive vowel gets 35 points\n\nWords:\n- session\n- bath\n- overview\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- every consonant right after a vowel gets -40 point\n- word ends with e gets -25 point\n\nWords:\n- imprison\n- shrink\n- adjust\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- word more than 6 characters gets -55 point\n- add -90 point if there exists exactly 1 'ite' in the word\n\nWords:\n- reverse\n- fairness\n- metaphor\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- word starts with dis and ends with t gets -10 point\n- every 3 consecutive vowels gets -15 point\n\nWords:\n- queue\n- precious\n- openly\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- every vowel right after a consonant gets -60 point\n- word less than 7 characters gets 65 points\n\nWords:\n- warming\n- spectrum\n- illegal\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 ends with k gets 35 points\n- word less than 6 characters gets -25 point\n\nWords:\n- ray\n- unify\n- ill\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- every 3 consecutive consonants gets 100 points\n- add -85 point if there exists 'a' in the word\n\nWords:\n- overlap\n- haunt\n- addition\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- add -40 point if there exists 'ax' in the word\n- every consonant right after a vowel gets 15 points\n\nWords:\n- frame\n- medal\n- leg\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- every 3 consecutive vowels gets -55 point\n- word ends with ly gets -15 point\n\nWords:\n- badly\n- rarely\n- situated\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- word not equal to 7 characters gets -45 point\n- word starts with wor gets -60 point\n\nWords:\n- humorous\n- whip\n- terrify\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 vowel right after a consonant gets 15 points\n- add 60 points if there exists exactly 1 'ui' in the word\n\nWords:\n- range\n- fibre\n- star\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- every pair of consecutive vowel gets 80 points\n- word more than 3 characters and less than 11 characters but not equal to 6 characters gets 25 points\n\nWords:\n- feed\n- include\n- story\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- word starts with e gets 95 points\n- add 15 points if there exists 'i' in the word\n\nWords:\n- native\n- failed\n- pipe\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- every vowel right after a consonant gets 20 points\n- add 75 points if there exists 'le' in the word\n\nWords:\n- advance\n- poor\n- mention\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- word ends with ver gets -100 point\n- add -75 point if there exists exactly 2 'ote' in the word\n\nWords:\n- whenever\n- never\n- ray\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- word more than 4 characters and less than 9 characters gets 95 points\n- every vowel right after a consonant gets -85 point\n\nWords:\n- calm\n- impress\n- art\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 less than 8 characters but not equal to 6 characters gets 90 points\n- every 3 consecutive vowels gets -40 point\n\nWords:\n- nine\n- price\n- nominate\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 not equal to 3 characters gets 95 points\n- add 5 points if there exists exactly 2 'ou' in the word\n\nWords:\n- smile\n- sudden\n- consider\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 4 characters gets 85 points\n- add 95 points if there exists 'hon' in the word\n\nWords:\n- honesty\n- against\n- jam\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- word ends with on gets -45 point\n- word that has exactly 11 characters gets 75 points\n\nWords:\n- vacation\n- weapon\n- apart\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 starts with ch and ends with s gets 75 points\n- word more than 3 characters and less than 7 characters but not equal to 5 characters gets -35 point\n\nWords:\n- closed\n- shrink\n- bus\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- every pair of consecutive consonant gets 80 points\n- word starts with bo gets 55 points\n\nWords:\n- dignity\n- format\n- sign\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- every vowel gets -80 point\n- word more than 8 characters but not equal to 9 characters gets -80 point\n\nWords:\n- rid\n- adoption\n- ship\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 cau gets 70 points\n- add -55 point if there exists exactly 1 'pt' in the word\n\nWords:\n- except\n- capture\n- rhythm\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- word not equal to 8 characters gets 20 points\n- every consonant right after a vowel gets 5 points\n\nWords:\n- knock\n- charter\n- tissue\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- every vowel right after a consonant gets 100 points\n- add 10 points if there exists 'i' in the word\n\nWords:\n- his\n- plenty\n- pen\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- add -60 point if there exists exactly 1 'ag' in the word\n- word that has exactly 6 characters gets -100 point\n\nWords:\n- suburb\n- whilst\n- steal\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- every consonant gets -35 point\n- word not equal to 2 characters gets -60 point\n\nWords:\n- too\n- utility\n- alcohol\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- word more than 3 characters and less than 11 characters but not equal to 6 characters gets -35 point\n- word ends with ive gets 40 points\n\nWords:\n- demon\n- maybe\n- clothes\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 3 consecutive consonants gets 40 points\n- add -60 point if there exists exactly 2 'ep' in the word\n\nWords:\n- entrance\n- insight\n- boat\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 -15 point if there exists 'dr' in the word\n- word not equal to 3 characters gets 40 points\n\nWords:\n- prefer\n- wish\n- friday\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 not equal to 4 characters gets 80 points\n- every vowel right after a consonant gets -90 point\n\nWords:\n- website\n- firstly\n- move\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 that has exactly 10 characters gets -70 point\n- word ends with enu gets 70 points\n\nWords:\n- assert\n- cater\n- residue\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- every vowel right after a consonant gets -90 point\n- word that has exactly 7 characters gets 35 points\n\nWords:\n- bell\n- envelope\n- outbreak\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 less than 9 characters but not equal to 7 characters gets 45 points\n- every vowel gets -100 point\n\nWords:\n- fighting\n- expert\n- lawsuit\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 more than 6 characters and less than 12 characters gets 55 points\n- add 60 points if there exists exactly 1 'r' in the word\n\nWords:\n- card\n- write\n- aid\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 point if there exists 't' in the word\n- word starts with spa gets 75 points\n\nWords:\n- credit\n- night\n- leak\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- word starts with le and ends with red gets 75 points\n- add 90 points if there exists 'at' in the word\n\nWords:\n- feat\n- date\n- optical\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 not equal to 5 characters gets -100 point\n- word starts with tox gets 100 points\n\nWords:\n- t-shirt\n- electric\n- tap\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- add 50 points if there exists exactly 1 'i' in the word\n- every 3 consecutive vowels gets 90 points\n\nWords:\n- skirt\n- victory\n- bail\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- every pair of consecutive consonant gets 35 points\n- word starts with d gets 10 points\n\nWords:\n- pleasure\n- insert\n- crop\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- every 3 consecutive consonants gets -80 point\n- word starts with co gets -40 point\n\nWords:\n- simply\n- workshop\n- deeply\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 3 consecutive consonants gets 65 points\n- add -35 point if there exists exactly 1 'tua' in the word\n\nWords:\n- confront\n- wildlife\n- constant\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- word more than 7 characters and less than 12 characters but not equal to 11 characters gets 15 points\n- every vowel right after a consonant gets 5 points\n\nWords:\n- rape\n- dip\n- worried\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- add -75 point if there exists exactly 1 'an' in the word\n- every pair of consecutive consonant gets 10 points\n\nWords:\n- clean\n- bridge\n- shame\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- every 3 consecutive consonants gets 30 points\n- word starts with pa and ends with ble gets 40 points\n\nWords:\n- matching\n- three\n- regard\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- every pair of consecutive consonant gets 35 points\n- word more than 4 characters gets -75 point\n\nWords:\n- version\n- bench\n- summit\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- word starts with esc and ends with g gets -25 point\n- word less than 8 characters gets 15 points\n\nWords:\n- imagine\n- slide\n- valid\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- word more than 6 characters and less than 9 characters gets -60 point\n- every vowel right after a consonant gets 25 points\n\nWords:\n- brand\n- drag\n- aside\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 ends with tal gets 80 points\n- word that has exactly 4 characters gets -55 point\n\nWords:\n- cafe\n- mark\n- survivor\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- word starts with pai and ends with d gets 40 points\n- every pair of consecutive consonant gets 70 points\n\nWords:\n- internal\n- range\n- ton\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 that has exactly 3 characters gets -50 point\n- word ends with e gets 90 points\n\nWords:\n- outrage\n- rifle\n- welcome\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 -10 point\n- word not equal to 2 characters gets 30 points\n\nWords:\n- convey\n- seldom\n- enrich\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 re gets -45 point\n- every consonant right after a vowel gets -80 point\n\nWords:\n- pen\n- guy\n- modify\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 -65 point if there exists 'ly' in the word\n- every vowel gets 15 points\n\nWords:\n- chairman\n- lovely\n- until\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- word not equal to 8 characters gets -25 point\n- word starts with b gets -85 point\n\nWords:\n- achieve\n- wait\n- six\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- add 75 points if there exists exactly 2 'lco' in the word\n- word starts with fr and ends with ent gets -90 point\n\nWords:\n- fragment\n- frequent\n- duo\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- add -50 point if there exists 'r' in the word\n- every vowel right after a consonant gets -50 point\n\nWords:\n- bed\n- volume\n- exactly\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 -60 point if there exists 'ra' in the word\n- word starts with g gets -60 point\n\nWords:\n- guitar\n- several\n- van\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- add 40 points if there exists exactly 2 'ver' in the word\n- every consonant right after a vowel gets -35 point\n\nWords:\n- let\n- related\n- killing\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 starts with ma and ends with te gets 80 points\n- add 90 points if there exists 'ri' in the word\n\nWords:\n- bacteria\n- furious\n- low\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 di gets 65 points\n- word that has exactly 4 characters gets 95 points\n\nWords:\n- skip\n- foot\n- medium\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 ends with n gets 75 points\n- every vowel right after a consonant gets -35 point\n\nWords:\n- cent\n- failed\n- channel\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 less than 5 characters but not equal to 3 characters gets -65 point\n- word starts with exe and ends with en gets -85 point\n\nWords:\n- wear\n- kiss\n- landmark\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- every vowel gets 45 points\n- word not equal to 2 characters gets 20 points\n\nWords:\n- left\n- steer\n- help\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- add 55 points if there exists exactly 2 'p' in the word\n- word that has exactly 9 characters gets -75 point\n\nWords:\n- supply\n- app\n- due\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 2 characters and less than 12 characters but not equal to 9 characters gets 50 points\n- every vowel right after a consonant gets 75 points\n\nWords:\n- gorgeous\n- pulse\n- lively\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 not equal to 11 characters gets -80 point\n- word starts with bo gets -40 point\n\nWords:\n- each\n- scratch\n- moreover\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- word ends with er gets -60 point\n- add 25 points if there exists 'im' in the word\n\nWords:\n- upper\n- receiver\n- whereby\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 ing gets -15 point\n- add 55 points if there exists 'n' in the word\n\nWords:\n- danger\n- incident\n- brain\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 not equal to 6 characters gets 75 points\n- word starts with r and ends with ult gets -75 point\n\nWords:\n- relieved\n- petition\n- tie\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 more than 5 characters gets 90 points\n- add 35 points if there exists 'lo' in the word\n\nWords:\n- militia\n- object\n- ethic\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 more than 2 characters and less than 6 characters gets -70 point\n- every consonant gets 5 points\n\nWords:\n- flat\n- sex\n- program\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- every pair of consecutive consonant gets 65 points\n- word starts with hig gets 80 points\n\nWords:\n- club\n- thick\n- fulfil\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- word starts with o and ends with ere gets 60 points\n- word that has exactly 7 characters gets -65 point\n\nWords:\n- concede\n- outdoor\n- theory\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- add -95 point if there exists exactly 1 'fe' in the word\n- every 3 consecutive vowels gets -55 point\n\nWords:\n- obvious\n- lifetime\n- southern\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 su gets 75 points\n- word that has exactly 10 characters gets 65 points\n\nWords:\n- summary\n- suddenly\n- thorough\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- word ends with lk gets 85 points\n- add -75 point if there exists 'n' in the word\n\nWords:\n- banana\n- queen\n- boom\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- word starts with ble gets 25 points\n- add 20 points if there exists 'ing' in the word\n\nWords:\n- camping\n- ruling\n- way\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 vowel gets 100 points\n- add -5 point if there exists 'it' in the word\n\nWords:\n- dish\n- ego\n- modern\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 starts with bro and ends with r gets 35 points\n- word not equal to 6 characters gets 95 points\n\nWords:\n- mouth\n- cue\n- strain\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- every vowel gets 50 points\n- word more than 7 characters and less than 11 characters gets 95 points\n\nWords:\n- counter\n- ten\n- arrange\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 pair of consecutive vowel gets 50 points\n- word more than 6 characters but not equal to 9 characters gets -70 point\n\nWords:\n- troop\n- movement\n- cinema\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- word ends with t gets 5 points\n- add 25 points if there exists exactly 2 'y' in the word\n\nWords:\n- elect\n- smart\n- optical\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- word starts with f and ends with ess gets 85 points\n- add -15 point if there exists 'ie' in the word\n\nWords:\n- die\n- ancient\n- inspire\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- word less than 8 characters but not equal to 7 characters gets -65 point\n- add 70 points if there exists 'ti' in the word\n\nWords:\n- warn\n- oil\n- odd\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 5 characters gets -30 point\n- every pair of consecutive vowel gets -55 point\n\nWords:\n- question\n- joint\n- hunt\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- add -70 point if there exists exactly 2 'e' in the word\n- every pair of consecutive vowel gets 20 points\n\nWords:\n- again\n- evening\n- maximum\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- word starts with tra gets -45 point\n- add 35 points if there exists exactly 1 'hly' in the word\n\nWords:\n- tragic\n- traffic\n- charity\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- every vowel right after a consonant gets 20 points\n- word that has exactly 10 characters gets 45 points\n\nWords:\n- logo\n- sometime\n- see\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- add -20 point if there exists 'mea' in the word\n- every pair of consecutive consonant gets -15 point\n\nWords:\n- poster\n- ask\n- spine\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- every 3 consecutive vowels gets -35 point\n- word starts with fai gets -35 point\n\nWords:\n- curious\n- gorgeous\n- true\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 a gets -85 point\n- word not equal to 5 characters gets 20 points\n\nWords:\n- descend\n- mud\n- decorate\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 rop gets 75 points\n- every consonant right after a vowel gets -60 point\n\nWords:\n- side\n- barely\n- unable\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- every pair of consecutive consonant gets 80 points\n- word starts with cr and ends with ap gets -50 point\n\nWords:\n- slice\n- with\n- set\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- add 100 points if there exists 'ym' in the word\n- word less than 9 characters but not equal to 8 characters gets 80 points\n\nWords:\n- smart\n- whether\n- disposal\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 starts with p gets 100 points\n- every 3 consecutive vowels gets 85 points\n\nWords:\n- phase\n- pure\n- induce\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 more than 6 characters gets 70 points\n- every pair of consecutive consonant gets -20 point\n\nWords:\n- passive\n- spare\n- ice\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- word that has exactly 11 characters gets -50 point\n- every vowel gets 65 points\n\nWords:\n- latest\n- bathroom\n- increase\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- every vowel gets -65 point\n- word more than 5 characters but not equal to 7 characters gets 70 points\n\nWords:\n- bored\n- worse\n- miner\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- every pair of consecutive consonant gets 35 points\n- word that has exactly 8 characters gets -20 point\n\nWords:\n- dry\n- relation\n- respond\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 that has exactly 9 characters gets -10 point\n- every 3 consecutive vowels gets -80 point\n\nWords:\n- queue\n- queen\n- minimal\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- every consonant gets -5 point\n- word less than 6 characters gets -60 point\n\nWords:\n- fast\n- broken\n- sticky\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 85 points if there exists 'rt' in the word\n- word starts with po and ends with ent gets 5 points\n\nWords:\n- art\n- shirt\n- debris\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- word more than 4 characters but not equal to 10 characters gets 25 points\n- every pair of consecutive consonant gets -30 point\n\nWords:\n- textbook\n- ask\n- trauma\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- every consonant right after a vowel gets -40 point\n- word that has exactly 3 characters gets 10 points\n\nWords:\n- how\n- rest\n- name\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 less than 12 characters but not equal to 10 characters gets -35 point\n- word ends with l gets 40 points\n\nWords:\n- reliable\n- turnover\n- mail\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- word starts with inf gets 90 points\n- add 20 points if there exists exactly 1 'dic' in the word\n\nWords:\n- medical\n- infect\n- chase\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- add -65 point if there exists 'ok' in the word\n- every pair of consecutive consonant gets 30 points\n\nWords:\n- east\n- terrible\n- delight\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- add -70 point if there exists exactly 2 'n' in the word\n- every 3 consecutive consonants gets 45 points\n\nWords:\n- punch\n- arms\n- discount\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- add 10 points if there exists 'at' in the word\n- word more than 7 characters gets -45 point\n\nWords:\n- mortgage\n- confront\n- squad\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- every pair of consecutive consonant gets -15 point\n- word starts with pit and ends with ept gets -25 point\n\nWords:\n- shock\n- bounce\n- between\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- add -100 point if there exists exactly 2 'a' in the word\n- every consonant right after a vowel gets -50 point\n\nWords:\n- nest\n- disposal\n- yourself\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 vowel right after a consonant gets 15 points\n- word that has exactly 10 characters gets -70 point\n\nWords:\n- dive\n- heal\n- pair\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- every 3 consecutive consonants gets 35 points\n- add 90 points if there exists exactly 2 'f' in the word\n\nWords:\n- spy\n- cycle\n- burden\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- every pair of consecutive vowel gets 10 points\n- word starts with suc gets 65 points\n\nWords:\n- invasion\n- societal\n- chain\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- word starts with pl and ends with ing gets -95 point\n- add 60 points if there exists exactly 2 'pr' in the word\n\nWords:\n- dose\n- planning\n- concede\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- every consonant gets 75 points\n- word starts with rev gets -85 point\n\nWords:\n- unlike\n- fee\n- cat\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- every 3 consecutive vowels gets -85 point\n- word less than 7 characters gets 10 points\n\nWords:\n- art\n- wife\n- cent\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- word not equal to 7 characters gets 100 points\n- add -90 point if there exists exactly 2 'gy' in the word\n\nWords:\n- super\n- flaw\n- multiple\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- every 3 consecutive consonants gets -5 point\n- word starts with da and ends with e gets 100 points\n\nWords:\n- scrutiny\n- helpful\n- ban\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- word starts with e gets 95 points\n- word not equal to 2 characters gets -70 point\n\nWords:\n- line\n- give\n- sanction\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 ends with on gets 20 points\n- word that has exactly 4 characters gets 60 points\n\nWords:\n- fake\n- wear\n- beat\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 not equal to 11 characters gets 15 points\n- word starts with d and ends with od gets 30 points\n\nWords:\n- grace\n- genocide\n- absent\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- add 70 points if there exists 'we' in the word\n- word starts with l and ends with e gets -70 point\n\nWords:\n- empower\n- lower\n- broad\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 35 points if there exists exactly 2 'n' in the word\n- word starts with pa and ends with ext gets -40 point\n\nWords:\n- tonne\n- invasion\n- lifetime\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- add 70 points if there exists exactly 1 'oge' in the word\n- word less than 5 characters gets 70 points\n\nWords:\n- sin\n- less\n- shelf\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 more than 8 characters and less than 12 characters gets -90 point\n- add 15 points if there exists exactly 2 'ai' in the word\n\nWords:\n- average\n- maintain\n- stake\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 pair of consecutive vowel gets 15 points\n- add -65 point if there exists exactly 2 'a' in the word\n\nWords:\n- preach\n- nominee\n- compile\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- add 85 points if there exists 'on' in the word\n- word more than 8 characters and less than 11 characters gets 5 points\n\nWords:\n- opponent\n- monk\n- pill\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- word starts with bu and ends with dy gets -50 point\n- add 100 points if there exists exactly 1 'e' in the word\n\nWords:\n- marine\n- ice\n- thesis\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- add -15 point if there exists 'u' in the word\n- every pair of consecutive vowel gets -95 point\n\nWords:\n- release\n- detain\n- pleasant\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- add -70 point if there exists exactly 1 'r' in the word\n- every consonant gets 25 points\n\nWords:\n- bishop\n- curved\n- constant\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- every pair of consecutive vowel gets 15 points\n- word ends with ent gets 60 points\n\nWords:\n- agree\n- weakness\n- bacteria\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- word starts with an and ends with y gets 45 points\n- word less than 5 characters but not equal to 2 characters gets 25 points\n\nWords:\n- aid\n- fool\n- them\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 -100 point if there exists exactly 1 'ac' in the word\n- word that has exactly 3 characters gets 20 points\n\nWords:\n- bin\n- rub\n- teens\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- every consonant right after a vowel gets 95 points\n- word starts with t gets 25 points\n\nWords:\n- tip\n- straight\n- row\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 more than 4 characters and less than 10 characters gets 95 points\n- add 40 points if there exists 'o' in the word\n\nWords:\n- oil\n- twelve\n- vicious\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- word more than 7 characters and less than 12 characters gets -40 point\n- every pair of consecutive vowel gets 65 points\n\nWords:\n- beer\n- persuade\n- diamond\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- every vowel gets -15 point\n- word that has exactly 3 characters gets -10 point\n\nWords:\n- catch\n- foreign\n- overseas\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- every vowel right after a consonant gets -30 point\n- word that has exactly 6 characters gets -5 point\n\nWords:\n- street\n- loom\n- seat\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 starts with m gets 35 points\n- word not equal to 11 characters gets -85 point\n\nWords:\n- fly\n- channel\n- title\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- word that has exactly 3 characters gets -90 point\n- add -55 point if there exists 'b' in the word\n\nWords:\n- fur\n- basic\n- bonus\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 vowel right after a consonant gets -20 point\n- add -25 point if there exists 'du' in the word\n\nWords:\n- missing\n- test\n- tell\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- add 100 points if there exists exactly 2 're' in the word\n- word that has exactly 8 characters gets 30 points\n\nWords:\n- situated\n- original\n- hate\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 starts with occ and ends with ve gets 55 points\n- every pair of consecutive vowel gets -50 point\n\nWords:\n- cartoon\n- opinion\n- buck\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 -65 point if there exists exactly 2 'bs' in the word\n- word not equal to 2 characters gets -5 point\n\nWords:\n- blonde\n- stir\n- climate\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 less than 7 characters gets 50 points\n- word starts with ne gets 100 points\n\nWords:\n- weave\n- boy\n- bag\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 consonant right after a vowel gets 25 points\n- word ends with hic gets 20 points\n\nWords:\n- virtue\n- thread\n- thing\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- word ends with in gets 65 points\n- add -85 point if there exists exactly 2 'ot' in the word\n\nWords:\n- tin\n- maintain\n- its\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- add 95 points if there exists 'or' in the word\n- word that has exactly 7 characters gets -55 point\n\nWords:\n- summary\n- discard\n- charge\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- add 45 points if there exists 'wo' in the word\n- every vowel right after a consonant gets -10 point\n\nWords:\n- avoid\n- mystery\n- fabulous\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- add -30 point if there exists 'wi' in the word\n- word starts with bot gets 50 points\n\nWords:\n- likewise\n- likewise\n- pit\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- word not equal to 6 characters gets -10 point\n- word ends with t gets 15 points\n\nWords:\n- sponsor\n- magnetic\n- acquire\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- word not equal to 9 characters gets -90 point\n- every vowel right after a consonant gets 20 points\n\nWords:\n- place\n- midnight\n- funeral\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 more than 3 characters and less than 12 characters gets 15 points\n- word ends with ss gets 10 points\n\nWords:\n- must\n- revenge\n- wear\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- add -35 point if there exists 'on' in the word\n- word not equal to 4 characters gets -85 point\n\nWords:\n- meeting\n- accurate\n- customer\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- word more than 3 characters gets -80 point\n- word starts with u gets 85 points\n\nWords:\n- unlike\n- leak\n- guest\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- every pair of consecutive vowel gets -100 point\n- add 40 points if there exists 'in' in the word\n\nWords:\n- regional\n- input\n- erupt\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- word starts with h gets 90 points\n- add 30 points if there exists 't' in the word\n\nWords:\n- prevent\n- texture\n- super\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 starts with no gets -20 point\n- every vowel right after a consonant gets 45 points\n\nWords:\n- domestic\n- careless\n- ultimate\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- every vowel gets 15 points\n- word not equal to 6 characters gets -30 point\n\nWords:\n- unstable\n- dramatic\n- entitle\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 starts with w and ends with all gets -30 point\n- add 45 points if there exists exactly 2 't' in the word\n\nWords:\n- abstract\n- tight\n- bell\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 ry gets 35 points\n- add 5 points if there exists 'ur' in the word\n\nWords:\n- contrary\n- turn\n- search\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- add 85 points if there exists exactly 2 'el' in the word\n- word starts with m gets -90 point\n\nWords:\n- many\n- mechanic\n- peasant\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 3 consecutive vowels gets 10 points\n- word more than 6 characters and less than 9 characters but not equal to 7 characters gets 55 points\n\nWords:\n- building\n- relieved\n- ice\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 -65 point if there exists 'u' in the word\n- word starts with pa and ends with ds gets -25 point\n\nWords:\n- juice\n- truly\n- opposed\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- word less than 12 characters gets 80 points\n- every vowel right after a consonant gets 95 points\n\nWords:\n- old\n- exactly\n- blow\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 less than 6 characters but not equal to 3 characters gets 40 points\n- word starts with de gets -60 point\n\nWords:\n- owner\n- rapid\n- privacy\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- word more than 4 characters but not equal to 5 characters gets 75 points\n- add -100 point if there exists exactly 1 'st' in the word\n\nWords:\n- excess\n- reassure\n- degree\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 starts with he and ends with ct gets -10 point\n- every consonant right after a vowel gets -35 point\n\nWords:\n- island\n- intend\n- spot\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- every consonant right after a vowel gets -20 point\n- add 35 points if there exists 'ni' in the word\n\nWords:\n- rally\n- reject\n- column\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 more than 4 characters gets 95 points\n- word ends with y gets -50 point\n\nWords:\n- license\n- unknown\n- wall\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- every pair of consecutive vowel gets -100 point\n- word more than 3 characters gets -5 point\n\nWords:\n- council\n- literacy\n- burst\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 def and ends with ch gets 20 points\n- every vowel gets 80 points\n\nWords:\n- steady\n- lie\n- cap\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- word starts with lim gets 15 points\n- word more than 5 characters and less than 9 characters gets 55 points\n\nWords:\n- sanction\n- credible\n- its\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- word starts with his and ends with ing gets -70 point\n- word less than 12 characters gets -30 point\n\nWords:\n- chair\n- light\n- queue\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- word more than 7 characters but not equal to 11 characters gets 25 points\n- word starts with ch and ends with lue gets 100 points\n\nWords:\n- mobility\n- evidence\n- phase\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- add -90 point if there exists 'sd' in the word\n- every vowel right after a consonant gets -10 point\n\nWords:\n- gut\n- many\n- armed\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- every consonant gets -40 point\n- add 40 points if there exists 'som' in the word\n\nWords:\n- anything\n- punish\n- recover\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 -50 point if there exists 'rt' in the word\n- word starts with rud and ends with ow gets -10 point\n\nWords:\n- earth\n- portrait\n- upcoming\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 less than 9 characters but not equal to 3 characters gets 60 points\n- every vowel right after a consonant gets -30 point\n\nWords:\n- that\n- aged\n- limit\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- every consonant right after a vowel gets -100 point\n- word starts with ge and ends with ute gets 70 points\n\nWords:\n- trophy\n- side\n- halt\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 that has exactly 4 characters gets 90 points\n- add -15 point if there exists 'ea' in the word\n\nWords:\n- speaker\n- tea\n- ballot\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- every vowel right after a consonant gets 15 points\n- word that has exactly 10 characters gets 5 points\n\nWords:\n- stop\n- rest\n- relaxing\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- word more than 4 characters and less than 7 characters gets -5 point\n- word starts with p and ends with est gets 25 points\n\nWords:\n- length\n- steer\n- tropical\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- word that has exactly 3 characters gets -60 point\n- every consonant gets 95 points\n\nWords:\n- mood\n- allocate\n- yes\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- add 30 points if there exists exactly 2 'ft' in the word\n- every 3 consecutive consonants gets -15 point\n\nWords:\n- cycle\n- inch\n- set\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- word more than 5 characters and less than 10 characters gets 30 points\n- word ends with ng gets 95 points\n\nWords:\n- numerous\n- situated\n- mine\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 vowel gets 40 points\n- add -15 point if there exists exactly 2 'n' in the word\n\nWords:\n- app\n- sharp\n- score\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- word starts with dis and ends with ght gets 50 points\n- add 70 points if there exists exactly 2 'w' in the word\n\nWords:\n- wow\n- widow\n- slight\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- every vowel gets 20 points\n- add 45 points if there exists 'im' in the word\n\nWords:\n- contempt\n- father\n- full\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- add 55 points if there exists exactly 2 'ch' in the word\n- word starts with a and ends with n gets 40 points\n\nWords:\n- adoption\n- ambition\n- digital\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- add 75 points if there exists exactly 1 'pe' in the word\n- word ends with en gets -55 point\n\nWords:\n- depend\n- keen\n- eat\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- word starts with lon and ends with y gets -35 point\n- word more than 7 characters and less than 12 characters gets -75 point\n\nWords:\n- fairness\n- republic\n- dialogue\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 3 consecutive vowels gets -60 point\n- add -85 point if there exists 'i' in the word\n\nWords:\n- police\n- commit\n- revenue\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 -5 point if there exists exactly 1 'am' in the word\n- word starts with col and ends with n gets -60 point\n\nWords:\n- diamond\n- flame\n- monument\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- add 25 points if there exists 'co' in the word\n- word more than 8 characters and less than 12 characters gets 60 points\n\nWords:\n- contract\n- complain\n- allege\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 more than 8 characters gets -50 point\n- word starts with b and ends with ce gets 90 points\n\nWords:\n- imprison\n- bounce\n- one\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- every pair of consecutive vowel gets -60 point\n- word not equal to 4 characters gets -40 point\n\nWords:\n- bus\n- clever\n- flow\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- word more than 5 characters but not equal to 9 characters gets -35 point\n- word ends with m gets 70 points\n\nWords:\n- produce\n- ending\n- steam\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- every vowel right after a consonant gets -75 point\n- word starts with b gets 60 points\n\nWords:\n- apple\n- confused\n- block\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- word starts with h and ends with nt gets -85 point\n- every pair of consecutive consonant gets 10 points\n\nWords:\n- sandwich\n- severely\n- mood\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 -30 point if there exists 't' in the word\n- word that has exactly 6 characters gets -35 point\n\nWords:\n- teach\n- dominant\n- confess\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- word starts with wo gets -25 point\n- word less than 5 characters gets -15 point\n\nWords:\n- not\n- bent\n- grab\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 not equal to 5 characters gets 30 points\n- every 3 consecutive vowels gets -35 point\n\nWords:\n- finance\n- herself\n- motivate\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- add -65 point if there exists exactly 2 'eh' in the word\n- word starts with s gets -20 point\n\nWords:\n- socially\n- spy\n- world\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- word less than 9 characters but not equal to 6 characters gets -55 point\n- word starts with hum and ends with e gets -75 point\n\nWords:\n- conceal\n- house\n- oil\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- every vowel right after a consonant gets 40 points\n- add -60 point if there exists 'r' in the word\n\nWords:\n- fence\n- load\n- govern\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- add -10 point if there exists exactly 1 'p' in the word\n- every pair of consecutive consonant gets -35 point\n\nWords:\n- pose\n- camping\n- insert\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 less than 9 characters but not equal to 7 characters gets -40 point\n- every 3 consecutive vowels gets -95 point\n\nWords:\n- previous\n- guide\n- library\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- word starts with in and ends with o gets -60 point\n- add 10 points if there exists exactly 1 'l' in the word\n\nWords:\n- critical\n- policy\n- breath\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 more than 3 characters but not equal to 7 characters gets 55 points\n- word starts with ex gets 70 points\n\nWords:\n- humorous\n- governor\n- being\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- word not equal to 5 characters gets -5 point\n- add 50 points if there exists exactly 1 'l' in the word\n\nWords:\n- unlikely\n- scan\n- imagine\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 not equal to 8 characters gets -15 point\n- word starts with a gets -65 point\n\nWords:\n- listing\n- right\n- thursday\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 ends with n gets -55 point\n- add -65 point if there exists exactly 2 'sa' in the word\n\nWords:\n- son\n- pin\n- once\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- add -90 point if there exists exactly 2 'j' in the word\n- word starts with war and ends with sic gets 15 points\n\nWords:\n- intend\n- computer\n- lane\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- every vowel right after a consonant gets 80 points\n- word that has exactly 11 characters gets 15 points\n\nWords:\n- fame\n- lane\n- window\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- every pair of consecutive vowel gets -25 point\n- word that has exactly 10 characters gets -55 point\n\nWords:\n- unclear\n- fraction\n- aside\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- every pair of consecutive vowel gets -80 point\n- word ends with d gets -70 point\n\nWords:\n- strain\n- troop\n- suggest\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- every vowel right after a consonant gets -65 point\n- add -80 point if there exists 'ec' in the word\n\nWords:\n- assert\n- wonder\n- hill\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- add -65 point if there exists exactly 2 'ti' in the word\n- word ends with d gets 15 points\n\nWords:\n- opposed\n- word\n- sporting\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- word not equal to 9 characters gets -45 point\n- add -60 point if there exists 'clu' in the word\n\nWords:\n- corner\n- sea\n- fat\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 -65 point if there exists exactly 1 'int' in the word\n- word not equal to 7 characters gets -100 point\n\nWords:\n- power\n- sky\n- helpful\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- every 3 consecutive vowels gets -80 point\n- word more than 5 characters but not equal to 10 characters gets 55 points\n\nWords:\n- curtain\n- gaming\n- quite\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 starts with h gets -15 point\n- word that has exactly 4 characters gets -90 point\n\nWords:\n- path\n- bent\n- pin\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 -10 point if there exists exactly 1 'sh' in the word\n- every consonant right after a vowel gets 5 points\n\nWords:\n- route\n- wood\n- drama\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- add -60 point if there exists exactly 2 'av' in the word\n- word more than 7 characters and less than 12 characters gets -80 point\n\nWords:\n- constant\n- building\n- sit\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- word starts with pa gets -30 point\n- every consonant gets 10 points\n\nWords:\n- heaven\n- scale\n- great\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- word starts with sev gets 90 points\n- word more than 5 characters gets 20 points\n\nWords:\n- guitar\n- defeat\n- breed\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- add -100 point if there exists exactly 1 'te' in the word\n- word more than 7 characters and less than 12 characters gets 35 points\n\nWords:\n- creature\n- equation\n- deck\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- add -10 point if there exists 'ea' in the word\n- word more than 8 characters and less than 12 characters gets 85 points\n\nWords:\n- bear\n- beam\n- gaze\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 consonant right after a vowel gets 20 points\n- word more than 6 characters gets -45 point\n\nWords:\n- report\n- atrocity\n- dip\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- add -55 point if there exists 'sp' in the word\n- every vowel gets 75 points\n\nWords:\n- spin\n- preside\n- romantic\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 4 characters and less than 7 characters but not equal to 5 characters gets 70 points\n- word ends with d gets -95 point\n\nWords:\n- sketch\n- finger\n- lip\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- add -90 point if there exists 'ng' in the word\n- word more than 2 characters and less than 11 characters but not equal to 4 characters gets 55 points\n\nWords:\n- trustee\n- kid\n- timing\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 starts with i gets -65 point\n- word not equal to 6 characters gets -55 point\n\nWords:\n- presence\n- only\n- formula\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 vowel right after a consonant gets 80 points\n- word not equal to 5 characters gets -95 point\n\nWords:\n- purpose\n- vein\n- tomorrow\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 more than 3 characters gets 65 points\n- every pair of consecutive vowel gets 90 points\n\nWords:\n- hardware\n- wage\n- align\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- word that has exactly 4 characters gets 40 points\n- every consonant right after a vowel gets -10 point\n\nWords:\n- look\n- lady\n- car\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 more than 8 characters but not equal to 10 characters gets 40 points\n- every vowel right after a consonant gets -10 point\n\nWords:\n- castle\n- shatter\n- context\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- every consonant gets 25 points\n- add -55 point if there exists exactly 2 't' in the word\n\nWords:\n- strategy\n- training\n- obesity\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- word that has exactly 5 characters gets 55 points\n- every consonant gets 30 points\n\nWords:\n- ship\n- gallon\n- firm\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- add -75 point if there exists 'c' in the word\n- word not equal to 9 characters gets -95 point\n\nWords:\n- pity\n- confront\n- sum\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- word that has exactly 10 characters gets 25 points\n- word starts with sim and ends with al gets -30 point\n\nWords:\n- belt\n- hardware\n- compound\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- every pair of consecutive consonant gets -100 point\n- add -30 point if there exists exactly 2 'cl' in the word\n\nWords:\n- running\n- servant\n- bid\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 starts with e and ends with ed gets -85 point\n- every pair of consecutive consonant gets -95 point\n\nWords:\n- disturb\n- night\n- gay\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 pair of consecutive vowel gets 40 points\n- word less than 5 characters but not equal to 4 characters gets 100 points\n\nWords:\n- coal\n- billion\n- erupt\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 more than 6 characters but not equal to 8 characters gets -30 point\n- word ends with ion gets 95 points\n\nWords:\n- decision\n- elderly\n- product\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- word starts with co and ends with r gets -35 point\n- add 30 points if there exists 'h' in the word\n\nWords:\n- washing\n- fighting\n- low\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- add -30 point if there exists exactly 2 'm' in the word\n- word more than 7 characters and less than 10 characters gets -25 point\n\nWords:\n- motorist\n- humorous\n- highly\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- add -10 point if there exists 'ea' in the word\n- word ends with le gets 70 points\n\nWords:\n- deal\n- schedule\n- barrier\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 not equal to 9 characters gets 100 points\n- add 80 points if there exists exactly 1 'o' in the word\n\nWords:\n- mud\n- exploit\n- foot\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 consonant right after a vowel gets -35 point\n- add 65 points if there exists exactly 1 'r' in the word\n\nWords:\n- sequence\n- major\n- pad\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- every pair of consecutive consonant gets 75 points\n- word less than 8 characters but not equal to 3 characters gets -25 point\n\nWords:\n- proceed\n- sensory\n- sin\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 less than 6 characters gets 45 points\n- add -100 point if there exists exactly 2 'o' in the word\n\nWords:\n- get\n- soil\n- director\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- word more than 2 characters gets -50 point\n- word starts with fro and ends with ike gets -65 point\n\nWords:\n- derive\n- defender\n- scheme\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- word not equal to 9 characters gets -85 point\n- add 75 points if there exists exactly 1 'ct' in the word\n\nWords:\n- revise\n- feat\n- divorce\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 pair of consecutive vowel gets -70 point\n- add -75 point if there exists 'ol' in the word\n\nWords:\n- joint\n- old\n- rough\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 -75 point if there exists 'k' in the word\n- word starts with put gets 90 points\n\nWords:\n- sack\n- drunk\n- sue\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 n gets 30 points\n- every pair of consecutive consonant gets 90 points\n\nWords:\n- inhibit\n- moving\n- metal\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- word less than 11 characters but not equal to 3 characters gets -50 point\n- add -55 point if there exists exactly 2 't' in the word\n\nWords:\n- climb\n- borrow\n- grade\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- add -65 point if there exists 'c' in the word\n- word not equal to 5 characters gets 70 points\n\nWords:\n- province\n- mess\n- absurd\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- every consonant gets -15 point\n- word more than 6 characters but not equal to 8 characters gets -80 point\n\nWords:\n- identity\n- detect\n- beauty\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- word starts with for and ends with y gets -45 point\n- add -80 point if there exists exactly 2 'si' in the word\n\nWords:\n- formerly\n- formerly\n- protect\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- add 20 points if there exists 'ry' in the word\n- word starts with hea gets 50 points\n\nWords:\n- heart\n- query\n- cop\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- word less than 9 characters gets 30 points\n- add 90 points if there exists 'et' in the word\n\nWords:\n- pretend\n- operator\n- box\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- every 3 consecutive consonants gets -15 point\n- word more than 4 characters but not equal to 8 characters gets -30 point\n\nWords:\n- mistake\n- workshop\n- quick\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- word that has exactly 11 characters gets 25 points\n- every 3 consecutive vowels gets 85 points\n\nWords:\n- obvious\n- cautious\n- dispose\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 starts with pr gets -70 point\n- word less than 11 characters but not equal to 2 characters gets -75 point\n\nWords:\n- desire\n- silver\n- tea\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- word that has exactly 11 characters gets 50 points\n- word ends with ise gets -75 point\n\nWords:\n- praise\n- likewise\n- tag\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- add 10 points if there exists 'ly' in the word\n- word starts with bei and ends with t gets -80 point\n\nWords:\n- multiply\n- lately\n- wish\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- add 45 points if there exists 'k' in the word\n- every pair of consecutive vowel gets -25 point\n\nWords:\n- friendly\n- defeat\n- latest\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- word starts with in gets -40 point\n- word more than 3 characters and less than 6 characters gets 40 points\n\nWords:\n- hair\n- cafe\n- history\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 not equal to 2 characters gets -40 point\n- word starts with m gets -30 point\n\nWords:\n- expire\n- cue\n- dramatic\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 5 characters gets -40 point\n- add -50 point if there exists exactly 2 'l' in the word\n\nWords:\n- landlord\n- farm\n- offender\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 ends with ed gets -35 point\n- add -50 point if there exists exactly 1 'ns' in the word\n\nWords:\n- united\n- inside\n- tank\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- add 45 points if there exists 'tu' in the word\n- every pair of consecutive consonant gets 30 points\n\nWords:\n- rhythm\n- vary\n- air\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- add 65 points if there exists exactly 1 'it' in the word\n- every vowel gets 100 points\n\nWords:\n- encode\n- between\n- purple\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- every consonant right after a vowel gets 50 points\n- add -75 point if there exists exactly 2 'ti' in the word\n\nWords:\n- differ\n- bar\n- task\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- word less than 7 characters gets -30 point\n- add 45 points if there exists 's' in the word\n\nWords:\n- pray\n- nine\n- may\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- word not equal to 2 characters gets -70 point\n- word ends with ral gets 60 points\n\nWords:\n- rating\n- greatly\n- ocean\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- word starts with val and ends with ly gets -75 point\n- every consonant right after a vowel gets 45 points\n\nWords:\n- wind\n- afraid\n- regulate\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- every consonant gets -35 point\n- word more than 6 characters but not equal to 8 characters gets -10 point\n\nWords:\n- respond\n- way\n- sensory\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 more than 2 characters but not equal to 10 characters gets -65 point\n- word starts with dep and ends with se gets -20 point\n\nWords:\n- careless\n- involve\n- half\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- every 3 consecutive consonants gets 30 points\n- word starts with a gets 65 points\n\nWords:\n- aid\n- kingdom\n- fixed\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 25 points if there exists 'aw' in the word\n- every pair of consecutive vowel gets 5 points\n\nWords:\n- cruel\n- genuine\n- glory\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 10 points if there exists 'de' in the word\n- every consonant right after a vowel gets -75 point\n\nWords:\n- volume\n- gun\n- fine\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 starts with h and ends with r gets 80 points\n- every vowel right after a consonant gets -55 point\n\nWords:\n- debate\n- let\n- verse\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- add -10 point if there exists exactly 2 'ou' in the word\n- word more than 6 characters and less than 10 characters but not equal to 9 characters gets -65 point\n\nWords:\n- standing\n- similar\n- ward\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 more than 6 characters and less than 10 characters but not equal to 9 characters gets -10 point\n- add -65 point if there exists 'l' in the word\n\nWords:\n- slam\n- although\n- strange\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- add -5 point if there exists 't' in the word\n- word more than 8 characters and less than 12 characters but not equal to 10 characters gets 15 points\n\nWords:\n- cutting\n- assault\n- darkness\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 less than 10 characters but not equal to 9 characters gets 40 points\n- add -55 point if there exists 's' in the word\n\nWords:\n- racist\n- trick\n- flood\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- word ends with le gets -80 point\n- add 55 points if there exists exactly 1 'li' in the word\n\nWords:\n- cycle\n- alike\n- practice\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- add -35 point if there exists 'l' in the word\n- word that has exactly 10 characters gets 80 points\n\nWords:\n- relation\n- patrol\n- money\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- add -100 point if there exists 'r' in the word\n- word that has exactly 7 characters gets -45 point\n\nWords:\n- variety\n- mixture\n- nut\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 consonant right after a vowel gets 95 points\n- word ends with ad gets 85 points\n\nWords:\n- possibly\n- sticky\n- pop\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- word more than 7 characters and less than 11 characters gets -20 point\n- add 50 points if there exists 'po' in the word\n\nWords:\n- familiar\n- advocate\n- literacy\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- add -70 point if there exists exactly 1 'ar' in the word\n- word starts with me and ends with e gets 65 points\n\nWords:\n- stark\n- war\n- slice\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- every pair of consecutive vowel gets 70 points\n- word more than 5 characters and less than 10 characters gets -95 point\n\nWords:\n- pursuit\n- divert\n- weak\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- word less than 5 characters gets -100 point\n- word starts with c and ends with e gets 55 points\n\nWords:\n- few\n- big\n- spy\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- every pair of consecutive consonant gets 55 points\n- word less than 9 characters gets 75 points\n\nWords:\n- door\n- graduate\n- default\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- add -100 point if there exists exactly 1 'st' in the word\n- every pair of consecutive consonant gets -45 point\n\nWords:\n- analysis\n- bring\n- temple\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- add -25 point if there exists 'o' in the word\n- word that has exactly 4 characters gets 60 points\n\nWords:\n- stun\n- store\n- spark\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- word less than 12 characters gets -75 point\n- word ends with rty gets 100 points\n\nWords:\n- may\n- distance\n- airline\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- every consonant right after a vowel gets 15 points\n- word more than 5 characters and less than 10 characters but not equal to 8 characters gets 20 points\n\nWords:\n- father\n- even\n- create\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- every vowel right after a consonant gets -60 point\n- word starts with ste gets -80 point\n\nWords:\n- folding\n- decorate\n- hit\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- every vowel gets 65 points\n- word more than 6 characters and less than 9 characters but not equal to 7 characters gets -100 point\n\nWords:\n- specific\n- aide\n- tight\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 that has exactly 3 characters gets 95 points\n- add -95 point if there exists exactly 1 'ni' in the word\n\nWords:\n- one\n- ban\n- compare\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 ends with p gets -15 point\n- every pair of consecutive vowel gets 5 points\n\nWords:\n- tuesday\n- route\n- train\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 that has exactly 10 characters gets -35 point\n- add 75 points if there exists exactly 2 'si' in the word\n\nWords:\n- build\n- adapt\n- sweep\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- every consonant right after a vowel gets -30 point\n- word more than 5 characters and less than 9 characters gets 95 points\n\nWords:\n- wage\n- dressed\n- theory\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- add -100 point if there exists 'a' in the word\n- word that has exactly 11 characters gets -95 point\n\nWords:\n- plate\n- daily\n- pit\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- word that has exactly 6 characters gets -50 point\n- add 20 points if there exists exactly 1 'tw' in the word\n\nWords:\n- cinema\n- suffer\n- bind\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 e gets 10 points\n- word more than 6 characters but not equal to 7 characters gets 15 points\n\nWords:\n- palace\n- restrict\n- sandwich\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 starts with eat gets -80 point\n- add 5 points if there exists 'l' in the word\n\nWords:\n- stable\n- lawsuit\n- ceremony\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 starts with in and ends with ate gets -10 point\n- every pair of consecutive consonant gets -90 point\n\nWords:\n- squeeze\n- factory\n- powerful\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- every pair of consecutive consonant gets 25 points\n- add 50 points if there exists 'en' in the word\n\nWords:\n- blend\n- timely\n- everyone\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- every 3 consecutive consonants gets 45 points\n- add 35 points if there exists exactly 1 'py' in the word\n\nWords:\n- arms\n- stroke\n- try\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 pair of consecutive vowel gets 30 points\n- word that has exactly 11 characters gets -95 point\n\nWords:\n- remain\n- outing\n- rough\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- every pair of consecutive vowel gets 5 points\n- add 45 points if there exists exactly 1 'ro' in the word\n\nWords:\n- sea\n- sea\n- penny\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 starts with f and ends with lus gets 35 points\n- word more than 7 characters and less than 10 characters but not equal to 9 characters gets 20 points\n\nWords:\n- intended\n- lifelong\n- cap\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 -55 point if there exists exactly 1 'ke' in the word\n- word that has exactly 3 characters gets -75 point\n\nWords:\n- gym\n- pit\n- lovely\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 not equal to 9 characters gets -40 point\n- every vowel gets -20 point\n\nWords:\n- bicycle\n- charity\n- similar\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- word less than 8 characters gets 35 points\n- every vowel gets -35 point\n\nWords:\n- release\n- election\n- hey\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 bio gets 35 points\n- add -20 point if there exists exactly 2 'ba' in the word\n\nWords:\n- crown\n- disease\n- tourism\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- add -100 point if there exists 'c' in the word\n- word that has exactly 10 characters gets -100 point\n\nWords:\n- consent\n- brick\n- tennis\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- word that has exactly 10 characters gets -25 point\n- add -45 point if there exists 'ce' in the word\n\nWords:\n- adjacent\n- sauce\n- emphasis\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- word starts with l and ends with y gets 75 points\n- every consonant gets -95 point\n\nWords:\n- doctor\n- sort\n- poster\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- word more than 8 characters and less than 11 characters but not equal to 10 characters gets 10 points\n- every consonant right after a vowel gets -85 point\n\nWords:\n- literacy\n- funny\n- miner\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- word starts with to gets -30 point\n- every consonant gets 80 points\n\nWords:\n- heel\n- deny\n- eye\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 -75 point if there exists exactly 1 'ro' in the word\n- word ends with ius gets -75 point\n\nWords:\n- trousers\n- rose\n- opt\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- word more than 3 characters and less than 12 characters but not equal to 10 characters gets 55 points\n- add -10 point if there exists exactly 1 'e' in the word\n\nWords:\n- mask\n- field\n- convey\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- word more than 4 characters but not equal to 10 characters gets 75 points\n- word starts with now gets -20 point\n\nWords:\n- lovely\n- credible\n- knock\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 vowel right after a consonant gets -70 point\n- add -60 point if there exists exactly 1 'o' in the word\n\nWords:\n- removal\n- artist\n- west\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 ab and ends with t gets 75 points\n- add 20 points if there exists 'u' in the word\n\nWords:\n- round\n- sun\n- invade\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- every consonant gets 30 points\n- word starts with rem gets -45 point\n\nWords:\n- turnover\n- conduct\n- badge\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- word starts with e gets -55 point\n- every pair of consecutive consonant gets 50 points\n\nWords:\n- mercy\n- harbour\n- silly\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- add -85 point if there exists 'i' in the word\n- word more than 4 characters and less than 9 characters gets -40 point\n\nWords:\n- bring\n- weaken\n- lay\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 vowel gets 60 points\n- add 20 points if there exists 'l' in the word\n\nWords:\n- segment\n- compare\n- quantify\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- add -30 point if there exists 'e' in the word\n- word starts with co gets 50 points\n\nWords:\n- enable\n- distress\n- generic\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- every consonant right after a vowel gets 5 points\n- word starts with pat and ends with cal gets -5 point\n\nWords:\n- harsh\n- colony\n- venture\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 not equal to 7 characters gets -55 point\n- word starts with si gets -25 point\n\nWords:\n- cry\n- ensue\n- soar\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 pair of consecutive vowel gets -60 point\n- add 80 points if there exists exactly 1 'e' in the word\n\nWords:\n- arrive\n- tube\n- tragic\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- add 65 points if there exists 'z' in the word\n- word starts with dis and ends with m gets -90 point\n\nWords:\n- minimize\n- bizarre\n- liable\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 85 points if there exists exactly 2 'co' in the word\n- every 3 consecutive vowels gets 90 points\n\nWords:\n- queue\n- curious\n- ensure\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- add -95 point if there exists exactly 1 'al' in the word\n- every pair of consecutive consonant gets 65 points\n\nWords:\n- suspend\n- heart\n- receipt\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 starts with u gets 35 points\n- add 100 points if there exists 'ea' in the word\n\nWords:\n- speak\n- used\n- practise\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 starts with e and ends with t gets 60 points\n- every pair of consecutive vowel gets -85 point\n\nWords:\n- soul\n- persuade\n- else\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- every pair of consecutive consonant gets -45 point\n- word less than 10 characters but not equal to 3 characters gets -30 point\n\nWords:\n- guitar\n- commonly\n- raid\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 -70 point if there exists exactly 2 'u' in the word\n- word that has exactly 11 characters gets -90 point\n\nWords:\n- pursuit\n- unique\n- forecast\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 80 points if there exists 'ff' in the word\n- word starts with be gets -80 point\n\nWords:\n- beat\n- beloved\n- practice\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 starts with beh gets -25 point\n- word more than 8 characters gets -50 point\n\nWords:\n- behind\n- behave\n- neither\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- add 50 points if there exists exactly 2 'are' in the word\n- word more than 2 characters but not equal to 10 characters gets -70 point\n\nWords:\n- low\n- each\n- garage\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- add 50 points if there exists exactly 2 'm' in the word\n- every consonant gets 45 points\n\nWords:\n- start\n- fame\n- bright\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- word starts with i gets -20 point\n- add 25 points if there exists 't' in the word\n\nWords:\n- remote\n- partly\n- stroke\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 starts with sw gets 25 points\n- every pair of consecutive consonant gets -45 point\n\nWords:\n- obvious\n- propose\n- ninety\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- word less than 12 characters gets 75 points\n- word starts with co gets -50 point\n\nWords:\n- novel\n- entitle\n- driving\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- word ends with al gets -60 point\n- every vowel right after a consonant gets -60 point\n\nWords:\n- camping\n- washing\n- son\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- word more than 4 characters but not equal to 9 characters gets -95 point\n- word starts with b and ends with g gets -25 point\n\nWords:\n- uniform\n- alliance\n- port\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- word not equal to 6 characters gets 30 points\n- add 70 points if there exists exactly 1 'pro' in the word\n\nWords:\n- what\n- sport\n- secret\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 80 points if there exists 'p' in the word\n- word ends with e gets -5 point\n\nWords:\n- peaceful\n- stroke\n- margin\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- word starts with pro gets -50 point\n- every vowel right after a consonant gets 80 points\n\nWords:\n- imprison\n- generic\n- tax\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- every 3 consecutive vowels gets 15 points\n- word that has exactly 3 characters gets 55 points\n\nWords:\n- fun\n- hey\n- custom\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- add -80 point if there exists 'fa' in the word\n- every pair of consecutive consonant gets -45 point\n\nWords:\n- distinct\n- off\n- crowded\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 -50 point if there exists exactly 2 'l' in the word\n- word not equal to 11 characters gets 40 points\n\nWords:\n- bow\n- deposit\n- bike\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- word ends with oth gets -95 point\n- word that has exactly 8 characters gets 20 points\n\nWords:\n- evidence\n- survival\n- empower\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- add -80 point if there exists exactly 2 'g' in the word\n- word more than 6 characters and less than 12 characters but not equal to 7 characters gets 70 points\n\nWords:\n- tomorrow\n- rational\n- except\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- word starts with sp and ends with d gets -45 point\n- every consonant right after a vowel gets -90 point\n\nWords:\n- anyway\n- firmly\n- exercise\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- word that has exactly 9 characters gets 50 points\n- word ends with ing gets -90 point\n\nWords:\n- relaxing\n- swing\n- emotion\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- every pair of consecutive consonant gets 35 points\n- word more than 2 characters and less than 12 characters gets -15 point\n\nWords:\n- metre\n- stamp\n- soft\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- add 5 points if there exists 'r' in the word\n- every vowel right after a consonant gets 90 points\n\nWords:\n- socially\n- high\n- asleep\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- word more than 6 characters and less than 12 characters but not equal to 9 characters gets 50 points\n- every consonant right after a vowel gets -70 point\n\nWords:\n- dull\n- uphold\n- allow\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 -50 point if there exists exactly 2 'y' in the word\n- every 3 consecutive vowels gets 90 points\n\nWords:\n- anxious\n- sympathy\n- recruit\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- add -35 point if there exists exactly 2 'o' in the word\n- word less than 12 characters but not equal to 5 characters gets -10 point\n\nWords:\n- yes\n- sad\n- harvest\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- every 3 consecutive vowels gets -55 point\n- word not equal to 9 characters gets -45 point\n\nWords:\n- isolate\n- fossil\n- surgeon\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- every pair of consecutive vowel gets -35 point\n- add 10 points if there exists exactly 1 'u' in the word\n\nWords:\n- junction\n- various\n- ray\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- every 3 consecutive vowels gets 85 points\n- word more than 6 characters but not equal to 7 characters gets 15 points\n\nWords:\n- severely\n- ordinary\n- isolated\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- every pair of consecutive consonant gets 60 points\n- add -60 point if there exists exactly 1 'e' in the word\n\nWords:\n- internal\n- sheer\n- say\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- word ends with ent gets -25 point\n- word not equal to 4 characters gets -75 point\n\nWords:\n- breath\n- delicate\n- assist\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- add -90 point if there exists exactly 1 'p' in the word\n- every vowel gets 65 points\n\nWords:\n- street\n- drink\n- tie\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- word that has exactly 10 characters gets 65 points\n- every pair of consecutive vowel gets 80 points\n\nWords:\n- conceal\n- weigh\n- healthy\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- add 10 points if there exists 'y' in the word\n- every vowel gets -60 point\n\nWords:\n- over\n- external\n- arrest\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 3 consecutive consonants gets 10 points\n- word starts with bo gets 95 points\n\nWords:\n- angry\n- north\n- pen\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- word starts with dec and ends with gy gets 20 points\n- add 10 points if there exists exactly 2 'w' in the word\n\nWords:\n- widow\n- wow\n- dvd\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 6 characters but not equal to 5 characters gets -30 point\n- add -70 point if there exists 'ng' in the word\n\nWords:\n- sun\n- foot\n- off\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- word that has exactly 6 characters gets -25 point\n- add 75 points if there exists 'ma' in the word\n\nWords:\n- enable\n- arrive\n- rough\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- word starts with h gets -60 point\n- word more than 7 characters and less than 12 characters but not equal to 11 characters gets 45 points\n\nWords:\n- shipping\n- adoption\n- deserve\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- word starts with s and ends with nd gets -65 point\n- add -95 point if there exists exactly 2 'te' in the word\n\nWords:\n- sand\n- surround\n- outfit\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- word that has exactly 8 characters gets 95 points\n- add -25 point if there exists 'co' in the word\n\nWords:\n- cost\n- cooker\n- summit\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- word less than 11 characters but not equal to 9 characters gets -95 point\n- add -60 point if there exists 'e' in the word\n\nWords:\n- far\n- deliver\n- vicious\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 vowel right after a consonant gets -85 point\n- word more than 4 characters and less than 12 characters gets -60 point\n\nWords:\n- pity\n- furious\n- politics\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- every consonant gets -75 point\n- word starts with he and ends with e gets 45 points\n\nWords:\n- virtual\n- eighteen\n- row\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- word more than 2 characters gets -100 point\n- word starts with dia gets -100 point\n\nWords:\n- campus\n- nursing\n- beg\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 ends with by gets -25 point\n- every 3 consecutive consonants gets -35 point\n\nWords:\n- thanks\n- friendly\n- hard\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- every consonant right after a vowel gets -90 point\n- word more than 6 characters but not equal to 8 characters gets -85 point\n\nWords:\n- depart\n- mandate\n- toe\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- every consonant gets 45 points\n- add -20 point if there exists exactly 2 'on' in the word\n\nWords:\n- logical\n- bow\n- biology\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- add -40 point if there exists 'at' in the word\n- every vowel right after a consonant gets -95 point\n\nWords:\n- boundary\n- globe\n- home\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- word more than 4 characters and less than 11 characters but not equal to 10 characters gets -50 point\n- word ends with th gets 20 points\n\nWords:\n- robot\n- govern\n- war\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 that has exactly 11 characters gets -40 point\n- add 60 points if there exists 'rg' in the word\n\nWords:\n- urge\n- largely\n- sin\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 6 characters gets 50 points\n- every vowel right after a consonant gets 40 points\n\nWords:\n- tent\n- creative\n- clear\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- word starts with rea gets 75 points\n- every pair of consecutive vowel gets 75 points\n\nWords:\n- air\n- speed\n- excess\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 45 points if there exists exactly 2 'd' in the word\n- word starts with cr and ends with ate gets -65 point\n\nWords:\n- disabled\n- address\n- secret\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- add -60 point if there exists exactly 2 'gh' in the word\n- word starts with pe and ends with ct gets 45 points\n\nWords:\n- genre\n- parish\n- drown\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- every consonant right after a vowel gets -80 point\n- word more than 4 characters but not equal to 8 characters gets -85 point\n\nWords:\n- fall\n- any\n- reveal\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 ends with ty gets 15 points\n- every pair of consecutive vowel gets 90 points\n\nWords:\n- usually\n- bound\n- towel\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 3 consecutive vowels gets 25 points\n- add -5 point if there exists exactly 1 'e' in the word\n\nWords:\n- illness\n- indicate\n- allege\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 ends with ody gets -70 point\n- every vowel gets -60 point\n\nWords:\n- lung\n- ban\n- pan\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 less than 12 characters but not equal to 11 characters gets -90 point\n- add 45 points if there exists 'fy' in the word\n\nWords:\n- hopeful\n- handle\n- actress\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- word starts with s gets -20 point\n- word not equal to 9 characters gets -65 point\n\nWords:\n- daughter\n- sole\n- arrive\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- every vowel right after a consonant gets -5 point\n- word ends with om gets 20 points\n\nWords:\n- unveil\n- his\n- world\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- word not equal to 11 characters gets 35 points\n- every consonant right after a vowel gets 75 points\n\nWords:\n- her\n- drink\n- yell\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 starts with up and ends with er gets -100 point\n- word less than 12 characters gets -25 point\n\nWords:\n- whilst\n- pour\n- upset\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 more than 2 characters and less than 11 characters but not equal to 3 characters gets 45 points\n- word ends with ad gets -40 point\n\nWords:\n- recruit\n- severely\n- mainly\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- word not equal to 6 characters gets 15 points\n- word starts with cri gets -85 point\n\nWords:\n- golf\n- quit\n- inherit\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- add -30 point if there exists exactly 1 'a' in the word\n- every consonant right after a vowel gets -90 point\n\nWords:\n- argue\n- musician\n- pen\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- every vowel right after a consonant gets -50 point\n- add -35 point if there exists 'a' in the word\n\nWords:\n- but\n- copper\n- drag\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- word more than 8 characters gets -55 point\n- word starts with mix gets -40 point\n\nWords:\n- mixture\n- mix\n- fond\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- every pair of consecutive vowel gets -80 point\n- add -80 point if there exists 'l' in the word\n\nWords:\n- bubble\n- marginal\n- dig\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 -45 point if there exists exactly 2 'ate' in the word\n- every consonant right after a vowel gets 25 points\n\nWords:\n- critique\n- goodbye\n- printer\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 -75 point if there exists 'bu' in the word\n- word not equal to 2 characters gets -55 point\n\nWords:\n- wall\n- hole\n- acre\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- add 100 points if there exists exactly 1 'y' in the word\n- word starts with con and ends with s gets 10 points\n\nWords:\n- rapidly\n- formerly\n- describe\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- word starts with fai and ends with r gets 5 points\n- word less than 11 characters but not equal to 5 characters gets -60 point\n\nWords:\n- rank\n- receipt\n- capital\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- add 50 points if there exists exactly 1 'l' in the word\n- word starts with re gets -70 point\n\nWords:\n- coloured\n- o\u2019clock\n- surprise\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- add -50 point if there exists 'fu' in the word\n- every pair of consecutive vowel gets -95 point\n\nWords:\n- circuit\n- you\n- hand\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- word less than 6 characters gets -95 point\n- add -15 point if there exists 'i' in the word\n\nWords:\n- grin\n- root\n- gain\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 that has exactly 5 characters gets 90 points\n- every consonant right after a vowel gets 45 points\n\nWords:\n- offence\n- neither\n- attend\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- word more than 7 characters but not equal to 9 characters gets 100 points\n- add 95 points if there exists 'ti' in the word\n\nWords:\n- negative\n- hesitate\n- gut\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- word more than 5 characters and less than 10 characters gets 15 points\n- word ends with row gets 25 points\n\nWords:\n- persuade\n- survival\n- teenage\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 starts with car gets 90 points\n- every vowel right after a consonant gets -80 point\n\nWords:\n- stare\n- mountain\n- app\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- add 85 points if there exists exactly 1 'le' in the word\n- word ends with are gets -95 point\n\nWords:\n- possible\n- elegant\n- pop\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- word starts with s and ends with se gets 80 points\n- every 3 consecutive consonants gets -60 point\n\nWords:\n- surprise\n- birth\n- broad\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 more than 2 characters gets -35 point\n- word starts with fi and ends with dly gets 55 points\n\nWords:\n- scary\n- win\n- taxi\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- word more than 6 characters but not equal to 10 characters gets 45 points\n- add -40 point if there exists exactly 1 'de' in the word\n\nWords:\n- removal\n- position\n- fool\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- every pair of consecutive vowel gets -90 point\n- add -30 point if there exists 't' in the word\n\nWords:\n- rail\n- import\n- zero\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- word starts with ste and ends with ad gets -70 point\n- every vowel right after a consonant gets 55 points\n\nWords:\n- track\n- haunt\n- western\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- add -40 point if there exists 'ul' in the word\n- word starts with arr and ends with h gets -85 point\n\nWords:\n- pull\n- could\n- screw\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- word starts with p gets 75 points\n- word not equal to 10 characters gets 35 points\n\nWords:\n- enter\n- ice\n- flee\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 more than 8 characters gets 40 points\n- word starts with o and ends with man gets 45 points\n\nWords:\n- note\n- joy\n- crawl\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- word ends with ted gets 10 points\n- word that has exactly 9 characters gets 80 points\n\nWords:\n- expected\n- confuse\n- mum\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 starts with sp and ends with te gets -60 point\n- word more than 2 characters but not equal to 10 characters gets -80 point\n\nWords:\n- personal\n- fight\n- love\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- every pair of consecutive consonant gets -40 point\n- word starts with el and ends with e gets -5 point\n\nWords:\n- shape\n- grass\n- bay\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 c gets 50 points\n- word not equal to 10 characters gets 70 points\n\nWords:\n- cry\n- obey\n- vanish\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 starts with v gets 15 points\n- word not equal to 7 characters gets -100 point\n\nWords:\n- director\n- flat\n- governor\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- add -30 point if there exists 'et' in the word\n- every consonant right after a vowel gets -100 point\n\nWords:\n- insert\n- host\n- fault\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 ose gets 50 points\n- add 80 points if there exists exactly 2 'a' in the word\n\nWords:\n- salary\n- attract\n- regional\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- word starts with sol gets 25 points\n- add -50 point if there exists exactly 2 'c' in the word\n\nWords:\n- currency\n- occasion\n- crisis\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- every vowel right after a consonant gets -75 point\n- word starts with rem gets -50 point\n\nWords:\n- light\n- rate\n- cultural\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- add 55 points if there exists 't' in the word\n- every 3 consecutive consonants gets 45 points\n\nWords:\n- testing\n- dominate\n- humble\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 starts with mot gets 20 points\n- word more than 3 characters and less than 9 characters but not equal to 4 characters gets -10 point\n\nWords:\n- heritage\n- purpose\n- disagree\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- word starts with rel gets 20 points\n- word more than 4 characters and less than 12 characters gets -85 point\n\nWords:\n- artist\n- injured\n- clothes\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 10 points if there exists 'e' in the word\n- every consonant right after a vowel gets -90 point\n\nWords:\n- soap\n- designer\n- instinct\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- add -15 point if there exists exactly 2 'e' in the word\n- word more than 6 characters and less than 10 characters but not equal to 9 characters gets -30 point\n\nWords:\n- protest\n- printing\n- cup\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- word not equal to 8 characters gets -15 point\n- add 15 points if there exists 'e' in the word\n\nWords:\n- headline\n- relevant\n- down\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- word starts with s and ends with ct gets 65 points\n- every vowel right after a consonant gets 60 points\n\nWords:\n- top\n- saturday\n- code\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- add 95 points if there exists exactly 1 'em' in the word\n- word ends with d gets -95 point\n\nWords:\n- seed\n- add\n- absence\n\nPrint only the answer." +} \ No newline at end of file