From d6d46697d0ee69a47facd1e53aa2ba6e0cc715ad Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 24 Oct 2010 14:02:59 -0400 Subject: [PATCH] Issue #795 -- clean up low precedence levels --- lib/grammar.js | 2 +- lib/parser.js | 2 +- src/grammar.coffee | 6 +++--- test/test_comprehensions.coffee | 22 +++++++++++----------- test/test_pattern_matching.coffee | 6 +++--- test/test_returns.coffee | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/grammar.js b/lib/grammar.js index 7ce9d20e..6a017d13 100644 --- a/lib/grammar.js +++ b/lib/grammar.js @@ -596,7 +596,7 @@ }) ] }; - operators = [["left", 'CALL_START', 'CALL_END'], ["nonassoc", '++', '--'], ["left", '?'], ["right", 'UNARY'], ["left", 'MATH'], ["left", '+', '-'], ["left", 'SHIFT'], ["left", 'RELATION'], ["left", 'COMPARE'], ["left", 'LOGIC'], ["left", '.'], ["nonassoc", 'INDENT', 'OUTDENT'], ["right", 'WHEN', 'LEADING_WHEN', 'FORIN', 'FOROF', 'FROM', 'TO', 'BY', 'THROW'], ["right", 'IF', 'UNLESS', 'ELSE', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS'], ["right", '=', ':', 'COMPOUND_ASSIGN', 'RETURN'], ["right", 'POST_IF', 'POST_UNLESS']]; + operators = [["left", 'CALL_START', 'CALL_END'], ["nonassoc", '++', '--'], ["left", '?'], ["right", 'UNARY'], ["left", 'MATH'], ["left", '+', '-'], ["left", 'SHIFT'], ["left", 'RELATION'], ["left", 'COMPARE'], ["left", 'LOGIC'], ["left", '.'], ["nonassoc", 'INDENT', 'OUTDENT'], ["right", '=', ':', 'COMPOUND_ASSIGN', 'RETURN'], ["right", 'WHEN', 'LEADING_WHEN', 'FORIN', 'FOROF', 'FROM', 'TO', 'BY', 'THROW'], ["right", 'IF', 'UNLESS', 'POST_IF', 'POST_UNLESS', 'ELSE', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS']]; tokens = []; for (name in grammar) { alternatives = grammar[name]; diff --git a/lib/parser.js b/lib/parser.js index 6864809b..6333b08e 100755 --- a/lib/parser.js +++ b/lib/parser.js @@ -493,7 +493,7 @@ case 204:this.$ = new yy.Assign($$[$0-5+1-1], $$[$0-5+4-1], $$[$0-5+2-1]); break; } }, -table: [{"1":[2,1],"3":1,"4":[1,2],"5":3,"6":4,"7":5,"8":7,"9":8,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,6],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[3]},{"1":[2,2],"28":77,"49":[1,49]},{"1":[2,3],"4":[1,78]},{"4":[1,79]},{"1":[2,5],"4":[2,5],"31":[2,5]},{"5":80,"7":5,"8":7,"9":8,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"31":[1,81],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,8],"4":[2,8],"31":[2,8],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,9],"4":[2,9],"31":[2,9],"105":96,"106":[1,68],"108":[1,69],"111":97,"120":[1,71],"131":[1,94],"132":[1,95]},{"1":[2,15],"4":[2,15],"30":[2,15],"31":[2,15],"50":[2,15],"59":[2,15],"63":[2,15],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,15],"77":[1,107],"78":[1,108],"81":[2,15],"86":98,"89":[1,100],"90":[2,114],"91":[2,15],"95":[2,15],"104":[2,15],"106":[2,15],"107":[2,15],"108":[2,15],"115":[2,15],"119":[2,15],"120":[2,15],"131":[2,15],"132":[2,15],"134":[2,15],"135":[2,15],"138":[2,15],"139":[2,15],"140":[2,15],"141":[2,15],"142":[2,15]},{"1":[2,16],"4":[2,16],"30":[2,16],"31":[2,16],"50":[2,16],"59":[2,16],"63":[2,16],"66":110,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,16],"77":[1,107],"78":[1,108],"81":[2,16],"86":109,"89":[1,100],"90":[2,114],"91":[2,16],"95":[2,16],"104":[2,16],"106":[2,16],"107":[2,16],"108":[2,16],"115":[2,16],"119":[2,16],"120":[2,16],"131":[2,16],"132":[2,16],"134":[2,16],"135":[2,16],"138":[2,16],"139":[2,16],"140":[2,16],"141":[2,16],"142":[2,16]},{"1":[2,17],"4":[2,17],"30":[2,17],"31":[2,17],"50":[2,17],"59":[2,17],"63":[2,17],"76":[2,17],"81":[2,17],"91":[2,17],"95":[2,17],"104":[2,17],"106":[2,17],"107":[2,17],"108":[2,17],"115":[2,17],"119":[2,17],"120":[2,17],"131":[2,17],"132":[2,17],"134":[2,17],"135":[2,17],"138":[2,17],"139":[2,17],"140":[2,17],"141":[2,17],"142":[2,17]},{"1":[2,18],"4":[2,18],"30":[2,18],"31":[2,18],"50":[2,18],"59":[2,18],"63":[2,18],"76":[2,18],"81":[2,18],"91":[2,18],"95":[2,18],"104":[2,18],"106":[2,18],"107":[2,18],"108":[2,18],"115":[2,18],"119":[2,18],"120":[2,18],"131":[2,18],"132":[2,18],"134":[2,18],"135":[2,18],"138":[2,18],"139":[2,18],"140":[2,18],"141":[2,18],"142":[2,18]},{"1":[2,19],"4":[2,19],"30":[2,19],"31":[2,19],"50":[2,19],"59":[2,19],"63":[2,19],"76":[2,19],"81":[2,19],"91":[2,19],"95":[2,19],"104":[2,19],"106":[2,19],"107":[2,19],"108":[2,19],"115":[2,19],"119":[2,19],"120":[2,19],"131":[2,19],"132":[2,19],"134":[2,19],"135":[2,19],"138":[2,19],"139":[2,19],"140":[2,19],"141":[2,19],"142":[2,19]},{"1":[2,20],"4":[2,20],"30":[2,20],"31":[2,20],"50":[2,20],"59":[2,20],"63":[2,20],"76":[2,20],"81":[2,20],"91":[2,20],"95":[2,20],"104":[2,20],"106":[2,20],"107":[2,20],"108":[2,20],"115":[2,20],"119":[2,20],"120":[2,20],"131":[2,20],"132":[2,20],"134":[2,20],"135":[2,20],"138":[2,20],"139":[2,20],"140":[2,20],"141":[2,20],"142":[2,20]},{"1":[2,21],"4":[2,21],"30":[2,21],"31":[2,21],"50":[2,21],"59":[2,21],"63":[2,21],"76":[2,21],"81":[2,21],"91":[2,21],"95":[2,21],"104":[2,21],"106":[2,21],"107":[2,21],"108":[2,21],"115":[2,21],"119":[2,21],"120":[2,21],"131":[2,21],"132":[2,21],"134":[2,21],"135":[2,21],"138":[2,21],"139":[2,21],"140":[2,21],"141":[2,21],"142":[2,21]},{"1":[2,22],"4":[2,22],"30":[2,22],"31":[2,22],"50":[2,22],"59":[2,22],"63":[2,22],"76":[2,22],"81":[2,22],"91":[2,22],"95":[2,22],"104":[2,22],"106":[2,22],"107":[2,22],"108":[2,22],"115":[2,22],"119":[2,22],"120":[2,22],"131":[2,22],"132":[2,22],"134":[2,22],"135":[2,22],"138":[2,22],"139":[2,22],"140":[2,22],"141":[2,22],"142":[2,22]},{"1":[2,23],"4":[2,23],"30":[2,23],"31":[2,23],"50":[2,23],"59":[2,23],"63":[2,23],"76":[2,23],"81":[2,23],"91":[2,23],"95":[2,23],"104":[2,23],"106":[2,23],"107":[2,23],"108":[2,23],"115":[2,23],"119":[2,23],"120":[2,23],"131":[2,23],"132":[2,23],"134":[2,23],"135":[2,23],"138":[2,23],"139":[2,23],"140":[2,23],"141":[2,23],"142":[2,23]},{"1":[2,24],"4":[2,24],"30":[2,24],"31":[2,24],"50":[2,24],"59":[2,24],"63":[2,24],"76":[2,24],"81":[2,24],"91":[2,24],"95":[2,24],"104":[2,24],"106":[2,24],"107":[2,24],"108":[2,24],"115":[2,24],"119":[2,24],"120":[2,24],"131":[2,24],"132":[2,24],"134":[2,24],"135":[2,24],"138":[2,24],"139":[2,24],"140":[2,24],"141":[2,24],"142":[2,24]},{"1":[2,25],"4":[2,25],"30":[2,25],"31":[2,25],"50":[2,25],"59":[2,25],"63":[2,25],"76":[2,25],"81":[2,25],"91":[2,25],"95":[2,25],"104":[2,25],"106":[2,25],"107":[2,25],"108":[2,25],"115":[2,25],"119":[2,25],"120":[2,25],"131":[2,25],"132":[2,25],"134":[2,25],"135":[2,25],"138":[2,25],"139":[2,25],"140":[2,25],"141":[2,25],"142":[2,25]},{"1":[2,26],"4":[2,26],"30":[2,26],"31":[2,26],"50":[2,26],"59":[2,26],"63":[2,26],"76":[2,26],"81":[2,26],"91":[2,26],"95":[2,26],"104":[2,26],"106":[2,26],"107":[2,26],"108":[2,26],"115":[2,26],"119":[2,26],"120":[2,26],"131":[2,26],"132":[2,26],"134":[2,26],"135":[2,26],"138":[2,26],"139":[2,26],"140":[2,26],"141":[2,26],"142":[2,26]},{"1":[2,27],"4":[2,27],"30":[2,27],"31":[2,27],"50":[2,27],"59":[2,27],"63":[2,27],"76":[2,27],"81":[2,27],"91":[2,27],"95":[2,27],"104":[2,27],"106":[2,27],"107":[2,27],"108":[2,27],"115":[2,27],"119":[2,27],"120":[2,27],"131":[2,27],"132":[2,27],"134":[2,27],"135":[2,27],"138":[2,27],"139":[2,27],"140":[2,27],"141":[2,27],"142":[2,27]},{"1":[2,28],"4":[2,28],"30":[2,28],"31":[2,28],"50":[2,28],"59":[2,28],"63":[2,28],"76":[2,28],"81":[2,28],"91":[2,28],"95":[2,28],"104":[2,28],"106":[2,28],"107":[2,28],"108":[2,28],"115":[2,28],"119":[2,28],"120":[2,28],"131":[2,28],"132":[2,28],"134":[2,28],"135":[2,28],"138":[2,28],"139":[2,28],"140":[2,28],"141":[2,28],"142":[2,28]},{"1":[2,29],"4":[2,29],"30":[2,29],"31":[2,29],"50":[2,29],"59":[2,29],"63":[2,29],"76":[2,29],"81":[2,29],"91":[2,29],"95":[2,29],"104":[2,29],"106":[2,29],"107":[2,29],"108":[2,29],"115":[2,29],"119":[2,29],"120":[2,29],"131":[2,29],"132":[2,29],"134":[2,29],"135":[2,29],"138":[2,29],"139":[2,29],"140":[2,29],"141":[2,29],"142":[2,29]},{"1":[2,10],"4":[2,10],"31":[2,10],"106":[2,10],"108":[2,10],"120":[2,10],"131":[2,10],"132":[2,10]},{"1":[2,11],"4":[2,11],"31":[2,11],"106":[2,11],"108":[2,11],"120":[2,11],"131":[2,11],"132":[2,11]},{"1":[2,12],"4":[2,12],"31":[2,12],"106":[2,12],"108":[2,12],"120":[2,12],"131":[2,12],"132":[2,12]},{"1":[2,13],"4":[2,13],"31":[2,13],"106":[2,13],"108":[2,13],"120":[2,13],"131":[2,13],"132":[2,13]},{"1":[2,14],"4":[2,14],"31":[2,14],"106":[2,14],"108":[2,14],"120":[2,14],"131":[2,14],"132":[2,14]},{"1":[2,76],"4":[2,76],"30":[2,76],"31":[2,76],"42":[1,111],"50":[2,76],"59":[2,76],"63":[2,76],"70":[2,76],"71":[2,76],"72":[2,76],"73":[2,76],"75":[2,76],"76":[2,76],"77":[2,76],"78":[2,76],"81":[2,76],"89":[2,76],"90":[2,76],"91":[2,76],"95":[2,76],"104":[2,76],"106":[2,76],"107":[2,76],"108":[2,76],"115":[2,76],"119":[2,76],"120":[2,76],"131":[2,76],"132":[2,76],"134":[2,76],"135":[2,76],"138":[2,76],"139":[2,76],"140":[2,76],"141":[2,76],"142":[2,76]},{"1":[2,77],"4":[2,77],"30":[2,77],"31":[2,77],"50":[2,77],"59":[2,77],"63":[2,77],"70":[2,77],"71":[2,77],"72":[2,77],"73":[2,77],"75":[2,77],"76":[2,77],"77":[2,77],"78":[2,77],"81":[2,77],"89":[2,77],"90":[2,77],"91":[2,77],"95":[2,77],"104":[2,77],"106":[2,77],"107":[2,77],"108":[2,77],"115":[2,77],"119":[2,77],"120":[2,77],"131":[2,77],"132":[2,77],"134":[2,77],"135":[2,77],"138":[2,77],"139":[2,77],"140":[2,77],"141":[2,77],"142":[2,77]},{"1":[2,78],"4":[2,78],"30":[2,78],"31":[2,78],"50":[2,78],"59":[2,78],"63":[2,78],"70":[2,78],"71":[2,78],"72":[2,78],"73":[2,78],"75":[2,78],"76":[2,78],"77":[2,78],"78":[2,78],"81":[2,78],"89":[2,78],"90":[2,78],"91":[2,78],"95":[2,78],"104":[2,78],"106":[2,78],"107":[2,78],"108":[2,78],"115":[2,78],"119":[2,78],"120":[2,78],"131":[2,78],"132":[2,78],"134":[2,78],"135":[2,78],"138":[2,78],"139":[2,78],"140":[2,78],"141":[2,78],"142":[2,78]},{"1":[2,79],"4":[2,79],"30":[2,79],"31":[2,79],"50":[2,79],"59":[2,79],"63":[2,79],"70":[2,79],"71":[2,79],"72":[2,79],"73":[2,79],"75":[2,79],"76":[2,79],"77":[2,79],"78":[2,79],"81":[2,79],"89":[2,79],"90":[2,79],"91":[2,79],"95":[2,79],"104":[2,79],"106":[2,79],"107":[2,79],"108":[2,79],"115":[2,79],"119":[2,79],"120":[2,79],"131":[2,79],"132":[2,79],"134":[2,79],"135":[2,79],"138":[2,79],"139":[2,79],"140":[2,79],"141":[2,79],"142":[2,79]},{"1":[2,112],"4":[2,112],"30":[2,112],"31":[2,112],"50":[2,112],"59":[2,112],"63":[2,112],"70":[2,112],"71":[2,112],"72":[2,112],"73":[2,112],"75":[2,112],"76":[2,112],"77":[2,112],"78":[2,112],"81":[2,112],"87":112,"89":[2,112],"90":[1,113],"91":[2,112],"95":[2,112],"104":[2,112],"106":[2,112],"107":[2,112],"108":[2,112],"115":[2,112],"119":[2,112],"120":[2,112],"131":[2,112],"132":[2,112],"134":[2,112],"135":[2,112],"138":[2,112],"139":[2,112],"140":[2,112],"141":[2,112],"142":[2,112]},{"53":114,"54":[2,61],"59":[2,61],"60":115,"61":[1,116],"62":[1,117]},{"4":[1,119],"6":118,"30":[1,6]},{"8":120,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":122,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":123,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"15":125,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":124,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"15":125,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":128,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"1":[2,73],"4":[2,73],"30":[2,73],"31":[2,73],"42":[2,73],"50":[2,73],"59":[2,73],"63":[2,73],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,73],"77":[2,73],"78":[2,73],"81":[2,73],"83":[1,132],"89":[2,73],"90":[2,73],"91":[2,73],"95":[2,73],"104":[2,73],"106":[2,73],"107":[2,73],"108":[2,73],"115":[2,73],"119":[2,73],"120":[2,73],"131":[2,73],"132":[2,73],"134":[2,73],"135":[2,73],"136":[1,129],"137":[1,130],"138":[2,73],"139":[2,73],"140":[2,73],"141":[2,73],"142":[2,73],"143":[1,131]},{"1":[2,184],"4":[2,184],"30":[2,184],"31":[2,184],"50":[2,184],"59":[2,184],"63":[2,184],"76":[2,184],"81":[2,184],"91":[2,184],"95":[2,184],"104":[2,184],"106":[2,184],"107":[2,184],"108":[2,184],"115":[2,184],"119":[2,184],"120":[2,184],"125":[1,133],"131":[2,184],"132":[2,184],"134":[2,184],"135":[2,184],"138":[2,184],"139":[2,184],"140":[2,184],"141":[2,184],"142":[2,184]},{"4":[1,119],"6":134,"30":[1,6]},{"4":[1,119],"6":135,"30":[1,6]},{"1":[2,146],"4":[2,146],"30":[2,146],"31":[2,146],"50":[2,146],"59":[2,146],"63":[2,146],"76":[2,146],"81":[2,146],"91":[2,146],"95":[2,146],"104":[2,146],"106":[2,146],"107":[2,146],"108":[2,146],"115":[2,146],"119":[2,146],"120":[2,146],"131":[2,146],"132":[2,146],"134":[2,146],"135":[2,146],"138":[2,146],"139":[2,146],"140":[2,146],"141":[2,146],"142":[2,146]},{"4":[1,119],"6":136,"30":[1,6]},{"8":137,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,138],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,99],"4":[2,99],"15":125,"16":126,"30":[1,140],"31":[2,99],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"50":[2,99],"59":[2,99],"62":[1,61],"63":[2,99],"65":139,"67":53,"68":54,"69":32,"76":[2,99],"79":[1,73],"81":[2,99],"83":[1,141],"88":[1,33],"91":[2,99],"93":[1,60],"94":[1,72],"95":[2,99],"103":[1,59],"104":[2,99],"106":[2,99],"107":[2,99],"108":[2,99],"115":[2,99],"119":[2,99],"120":[2,99],"131":[2,99],"132":[2,99],"134":[2,99],"135":[2,99],"138":[2,99],"139":[2,99],"140":[2,99],"141":[2,99],"142":[2,99]},{"1":[2,52],"4":[2,52],"30":[2,52],"31":[2,52],"50":[2,52],"59":[2,52],"63":[2,52],"76":[2,52],"81":[2,52],"91":[2,52],"95":[2,52],"100":[2,52],"101":[2,52],"104":[2,52],"106":[2,52],"107":[2,52],"108":[2,52],"115":[2,52],"119":[2,52],"120":[2,52],"125":[2,52],"127":[2,52],"131":[2,52],"132":[2,52],"134":[2,52],"135":[2,52],"138":[2,52],"139":[2,52],"140":[2,52],"141":[2,52],"142":[2,52]},{"17":142,"52":[1,34],"55":35,"56":[1,62],"57":[1,63]},{"1":[2,51],"4":[2,51],"8":143,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"31":[2,51],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"131":[2,51],"132":[2,51],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":144,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,74],"4":[2,74],"30":[2,74],"31":[2,74],"42":[2,74],"50":[2,74],"59":[2,74],"63":[2,74],"70":[2,74],"71":[2,74],"72":[2,74],"73":[2,74],"75":[2,74],"76":[2,74],"77":[2,74],"78":[2,74],"81":[2,74],"89":[2,74],"90":[2,74],"91":[2,74],"95":[2,74],"104":[2,74],"106":[2,74],"107":[2,74],"108":[2,74],"115":[2,74],"119":[2,74],"120":[2,74],"131":[2,74],"132":[2,74],"134":[2,74],"135":[2,74],"138":[2,74],"139":[2,74],"140":[2,74],"141":[2,74],"142":[2,74]},{"1":[2,75],"4":[2,75],"30":[2,75],"31":[2,75],"42":[2,75],"50":[2,75],"59":[2,75],"63":[2,75],"70":[2,75],"71":[2,75],"72":[2,75],"73":[2,75],"75":[2,75],"76":[2,75],"77":[2,75],"78":[2,75],"81":[2,75],"89":[2,75],"90":[2,75],"91":[2,75],"95":[2,75],"104":[2,75],"106":[2,75],"107":[2,75],"108":[2,75],"115":[2,75],"119":[2,75],"120":[2,75],"131":[2,75],"132":[2,75],"134":[2,75],"135":[2,75],"138":[2,75],"139":[2,75],"140":[2,75],"141":[2,75],"142":[2,75]},{"1":[2,36],"4":[2,36],"30":[2,36],"31":[2,36],"50":[2,36],"59":[2,36],"63":[2,36],"70":[2,36],"71":[2,36],"72":[2,36],"73":[2,36],"75":[2,36],"76":[2,36],"77":[2,36],"78":[2,36],"81":[2,36],"89":[2,36],"90":[2,36],"91":[2,36],"95":[2,36],"104":[2,36],"106":[2,36],"107":[2,36],"108":[2,36],"115":[2,36],"119":[2,36],"120":[2,36],"131":[2,36],"132":[2,36],"134":[2,36],"135":[2,36],"138":[2,36],"139":[2,36],"140":[2,36],"141":[2,36],"142":[2,36]},{"1":[2,37],"4":[2,37],"30":[2,37],"31":[2,37],"50":[2,37],"59":[2,37],"63":[2,37],"70":[2,37],"71":[2,37],"72":[2,37],"73":[2,37],"75":[2,37],"76":[2,37],"77":[2,37],"78":[2,37],"81":[2,37],"89":[2,37],"90":[2,37],"91":[2,37],"95":[2,37],"104":[2,37],"106":[2,37],"107":[2,37],"108":[2,37],"115":[2,37],"119":[2,37],"120":[2,37],"131":[2,37],"132":[2,37],"134":[2,37],"135":[2,37],"138":[2,37],"139":[2,37],"140":[2,37],"141":[2,37],"142":[2,37]},{"1":[2,38],"4":[2,38],"30":[2,38],"31":[2,38],"50":[2,38],"59":[2,38],"63":[2,38],"70":[2,38],"71":[2,38],"72":[2,38],"73":[2,38],"75":[2,38],"76":[2,38],"77":[2,38],"78":[2,38],"81":[2,38],"89":[2,38],"90":[2,38],"91":[2,38],"95":[2,38],"104":[2,38],"106":[2,38],"107":[2,38],"108":[2,38],"115":[2,38],"119":[2,38],"120":[2,38],"131":[2,38],"132":[2,38],"134":[2,38],"135":[2,38],"138":[2,38],"139":[2,38],"140":[2,38],"141":[2,38],"142":[2,38]},{"1":[2,39],"4":[2,39],"30":[2,39],"31":[2,39],"50":[2,39],"59":[2,39],"63":[2,39],"70":[2,39],"71":[2,39],"72":[2,39],"73":[2,39],"75":[2,39],"76":[2,39],"77":[2,39],"78":[2,39],"81":[2,39],"89":[2,39],"90":[2,39],"91":[2,39],"95":[2,39],"104":[2,39],"106":[2,39],"107":[2,39],"108":[2,39],"115":[2,39],"119":[2,39],"120":[2,39],"131":[2,39],"132":[2,39],"134":[2,39],"135":[2,39],"138":[2,39],"139":[2,39],"140":[2,39],"141":[2,39],"142":[2,39]},{"8":145,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,118],"4":[2,118],"30":[2,118],"31":[2,118],"50":[2,118],"59":[2,118],"63":[2,118],"70":[2,118],"71":[2,118],"72":[2,118],"73":[2,118],"75":[2,118],"76":[2,118],"77":[2,118],"78":[2,118],"81":[2,118],"89":[2,118],"90":[2,118],"91":[2,118],"95":[2,118],"104":[2,118],"106":[2,118],"107":[2,118],"108":[2,118],"115":[2,118],"119":[2,118],"120":[2,118],"131":[2,118],"132":[2,118],"134":[2,118],"135":[2,118],"138":[2,118],"139":[2,118],"140":[2,118],"141":[2,118],"142":[2,118]},{"1":[2,119],"4":[2,119],"30":[2,119],"31":[2,119],"32":146,"33":[1,76],"50":[2,119],"59":[2,119],"63":[2,119],"70":[2,119],"71":[2,119],"72":[2,119],"73":[2,119],"75":[2,119],"76":[2,119],"77":[2,119],"78":[2,119],"81":[2,119],"89":[2,119],"90":[2,119],"91":[2,119],"95":[2,119],"104":[2,119],"106":[2,119],"107":[2,119],"108":[2,119],"115":[2,119],"119":[2,119],"120":[2,119],"131":[2,119],"132":[2,119],"134":[2,119],"135":[2,119],"138":[2,119],"139":[2,119],"140":[2,119],"141":[2,119],"142":[2,119]},{"4":[2,57],"30":[2,57]},{"4":[2,58],"30":[2,58]},{"1":[2,69],"4":[2,69],"30":[2,69],"31":[2,69],"42":[2,69],"50":[2,69],"59":[2,69],"63":[2,69],"70":[2,69],"71":[2,69],"72":[2,69],"73":[2,69],"75":[2,69],"76":[2,69],"77":[2,69],"78":[2,69],"81":[2,69],"83":[2,69],"89":[2,69],"90":[2,69],"91":[2,69],"95":[2,69],"104":[2,69],"106":[2,69],"107":[2,69],"108":[2,69],"115":[2,69],"119":[2,69],"120":[2,69],"131":[2,69],"132":[2,69],"134":[2,69],"135":[2,69],"136":[2,69],"137":[2,69],"138":[2,69],"139":[2,69],"140":[2,69],"141":[2,69],"142":[2,69],"143":[2,69]},{"1":[2,72],"4":[2,72],"30":[2,72],"31":[2,72],"42":[2,72],"50":[2,72],"59":[2,72],"63":[2,72],"70":[2,72],"71":[2,72],"72":[2,72],"73":[2,72],"75":[2,72],"76":[2,72],"77":[2,72],"78":[2,72],"81":[2,72],"83":[2,72],"89":[2,72],"90":[2,72],"91":[2,72],"95":[2,72],"104":[2,72],"106":[2,72],"107":[2,72],"108":[2,72],"115":[2,72],"119":[2,72],"120":[2,72],"131":[2,72],"132":[2,72],"134":[2,72],"135":[2,72],"136":[2,72],"137":[2,72],"138":[2,72],"139":[2,72],"140":[2,72],"141":[2,72],"142":[2,72],"143":[2,72]},{"8":147,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":148,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":149,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":150,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[1,119],"6":151,"8":152,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,6],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"32":154,"33":[1,76],"67":156,"68":157,"79":[1,73],"94":[1,72],"112":153,"121":[1,155]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"92":159,"93":[1,60],"94":[1,72],"95":[1,158],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,89],"28":168,"30":[2,89],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":165,"44":166,"46":167,"47":171,"49":[1,49],"59":[2,89],"62":[1,172],"80":164,"81":[2,89],"103":[1,59]},{"1":[2,34],"4":[2,34],"30":[2,34],"31":[2,34],"45":[2,34],"50":[2,34],"59":[2,34],"63":[2,34],"70":[2,34],"71":[2,34],"72":[2,34],"73":[2,34],"75":[2,34],"76":[2,34],"77":[2,34],"78":[2,34],"81":[2,34],"89":[2,34],"90":[2,34],"91":[2,34],"95":[2,34],"104":[2,34],"106":[2,34],"107":[2,34],"108":[2,34],"115":[2,34],"119":[2,34],"120":[2,34],"131":[2,34],"132":[2,34],"134":[2,34],"135":[2,34],"138":[2,34],"139":[2,34],"140":[2,34],"141":[2,34],"142":[2,34]},{"1":[2,35],"4":[2,35],"30":[2,35],"31":[2,35],"45":[2,35],"50":[2,35],"59":[2,35],"63":[2,35],"70":[2,35],"71":[2,35],"72":[2,35],"73":[2,35],"75":[2,35],"76":[2,35],"77":[2,35],"78":[2,35],"81":[2,35],"89":[2,35],"90":[2,35],"91":[2,35],"95":[2,35],"104":[2,35],"106":[2,35],"107":[2,35],"108":[2,35],"115":[2,35],"119":[2,35],"120":[2,35],"131":[2,35],"132":[2,35],"134":[2,35],"135":[2,35],"138":[2,35],"139":[2,35],"140":[2,35],"141":[2,35],"142":[2,35]},{"1":[2,33],"4":[2,33],"30":[2,33],"31":[2,33],"42":[2,33],"45":[2,33],"50":[2,33],"59":[2,33],"63":[2,33],"70":[2,33],"71":[2,33],"72":[2,33],"73":[2,33],"75":[2,33],"76":[2,33],"77":[2,33],"78":[2,33],"81":[2,33],"83":[2,33],"89":[2,33],"90":[2,33],"91":[2,33],"95":[2,33],"104":[2,33],"106":[2,33],"107":[2,33],"108":[2,33],"114":[2,33],"115":[2,33],"117":[2,33],"119":[2,33],"120":[2,33],"122":[2,33],"131":[2,33],"132":[2,33],"134":[2,33],"135":[2,33],"136":[2,33],"137":[2,33],"138":[2,33],"139":[2,33],"140":[2,33],"141":[2,33],"142":[2,33],"143":[2,33]},{"1":[2,32],"4":[2,32],"30":[2,32],"31":[2,32],"50":[2,32],"59":[2,32],"63":[2,32],"76":[2,32],"81":[2,32],"91":[2,32],"95":[2,32],"100":[2,32],"101":[2,32],"104":[2,32],"106":[2,32],"107":[2,32],"108":[2,32],"115":[2,32],"119":[2,32],"120":[2,32],"125":[2,32],"127":[2,32],"131":[2,32],"132":[2,32],"134":[2,32],"135":[2,32],"138":[2,32],"139":[2,32],"140":[2,32],"141":[2,32],"142":[2,32]},{"1":[2,7],"4":[2,7],"7":173,"8":7,"9":8,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"31":[2,7],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,4]},{"4":[1,78],"31":[1,174]},{"1":[2,31],"4":[2,31],"30":[2,31],"31":[2,31],"50":[2,31],"59":[2,31],"63":[2,31],"76":[2,31],"81":[2,31],"91":[2,31],"95":[2,31],"100":[2,31],"101":[2,31],"104":[2,31],"106":[2,31],"107":[2,31],"108":[2,31],"115":[2,31],"119":[2,31],"120":[2,31],"125":[2,31],"127":[2,31],"131":[2,31],"132":[2,31],"134":[2,31],"135":[2,31],"138":[2,31],"139":[2,31],"140":[2,31],"141":[2,31],"142":[2,31]},{"8":175,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":176,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":177,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":178,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":179,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":180,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":181,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":182,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":183,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,145],"4":[2,145],"30":[2,145],"31":[2,145],"50":[2,145],"59":[2,145],"63":[2,145],"76":[2,145],"81":[2,145],"91":[2,145],"95":[2,145],"104":[2,145],"106":[2,145],"107":[2,145],"108":[2,145],"115":[2,145],"119":[2,145],"120":[2,145],"131":[2,145],"132":[2,145],"134":[2,145],"135":[2,145],"138":[2,145],"139":[2,145],"140":[2,145],"141":[2,145],"142":[2,145]},{"1":[2,150],"4":[2,150],"30":[2,150],"31":[2,150],"50":[2,150],"59":[2,150],"63":[2,150],"76":[2,150],"81":[2,150],"91":[2,150],"95":[2,150],"104":[2,150],"106":[2,150],"107":[2,150],"108":[2,150],"115":[2,150],"119":[2,150],"120":[2,150],"131":[2,150],"132":[2,150],"134":[2,150],"135":[2,150],"138":[2,150],"139":[2,150],"140":[2,150],"141":[2,150],"142":[2,150]},{"1":[2,53],"4":[2,53],"30":[2,53],"31":[2,53],"50":[2,53],"59":[2,53],"63":[2,53],"76":[2,53],"81":[2,53],"91":[2,53],"95":[2,53],"104":[2,53],"106":[2,53],"107":[2,53],"108":[2,53],"115":[2,53],"119":[2,53],"120":[2,53],"131":[2,53],"132":[2,53],"134":[2,53],"135":[2,53],"138":[2,53],"139":[2,53],"140":[2,53],"141":[2,53],"142":[2,53]},{"8":184,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":185,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,144],"4":[2,144],"30":[2,144],"31":[2,144],"50":[2,144],"59":[2,144],"63":[2,144],"76":[2,144],"81":[2,144],"91":[2,144],"95":[2,144],"104":[2,144],"106":[2,144],"107":[2,144],"108":[2,144],"115":[2,144],"119":[2,144],"120":[2,144],"131":[2,144],"132":[2,144],"134":[2,144],"135":[2,144],"138":[2,144],"139":[2,144],"140":[2,144],"141":[2,144],"142":[2,144]},{"1":[2,149],"4":[2,149],"30":[2,149],"31":[2,149],"50":[2,149],"59":[2,149],"63":[2,149],"76":[2,149],"81":[2,149],"91":[2,149],"95":[2,149],"104":[2,149],"106":[2,149],"107":[2,149],"108":[2,149],"115":[2,149],"119":[2,149],"120":[2,149],"131":[2,149],"132":[2,149],"134":[2,149],"135":[2,149],"138":[2,149],"139":[2,149],"140":[2,149],"141":[2,149],"142":[2,149]},{"87":186,"90":[1,113]},{"1":[2,70],"4":[2,70],"30":[2,70],"31":[2,70],"42":[2,70],"50":[2,70],"59":[2,70],"63":[2,70],"70":[2,70],"71":[2,70],"72":[2,70],"73":[2,70],"75":[2,70],"76":[2,70],"77":[2,70],"78":[2,70],"81":[2,70],"83":[2,70],"89":[2,70],"90":[2,70],"91":[2,70],"95":[2,70],"104":[2,70],"106":[2,70],"107":[2,70],"108":[2,70],"115":[2,70],"119":[2,70],"120":[2,70],"131":[2,70],"132":[2,70],"134":[2,70],"135":[2,70],"136":[2,70],"137":[2,70],"138":[2,70],"139":[2,70],"140":[2,70],"141":[2,70],"142":[2,70],"143":[2,70]},{"90":[2,115]},{"32":187,"33":[1,76]},{"32":188,"33":[1,76]},{"1":[2,82],"4":[2,82],"30":[2,82],"31":[2,82],"42":[2,82],"50":[2,82],"59":[2,82],"63":[2,82],"70":[2,82],"71":[2,82],"72":[2,82],"73":[2,82],"75":[2,82],"76":[2,82],"77":[2,82],"78":[2,82],"81":[2,82],"83":[2,82],"89":[2,82],"90":[2,82],"91":[2,82],"95":[2,82],"104":[2,82],"106":[2,82],"107":[2,82],"108":[2,82],"115":[2,82],"119":[2,82],"120":[2,82],"131":[2,82],"132":[2,82],"134":[2,82],"135":[2,82],"136":[2,82],"137":[2,82],"138":[2,82],"139":[2,82],"140":[2,82],"141":[2,82],"142":[2,82],"143":[2,82]},{"32":189,"33":[1,76]},{"1":[2,84],"4":[2,84],"30":[2,84],"31":[2,84],"42":[2,84],"50":[2,84],"59":[2,84],"63":[2,84],"70":[2,84],"71":[2,84],"72":[2,84],"73":[2,84],"75":[2,84],"76":[2,84],"77":[2,84],"78":[2,84],"81":[2,84],"83":[2,84],"89":[2,84],"90":[2,84],"91":[2,84],"95":[2,84],"104":[2,84],"106":[2,84],"107":[2,84],"108":[2,84],"115":[2,84],"119":[2,84],"120":[2,84],"131":[2,84],"132":[2,84],"134":[2,84],"135":[2,84],"136":[2,84],"137":[2,84],"138":[2,84],"139":[2,84],"140":[2,84],"141":[2,84],"142":[2,84],"143":[2,84]},{"8":190,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"74":191,"75":[1,106],"77":[1,107],"78":[1,108]},{"74":192,"75":[1,106],"77":[1,107],"78":[1,108]},{"87":193,"90":[1,113]},{"1":[2,71],"4":[2,71],"30":[2,71],"31":[2,71],"42":[2,71],"50":[2,71],"59":[2,71],"63":[2,71],"70":[2,71],"71":[2,71],"72":[2,71],"73":[2,71],"75":[2,71],"76":[2,71],"77":[2,71],"78":[2,71],"81":[2,71],"83":[2,71],"89":[2,71],"90":[2,71],"91":[2,71],"95":[2,71],"104":[2,71],"106":[2,71],"107":[2,71],"108":[2,71],"115":[2,71],"119":[2,71],"120":[2,71],"131":[2,71],"132":[2,71],"134":[2,71],"135":[2,71],"136":[2,71],"137":[2,71],"138":[2,71],"139":[2,71],"140":[2,71],"141":[2,71],"142":[2,71],"143":[2,71]},{"8":194,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,195],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,113],"4":[2,113],"30":[2,113],"31":[2,113],"50":[2,113],"59":[2,113],"63":[2,113],"70":[2,113],"71":[2,113],"72":[2,113],"73":[2,113],"75":[2,113],"76":[2,113],"77":[2,113],"78":[2,113],"81":[2,113],"89":[2,113],"90":[2,113],"91":[2,113],"95":[2,113],"104":[2,113],"106":[2,113],"107":[2,113],"108":[2,113],"115":[2,113],"119":[2,113],"120":[2,113],"131":[2,113],"132":[2,113],"134":[2,113],"135":[2,113],"138":[2,113],"139":[2,113],"140":[2,113],"141":[2,113],"142":[2,113]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"91":[1,196],"92":197,"93":[1,60],"94":[1,72],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"54":[1,198],"59":[1,199]},{"54":[2,62],"59":[2,62]},{"54":[2,64],"59":[2,64],"63":[1,200]},{"61":[1,201]},{"1":[2,56],"4":[2,56],"30":[2,56],"31":[2,56],"50":[2,56],"59":[2,56],"63":[2,56],"76":[2,56],"81":[2,56],"91":[2,56],"95":[2,56],"104":[2,56],"106":[2,56],"107":[2,56],"108":[2,56],"115":[2,56],"119":[2,56],"120":[2,56],"131":[2,56],"132":[2,56],"134":[2,56],"135":[2,56],"138":[2,56],"139":[2,56],"140":[2,56],"141":[2,56],"142":[2,56]},{"28":77,"49":[1,49]},{"1":[2,189],"4":[2,189],"30":[2,189],"31":[2,189],"50":[1,93],"59":[2,189],"63":[2,189],"76":[2,189],"81":[2,189],"91":[2,189],"95":[2,189],"104":[2,189],"105":91,"106":[2,189],"107":[2,189],"108":[2,189],"111":92,"115":[2,189],"119":[2,189],"120":[2,189],"131":[2,189],"132":[2,189],"134":[2,189],"135":[2,189],"138":[2,189],"139":[2,189],"140":[2,189],"141":[2,189],"142":[2,189]},{"105":96,"106":[1,68],"108":[1,69],"111":97,"120":[1,71],"131":[1,94],"132":[1,95]},{"1":[2,190],"4":[2,190],"30":[2,190],"31":[2,190],"50":[1,93],"59":[2,190],"63":[2,190],"76":[2,190],"81":[2,190],"91":[2,190],"95":[2,190],"104":[2,190],"105":91,"106":[2,190],"107":[2,190],"108":[2,190],"111":92,"115":[2,190],"119":[2,190],"120":[2,190],"131":[2,190],"132":[2,190],"134":[2,190],"135":[2,190],"138":[2,190],"139":[2,190],"140":[2,190],"141":[2,190],"142":[2,190]},{"1":[2,191],"4":[2,191],"30":[2,191],"31":[2,191],"50":[1,93],"59":[2,191],"63":[2,191],"76":[2,191],"81":[2,191],"91":[2,191],"95":[2,191],"104":[2,191],"105":91,"106":[2,191],"107":[2,191],"108":[2,191],"111":92,"115":[2,191],"119":[2,191],"120":[2,191],"131":[2,191],"132":[2,191],"134":[2,191],"135":[2,191],"138":[2,191],"139":[2,191],"140":[2,191],"141":[2,191],"142":[2,191]},{"1":[2,192],"4":[2,192],"30":[2,192],"31":[2,192],"50":[2,192],"59":[2,192],"63":[2,192],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,192],"77":[2,73],"78":[2,73],"81":[2,192],"89":[2,73],"90":[2,73],"91":[2,192],"95":[2,192],"104":[2,192],"106":[2,192],"107":[2,192],"108":[2,192],"115":[2,192],"119":[2,192],"120":[2,192],"131":[2,192],"132":[2,192],"134":[2,192],"135":[2,192],"138":[2,192],"139":[2,192],"140":[2,192],"141":[2,192],"142":[2,192]},{"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"77":[1,107],"78":[1,108],"86":98,"89":[1,100],"90":[2,114]},{"66":110,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"77":[1,107],"78":[1,108],"86":109,"89":[1,100],"90":[2,114]},{"1":[2,76],"4":[2,76],"30":[2,76],"31":[2,76],"50":[2,76],"59":[2,76],"63":[2,76],"70":[2,76],"71":[2,76],"72":[2,76],"73":[2,76],"75":[2,76],"76":[2,76],"77":[2,76],"78":[2,76],"81":[2,76],"89":[2,76],"90":[2,76],"91":[2,76],"95":[2,76],"104":[2,76],"106":[2,76],"107":[2,76],"108":[2,76],"115":[2,76],"119":[2,76],"120":[2,76],"131":[2,76],"132":[2,76],"134":[2,76],"135":[2,76],"138":[2,76],"139":[2,76],"140":[2,76],"141":[2,76],"142":[2,76]},{"1":[2,193],"4":[2,193],"30":[2,193],"31":[2,193],"50":[2,193],"59":[2,193],"63":[2,193],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,193],"77":[2,73],"78":[2,73],"81":[2,193],"89":[2,73],"90":[2,73],"91":[2,193],"95":[2,193],"104":[2,193],"106":[2,193],"107":[2,193],"108":[2,193],"115":[2,193],"119":[2,193],"120":[2,193],"131":[2,193],"132":[2,193],"134":[2,193],"135":[2,193],"138":[2,193],"139":[2,193],"140":[2,193],"141":[2,193],"142":[2,193]},{"1":[2,194],"4":[2,194],"30":[2,194],"31":[2,194],"50":[2,194],"59":[2,194],"63":[2,194],"76":[2,194],"81":[2,194],"91":[2,194],"95":[2,194],"104":[2,194],"106":[2,194],"107":[2,194],"108":[2,194],"115":[2,194],"119":[2,194],"120":[2,194],"131":[2,194],"132":[2,194],"134":[2,194],"135":[2,194],"138":[2,194],"139":[2,194],"140":[2,194],"141":[2,194],"142":[2,194]},{"1":[2,195],"4":[2,195],"30":[2,195],"31":[2,195],"50":[2,195],"59":[2,195],"63":[2,195],"76":[2,195],"81":[2,195],"91":[2,195],"95":[2,195],"104":[2,195],"106":[2,195],"107":[2,195],"108":[2,195],"115":[2,195],"119":[2,195],"120":[2,195],"131":[2,195],"132":[2,195],"134":[2,195],"135":[2,195],"138":[2,195],"139":[2,195],"140":[2,195],"141":[2,195],"142":[2,195]},{"8":202,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,203],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"15":204,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":205,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"4":[1,119],"6":207,"30":[1,6],"129":[1,206]},{"1":[2,132],"4":[2,132],"30":[2,132],"31":[2,132],"50":[2,132],"59":[2,132],"63":[2,132],"76":[2,132],"81":[2,132],"91":[2,132],"95":[2,132],"99":208,"100":[1,209],"101":[1,210],"104":[2,132],"106":[2,132],"107":[2,132],"108":[2,132],"115":[2,132],"119":[2,132],"120":[2,132],"131":[2,132],"132":[2,132],"134":[2,132],"135":[2,132],"138":[2,132],"139":[2,132],"140":[2,132],"141":[2,132],"142":[2,132]},{"1":[2,143],"4":[2,143],"30":[2,143],"31":[2,143],"50":[2,143],"59":[2,143],"63":[2,143],"76":[2,143],"81":[2,143],"91":[2,143],"95":[2,143],"104":[2,143],"106":[2,143],"107":[2,143],"108":[2,143],"115":[2,143],"119":[2,143],"120":[2,143],"131":[2,143],"132":[2,143],"134":[2,143],"135":[2,143],"138":[2,143],"139":[2,143],"140":[2,143],"141":[2,143],"142":[2,143]},{"1":[2,151],"4":[2,151],"30":[2,151],"31":[2,151],"50":[2,151],"59":[2,151],"63":[2,151],"76":[2,151],"81":[2,151],"91":[2,151],"95":[2,151],"104":[2,151],"106":[2,151],"107":[2,151],"108":[2,151],"115":[2,151],"119":[2,151],"120":[2,151],"131":[2,151],"132":[2,151],"134":[2,151],"135":[2,151],"138":[2,151],"139":[2,151],"140":[2,151],"141":[2,151],"142":[2,151]},{"30":[1,211],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"124":212,"126":213,"127":[1,214]},{"1":[2,94],"4":[2,94],"30":[1,216],"31":[2,94],"50":[2,94],"59":[2,94],"63":[2,94],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,94],"77":[2,73],"78":[2,73],"81":[2,94],"83":[1,215],"89":[2,73],"90":[2,73],"91":[2,94],"95":[2,94],"104":[2,94],"106":[2,94],"107":[2,94],"108":[2,94],"115":[2,94],"119":[2,94],"120":[2,94],"131":[2,94],"132":[2,94],"134":[2,94],"135":[2,94],"138":[2,94],"139":[2,94],"140":[2,94],"141":[2,94],"142":[2,94]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":217,"85":218,"103":[1,59]},{"15":222,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":205,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"1":[2,54],"4":[2,54],"30":[2,54],"31":[2,54],"50":[2,54],"59":[2,54],"63":[2,54],"76":[2,54],"81":[2,54],"91":[2,54],"95":[2,54],"104":[2,54],"106":[2,54],"107":[2,54],"108":[2,54],"115":[2,54],"119":[2,54],"120":[2,54],"131":[2,54],"132":[2,54],"134":[2,54],"135":[2,54],"138":[2,54],"139":[2,54],"140":[2,54],"141":[2,54],"142":[2,54]},{"1":[2,50],"4":[2,50],"31":[2,50],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[2,50],"132":[2,50],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,137],"4":[2,137],"31":[2,137],"50":[1,93],"105":91,"106":[2,137],"108":[2,137],"111":92,"120":[2,137],"131":[2,137],"132":[2,137],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"50":[1,93],"104":[1,223],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,120],"4":[2,120],"30":[2,120],"31":[2,120],"42":[2,120],"45":[2,120],"50":[2,120],"59":[2,120],"63":[2,120],"70":[2,120],"71":[2,120],"72":[2,120],"73":[2,120],"75":[2,120],"76":[2,120],"77":[2,120],"78":[2,120],"81":[2,120],"83":[2,120],"89":[2,120],"90":[2,120],"91":[2,120],"95":[2,120],"104":[2,120],"106":[2,120],"107":[2,120],"108":[2,120],"115":[2,120],"119":[2,120],"120":[2,120],"131":[2,120],"132":[2,120],"134":[2,120],"135":[2,120],"136":[2,120],"137":[2,120],"138":[2,120],"139":[2,120],"140":[2,120],"141":[2,120],"142":[2,120],"143":[2,120]},{"4":[1,119],"6":224,"30":[1,6],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,119],"6":225,"30":[1,6],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,139],"4":[2,139],"30":[2,139],"31":[2,139],"50":[1,93],"59":[2,139],"63":[2,139],"76":[2,139],"81":[2,139],"91":[2,139],"95":[2,139],"104":[2,139],"105":91,"106":[1,68],"107":[1,226],"108":[1,69],"111":92,"115":[2,139],"119":[2,139],"120":[1,71],"131":[2,139],"132":[2,139],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,141],"4":[2,141],"30":[2,141],"31":[2,141],"50":[1,93],"59":[2,141],"63":[2,141],"76":[2,141],"81":[2,141],"91":[2,141],"95":[2,141],"104":[2,141],"105":91,"106":[1,68],"107":[1,227],"108":[1,69],"111":92,"115":[2,141],"119":[2,141],"120":[1,71],"131":[2,141],"132":[2,141],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,147],"4":[2,147],"30":[2,147],"31":[2,147],"50":[2,147],"59":[2,147],"63":[2,147],"76":[2,147],"81":[2,147],"91":[2,147],"95":[2,147],"104":[2,147],"106":[2,147],"107":[2,147],"108":[2,147],"115":[2,147],"119":[2,147],"120":[2,147],"131":[2,147],"132":[2,147],"134":[2,147],"135":[2,147],"138":[2,147],"139":[2,147],"140":[2,147],"141":[2,147],"142":[2,147]},{"1":[2,148],"4":[2,148],"30":[2,148],"31":[2,148],"50":[1,93],"59":[2,148],"63":[2,148],"76":[2,148],"81":[2,148],"91":[2,148],"95":[2,148],"104":[2,148],"105":91,"106":[1,68],"107":[2,148],"108":[1,69],"111":92,"115":[2,148],"119":[2,148],"120":[1,71],"131":[2,148],"132":[2,148],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"59":[1,229],"113":228,"114":[1,230]},{"59":[2,152],"114":[2,152],"116":231,"117":[1,233],"122":[1,232]},{"32":234,"33":[1,76]},{"59":[2,153],"114":[2,153],"117":[2,153]},{"59":[2,154],"114":[2,154],"117":[2,154]},{"1":[2,121],"4":[2,121],"30":[2,121],"31":[2,121],"42":[2,121],"50":[2,121],"59":[2,121],"63":[2,121],"70":[2,121],"71":[2,121],"72":[2,121],"73":[2,121],"75":[2,121],"76":[2,121],"77":[2,121],"78":[2,121],"81":[2,121],"89":[2,121],"90":[2,121],"91":[2,121],"95":[2,121],"104":[2,121],"106":[2,121],"107":[2,121],"108":[2,121],"114":[2,121],"115":[2,121],"117":[2,121],"119":[2,121],"120":[2,121],"131":[2,121],"132":[2,121],"134":[2,121],"135":[2,121],"138":[2,121],"139":[2,121],"140":[2,121],"141":[2,121],"142":[2,121]},{"4":[2,59],"30":[2,59],"58":235,"59":[1,236],"95":[2,59]},{"4":[2,123],"30":[2,123],"31":[2,123],"59":[2,123],"91":[2,123],"95":[2,123]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"92":237,"93":[1,60],"94":[1,72],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,128],"30":[2,128],"31":[2,128],"50":[1,93],"59":[2,128],"63":[1,238],"91":[2,128],"95":[2,128],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[2,129],"30":[2,129],"31":[2,129],"59":[2,129],"91":[2,129],"95":[2,129]},{"4":[2,59],"30":[2,59],"58":239,"59":[1,240],"81":[2,59]},{"4":[2,90],"30":[2,90],"31":[2,90],"59":[2,90],"81":[2,90]},{"4":[2,42],"30":[2,42],"31":[2,42],"45":[1,241],"59":[2,42],"81":[2,42]},{"4":[2,45],"30":[2,45],"31":[2,45],"59":[2,45],"81":[2,45]},{"4":[2,46],"30":[2,46],"31":[2,46],"59":[2,46],"81":[2,46]},{"4":[2,47],"30":[2,47],"31":[2,47],"45":[2,47],"59":[2,47],"81":[2,47]},{"4":[2,48],"30":[2,48],"31":[2,48],"45":[2,48],"59":[2,48],"81":[2,48]},{"4":[2,49],"30":[2,49],"31":[2,49],"45":[2,49],"59":[2,49],"81":[2,49]},{"32":146,"33":[1,76]},{"1":[2,6],"4":[2,6],"31":[2,6]},{"1":[2,30],"4":[2,30],"30":[2,30],"31":[2,30],"50":[2,30],"59":[2,30],"63":[2,30],"76":[2,30],"81":[2,30],"91":[2,30],"95":[2,30],"100":[2,30],"101":[2,30],"104":[2,30],"106":[2,30],"107":[2,30],"108":[2,30],"115":[2,30],"119":[2,30],"120":[2,30],"125":[2,30],"127":[2,30],"131":[2,30],"132":[2,30],"134":[2,30],"135":[2,30],"138":[2,30],"139":[2,30],"140":[2,30],"141":[2,30],"142":[2,30]},{"1":[2,196],"4":[2,196],"30":[2,196],"31":[2,196],"50":[1,93],"59":[2,196],"63":[2,196],"76":[2,196],"81":[2,196],"91":[2,196],"95":[2,196],"104":[2,196],"105":91,"106":[2,196],"107":[2,196],"108":[2,196],"111":92,"115":[2,196],"119":[2,196],"120":[2,196],"131":[2,196],"132":[2,196],"134":[2,196],"135":[2,196],"138":[1,84],"139":[2,196],"140":[2,196],"141":[2,196],"142":[2,196]},{"1":[2,197],"4":[2,197],"30":[2,197],"31":[2,197],"50":[1,93],"59":[2,197],"63":[2,197],"76":[2,197],"81":[2,197],"91":[2,197],"95":[2,197],"104":[2,197],"105":91,"106":[2,197],"107":[2,197],"108":[2,197],"111":92,"115":[2,197],"119":[2,197],"120":[2,197],"131":[2,197],"132":[2,197],"134":[2,197],"135":[2,197],"138":[1,84],"139":[2,197],"140":[2,197],"141":[2,197],"142":[2,197]},{"1":[2,198],"4":[2,198],"30":[2,198],"31":[2,198],"50":[1,93],"59":[2,198],"63":[2,198],"76":[2,198],"81":[2,198],"91":[2,198],"95":[2,198],"104":[2,198],"105":91,"106":[2,198],"107":[2,198],"108":[2,198],"111":92,"115":[2,198],"119":[2,198],"120":[2,198],"131":[2,198],"132":[2,198],"134":[2,198],"135":[2,198],"138":[2,198],"139":[2,198],"140":[2,198],"141":[2,198],"142":[2,198]},{"1":[2,199],"4":[2,199],"30":[2,199],"31":[2,199],"50":[1,93],"59":[2,199],"63":[2,199],"76":[2,199],"81":[2,199],"91":[2,199],"95":[2,199],"104":[2,199],"105":91,"106":[2,199],"107":[2,199],"108":[2,199],"111":92,"115":[2,199],"119":[2,199],"120":[2,199],"131":[2,199],"132":[2,199],"134":[1,83],"135":[1,82],"138":[1,84],"139":[2,199],"140":[2,199],"141":[2,199],"142":[2,199]},{"1":[2,200],"4":[2,200],"30":[2,200],"31":[2,200],"50":[1,93],"59":[2,200],"63":[2,200],"76":[2,200],"81":[2,200],"91":[2,200],"95":[2,200],"104":[2,200],"105":91,"106":[2,200],"107":[2,200],"108":[2,200],"111":92,"115":[2,200],"119":[2,200],"120":[2,200],"131":[2,200],"132":[2,200],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[2,200],"141":[2,200],"142":[1,88]},{"1":[2,201],"4":[2,201],"30":[2,201],"31":[2,201],"50":[1,93],"59":[2,201],"63":[2,201],"76":[2,201],"81":[2,201],"91":[2,201],"95":[2,201],"104":[2,201],"105":91,"106":[2,201],"107":[2,201],"108":[2,201],"111":92,"115":[2,201],"119":[2,201],"120":[2,201],"131":[2,201],"132":[2,201],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[2,201],"142":[1,88]},{"1":[2,202],"4":[2,202],"30":[2,202],"31":[2,202],"50":[1,93],"59":[2,202],"63":[2,202],"76":[2,202],"81":[2,202],"91":[2,202],"95":[2,202],"104":[2,202],"105":91,"106":[2,202],"107":[2,202],"108":[2,202],"111":92,"115":[2,202],"119":[2,202],"120":[2,202],"131":[2,202],"132":[2,202],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[2,202],"141":[2,202],"142":[2,202]},{"1":[2,186],"4":[2,186],"30":[2,186],"31":[2,186],"50":[1,93],"59":[2,186],"63":[2,186],"76":[2,186],"81":[2,186],"91":[2,186],"95":[2,186],"104":[2,186],"105":91,"106":[1,68],"107":[2,186],"108":[1,69],"111":92,"115":[2,186],"119":[2,186],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,188],"4":[2,188],"30":[2,188],"31":[2,188],"50":[1,93],"59":[2,188],"63":[2,188],"76":[2,188],"81":[2,188],"91":[2,188],"95":[2,188],"104":[2,188],"105":91,"106":[1,68],"107":[2,188],"108":[1,69],"111":92,"115":[2,188],"119":[2,188],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,185],"4":[2,185],"30":[2,185],"31":[2,185],"50":[1,93],"59":[2,185],"63":[2,185],"76":[2,185],"81":[2,185],"91":[2,185],"95":[2,185],"104":[2,185],"105":91,"106":[1,68],"107":[2,185],"108":[1,69],"111":92,"115":[2,185],"119":[2,185],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,187],"4":[2,187],"30":[2,187],"31":[2,187],"50":[1,93],"59":[2,187],"63":[2,187],"76":[2,187],"81":[2,187],"91":[2,187],"95":[2,187],"104":[2,187],"105":91,"106":[1,68],"107":[2,187],"108":[1,69],"111":92,"115":[2,187],"119":[2,187],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,110],"4":[2,110],"30":[2,110],"31":[2,110],"50":[2,110],"59":[2,110],"63":[2,110],"70":[2,110],"71":[2,110],"72":[2,110],"73":[2,110],"75":[2,110],"76":[2,110],"77":[2,110],"78":[2,110],"81":[2,110],"89":[2,110],"90":[2,110],"91":[2,110],"95":[2,110],"104":[2,110],"106":[2,110],"107":[2,110],"108":[2,110],"115":[2,110],"119":[2,110],"120":[2,110],"131":[2,110],"132":[2,110],"134":[2,110],"135":[2,110],"138":[2,110],"139":[2,110],"140":[2,110],"141":[2,110],"142":[2,110]},{"1":[2,80],"4":[2,80],"30":[2,80],"31":[2,80],"42":[2,80],"50":[2,80],"59":[2,80],"63":[2,80],"70":[2,80],"71":[2,80],"72":[2,80],"73":[2,80],"75":[2,80],"76":[2,80],"77":[2,80],"78":[2,80],"81":[2,80],"83":[2,80],"89":[2,80],"90":[2,80],"91":[2,80],"95":[2,80],"104":[2,80],"106":[2,80],"107":[2,80],"108":[2,80],"115":[2,80],"119":[2,80],"120":[2,80],"131":[2,80],"132":[2,80],"134":[2,80],"135":[2,80],"136":[2,80],"137":[2,80],"138":[2,80],"139":[2,80],"140":[2,80],"141":[2,80],"142":[2,80],"143":[2,80]},{"1":[2,81],"4":[2,81],"30":[2,81],"31":[2,81],"42":[2,81],"50":[2,81],"59":[2,81],"63":[2,81],"70":[2,81],"71":[2,81],"72":[2,81],"73":[2,81],"75":[2,81],"76":[2,81],"77":[2,81],"78":[2,81],"81":[2,81],"83":[2,81],"89":[2,81],"90":[2,81],"91":[2,81],"95":[2,81],"104":[2,81],"106":[2,81],"107":[2,81],"108":[2,81],"115":[2,81],"119":[2,81],"120":[2,81],"131":[2,81],"132":[2,81],"134":[2,81],"135":[2,81],"136":[2,81],"137":[2,81],"138":[2,81],"139":[2,81],"140":[2,81],"141":[2,81],"142":[2,81],"143":[2,81]},{"1":[2,83],"4":[2,83],"30":[2,83],"31":[2,83],"42":[2,83],"50":[2,83],"59":[2,83],"63":[2,83],"70":[2,83],"71":[2,83],"72":[2,83],"73":[2,83],"75":[2,83],"76":[2,83],"77":[2,83],"78":[2,83],"81":[2,83],"83":[2,83],"89":[2,83],"90":[2,83],"91":[2,83],"95":[2,83],"104":[2,83],"106":[2,83],"107":[2,83],"108":[2,83],"115":[2,83],"119":[2,83],"120":[2,83],"131":[2,83],"132":[2,83],"134":[2,83],"135":[2,83],"136":[2,83],"137":[2,83],"138":[2,83],"139":[2,83],"140":[2,83],"141":[2,83],"142":[2,83],"143":[2,83]},{"50":[1,93],"76":[1,242],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,86],"4":[2,86],"30":[2,86],"31":[2,86],"42":[2,86],"50":[2,86],"59":[2,86],"63":[2,86],"70":[2,86],"71":[2,86],"72":[2,86],"73":[2,86],"75":[2,86],"76":[2,86],"77":[2,86],"78":[2,86],"81":[2,86],"83":[2,86],"89":[2,86],"90":[2,86],"91":[2,86],"95":[2,86],"104":[2,86],"106":[2,86],"107":[2,86],"108":[2,86],"115":[2,86],"119":[2,86],"120":[2,86],"131":[2,86],"132":[2,86],"134":[2,86],"135":[2,86],"136":[2,86],"137":[2,86],"138":[2,86],"139":[2,86],"140":[2,86],"141":[2,86],"142":[2,86],"143":[2,86]},{"1":[2,87],"4":[2,87],"30":[2,87],"31":[2,87],"42":[2,87],"50":[2,87],"59":[2,87],"63":[2,87],"70":[2,87],"71":[2,87],"72":[2,87],"73":[2,87],"75":[2,87],"76":[2,87],"77":[2,87],"78":[2,87],"81":[2,87],"83":[2,87],"89":[2,87],"90":[2,87],"91":[2,87],"95":[2,87],"104":[2,87],"106":[2,87],"107":[2,87],"108":[2,87],"115":[2,87],"119":[2,87],"120":[2,87],"131":[2,87],"132":[2,87],"134":[2,87],"135":[2,87],"136":[2,87],"137":[2,87],"138":[2,87],"139":[2,87],"140":[2,87],"141":[2,87],"142":[2,87],"143":[2,87]},{"1":[2,111],"4":[2,111],"30":[2,111],"31":[2,111],"50":[2,111],"59":[2,111],"63":[2,111],"70":[2,111],"71":[2,111],"72":[2,111],"73":[2,111],"75":[2,111],"76":[2,111],"77":[2,111],"78":[2,111],"81":[2,111],"89":[2,111],"90":[2,111],"91":[2,111],"95":[2,111],"104":[2,111],"106":[2,111],"107":[2,111],"108":[2,111],"115":[2,111],"119":[2,111],"120":[2,111],"131":[2,111],"132":[2,111],"134":[2,111],"135":[2,111],"138":[2,111],"139":[2,111],"140":[2,111],"141":[2,111],"142":[2,111]},{"1":[2,40],"4":[2,40],"30":[2,40],"31":[2,40],"50":[1,93],"59":[2,40],"63":[2,40],"76":[2,40],"81":[2,40],"91":[2,40],"95":[2,40],"104":[2,40],"105":91,"106":[1,68],"107":[2,40],"108":[1,69],"111":92,"115":[2,40],"119":[2,40],"120":[1,71],"131":[2,40],"132":[2,40],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":243,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,116],"4":[2,116],"30":[2,116],"31":[2,116],"50":[2,116],"59":[2,116],"63":[2,116],"70":[2,116],"71":[2,116],"72":[2,116],"73":[2,116],"75":[2,116],"76":[2,116],"77":[2,116],"78":[2,116],"81":[2,116],"89":[2,116],"90":[2,116],"91":[2,116],"95":[2,116],"104":[2,116],"106":[2,116],"107":[2,116],"108":[2,116],"115":[2,116],"119":[2,116],"120":[2,116],"131":[2,116],"132":[2,116],"134":[2,116],"135":[2,116],"138":[2,116],"139":[2,116],"140":[2,116],"141":[2,116],"142":[2,116]},{"4":[2,59],"30":[2,59],"58":244,"59":[1,236],"91":[2,59]},{"55":245,"56":[1,62],"57":[1,63]},{"60":246,"61":[1,116],"62":[1,117]},{"54":[2,66],"59":[2,66]},{"54":[2,65],"59":[2,65],"63":[1,247]},{"1":[2,203],"4":[2,203],"30":[2,203],"31":[2,203],"50":[1,93],"59":[2,203],"63":[2,203],"76":[2,203],"81":[2,203],"91":[2,203],"95":[2,203],"104":[2,203],"105":91,"106":[1,68],"107":[2,203],"108":[1,69],"111":92,"115":[2,203],"119":[2,203],"120":[1,71],"131":[2,203],"132":[2,203],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":248,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,109],"4":[2,109],"30":[2,109],"31":[2,109],"50":[2,109],"59":[2,109],"63":[2,109],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,109],"77":[1,107],"78":[1,108],"81":[2,109],"86":98,"89":[1,100],"90":[2,114],"91":[2,109],"95":[2,109],"104":[2,109],"106":[2,109],"107":[2,109],"108":[2,109],"115":[2,109],"119":[2,109],"120":[2,109],"131":[2,109],"132":[2,109],"134":[2,109],"135":[2,109],"138":[2,109],"139":[2,109],"140":[2,109],"141":[2,109],"142":[2,109]},{"1":[2,73],"4":[2,73],"30":[2,73],"31":[2,73],"50":[2,73],"59":[2,73],"63":[2,73],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,73],"77":[2,73],"78":[2,73],"81":[2,73],"89":[2,73],"90":[2,73],"91":[2,73],"95":[2,73],"104":[2,73],"106":[2,73],"107":[2,73],"108":[2,73],"115":[2,73],"119":[2,73],"120":[2,73],"131":[2,73],"132":[2,73],"134":[2,73],"135":[2,73],"138":[2,73],"139":[2,73],"140":[2,73],"141":[2,73],"142":[2,73]},{"8":249,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,183],"4":[2,183],"30":[2,183],"31":[2,183],"50":[2,183],"59":[2,183],"63":[2,183],"76":[2,183],"81":[2,183],"91":[2,183],"95":[2,183],"104":[2,183],"106":[2,183],"107":[2,183],"108":[2,183],"115":[2,183],"119":[2,183],"120":[2,183],"125":[2,183],"131":[2,183],"132":[2,183],"134":[2,183],"135":[2,183],"138":[2,183],"139":[2,183],"140":[2,183],"141":[2,183],"142":[2,183]},{"1":[2,133],"4":[2,133],"30":[2,133],"31":[2,133],"50":[2,133],"59":[2,133],"63":[2,133],"76":[2,133],"81":[2,133],"91":[2,133],"95":[2,133],"100":[1,250],"104":[2,133],"106":[2,133],"107":[2,133],"108":[2,133],"115":[2,133],"119":[2,133],"120":[2,133],"131":[2,133],"132":[2,133],"134":[2,133],"135":[2,133],"138":[2,133],"139":[2,133],"140":[2,133],"141":[2,133],"142":[2,133]},{"4":[1,119],"6":251,"30":[1,6]},{"32":252,"33":[1,76]},{"124":253,"126":213,"127":[1,214]},{"31":[1,254],"125":[1,255],"126":256,"127":[1,214]},{"31":[2,176],"125":[2,176],"127":[2,176]},{"8":258,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"97":257,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"15":259,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":205,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":260,"85":218,"103":[1,59]},{"4":[1,262],"31":[1,261]},{"4":[2,106],"31":[2,106],"81":[2,106]},{"4":[2,105],"28":168,"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"81":[2,105],"84":263,"85":218,"103":[1,59]},{"4":[2,102],"31":[2,102],"81":[2,102]},{"4":[2,45],"31":[2,45],"45":[1,264],"81":[2,45]},{"1":[2,100],"4":[2,100],"30":[1,265],"31":[2,100],"50":[2,100],"59":[2,100],"63":[2,100],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,100],"77":[1,107],"78":[1,108],"81":[2,100],"86":98,"89":[1,100],"90":[2,114],"91":[2,100],"95":[2,100],"104":[2,100],"106":[2,100],"107":[2,100],"108":[2,100],"115":[2,100],"119":[2,100],"120":[2,100],"131":[2,100],"132":[2,100],"134":[2,100],"135":[2,100],"138":[2,100],"139":[2,100],"140":[2,100],"141":[2,100],"142":[2,100]},{"1":[2,138],"4":[2,138],"30":[2,138],"31":[2,138],"45":[2,138],"50":[2,138],"59":[2,138],"63":[2,138],"70":[2,138],"71":[2,138],"72":[2,138],"73":[2,138],"75":[2,138],"76":[2,138],"77":[2,138],"78":[2,138],"81":[2,138],"89":[2,138],"90":[2,138],"91":[2,138],"95":[2,138],"104":[2,138],"106":[2,138],"107":[2,138],"108":[2,138],"115":[2,138],"119":[2,138],"120":[2,138],"131":[2,138],"132":[2,138],"134":[2,138],"135":[2,138],"138":[2,138],"139":[2,138],"140":[2,138],"141":[2,138],"142":[2,138]},{"1":[2,180],"4":[2,180],"30":[2,180],"31":[2,180],"50":[2,180],"59":[2,180],"63":[2,180],"76":[2,180],"81":[2,180],"91":[2,180],"95":[2,180],"104":[2,180],"106":[2,180],"107":[2,180],"108":[2,180],"115":[2,180],"119":[2,180],"120":[2,180],"125":[2,180],"131":[2,180],"132":[2,180],"134":[2,180],"135":[2,180],"138":[2,180],"139":[2,180],"140":[2,180],"141":[2,180],"142":[2,180]},{"1":[2,181],"4":[2,181],"30":[2,181],"31":[2,181],"50":[2,181],"59":[2,181],"63":[2,181],"76":[2,181],"81":[2,181],"91":[2,181],"95":[2,181],"104":[2,181],"106":[2,181],"107":[2,181],"108":[2,181],"115":[2,181],"119":[2,181],"120":[2,181],"125":[2,181],"131":[2,181],"132":[2,181],"134":[2,181],"135":[2,181],"138":[2,181],"139":[2,181],"140":[2,181],"141":[2,181],"142":[2,181]},{"8":266,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":267,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,165],"4":[2,165],"30":[2,165],"31":[2,165],"50":[2,165],"59":[2,165],"63":[2,165],"76":[2,165],"81":[2,165],"91":[2,165],"95":[2,165],"104":[2,165],"106":[2,165],"107":[2,165],"108":[2,165],"115":[2,165],"119":[2,165],"120":[2,165],"131":[2,165],"132":[2,165],"134":[2,165],"135":[2,165],"138":[2,165],"139":[2,165],"140":[2,165],"141":[2,165],"142":[2,165]},{"32":268,"33":[1,76],"67":156,"68":157,"79":[1,73],"94":[1,72],"112":269},{"8":270,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,167],"4":[2,167],"30":[2,167],"31":[2,167],"50":[2,167],"59":[2,167],"63":[2,167],"76":[2,167],"81":[2,167],"91":[2,167],"95":[2,167],"104":[2,167],"106":[2,167],"107":[2,167],"108":[2,167],"115":[2,167],"119":[2,167],"120":[2,167],"131":[2,167],"132":[2,167],"134":[2,167],"135":[2,167],"138":[2,167],"139":[2,167],"140":[2,167],"141":[2,167],"142":[2,167]},{"8":271,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":272,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"59":[1,274],"116":273,"117":[1,233]},{"4":[1,276],"30":[1,277],"95":[1,275]},{"4":[2,60],"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[2,60],"31":[2,60],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"91":[2,60],"93":[1,60],"94":[1,72],"95":[2,60],"96":278,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,59],"30":[2,59],"31":[2,59],"58":279,"59":[1,236]},{"4":[2,68],"30":[2,68],"31":[2,68],"59":[2,68],"91":[2,68],"95":[2,68]},{"4":[1,281],"30":[1,282],"81":[1,280]},{"4":[2,60],"28":168,"30":[2,60],"31":[2,60],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":283,"44":166,"46":167,"47":171,"49":[1,49],"62":[1,172],"81":[2,60],"103":[1,59]},{"8":284,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,285],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,85],"4":[2,85],"30":[2,85],"31":[2,85],"42":[2,85],"50":[2,85],"59":[2,85],"63":[2,85],"70":[2,85],"71":[2,85],"72":[2,85],"73":[2,85],"75":[2,85],"76":[2,85],"77":[2,85],"78":[2,85],"81":[2,85],"83":[2,85],"89":[2,85],"90":[2,85],"91":[2,85],"95":[2,85],"104":[2,85],"106":[2,85],"107":[2,85],"108":[2,85],"115":[2,85],"119":[2,85],"120":[2,85],"131":[2,85],"132":[2,85],"134":[2,85],"135":[2,85],"136":[2,85],"137":[2,85],"138":[2,85],"139":[2,85],"140":[2,85],"141":[2,85],"142":[2,85],"143":[2,85]},{"31":[1,286],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,276],"30":[1,277],"91":[1,287]},{"4":[1,119],"6":288,"30":[1,6]},{"54":[2,63],"59":[2,63]},{"54":[2,67],"59":[2,67]},{"31":[1,289],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,119],"6":290,"30":[1,6],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,119],"6":291,"30":[1,6]},{"1":[2,134],"4":[2,134],"30":[2,134],"31":[2,134],"50":[2,134],"59":[2,134],"63":[2,134],"76":[2,134],"81":[2,134],"91":[2,134],"95":[2,134],"104":[2,134],"106":[2,134],"107":[2,134],"108":[2,134],"115":[2,134],"119":[2,134],"120":[2,134],"131":[2,134],"132":[2,134],"134":[2,134],"135":[2,134],"138":[2,134],"139":[2,134],"140":[2,134],"141":[2,134],"142":[2,134]},{"4":[1,119],"6":292,"30":[1,6]},{"31":[1,293],"125":[1,294],"126":256,"127":[1,214]},{"1":[2,174],"4":[2,174],"30":[2,174],"31":[2,174],"50":[2,174],"59":[2,174],"63":[2,174],"76":[2,174],"81":[2,174],"91":[2,174],"95":[2,174],"104":[2,174],"106":[2,174],"107":[2,174],"108":[2,174],"115":[2,174],"119":[2,174],"120":[2,174],"131":[2,174],"132":[2,174],"134":[2,174],"135":[2,174],"138":[2,174],"139":[2,174],"140":[2,174],"141":[2,174],"142":[2,174]},{"4":[1,119],"6":295,"30":[1,6]},{"31":[2,177],"125":[2,177],"127":[2,177]},{"4":[1,119],"6":296,"30":[1,6],"59":[1,297]},{"4":[2,130],"30":[2,130],"50":[1,93],"59":[2,130],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,95],"4":[2,95],"30":[1,298],"31":[2,95],"50":[2,95],"59":[2,95],"63":[2,95],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,95],"77":[1,107],"78":[1,108],"81":[2,95],"86":98,"89":[1,100],"90":[2,114],"91":[2,95],"95":[2,95],"104":[2,95],"106":[2,95],"107":[2,95],"108":[2,95],"115":[2,95],"119":[2,95],"120":[2,95],"131":[2,95],"132":[2,95],"134":[2,95],"135":[2,95],"138":[2,95],"139":[2,95],"140":[2,95],"141":[2,95],"142":[2,95]},{"4":[1,262],"31":[1,299]},{"1":[2,98],"4":[2,98],"30":[2,98],"31":[2,98],"50":[2,98],"59":[2,98],"63":[2,98],"76":[2,98],"81":[2,98],"91":[2,98],"95":[2,98],"104":[2,98],"106":[2,98],"107":[2,98],"108":[2,98],"115":[2,98],"119":[2,98],"120":[2,98],"131":[2,98],"132":[2,98],"134":[2,98],"135":[2,98],"138":[2,98],"139":[2,98],"140":[2,98],"141":[2,98],"142":[2,98]},{"28":168,"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"85":300,"103":[1,59]},{"4":[1,262],"81":[1,301]},{"8":302,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,303],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":304,"85":218,"103":[1,59]},{"1":[2,140],"4":[2,140],"30":[2,140],"31":[2,140],"50":[1,93],"59":[2,140],"63":[2,140],"76":[2,140],"81":[2,140],"91":[2,140],"95":[2,140],"104":[2,140],"105":91,"106":[1,68],"107":[2,140],"108":[1,69],"111":92,"115":[2,140],"119":[2,140],"120":[1,71],"131":[2,140],"132":[2,140],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,142],"4":[2,142],"30":[2,142],"31":[2,142],"50":[1,93],"59":[2,142],"63":[2,142],"76":[2,142],"81":[2,142],"91":[2,142],"95":[2,142],"104":[2,142],"105":91,"106":[1,68],"107":[2,142],"108":[1,69],"111":92,"115":[2,142],"119":[2,142],"120":[1,71],"131":[2,142],"132":[2,142],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"113":305,"114":[1,230],"117":[2,152]},{"116":306,"117":[1,233]},{"1":[2,155],"4":[2,155],"30":[2,155],"31":[2,155],"50":[1,93],"59":[2,155],"63":[2,155],"76":[2,155],"81":[2,155],"91":[2,155],"95":[2,155],"104":[2,155],"105":91,"106":[2,155],"107":[1,307],"108":[2,155],"111":92,"115":[1,308],"119":[2,155],"120":[2,155],"131":[2,155],"132":[2,155],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"118":309,"119":[1,310],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,159],"4":[2,159],"30":[2,159],"31":[2,159],"50":[1,93],"59":[2,159],"63":[2,159],"76":[2,159],"81":[2,159],"91":[2,159],"95":[2,159],"104":[2,159],"105":91,"106":[2,159],"107":[1,311],"108":[2,159],"111":92,"115":[2,159],"119":[2,159],"120":[2,159],"131":[2,159],"132":[2,159],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,169],"4":[2,169],"30":[2,169],"31":[2,169],"50":[2,169],"59":[2,169],"63":[2,169],"76":[2,169],"81":[2,169],"91":[2,169],"95":[2,169],"104":[2,169],"106":[2,169],"107":[2,169],"108":[2,169],"115":[2,169],"119":[2,169],"120":[2,169],"131":[2,169],"132":[2,169],"134":[2,169],"135":[2,169],"138":[2,169],"139":[2,169],"140":[2,169],"141":[2,169],"142":[2,169]},{"32":313,"33":[1,76],"67":156,"68":157,"79":[1,73],"94":[1,72],"112":312},{"1":[2,122],"4":[2,122],"30":[2,122],"31":[2,122],"42":[2,122],"50":[2,122],"59":[2,122],"63":[2,122],"70":[2,122],"71":[2,122],"72":[2,122],"73":[2,122],"75":[2,122],"76":[2,122],"77":[2,122],"78":[2,122],"81":[2,122],"89":[2,122],"90":[2,122],"91":[2,122],"95":[2,122],"104":[2,122],"106":[2,122],"107":[2,122],"108":[2,122],"114":[2,122],"115":[2,122],"117":[2,122],"119":[2,122],"120":[2,122],"131":[2,122],"132":[2,122],"134":[2,122],"135":[2,122],"138":[2,122],"139":[2,122],"140":[2,122],"141":[2,122],"142":[2,122]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"96":314,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"92":315,"93":[1,60],"94":[1,72],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,124],"30":[2,124],"31":[2,124],"59":[2,124],"91":[2,124],"95":[2,124]},{"4":[1,276],"30":[1,277],"31":[1,316]},{"1":[2,88],"4":[2,88],"30":[2,88],"31":[2,88],"42":[2,88],"50":[2,88],"59":[2,88],"63":[2,88],"70":[2,88],"71":[2,88],"72":[2,88],"73":[2,88],"75":[2,88],"76":[2,88],"77":[2,88],"78":[2,88],"81":[2,88],"89":[2,88],"90":[2,88],"91":[2,88],"95":[2,88],"104":[2,88],"106":[2,88],"107":[2,88],"108":[2,88],"114":[2,88],"115":[2,88],"117":[2,88],"119":[2,88],"120":[2,88],"131":[2,88],"132":[2,88],"134":[2,88],"135":[2,88],"138":[2,88],"139":[2,88],"140":[2,88],"141":[2,88],"142":[2,88]},{"28":168,"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":317,"44":166,"46":167,"47":171,"49":[1,49],"62":[1,172],"103":[1,59]},{"4":[2,89],"28":168,"30":[2,89],"31":[2,89],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":165,"44":166,"46":167,"47":171,"49":[1,49],"59":[2,89],"62":[1,172],"80":318,"103":[1,59]},{"4":[2,91],"30":[2,91],"31":[2,91],"59":[2,91],"81":[2,91]},{"4":[2,43],"30":[2,43],"31":[2,43],"50":[1,93],"59":[2,43],"81":[2,43],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":319,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,41],"4":[2,41],"30":[2,41],"31":[2,41],"50":[2,41],"59":[2,41],"63":[2,41],"76":[2,41],"81":[2,41],"91":[2,41],"95":[2,41],"104":[2,41],"106":[2,41],"107":[2,41],"108":[2,41],"115":[2,41],"119":[2,41],"120":[2,41],"131":[2,41],"132":[2,41],"134":[2,41],"135":[2,41],"138":[2,41],"139":[2,41],"140":[2,41],"141":[2,41],"142":[2,41]},{"1":[2,117],"4":[2,117],"30":[2,117],"31":[2,117],"50":[2,117],"59":[2,117],"63":[2,117],"70":[2,117],"71":[2,117],"72":[2,117],"73":[2,117],"75":[2,117],"76":[2,117],"77":[2,117],"78":[2,117],"81":[2,117],"89":[2,117],"90":[2,117],"91":[2,117],"95":[2,117],"104":[2,117],"106":[2,117],"107":[2,117],"108":[2,117],"115":[2,117],"119":[2,117],"120":[2,117],"131":[2,117],"132":[2,117],"134":[2,117],"135":[2,117],"138":[2,117],"139":[2,117],"140":[2,117],"141":[2,117],"142":[2,117]},{"1":[2,55],"4":[2,55],"30":[2,55],"31":[2,55],"50":[2,55],"59":[2,55],"63":[2,55],"76":[2,55],"81":[2,55],"91":[2,55],"95":[2,55],"104":[2,55],"106":[2,55],"107":[2,55],"108":[2,55],"115":[2,55],"119":[2,55],"120":[2,55],"131":[2,55],"132":[2,55],"134":[2,55],"135":[2,55],"138":[2,55],"139":[2,55],"140":[2,55],"141":[2,55],"142":[2,55]},{"1":[2,204],"4":[2,204],"30":[2,204],"31":[2,204],"50":[2,204],"59":[2,204],"63":[2,204],"76":[2,204],"81":[2,204],"91":[2,204],"95":[2,204],"104":[2,204],"106":[2,204],"107":[2,204],"108":[2,204],"115":[2,204],"119":[2,204],"120":[2,204],"131":[2,204],"132":[2,204],"134":[2,204],"135":[2,204],"138":[2,204],"139":[2,204],"140":[2,204],"141":[2,204],"142":[2,204]},{"1":[2,182],"4":[2,182],"30":[2,182],"31":[2,182],"50":[2,182],"59":[2,182],"63":[2,182],"76":[2,182],"81":[2,182],"91":[2,182],"95":[2,182],"104":[2,182],"106":[2,182],"107":[2,182],"108":[2,182],"115":[2,182],"119":[2,182],"120":[2,182],"125":[2,182],"131":[2,182],"132":[2,182],"134":[2,182],"135":[2,182],"138":[2,182],"139":[2,182],"140":[2,182],"141":[2,182],"142":[2,182]},{"1":[2,135],"4":[2,135],"30":[2,135],"31":[2,135],"50":[2,135],"59":[2,135],"63":[2,135],"76":[2,135],"81":[2,135],"91":[2,135],"95":[2,135],"104":[2,135],"106":[2,135],"107":[2,135],"108":[2,135],"115":[2,135],"119":[2,135],"120":[2,135],"131":[2,135],"132":[2,135],"134":[2,135],"135":[2,135],"138":[2,135],"139":[2,135],"140":[2,135],"141":[2,135],"142":[2,135]},{"1":[2,136],"4":[2,136],"30":[2,136],"31":[2,136],"50":[2,136],"59":[2,136],"63":[2,136],"76":[2,136],"81":[2,136],"91":[2,136],"95":[2,136],"100":[2,136],"104":[2,136],"106":[2,136],"107":[2,136],"108":[2,136],"115":[2,136],"119":[2,136],"120":[2,136],"131":[2,136],"132":[2,136],"134":[2,136],"135":[2,136],"138":[2,136],"139":[2,136],"140":[2,136],"141":[2,136],"142":[2,136]},{"1":[2,172],"4":[2,172],"30":[2,172],"31":[2,172],"50":[2,172],"59":[2,172],"63":[2,172],"76":[2,172],"81":[2,172],"91":[2,172],"95":[2,172],"104":[2,172],"106":[2,172],"107":[2,172],"108":[2,172],"115":[2,172],"119":[2,172],"120":[2,172],"131":[2,172],"132":[2,172],"134":[2,172],"135":[2,172],"138":[2,172],"139":[2,172],"140":[2,172],"141":[2,172],"142":[2,172]},{"4":[1,119],"6":320,"30":[1,6]},{"31":[1,321]},{"4":[1,322],"31":[2,178],"125":[2,178],"127":[2,178]},{"8":323,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":324,"85":218,"103":[1,59]},{"1":[2,96],"4":[2,96],"30":[2,96],"31":[2,96],"50":[2,96],"59":[2,96],"63":[2,96],"76":[2,96],"81":[2,96],"91":[2,96],"95":[2,96],"104":[2,96],"106":[2,96],"107":[2,96],"108":[2,96],"115":[2,96],"119":[2,96],"120":[2,96],"131":[2,96],"132":[2,96],"134":[2,96],"135":[2,96],"138":[2,96],"139":[2,96],"140":[2,96],"141":[2,96],"142":[2,96]},{"4":[2,107],"31":[2,107],"81":[2,107]},{"4":[2,108],"31":[2,108],"81":[2,108]},{"4":[2,103],"31":[2,103],"50":[1,93],"81":[2,103],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":325,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[1,262],"31":[1,326]},{"1":[2,166],"4":[2,166],"30":[2,166],"31":[2,166],"50":[2,166],"59":[2,166],"63":[2,166],"76":[2,166],"81":[2,166],"91":[2,166],"95":[2,166],"104":[2,166],"106":[2,166],"107":[2,166],"108":[2,166],"115":[2,166],"119":[2,166],"120":[2,166],"131":[2,166],"132":[2,166],"134":[2,166],"135":[2,166],"138":[2,166],"139":[2,166],"140":[2,166],"141":[2,166],"142":[2,166]},{"1":[2,168],"4":[2,168],"30":[2,168],"31":[2,168],"50":[2,168],"59":[2,168],"63":[2,168],"76":[2,168],"81":[2,168],"91":[2,168],"95":[2,168],"104":[2,168],"106":[2,168],"107":[2,168],"108":[2,168],"115":[2,168],"119":[2,168],"120":[2,168],"131":[2,168],"132":[2,168],"134":[2,168],"135":[2,168],"138":[2,168],"139":[2,168],"140":[2,168],"141":[2,168],"142":[2,168]},{"8":327,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":328,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,171],"4":[2,171],"30":[2,171],"31":[2,171],"50":[2,171],"59":[2,171],"63":[2,171],"76":[2,171],"81":[2,171],"91":[2,171],"95":[2,171],"104":[2,171],"106":[2,171],"107":[2,171],"108":[2,171],"115":[2,171],"119":[2,171],"120":[2,171],"131":[2,171],"132":[2,171],"134":[2,171],"135":[2,171],"138":[2,171],"139":[2,171],"140":[2,171],"141":[2,171],"142":[2,171]},{"8":329,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":330,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"116":331,"117":[1,233]},{"117":[2,152]},{"4":[2,125],"30":[2,125],"31":[2,125],"59":[2,125],"91":[2,125],"95":[2,125]},{"4":[2,59],"30":[2,59],"31":[2,59],"58":332,"59":[1,236]},{"4":[2,126],"30":[2,126],"31":[2,126],"59":[2,126],"91":[2,126],"95":[2,126]},{"4":[2,92],"30":[2,92],"31":[2,92],"59":[2,92],"81":[2,92]},{"4":[2,59],"30":[2,59],"31":[2,59],"58":333,"59":[1,240]},{"31":[1,334],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"31":[1,335]},{"1":[2,175],"4":[2,175],"30":[2,175],"31":[2,175],"50":[2,175],"59":[2,175],"63":[2,175],"76":[2,175],"81":[2,175],"91":[2,175],"95":[2,175],"104":[2,175],"106":[2,175],"107":[2,175],"108":[2,175],"115":[2,175],"119":[2,175],"120":[2,175],"131":[2,175],"132":[2,175],"134":[2,175],"135":[2,175],"138":[2,175],"139":[2,175],"140":[2,175],"141":[2,175],"142":[2,175]},{"31":[2,179],"125":[2,179],"127":[2,179]},{"4":[2,131],"30":[2,131],"50":[1,93],"59":[2,131],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,262],"31":[1,336]},{"31":[1,337],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,101],"4":[2,101],"30":[2,101],"31":[2,101],"50":[2,101],"59":[2,101],"63":[2,101],"76":[2,101],"81":[2,101],"91":[2,101],"95":[2,101],"104":[2,101],"106":[2,101],"107":[2,101],"108":[2,101],"115":[2,101],"119":[2,101],"120":[2,101],"131":[2,101],"132":[2,101],"134":[2,101],"135":[2,101],"138":[2,101],"139":[2,101],"140":[2,101],"141":[2,101],"142":[2,101]},{"1":[2,156],"4":[2,156],"30":[2,156],"31":[2,156],"50":[1,93],"59":[2,156],"63":[2,156],"76":[2,156],"81":[2,156],"91":[2,156],"95":[2,156],"104":[2,156],"105":91,"106":[2,156],"107":[2,156],"108":[2,156],"111":92,"115":[2,156],"119":[2,156],"120":[2,156],"131":[2,156],"132":[2,156],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,157],"4":[2,157],"30":[2,157],"31":[2,157],"50":[1,93],"59":[2,157],"63":[2,157],"76":[2,157],"81":[2,157],"91":[2,157],"95":[2,157],"104":[2,157],"105":91,"106":[2,157],"107":[1,338],"108":[2,157],"111":92,"115":[2,157],"119":[2,157],"120":[2,157],"131":[2,157],"132":[2,157],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,161],"4":[2,161],"30":[2,161],"31":[2,161],"50":[1,93],"59":[2,161],"63":[2,161],"76":[2,161],"81":[2,161],"91":[2,161],"95":[2,161],"104":[2,161],"105":91,"106":[2,161],"107":[1,339],"108":[2,161],"111":92,"115":[1,340],"119":[2,161],"120":[2,161],"131":[2,161],"132":[2,161],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,160],"4":[2,160],"30":[2,160],"31":[2,160],"50":[1,93],"59":[2,160],"63":[2,160],"76":[2,160],"81":[2,160],"91":[2,160],"95":[2,160],"104":[2,160],"105":91,"106":[2,160],"107":[2,160],"108":[2,160],"111":92,"115":[2,160],"119":[2,160],"120":[2,160],"131":[2,160],"132":[2,160],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,170],"4":[2,170],"30":[2,170],"31":[2,170],"50":[2,170],"59":[2,170],"63":[2,170],"76":[2,170],"81":[2,170],"91":[2,170],"95":[2,170],"104":[2,170],"106":[2,170],"107":[2,170],"108":[2,170],"115":[2,170],"119":[2,170],"120":[2,170],"131":[2,170],"132":[2,170],"134":[2,170],"135":[2,170],"138":[2,170],"139":[2,170],"140":[2,170],"141":[2,170],"142":[2,170]},{"4":[1,276],"30":[1,277],"31":[1,341]},{"4":[1,281],"30":[1,282],"31":[1,342]},{"4":[2,44],"30":[2,44],"31":[2,44],"59":[2,44],"81":[2,44]},{"1":[2,173],"4":[2,173],"30":[2,173],"31":[2,173],"50":[2,173],"59":[2,173],"63":[2,173],"76":[2,173],"81":[2,173],"91":[2,173],"95":[2,173],"104":[2,173],"106":[2,173],"107":[2,173],"108":[2,173],"115":[2,173],"119":[2,173],"120":[2,173],"131":[2,173],"132":[2,173],"134":[2,173],"135":[2,173],"138":[2,173],"139":[2,173],"140":[2,173],"141":[2,173],"142":[2,173]},{"1":[2,97],"4":[2,97],"30":[2,97],"31":[2,97],"50":[2,97],"59":[2,97],"63":[2,97],"76":[2,97],"81":[2,97],"91":[2,97],"95":[2,97],"104":[2,97],"106":[2,97],"107":[2,97],"108":[2,97],"115":[2,97],"119":[2,97],"120":[2,97],"131":[2,97],"132":[2,97],"134":[2,97],"135":[2,97],"138":[2,97],"139":[2,97],"140":[2,97],"141":[2,97],"142":[2,97]},{"4":[2,104],"31":[2,104],"81":[2,104]},{"8":343,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":344,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":345,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,127],"30":[2,127],"31":[2,127],"59":[2,127],"91":[2,127],"95":[2,127]},{"4":[2,93],"30":[2,93],"31":[2,93],"59":[2,93],"81":[2,93]},{"1":[2,158],"4":[2,158],"30":[2,158],"31":[2,158],"50":[1,93],"59":[2,158],"63":[2,158],"76":[2,158],"81":[2,158],"91":[2,158],"95":[2,158],"104":[2,158],"105":91,"106":[2,158],"107":[2,158],"108":[2,158],"111":92,"115":[2,158],"119":[2,158],"120":[2,158],"131":[2,158],"132":[2,158],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,162],"4":[2,162],"30":[2,162],"31":[2,162],"50":[1,93],"59":[2,162],"63":[2,162],"76":[2,162],"81":[2,162],"91":[2,162],"95":[2,162],"104":[2,162],"105":91,"106":[2,162],"107":[2,162],"108":[2,162],"111":92,"115":[2,162],"119":[2,162],"120":[2,162],"131":[2,162],"132":[2,162],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,163],"4":[2,163],"30":[2,163],"31":[2,163],"50":[1,93],"59":[2,163],"63":[2,163],"76":[2,163],"81":[2,163],"91":[2,163],"95":[2,163],"104":[2,163],"105":91,"106":[2,163],"107":[1,346],"108":[2,163],"111":92,"115":[2,163],"119":[2,163],"120":[2,163],"131":[2,163],"132":[2,163],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":347,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,164],"4":[2,164],"30":[2,164],"31":[2,164],"50":[1,93],"59":[2,164],"63":[2,164],"76":[2,164],"81":[2,164],"91":[2,164],"95":[2,164],"104":[2,164],"105":91,"106":[2,164],"107":[2,164],"108":[2,164],"111":92,"115":[2,164],"119":[2,164],"120":[2,164],"131":[2,164],"132":[2,164],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]}], +table: [{"1":[2,1],"3":1,"4":[1,2],"5":3,"6":4,"7":5,"8":7,"9":8,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,6],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[3]},{"1":[2,2],"28":77,"49":[1,49]},{"1":[2,3],"4":[1,78]},{"4":[1,79]},{"1":[2,5],"4":[2,5],"31":[2,5]},{"5":80,"7":5,"8":7,"9":8,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"31":[1,81],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,8],"4":[2,8],"31":[2,8],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,9],"4":[2,9],"31":[2,9],"105":96,"106":[1,68],"108":[1,69],"111":97,"120":[1,71],"131":[1,94],"132":[1,95]},{"1":[2,15],"4":[2,15],"30":[2,15],"31":[2,15],"50":[2,15],"59":[2,15],"63":[2,15],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,15],"77":[1,107],"78":[1,108],"81":[2,15],"86":98,"89":[1,100],"90":[2,114],"91":[2,15],"95":[2,15],"104":[2,15],"106":[2,15],"107":[2,15],"108":[2,15],"115":[2,15],"119":[2,15],"120":[2,15],"131":[2,15],"132":[2,15],"134":[2,15],"135":[2,15],"138":[2,15],"139":[2,15],"140":[2,15],"141":[2,15],"142":[2,15]},{"1":[2,16],"4":[2,16],"30":[2,16],"31":[2,16],"50":[2,16],"59":[2,16],"63":[2,16],"66":110,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,16],"77":[1,107],"78":[1,108],"81":[2,16],"86":109,"89":[1,100],"90":[2,114],"91":[2,16],"95":[2,16],"104":[2,16],"106":[2,16],"107":[2,16],"108":[2,16],"115":[2,16],"119":[2,16],"120":[2,16],"131":[2,16],"132":[2,16],"134":[2,16],"135":[2,16],"138":[2,16],"139":[2,16],"140":[2,16],"141":[2,16],"142":[2,16]},{"1":[2,17],"4":[2,17],"30":[2,17],"31":[2,17],"50":[2,17],"59":[2,17],"63":[2,17],"76":[2,17],"81":[2,17],"91":[2,17],"95":[2,17],"104":[2,17],"106":[2,17],"107":[2,17],"108":[2,17],"115":[2,17],"119":[2,17],"120":[2,17],"131":[2,17],"132":[2,17],"134":[2,17],"135":[2,17],"138":[2,17],"139":[2,17],"140":[2,17],"141":[2,17],"142":[2,17]},{"1":[2,18],"4":[2,18],"30":[2,18],"31":[2,18],"50":[2,18],"59":[2,18],"63":[2,18],"76":[2,18],"81":[2,18],"91":[2,18],"95":[2,18],"104":[2,18],"106":[2,18],"107":[2,18],"108":[2,18],"115":[2,18],"119":[2,18],"120":[2,18],"131":[2,18],"132":[2,18],"134":[2,18],"135":[2,18],"138":[2,18],"139":[2,18],"140":[2,18],"141":[2,18],"142":[2,18]},{"1":[2,19],"4":[2,19],"30":[2,19],"31":[2,19],"50":[2,19],"59":[2,19],"63":[2,19],"76":[2,19],"81":[2,19],"91":[2,19],"95":[2,19],"104":[2,19],"106":[2,19],"107":[2,19],"108":[2,19],"115":[2,19],"119":[2,19],"120":[2,19],"131":[2,19],"132":[2,19],"134":[2,19],"135":[2,19],"138":[2,19],"139":[2,19],"140":[2,19],"141":[2,19],"142":[2,19]},{"1":[2,20],"4":[2,20],"30":[2,20],"31":[2,20],"50":[2,20],"59":[2,20],"63":[2,20],"76":[2,20],"81":[2,20],"91":[2,20],"95":[2,20],"104":[2,20],"106":[2,20],"107":[2,20],"108":[2,20],"115":[2,20],"119":[2,20],"120":[2,20],"131":[2,20],"132":[2,20],"134":[2,20],"135":[2,20],"138":[2,20],"139":[2,20],"140":[2,20],"141":[2,20],"142":[2,20]},{"1":[2,21],"4":[2,21],"30":[2,21],"31":[2,21],"50":[2,21],"59":[2,21],"63":[2,21],"76":[2,21],"81":[2,21],"91":[2,21],"95":[2,21],"104":[2,21],"106":[2,21],"107":[2,21],"108":[2,21],"115":[2,21],"119":[2,21],"120":[2,21],"131":[2,21],"132":[2,21],"134":[2,21],"135":[2,21],"138":[2,21],"139":[2,21],"140":[2,21],"141":[2,21],"142":[2,21]},{"1":[2,22],"4":[2,22],"30":[2,22],"31":[2,22],"50":[2,22],"59":[2,22],"63":[2,22],"76":[2,22],"81":[2,22],"91":[2,22],"95":[2,22],"104":[2,22],"106":[2,22],"107":[2,22],"108":[2,22],"115":[2,22],"119":[2,22],"120":[2,22],"131":[2,22],"132":[2,22],"134":[2,22],"135":[2,22],"138":[2,22],"139":[2,22],"140":[2,22],"141":[2,22],"142":[2,22]},{"1":[2,23],"4":[2,23],"30":[2,23],"31":[2,23],"50":[2,23],"59":[2,23],"63":[2,23],"76":[2,23],"81":[2,23],"91":[2,23],"95":[2,23],"104":[2,23],"106":[2,23],"107":[2,23],"108":[2,23],"115":[2,23],"119":[2,23],"120":[2,23],"131":[2,23],"132":[2,23],"134":[2,23],"135":[2,23],"138":[2,23],"139":[2,23],"140":[2,23],"141":[2,23],"142":[2,23]},{"1":[2,24],"4":[2,24],"30":[2,24],"31":[2,24],"50":[2,24],"59":[2,24],"63":[2,24],"76":[2,24],"81":[2,24],"91":[2,24],"95":[2,24],"104":[2,24],"106":[2,24],"107":[2,24],"108":[2,24],"115":[2,24],"119":[2,24],"120":[2,24],"131":[2,24],"132":[2,24],"134":[2,24],"135":[2,24],"138":[2,24],"139":[2,24],"140":[2,24],"141":[2,24],"142":[2,24]},{"1":[2,25],"4":[2,25],"30":[2,25],"31":[2,25],"50":[2,25],"59":[2,25],"63":[2,25],"76":[2,25],"81":[2,25],"91":[2,25],"95":[2,25],"104":[2,25],"106":[2,25],"107":[2,25],"108":[2,25],"115":[2,25],"119":[2,25],"120":[2,25],"131":[2,25],"132":[2,25],"134":[2,25],"135":[2,25],"138":[2,25],"139":[2,25],"140":[2,25],"141":[2,25],"142":[2,25]},{"1":[2,26],"4":[2,26],"30":[2,26],"31":[2,26],"50":[2,26],"59":[2,26],"63":[2,26],"76":[2,26],"81":[2,26],"91":[2,26],"95":[2,26],"104":[2,26],"106":[2,26],"107":[2,26],"108":[2,26],"115":[2,26],"119":[2,26],"120":[2,26],"131":[2,26],"132":[2,26],"134":[2,26],"135":[2,26],"138":[2,26],"139":[2,26],"140":[2,26],"141":[2,26],"142":[2,26]},{"1":[2,27],"4":[2,27],"30":[2,27],"31":[2,27],"50":[2,27],"59":[2,27],"63":[2,27],"76":[2,27],"81":[2,27],"91":[2,27],"95":[2,27],"104":[2,27],"106":[2,27],"107":[2,27],"108":[2,27],"115":[2,27],"119":[2,27],"120":[2,27],"131":[2,27],"132":[2,27],"134":[2,27],"135":[2,27],"138":[2,27],"139":[2,27],"140":[2,27],"141":[2,27],"142":[2,27]},{"1":[2,28],"4":[2,28],"30":[2,28],"31":[2,28],"50":[2,28],"59":[2,28],"63":[2,28],"76":[2,28],"81":[2,28],"91":[2,28],"95":[2,28],"104":[2,28],"106":[2,28],"107":[2,28],"108":[2,28],"115":[2,28],"119":[2,28],"120":[2,28],"131":[2,28],"132":[2,28],"134":[2,28],"135":[2,28],"138":[2,28],"139":[2,28],"140":[2,28],"141":[2,28],"142":[2,28]},{"1":[2,29],"4":[2,29],"30":[2,29],"31":[2,29],"50":[2,29],"59":[2,29],"63":[2,29],"76":[2,29],"81":[2,29],"91":[2,29],"95":[2,29],"104":[2,29],"106":[2,29],"107":[2,29],"108":[2,29],"115":[2,29],"119":[2,29],"120":[2,29],"131":[2,29],"132":[2,29],"134":[2,29],"135":[2,29],"138":[2,29],"139":[2,29],"140":[2,29],"141":[2,29],"142":[2,29]},{"1":[2,10],"4":[2,10],"31":[2,10],"106":[2,10],"108":[2,10],"120":[2,10],"131":[2,10],"132":[2,10]},{"1":[2,11],"4":[2,11],"31":[2,11],"106":[2,11],"108":[2,11],"120":[2,11],"131":[2,11],"132":[2,11]},{"1":[2,12],"4":[2,12],"31":[2,12],"106":[2,12],"108":[2,12],"120":[2,12],"131":[2,12],"132":[2,12]},{"1":[2,13],"4":[2,13],"31":[2,13],"106":[2,13],"108":[2,13],"120":[2,13],"131":[2,13],"132":[2,13]},{"1":[2,14],"4":[2,14],"31":[2,14],"106":[2,14],"108":[2,14],"120":[2,14],"131":[2,14],"132":[2,14]},{"1":[2,76],"4":[2,76],"30":[2,76],"31":[2,76],"42":[1,111],"50":[2,76],"59":[2,76],"63":[2,76],"70":[2,76],"71":[2,76],"72":[2,76],"73":[2,76],"75":[2,76],"76":[2,76],"77":[2,76],"78":[2,76],"81":[2,76],"89":[2,76],"90":[2,76],"91":[2,76],"95":[2,76],"104":[2,76],"106":[2,76],"107":[2,76],"108":[2,76],"115":[2,76],"119":[2,76],"120":[2,76],"131":[2,76],"132":[2,76],"134":[2,76],"135":[2,76],"138":[2,76],"139":[2,76],"140":[2,76],"141":[2,76],"142":[2,76]},{"1":[2,77],"4":[2,77],"30":[2,77],"31":[2,77],"50":[2,77],"59":[2,77],"63":[2,77],"70":[2,77],"71":[2,77],"72":[2,77],"73":[2,77],"75":[2,77],"76":[2,77],"77":[2,77],"78":[2,77],"81":[2,77],"89":[2,77],"90":[2,77],"91":[2,77],"95":[2,77],"104":[2,77],"106":[2,77],"107":[2,77],"108":[2,77],"115":[2,77],"119":[2,77],"120":[2,77],"131":[2,77],"132":[2,77],"134":[2,77],"135":[2,77],"138":[2,77],"139":[2,77],"140":[2,77],"141":[2,77],"142":[2,77]},{"1":[2,78],"4":[2,78],"30":[2,78],"31":[2,78],"50":[2,78],"59":[2,78],"63":[2,78],"70":[2,78],"71":[2,78],"72":[2,78],"73":[2,78],"75":[2,78],"76":[2,78],"77":[2,78],"78":[2,78],"81":[2,78],"89":[2,78],"90":[2,78],"91":[2,78],"95":[2,78],"104":[2,78],"106":[2,78],"107":[2,78],"108":[2,78],"115":[2,78],"119":[2,78],"120":[2,78],"131":[2,78],"132":[2,78],"134":[2,78],"135":[2,78],"138":[2,78],"139":[2,78],"140":[2,78],"141":[2,78],"142":[2,78]},{"1":[2,79],"4":[2,79],"30":[2,79],"31":[2,79],"50":[2,79],"59":[2,79],"63":[2,79],"70":[2,79],"71":[2,79],"72":[2,79],"73":[2,79],"75":[2,79],"76":[2,79],"77":[2,79],"78":[2,79],"81":[2,79],"89":[2,79],"90":[2,79],"91":[2,79],"95":[2,79],"104":[2,79],"106":[2,79],"107":[2,79],"108":[2,79],"115":[2,79],"119":[2,79],"120":[2,79],"131":[2,79],"132":[2,79],"134":[2,79],"135":[2,79],"138":[2,79],"139":[2,79],"140":[2,79],"141":[2,79],"142":[2,79]},{"1":[2,112],"4":[2,112],"30":[2,112],"31":[2,112],"50":[2,112],"59":[2,112],"63":[2,112],"70":[2,112],"71":[2,112],"72":[2,112],"73":[2,112],"75":[2,112],"76":[2,112],"77":[2,112],"78":[2,112],"81":[2,112],"87":112,"89":[2,112],"90":[1,113],"91":[2,112],"95":[2,112],"104":[2,112],"106":[2,112],"107":[2,112],"108":[2,112],"115":[2,112],"119":[2,112],"120":[2,112],"131":[2,112],"132":[2,112],"134":[2,112],"135":[2,112],"138":[2,112],"139":[2,112],"140":[2,112],"141":[2,112],"142":[2,112]},{"53":114,"54":[2,61],"59":[2,61],"60":115,"61":[1,116],"62":[1,117]},{"4":[1,119],"6":118,"30":[1,6]},{"8":120,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":122,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":123,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"15":125,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":124,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"15":125,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":128,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"1":[2,73],"4":[2,73],"30":[2,73],"31":[2,73],"42":[2,73],"50":[2,73],"59":[2,73],"63":[2,73],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,73],"77":[2,73],"78":[2,73],"81":[2,73],"83":[1,132],"89":[2,73],"90":[2,73],"91":[2,73],"95":[2,73],"104":[2,73],"106":[2,73],"107":[2,73],"108":[2,73],"115":[2,73],"119":[2,73],"120":[2,73],"131":[2,73],"132":[2,73],"134":[2,73],"135":[2,73],"136":[1,129],"137":[1,130],"138":[2,73],"139":[2,73],"140":[2,73],"141":[2,73],"142":[2,73],"143":[1,131]},{"1":[2,184],"4":[2,184],"30":[2,184],"31":[2,184],"50":[2,184],"59":[2,184],"63":[2,184],"76":[2,184],"81":[2,184],"91":[2,184],"95":[2,184],"104":[2,184],"106":[2,184],"107":[2,184],"108":[2,184],"115":[2,184],"119":[2,184],"120":[2,184],"125":[1,133],"131":[2,184],"132":[2,184],"134":[2,184],"135":[2,184],"138":[2,184],"139":[2,184],"140":[2,184],"141":[2,184],"142":[2,184]},{"4":[1,119],"6":134,"30":[1,6]},{"4":[1,119],"6":135,"30":[1,6]},{"1":[2,146],"4":[2,146],"30":[2,146],"31":[2,146],"50":[2,146],"59":[2,146],"63":[2,146],"76":[2,146],"81":[2,146],"91":[2,146],"95":[2,146],"104":[2,146],"106":[2,146],"107":[2,146],"108":[2,146],"115":[2,146],"119":[2,146],"120":[2,146],"131":[2,146],"132":[2,146],"134":[2,146],"135":[2,146],"138":[2,146],"139":[2,146],"140":[2,146],"141":[2,146],"142":[2,146]},{"4":[1,119],"6":136,"30":[1,6]},{"8":137,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,138],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,99],"4":[2,99],"15":125,"16":126,"30":[1,140],"31":[2,99],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"50":[2,99],"59":[2,99],"62":[1,61],"63":[2,99],"65":139,"67":53,"68":54,"69":32,"76":[2,99],"79":[1,73],"81":[2,99],"83":[1,141],"88":[1,33],"91":[2,99],"93":[1,60],"94":[1,72],"95":[2,99],"103":[1,59],"104":[2,99],"106":[2,99],"107":[2,99],"108":[2,99],"115":[2,99],"119":[2,99],"120":[2,99],"131":[2,99],"132":[2,99],"134":[2,99],"135":[2,99],"138":[2,99],"139":[2,99],"140":[2,99],"141":[2,99],"142":[2,99]},{"1":[2,52],"4":[2,52],"30":[2,52],"31":[2,52],"50":[2,52],"59":[2,52],"63":[2,52],"76":[2,52],"81":[2,52],"91":[2,52],"95":[2,52],"100":[2,52],"101":[2,52],"104":[2,52],"106":[2,52],"107":[2,52],"108":[2,52],"115":[2,52],"119":[2,52],"120":[2,52],"125":[2,52],"127":[2,52],"131":[2,52],"132":[2,52],"134":[2,52],"135":[2,52],"138":[2,52],"139":[2,52],"140":[2,52],"141":[2,52],"142":[2,52]},{"17":142,"52":[1,34],"55":35,"56":[1,62],"57":[1,63]},{"1":[2,51],"4":[2,51],"8":143,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"31":[2,51],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[2,51],"108":[2,51],"109":45,"110":[1,70],"111":46,"120":[2,51],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"131":[2,51],"132":[2,51],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":144,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,74],"4":[2,74],"30":[2,74],"31":[2,74],"42":[2,74],"50":[2,74],"59":[2,74],"63":[2,74],"70":[2,74],"71":[2,74],"72":[2,74],"73":[2,74],"75":[2,74],"76":[2,74],"77":[2,74],"78":[2,74],"81":[2,74],"89":[2,74],"90":[2,74],"91":[2,74],"95":[2,74],"104":[2,74],"106":[2,74],"107":[2,74],"108":[2,74],"115":[2,74],"119":[2,74],"120":[2,74],"131":[2,74],"132":[2,74],"134":[2,74],"135":[2,74],"138":[2,74],"139":[2,74],"140":[2,74],"141":[2,74],"142":[2,74]},{"1":[2,75],"4":[2,75],"30":[2,75],"31":[2,75],"42":[2,75],"50":[2,75],"59":[2,75],"63":[2,75],"70":[2,75],"71":[2,75],"72":[2,75],"73":[2,75],"75":[2,75],"76":[2,75],"77":[2,75],"78":[2,75],"81":[2,75],"89":[2,75],"90":[2,75],"91":[2,75],"95":[2,75],"104":[2,75],"106":[2,75],"107":[2,75],"108":[2,75],"115":[2,75],"119":[2,75],"120":[2,75],"131":[2,75],"132":[2,75],"134":[2,75],"135":[2,75],"138":[2,75],"139":[2,75],"140":[2,75],"141":[2,75],"142":[2,75]},{"1":[2,36],"4":[2,36],"30":[2,36],"31":[2,36],"50":[2,36],"59":[2,36],"63":[2,36],"70":[2,36],"71":[2,36],"72":[2,36],"73":[2,36],"75":[2,36],"76":[2,36],"77":[2,36],"78":[2,36],"81":[2,36],"89":[2,36],"90":[2,36],"91":[2,36],"95":[2,36],"104":[2,36],"106":[2,36],"107":[2,36],"108":[2,36],"115":[2,36],"119":[2,36],"120":[2,36],"131":[2,36],"132":[2,36],"134":[2,36],"135":[2,36],"138":[2,36],"139":[2,36],"140":[2,36],"141":[2,36],"142":[2,36]},{"1":[2,37],"4":[2,37],"30":[2,37],"31":[2,37],"50":[2,37],"59":[2,37],"63":[2,37],"70":[2,37],"71":[2,37],"72":[2,37],"73":[2,37],"75":[2,37],"76":[2,37],"77":[2,37],"78":[2,37],"81":[2,37],"89":[2,37],"90":[2,37],"91":[2,37],"95":[2,37],"104":[2,37],"106":[2,37],"107":[2,37],"108":[2,37],"115":[2,37],"119":[2,37],"120":[2,37],"131":[2,37],"132":[2,37],"134":[2,37],"135":[2,37],"138":[2,37],"139":[2,37],"140":[2,37],"141":[2,37],"142":[2,37]},{"1":[2,38],"4":[2,38],"30":[2,38],"31":[2,38],"50":[2,38],"59":[2,38],"63":[2,38],"70":[2,38],"71":[2,38],"72":[2,38],"73":[2,38],"75":[2,38],"76":[2,38],"77":[2,38],"78":[2,38],"81":[2,38],"89":[2,38],"90":[2,38],"91":[2,38],"95":[2,38],"104":[2,38],"106":[2,38],"107":[2,38],"108":[2,38],"115":[2,38],"119":[2,38],"120":[2,38],"131":[2,38],"132":[2,38],"134":[2,38],"135":[2,38],"138":[2,38],"139":[2,38],"140":[2,38],"141":[2,38],"142":[2,38]},{"1":[2,39],"4":[2,39],"30":[2,39],"31":[2,39],"50":[2,39],"59":[2,39],"63":[2,39],"70":[2,39],"71":[2,39],"72":[2,39],"73":[2,39],"75":[2,39],"76":[2,39],"77":[2,39],"78":[2,39],"81":[2,39],"89":[2,39],"90":[2,39],"91":[2,39],"95":[2,39],"104":[2,39],"106":[2,39],"107":[2,39],"108":[2,39],"115":[2,39],"119":[2,39],"120":[2,39],"131":[2,39],"132":[2,39],"134":[2,39],"135":[2,39],"138":[2,39],"139":[2,39],"140":[2,39],"141":[2,39],"142":[2,39]},{"8":145,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,118],"4":[2,118],"30":[2,118],"31":[2,118],"50":[2,118],"59":[2,118],"63":[2,118],"70":[2,118],"71":[2,118],"72":[2,118],"73":[2,118],"75":[2,118],"76":[2,118],"77":[2,118],"78":[2,118],"81":[2,118],"89":[2,118],"90":[2,118],"91":[2,118],"95":[2,118],"104":[2,118],"106":[2,118],"107":[2,118],"108":[2,118],"115":[2,118],"119":[2,118],"120":[2,118],"131":[2,118],"132":[2,118],"134":[2,118],"135":[2,118],"138":[2,118],"139":[2,118],"140":[2,118],"141":[2,118],"142":[2,118]},{"1":[2,119],"4":[2,119],"30":[2,119],"31":[2,119],"32":146,"33":[1,76],"50":[2,119],"59":[2,119],"63":[2,119],"70":[2,119],"71":[2,119],"72":[2,119],"73":[2,119],"75":[2,119],"76":[2,119],"77":[2,119],"78":[2,119],"81":[2,119],"89":[2,119],"90":[2,119],"91":[2,119],"95":[2,119],"104":[2,119],"106":[2,119],"107":[2,119],"108":[2,119],"115":[2,119],"119":[2,119],"120":[2,119],"131":[2,119],"132":[2,119],"134":[2,119],"135":[2,119],"138":[2,119],"139":[2,119],"140":[2,119],"141":[2,119],"142":[2,119]},{"4":[2,57],"30":[2,57]},{"4":[2,58],"30":[2,58]},{"1":[2,69],"4":[2,69],"30":[2,69],"31":[2,69],"42":[2,69],"50":[2,69],"59":[2,69],"63":[2,69],"70":[2,69],"71":[2,69],"72":[2,69],"73":[2,69],"75":[2,69],"76":[2,69],"77":[2,69],"78":[2,69],"81":[2,69],"83":[2,69],"89":[2,69],"90":[2,69],"91":[2,69],"95":[2,69],"104":[2,69],"106":[2,69],"107":[2,69],"108":[2,69],"115":[2,69],"119":[2,69],"120":[2,69],"131":[2,69],"132":[2,69],"134":[2,69],"135":[2,69],"136":[2,69],"137":[2,69],"138":[2,69],"139":[2,69],"140":[2,69],"141":[2,69],"142":[2,69],"143":[2,69]},{"1":[2,72],"4":[2,72],"30":[2,72],"31":[2,72],"42":[2,72],"50":[2,72],"59":[2,72],"63":[2,72],"70":[2,72],"71":[2,72],"72":[2,72],"73":[2,72],"75":[2,72],"76":[2,72],"77":[2,72],"78":[2,72],"81":[2,72],"83":[2,72],"89":[2,72],"90":[2,72],"91":[2,72],"95":[2,72],"104":[2,72],"106":[2,72],"107":[2,72],"108":[2,72],"115":[2,72],"119":[2,72],"120":[2,72],"131":[2,72],"132":[2,72],"134":[2,72],"135":[2,72],"136":[2,72],"137":[2,72],"138":[2,72],"139":[2,72],"140":[2,72],"141":[2,72],"142":[2,72],"143":[2,72]},{"8":147,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":148,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":149,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":150,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[1,119],"6":151,"8":152,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,6],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"32":154,"33":[1,76],"67":156,"68":157,"79":[1,73],"94":[1,72],"112":153,"121":[1,155]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"92":159,"93":[1,60],"94":[1,72],"95":[1,158],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,89],"28":168,"30":[2,89],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":165,"44":166,"46":167,"47":171,"49":[1,49],"59":[2,89],"62":[1,172],"80":164,"81":[2,89],"103":[1,59]},{"1":[2,34],"4":[2,34],"30":[2,34],"31":[2,34],"45":[2,34],"50":[2,34],"59":[2,34],"63":[2,34],"70":[2,34],"71":[2,34],"72":[2,34],"73":[2,34],"75":[2,34],"76":[2,34],"77":[2,34],"78":[2,34],"81":[2,34],"89":[2,34],"90":[2,34],"91":[2,34],"95":[2,34],"104":[2,34],"106":[2,34],"107":[2,34],"108":[2,34],"115":[2,34],"119":[2,34],"120":[2,34],"131":[2,34],"132":[2,34],"134":[2,34],"135":[2,34],"138":[2,34],"139":[2,34],"140":[2,34],"141":[2,34],"142":[2,34]},{"1":[2,35],"4":[2,35],"30":[2,35],"31":[2,35],"45":[2,35],"50":[2,35],"59":[2,35],"63":[2,35],"70":[2,35],"71":[2,35],"72":[2,35],"73":[2,35],"75":[2,35],"76":[2,35],"77":[2,35],"78":[2,35],"81":[2,35],"89":[2,35],"90":[2,35],"91":[2,35],"95":[2,35],"104":[2,35],"106":[2,35],"107":[2,35],"108":[2,35],"115":[2,35],"119":[2,35],"120":[2,35],"131":[2,35],"132":[2,35],"134":[2,35],"135":[2,35],"138":[2,35],"139":[2,35],"140":[2,35],"141":[2,35],"142":[2,35]},{"1":[2,33],"4":[2,33],"30":[2,33],"31":[2,33],"42":[2,33],"45":[2,33],"50":[2,33],"59":[2,33],"63":[2,33],"70":[2,33],"71":[2,33],"72":[2,33],"73":[2,33],"75":[2,33],"76":[2,33],"77":[2,33],"78":[2,33],"81":[2,33],"83":[2,33],"89":[2,33],"90":[2,33],"91":[2,33],"95":[2,33],"104":[2,33],"106":[2,33],"107":[2,33],"108":[2,33],"114":[2,33],"115":[2,33],"117":[2,33],"119":[2,33],"120":[2,33],"122":[2,33],"131":[2,33],"132":[2,33],"134":[2,33],"135":[2,33],"136":[2,33],"137":[2,33],"138":[2,33],"139":[2,33],"140":[2,33],"141":[2,33],"142":[2,33],"143":[2,33]},{"1":[2,32],"4":[2,32],"30":[2,32],"31":[2,32],"50":[2,32],"59":[2,32],"63":[2,32],"76":[2,32],"81":[2,32],"91":[2,32],"95":[2,32],"100":[2,32],"101":[2,32],"104":[2,32],"106":[2,32],"107":[2,32],"108":[2,32],"115":[2,32],"119":[2,32],"120":[2,32],"125":[2,32],"127":[2,32],"131":[2,32],"132":[2,32],"134":[2,32],"135":[2,32],"138":[2,32],"139":[2,32],"140":[2,32],"141":[2,32],"142":[2,32]},{"1":[2,7],"4":[2,7],"7":173,"8":7,"9":8,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"31":[2,7],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,4]},{"4":[1,78],"31":[1,174]},{"1":[2,31],"4":[2,31],"30":[2,31],"31":[2,31],"50":[2,31],"59":[2,31],"63":[2,31],"76":[2,31],"81":[2,31],"91":[2,31],"95":[2,31],"100":[2,31],"101":[2,31],"104":[2,31],"106":[2,31],"107":[2,31],"108":[2,31],"115":[2,31],"119":[2,31],"120":[2,31],"125":[2,31],"127":[2,31],"131":[2,31],"132":[2,31],"134":[2,31],"135":[2,31],"138":[2,31],"139":[2,31],"140":[2,31],"141":[2,31],"142":[2,31]},{"8":175,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":176,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":177,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":178,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":179,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":180,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":181,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":182,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":183,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,145],"4":[2,145],"30":[2,145],"31":[2,145],"50":[2,145],"59":[2,145],"63":[2,145],"76":[2,145],"81":[2,145],"91":[2,145],"95":[2,145],"104":[2,145],"106":[2,145],"107":[2,145],"108":[2,145],"115":[2,145],"119":[2,145],"120":[2,145],"131":[2,145],"132":[2,145],"134":[2,145],"135":[2,145],"138":[2,145],"139":[2,145],"140":[2,145],"141":[2,145],"142":[2,145]},{"1":[2,150],"4":[2,150],"30":[2,150],"31":[2,150],"50":[2,150],"59":[2,150],"63":[2,150],"76":[2,150],"81":[2,150],"91":[2,150],"95":[2,150],"104":[2,150],"106":[2,150],"107":[2,150],"108":[2,150],"115":[2,150],"119":[2,150],"120":[2,150],"131":[2,150],"132":[2,150],"134":[2,150],"135":[2,150],"138":[2,150],"139":[2,150],"140":[2,150],"141":[2,150],"142":[2,150]},{"1":[2,53],"4":[2,53],"30":[2,53],"31":[2,53],"50":[2,53],"59":[2,53],"63":[2,53],"76":[2,53],"81":[2,53],"91":[2,53],"95":[2,53],"104":[2,53],"106":[2,53],"107":[2,53],"108":[2,53],"115":[2,53],"119":[2,53],"120":[2,53],"131":[2,53],"132":[2,53],"134":[2,53],"135":[2,53],"138":[2,53],"139":[2,53],"140":[2,53],"141":[2,53],"142":[2,53]},{"8":184,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":185,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,144],"4":[2,144],"30":[2,144],"31":[2,144],"50":[2,144],"59":[2,144],"63":[2,144],"76":[2,144],"81":[2,144],"91":[2,144],"95":[2,144],"104":[2,144],"106":[2,144],"107":[2,144],"108":[2,144],"115":[2,144],"119":[2,144],"120":[2,144],"131":[2,144],"132":[2,144],"134":[2,144],"135":[2,144],"138":[2,144],"139":[2,144],"140":[2,144],"141":[2,144],"142":[2,144]},{"1":[2,149],"4":[2,149],"30":[2,149],"31":[2,149],"50":[2,149],"59":[2,149],"63":[2,149],"76":[2,149],"81":[2,149],"91":[2,149],"95":[2,149],"104":[2,149],"106":[2,149],"107":[2,149],"108":[2,149],"115":[2,149],"119":[2,149],"120":[2,149],"131":[2,149],"132":[2,149],"134":[2,149],"135":[2,149],"138":[2,149],"139":[2,149],"140":[2,149],"141":[2,149],"142":[2,149]},{"87":186,"90":[1,113]},{"1":[2,70],"4":[2,70],"30":[2,70],"31":[2,70],"42":[2,70],"50":[2,70],"59":[2,70],"63":[2,70],"70":[2,70],"71":[2,70],"72":[2,70],"73":[2,70],"75":[2,70],"76":[2,70],"77":[2,70],"78":[2,70],"81":[2,70],"83":[2,70],"89":[2,70],"90":[2,70],"91":[2,70],"95":[2,70],"104":[2,70],"106":[2,70],"107":[2,70],"108":[2,70],"115":[2,70],"119":[2,70],"120":[2,70],"131":[2,70],"132":[2,70],"134":[2,70],"135":[2,70],"136":[2,70],"137":[2,70],"138":[2,70],"139":[2,70],"140":[2,70],"141":[2,70],"142":[2,70],"143":[2,70]},{"90":[2,115]},{"32":187,"33":[1,76]},{"32":188,"33":[1,76]},{"1":[2,82],"4":[2,82],"30":[2,82],"31":[2,82],"42":[2,82],"50":[2,82],"59":[2,82],"63":[2,82],"70":[2,82],"71":[2,82],"72":[2,82],"73":[2,82],"75":[2,82],"76":[2,82],"77":[2,82],"78":[2,82],"81":[2,82],"83":[2,82],"89":[2,82],"90":[2,82],"91":[2,82],"95":[2,82],"104":[2,82],"106":[2,82],"107":[2,82],"108":[2,82],"115":[2,82],"119":[2,82],"120":[2,82],"131":[2,82],"132":[2,82],"134":[2,82],"135":[2,82],"136":[2,82],"137":[2,82],"138":[2,82],"139":[2,82],"140":[2,82],"141":[2,82],"142":[2,82],"143":[2,82]},{"32":189,"33":[1,76]},{"1":[2,84],"4":[2,84],"30":[2,84],"31":[2,84],"42":[2,84],"50":[2,84],"59":[2,84],"63":[2,84],"70":[2,84],"71":[2,84],"72":[2,84],"73":[2,84],"75":[2,84],"76":[2,84],"77":[2,84],"78":[2,84],"81":[2,84],"83":[2,84],"89":[2,84],"90":[2,84],"91":[2,84],"95":[2,84],"104":[2,84],"106":[2,84],"107":[2,84],"108":[2,84],"115":[2,84],"119":[2,84],"120":[2,84],"131":[2,84],"132":[2,84],"134":[2,84],"135":[2,84],"136":[2,84],"137":[2,84],"138":[2,84],"139":[2,84],"140":[2,84],"141":[2,84],"142":[2,84],"143":[2,84]},{"8":190,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"74":191,"75":[1,106],"77":[1,107],"78":[1,108]},{"74":192,"75":[1,106],"77":[1,107],"78":[1,108]},{"87":193,"90":[1,113]},{"1":[2,71],"4":[2,71],"30":[2,71],"31":[2,71],"42":[2,71],"50":[2,71],"59":[2,71],"63":[2,71],"70":[2,71],"71":[2,71],"72":[2,71],"73":[2,71],"75":[2,71],"76":[2,71],"77":[2,71],"78":[2,71],"81":[2,71],"83":[2,71],"89":[2,71],"90":[2,71],"91":[2,71],"95":[2,71],"104":[2,71],"106":[2,71],"107":[2,71],"108":[2,71],"115":[2,71],"119":[2,71],"120":[2,71],"131":[2,71],"132":[2,71],"134":[2,71],"135":[2,71],"136":[2,71],"137":[2,71],"138":[2,71],"139":[2,71],"140":[2,71],"141":[2,71],"142":[2,71],"143":[2,71]},{"8":194,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,195],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,113],"4":[2,113],"30":[2,113],"31":[2,113],"50":[2,113],"59":[2,113],"63":[2,113],"70":[2,113],"71":[2,113],"72":[2,113],"73":[2,113],"75":[2,113],"76":[2,113],"77":[2,113],"78":[2,113],"81":[2,113],"89":[2,113],"90":[2,113],"91":[2,113],"95":[2,113],"104":[2,113],"106":[2,113],"107":[2,113],"108":[2,113],"115":[2,113],"119":[2,113],"120":[2,113],"131":[2,113],"132":[2,113],"134":[2,113],"135":[2,113],"138":[2,113],"139":[2,113],"140":[2,113],"141":[2,113],"142":[2,113]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"91":[1,196],"92":197,"93":[1,60],"94":[1,72],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"54":[1,198],"59":[1,199]},{"54":[2,62],"59":[2,62]},{"54":[2,64],"59":[2,64],"63":[1,200]},{"61":[1,201]},{"1":[2,56],"4":[2,56],"30":[2,56],"31":[2,56],"50":[2,56],"59":[2,56],"63":[2,56],"76":[2,56],"81":[2,56],"91":[2,56],"95":[2,56],"104":[2,56],"106":[2,56],"107":[2,56],"108":[2,56],"115":[2,56],"119":[2,56],"120":[2,56],"131":[2,56],"132":[2,56],"134":[2,56],"135":[2,56],"138":[2,56],"139":[2,56],"140":[2,56],"141":[2,56],"142":[2,56]},{"28":77,"49":[1,49]},{"1":[2,189],"4":[2,189],"30":[2,189],"31":[2,189],"50":[1,93],"59":[2,189],"63":[2,189],"76":[2,189],"81":[2,189],"91":[2,189],"95":[2,189],"104":[2,189],"105":91,"106":[2,189],"107":[2,189],"108":[2,189],"111":92,"115":[2,189],"119":[2,189],"120":[2,189],"131":[2,189],"132":[2,189],"134":[2,189],"135":[2,189],"138":[2,189],"139":[2,189],"140":[2,189],"141":[2,189],"142":[2,189]},{"105":96,"106":[1,68],"108":[1,69],"111":97,"120":[1,71],"131":[1,94],"132":[1,95]},{"1":[2,190],"4":[2,190],"30":[2,190],"31":[2,190],"50":[1,93],"59":[2,190],"63":[2,190],"76":[2,190],"81":[2,190],"91":[2,190],"95":[2,190],"104":[2,190],"105":91,"106":[2,190],"107":[2,190],"108":[2,190],"111":92,"115":[2,190],"119":[2,190],"120":[2,190],"131":[2,190],"132":[2,190],"134":[2,190],"135":[2,190],"138":[2,190],"139":[2,190],"140":[2,190],"141":[2,190],"142":[2,190]},{"1":[2,191],"4":[2,191],"30":[2,191],"31":[2,191],"50":[1,93],"59":[2,191],"63":[2,191],"76":[2,191],"81":[2,191],"91":[2,191],"95":[2,191],"104":[2,191],"105":91,"106":[2,191],"107":[2,191],"108":[2,191],"111":92,"115":[2,191],"119":[2,191],"120":[2,191],"131":[2,191],"132":[2,191],"134":[2,191],"135":[2,191],"138":[2,191],"139":[2,191],"140":[2,191],"141":[2,191],"142":[2,191]},{"1":[2,192],"4":[2,192],"30":[2,192],"31":[2,192],"50":[2,192],"59":[2,192],"63":[2,192],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,192],"77":[2,73],"78":[2,73],"81":[2,192],"89":[2,73],"90":[2,73],"91":[2,192],"95":[2,192],"104":[2,192],"106":[2,192],"107":[2,192],"108":[2,192],"115":[2,192],"119":[2,192],"120":[2,192],"131":[2,192],"132":[2,192],"134":[2,192],"135":[2,192],"138":[2,192],"139":[2,192],"140":[2,192],"141":[2,192],"142":[2,192]},{"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"77":[1,107],"78":[1,108],"86":98,"89":[1,100],"90":[2,114]},{"66":110,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"77":[1,107],"78":[1,108],"86":109,"89":[1,100],"90":[2,114]},{"1":[2,76],"4":[2,76],"30":[2,76],"31":[2,76],"50":[2,76],"59":[2,76],"63":[2,76],"70":[2,76],"71":[2,76],"72":[2,76],"73":[2,76],"75":[2,76],"76":[2,76],"77":[2,76],"78":[2,76],"81":[2,76],"89":[2,76],"90":[2,76],"91":[2,76],"95":[2,76],"104":[2,76],"106":[2,76],"107":[2,76],"108":[2,76],"115":[2,76],"119":[2,76],"120":[2,76],"131":[2,76],"132":[2,76],"134":[2,76],"135":[2,76],"138":[2,76],"139":[2,76],"140":[2,76],"141":[2,76],"142":[2,76]},{"1":[2,193],"4":[2,193],"30":[2,193],"31":[2,193],"50":[2,193],"59":[2,193],"63":[2,193],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,193],"77":[2,73],"78":[2,73],"81":[2,193],"89":[2,73],"90":[2,73],"91":[2,193],"95":[2,193],"104":[2,193],"106":[2,193],"107":[2,193],"108":[2,193],"115":[2,193],"119":[2,193],"120":[2,193],"131":[2,193],"132":[2,193],"134":[2,193],"135":[2,193],"138":[2,193],"139":[2,193],"140":[2,193],"141":[2,193],"142":[2,193]},{"1":[2,194],"4":[2,194],"30":[2,194],"31":[2,194],"50":[2,194],"59":[2,194],"63":[2,194],"76":[2,194],"81":[2,194],"91":[2,194],"95":[2,194],"104":[2,194],"106":[2,194],"107":[2,194],"108":[2,194],"115":[2,194],"119":[2,194],"120":[2,194],"131":[2,194],"132":[2,194],"134":[2,194],"135":[2,194],"138":[2,194],"139":[2,194],"140":[2,194],"141":[2,194],"142":[2,194]},{"1":[2,195],"4":[2,195],"30":[2,195],"31":[2,195],"50":[2,195],"59":[2,195],"63":[2,195],"76":[2,195],"81":[2,195],"91":[2,195],"95":[2,195],"104":[2,195],"106":[2,195],"107":[2,195],"108":[2,195],"115":[2,195],"119":[2,195],"120":[2,195],"131":[2,195],"132":[2,195],"134":[2,195],"135":[2,195],"138":[2,195],"139":[2,195],"140":[2,195],"141":[2,195],"142":[2,195]},{"8":202,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,203],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"15":204,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":205,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"4":[1,119],"6":207,"30":[1,6],"129":[1,206]},{"1":[2,132],"4":[2,132],"30":[2,132],"31":[2,132],"50":[2,132],"59":[2,132],"63":[2,132],"76":[2,132],"81":[2,132],"91":[2,132],"95":[2,132],"99":208,"100":[1,209],"101":[1,210],"104":[2,132],"106":[2,132],"107":[2,132],"108":[2,132],"115":[2,132],"119":[2,132],"120":[2,132],"131":[2,132],"132":[2,132],"134":[2,132],"135":[2,132],"138":[2,132],"139":[2,132],"140":[2,132],"141":[2,132],"142":[2,132]},{"1":[2,143],"4":[2,143],"30":[2,143],"31":[2,143],"50":[2,143],"59":[2,143],"63":[2,143],"76":[2,143],"81":[2,143],"91":[2,143],"95":[2,143],"104":[2,143],"106":[2,143],"107":[2,143],"108":[2,143],"115":[2,143],"119":[2,143],"120":[2,143],"131":[2,143],"132":[2,143],"134":[2,143],"135":[2,143],"138":[2,143],"139":[2,143],"140":[2,143],"141":[2,143],"142":[2,143]},{"1":[2,151],"4":[2,151],"30":[2,151],"31":[2,151],"50":[2,151],"59":[2,151],"63":[2,151],"76":[2,151],"81":[2,151],"91":[2,151],"95":[2,151],"104":[2,151],"106":[2,151],"107":[2,151],"108":[2,151],"115":[2,151],"119":[2,151],"120":[2,151],"131":[2,151],"132":[2,151],"134":[2,151],"135":[2,151],"138":[2,151],"139":[2,151],"140":[2,151],"141":[2,151],"142":[2,151]},{"30":[1,211],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"124":212,"126":213,"127":[1,214]},{"1":[2,94],"4":[2,94],"30":[1,216],"31":[2,94],"50":[2,94],"59":[2,94],"63":[2,94],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,94],"77":[2,73],"78":[2,73],"81":[2,94],"83":[1,215],"89":[2,73],"90":[2,73],"91":[2,94],"95":[2,94],"104":[2,94],"106":[2,94],"107":[2,94],"108":[2,94],"115":[2,94],"119":[2,94],"120":[2,94],"131":[2,94],"132":[2,94],"134":[2,94],"135":[2,94],"138":[2,94],"139":[2,94],"140":[2,94],"141":[2,94],"142":[2,94]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":217,"85":218,"103":[1,59]},{"15":222,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":205,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"1":[2,54],"4":[2,54],"30":[2,54],"31":[2,54],"50":[2,54],"59":[2,54],"63":[2,54],"76":[2,54],"81":[2,54],"91":[2,54],"95":[2,54],"104":[2,54],"106":[2,54],"107":[2,54],"108":[2,54],"115":[2,54],"119":[2,54],"120":[2,54],"131":[2,54],"132":[2,54],"134":[2,54],"135":[2,54],"138":[2,54],"139":[2,54],"140":[2,54],"141":[2,54],"142":[2,54]},{"1":[2,50],"4":[2,50],"31":[2,50],"50":[1,93],"105":91,"106":[2,50],"108":[2,50],"111":92,"120":[2,50],"131":[2,50],"132":[2,50],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,137],"4":[2,137],"31":[2,137],"50":[1,93],"105":91,"106":[2,137],"108":[2,137],"111":92,"120":[2,137],"131":[2,137],"132":[2,137],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"50":[1,93],"104":[1,223],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,120],"4":[2,120],"30":[2,120],"31":[2,120],"42":[2,120],"45":[2,120],"50":[2,120],"59":[2,120],"63":[2,120],"70":[2,120],"71":[2,120],"72":[2,120],"73":[2,120],"75":[2,120],"76":[2,120],"77":[2,120],"78":[2,120],"81":[2,120],"83":[2,120],"89":[2,120],"90":[2,120],"91":[2,120],"95":[2,120],"104":[2,120],"106":[2,120],"107":[2,120],"108":[2,120],"115":[2,120],"119":[2,120],"120":[2,120],"131":[2,120],"132":[2,120],"134":[2,120],"135":[2,120],"136":[2,120],"137":[2,120],"138":[2,120],"139":[2,120],"140":[2,120],"141":[2,120],"142":[2,120],"143":[2,120]},{"4":[1,119],"6":224,"30":[1,6],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,119],"6":225,"30":[1,6],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,139],"4":[2,139],"30":[2,139],"31":[2,139],"50":[1,93],"59":[2,139],"63":[2,139],"76":[2,139],"81":[2,139],"91":[2,139],"95":[2,139],"104":[2,139],"105":91,"106":[1,68],"107":[1,226],"108":[1,69],"111":92,"115":[2,139],"119":[2,139],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,141],"4":[2,141],"30":[2,141],"31":[2,141],"50":[1,93],"59":[2,141],"63":[2,141],"76":[2,141],"81":[2,141],"91":[2,141],"95":[2,141],"104":[2,141],"105":91,"106":[1,68],"107":[1,227],"108":[1,69],"111":92,"115":[2,141],"119":[2,141],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,147],"4":[2,147],"30":[2,147],"31":[2,147],"50":[2,147],"59":[2,147],"63":[2,147],"76":[2,147],"81":[2,147],"91":[2,147],"95":[2,147],"104":[2,147],"106":[2,147],"107":[2,147],"108":[2,147],"115":[2,147],"119":[2,147],"120":[2,147],"131":[2,147],"132":[2,147],"134":[2,147],"135":[2,147],"138":[2,147],"139":[2,147],"140":[2,147],"141":[2,147],"142":[2,147]},{"1":[2,148],"4":[2,148],"30":[2,148],"31":[2,148],"50":[1,93],"59":[2,148],"63":[2,148],"76":[2,148],"81":[2,148],"91":[2,148],"95":[2,148],"104":[2,148],"105":91,"106":[1,68],"107":[2,148],"108":[1,69],"111":92,"115":[2,148],"119":[2,148],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"59":[1,229],"113":228,"114":[1,230]},{"59":[2,152],"114":[2,152],"116":231,"117":[1,233],"122":[1,232]},{"32":234,"33":[1,76]},{"59":[2,153],"114":[2,153],"117":[2,153]},{"59":[2,154],"114":[2,154],"117":[2,154]},{"1":[2,121],"4":[2,121],"30":[2,121],"31":[2,121],"42":[2,121],"50":[2,121],"59":[2,121],"63":[2,121],"70":[2,121],"71":[2,121],"72":[2,121],"73":[2,121],"75":[2,121],"76":[2,121],"77":[2,121],"78":[2,121],"81":[2,121],"89":[2,121],"90":[2,121],"91":[2,121],"95":[2,121],"104":[2,121],"106":[2,121],"107":[2,121],"108":[2,121],"114":[2,121],"115":[2,121],"117":[2,121],"119":[2,121],"120":[2,121],"131":[2,121],"132":[2,121],"134":[2,121],"135":[2,121],"138":[2,121],"139":[2,121],"140":[2,121],"141":[2,121],"142":[2,121]},{"4":[2,59],"30":[2,59],"58":235,"59":[1,236],"95":[2,59]},{"4":[2,123],"30":[2,123],"31":[2,123],"59":[2,123],"91":[2,123],"95":[2,123]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"92":237,"93":[1,60],"94":[1,72],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,128],"30":[2,128],"31":[2,128],"50":[1,93],"59":[2,128],"63":[1,238],"91":[2,128],"95":[2,128],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[2,129],"30":[2,129],"31":[2,129],"59":[2,129],"91":[2,129],"95":[2,129]},{"4":[2,59],"30":[2,59],"58":239,"59":[1,240],"81":[2,59]},{"4":[2,90],"30":[2,90],"31":[2,90],"59":[2,90],"81":[2,90]},{"4":[2,42],"30":[2,42],"31":[2,42],"45":[1,241],"59":[2,42],"81":[2,42]},{"4":[2,45],"30":[2,45],"31":[2,45],"59":[2,45],"81":[2,45]},{"4":[2,46],"30":[2,46],"31":[2,46],"59":[2,46],"81":[2,46]},{"4":[2,47],"30":[2,47],"31":[2,47],"45":[2,47],"59":[2,47],"81":[2,47]},{"4":[2,48],"30":[2,48],"31":[2,48],"45":[2,48],"59":[2,48],"81":[2,48]},{"4":[2,49],"30":[2,49],"31":[2,49],"45":[2,49],"59":[2,49],"81":[2,49]},{"32":146,"33":[1,76]},{"1":[2,6],"4":[2,6],"31":[2,6]},{"1":[2,30],"4":[2,30],"30":[2,30],"31":[2,30],"50":[2,30],"59":[2,30],"63":[2,30],"76":[2,30],"81":[2,30],"91":[2,30],"95":[2,30],"100":[2,30],"101":[2,30],"104":[2,30],"106":[2,30],"107":[2,30],"108":[2,30],"115":[2,30],"119":[2,30],"120":[2,30],"125":[2,30],"127":[2,30],"131":[2,30],"132":[2,30],"134":[2,30],"135":[2,30],"138":[2,30],"139":[2,30],"140":[2,30],"141":[2,30],"142":[2,30]},{"1":[2,196],"4":[2,196],"30":[2,196],"31":[2,196],"50":[1,93],"59":[2,196],"63":[2,196],"76":[2,196],"81":[2,196],"91":[2,196],"95":[2,196],"104":[2,196],"105":91,"106":[2,196],"107":[2,196],"108":[2,196],"111":92,"115":[2,196],"119":[2,196],"120":[2,196],"131":[2,196],"132":[2,196],"134":[2,196],"135":[2,196],"138":[1,84],"139":[2,196],"140":[2,196],"141":[2,196],"142":[2,196]},{"1":[2,197],"4":[2,197],"30":[2,197],"31":[2,197],"50":[1,93],"59":[2,197],"63":[2,197],"76":[2,197],"81":[2,197],"91":[2,197],"95":[2,197],"104":[2,197],"105":91,"106":[2,197],"107":[2,197],"108":[2,197],"111":92,"115":[2,197],"119":[2,197],"120":[2,197],"131":[2,197],"132":[2,197],"134":[2,197],"135":[2,197],"138":[1,84],"139":[2,197],"140":[2,197],"141":[2,197],"142":[2,197]},{"1":[2,198],"4":[2,198],"30":[2,198],"31":[2,198],"50":[1,93],"59":[2,198],"63":[2,198],"76":[2,198],"81":[2,198],"91":[2,198],"95":[2,198],"104":[2,198],"105":91,"106":[2,198],"107":[2,198],"108":[2,198],"111":92,"115":[2,198],"119":[2,198],"120":[2,198],"131":[2,198],"132":[2,198],"134":[2,198],"135":[2,198],"138":[2,198],"139":[2,198],"140":[2,198],"141":[2,198],"142":[2,198]},{"1":[2,199],"4":[2,199],"30":[2,199],"31":[2,199],"50":[1,93],"59":[2,199],"63":[2,199],"76":[2,199],"81":[2,199],"91":[2,199],"95":[2,199],"104":[2,199],"105":91,"106":[2,199],"107":[2,199],"108":[2,199],"111":92,"115":[2,199],"119":[2,199],"120":[2,199],"131":[2,199],"132":[2,199],"134":[1,83],"135":[1,82],"138":[1,84],"139":[2,199],"140":[2,199],"141":[2,199],"142":[2,199]},{"1":[2,200],"4":[2,200],"30":[2,200],"31":[2,200],"50":[1,93],"59":[2,200],"63":[2,200],"76":[2,200],"81":[2,200],"91":[2,200],"95":[2,200],"104":[2,200],"105":91,"106":[2,200],"107":[2,200],"108":[2,200],"111":92,"115":[2,200],"119":[2,200],"120":[2,200],"131":[2,200],"132":[2,200],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[2,200],"141":[2,200],"142":[1,88]},{"1":[2,201],"4":[2,201],"30":[2,201],"31":[2,201],"50":[1,93],"59":[2,201],"63":[2,201],"76":[2,201],"81":[2,201],"91":[2,201],"95":[2,201],"104":[2,201],"105":91,"106":[2,201],"107":[2,201],"108":[2,201],"111":92,"115":[2,201],"119":[2,201],"120":[2,201],"131":[2,201],"132":[2,201],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[2,201],"142":[1,88]},{"1":[2,202],"4":[2,202],"30":[2,202],"31":[2,202],"50":[1,93],"59":[2,202],"63":[2,202],"76":[2,202],"81":[2,202],"91":[2,202],"95":[2,202],"104":[2,202],"105":91,"106":[2,202],"107":[2,202],"108":[2,202],"111":92,"115":[2,202],"119":[2,202],"120":[2,202],"131":[2,202],"132":[2,202],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[2,202],"141":[2,202],"142":[2,202]},{"1":[2,186],"4":[2,186],"30":[2,186],"31":[2,186],"50":[1,93],"59":[2,186],"63":[2,186],"76":[2,186],"81":[2,186],"91":[2,186],"95":[2,186],"104":[2,186],"105":91,"106":[1,68],"107":[2,186],"108":[1,69],"111":92,"115":[2,186],"119":[2,186],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,188],"4":[2,188],"30":[2,188],"31":[2,188],"50":[1,93],"59":[2,188],"63":[2,188],"76":[2,188],"81":[2,188],"91":[2,188],"95":[2,188],"104":[2,188],"105":91,"106":[1,68],"107":[2,188],"108":[1,69],"111":92,"115":[2,188],"119":[2,188],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,185],"4":[2,185],"30":[2,185],"31":[2,185],"50":[1,93],"59":[2,185],"63":[2,185],"76":[2,185],"81":[2,185],"91":[2,185],"95":[2,185],"104":[2,185],"105":91,"106":[1,68],"107":[2,185],"108":[1,69],"111":92,"115":[2,185],"119":[2,185],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,187],"4":[2,187],"30":[2,187],"31":[2,187],"50":[1,93],"59":[2,187],"63":[2,187],"76":[2,187],"81":[2,187],"91":[2,187],"95":[2,187],"104":[2,187],"105":91,"106":[1,68],"107":[2,187],"108":[1,69],"111":92,"115":[2,187],"119":[2,187],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,110],"4":[2,110],"30":[2,110],"31":[2,110],"50":[2,110],"59":[2,110],"63":[2,110],"70":[2,110],"71":[2,110],"72":[2,110],"73":[2,110],"75":[2,110],"76":[2,110],"77":[2,110],"78":[2,110],"81":[2,110],"89":[2,110],"90":[2,110],"91":[2,110],"95":[2,110],"104":[2,110],"106":[2,110],"107":[2,110],"108":[2,110],"115":[2,110],"119":[2,110],"120":[2,110],"131":[2,110],"132":[2,110],"134":[2,110],"135":[2,110],"138":[2,110],"139":[2,110],"140":[2,110],"141":[2,110],"142":[2,110]},{"1":[2,80],"4":[2,80],"30":[2,80],"31":[2,80],"42":[2,80],"50":[2,80],"59":[2,80],"63":[2,80],"70":[2,80],"71":[2,80],"72":[2,80],"73":[2,80],"75":[2,80],"76":[2,80],"77":[2,80],"78":[2,80],"81":[2,80],"83":[2,80],"89":[2,80],"90":[2,80],"91":[2,80],"95":[2,80],"104":[2,80],"106":[2,80],"107":[2,80],"108":[2,80],"115":[2,80],"119":[2,80],"120":[2,80],"131":[2,80],"132":[2,80],"134":[2,80],"135":[2,80],"136":[2,80],"137":[2,80],"138":[2,80],"139":[2,80],"140":[2,80],"141":[2,80],"142":[2,80],"143":[2,80]},{"1":[2,81],"4":[2,81],"30":[2,81],"31":[2,81],"42":[2,81],"50":[2,81],"59":[2,81],"63":[2,81],"70":[2,81],"71":[2,81],"72":[2,81],"73":[2,81],"75":[2,81],"76":[2,81],"77":[2,81],"78":[2,81],"81":[2,81],"83":[2,81],"89":[2,81],"90":[2,81],"91":[2,81],"95":[2,81],"104":[2,81],"106":[2,81],"107":[2,81],"108":[2,81],"115":[2,81],"119":[2,81],"120":[2,81],"131":[2,81],"132":[2,81],"134":[2,81],"135":[2,81],"136":[2,81],"137":[2,81],"138":[2,81],"139":[2,81],"140":[2,81],"141":[2,81],"142":[2,81],"143":[2,81]},{"1":[2,83],"4":[2,83],"30":[2,83],"31":[2,83],"42":[2,83],"50":[2,83],"59":[2,83],"63":[2,83],"70":[2,83],"71":[2,83],"72":[2,83],"73":[2,83],"75":[2,83],"76":[2,83],"77":[2,83],"78":[2,83],"81":[2,83],"83":[2,83],"89":[2,83],"90":[2,83],"91":[2,83],"95":[2,83],"104":[2,83],"106":[2,83],"107":[2,83],"108":[2,83],"115":[2,83],"119":[2,83],"120":[2,83],"131":[2,83],"132":[2,83],"134":[2,83],"135":[2,83],"136":[2,83],"137":[2,83],"138":[2,83],"139":[2,83],"140":[2,83],"141":[2,83],"142":[2,83],"143":[2,83]},{"50":[1,93],"76":[1,242],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,86],"4":[2,86],"30":[2,86],"31":[2,86],"42":[2,86],"50":[2,86],"59":[2,86],"63":[2,86],"70":[2,86],"71":[2,86],"72":[2,86],"73":[2,86],"75":[2,86],"76":[2,86],"77":[2,86],"78":[2,86],"81":[2,86],"83":[2,86],"89":[2,86],"90":[2,86],"91":[2,86],"95":[2,86],"104":[2,86],"106":[2,86],"107":[2,86],"108":[2,86],"115":[2,86],"119":[2,86],"120":[2,86],"131":[2,86],"132":[2,86],"134":[2,86],"135":[2,86],"136":[2,86],"137":[2,86],"138":[2,86],"139":[2,86],"140":[2,86],"141":[2,86],"142":[2,86],"143":[2,86]},{"1":[2,87],"4":[2,87],"30":[2,87],"31":[2,87],"42":[2,87],"50":[2,87],"59":[2,87],"63":[2,87],"70":[2,87],"71":[2,87],"72":[2,87],"73":[2,87],"75":[2,87],"76":[2,87],"77":[2,87],"78":[2,87],"81":[2,87],"83":[2,87],"89":[2,87],"90":[2,87],"91":[2,87],"95":[2,87],"104":[2,87],"106":[2,87],"107":[2,87],"108":[2,87],"115":[2,87],"119":[2,87],"120":[2,87],"131":[2,87],"132":[2,87],"134":[2,87],"135":[2,87],"136":[2,87],"137":[2,87],"138":[2,87],"139":[2,87],"140":[2,87],"141":[2,87],"142":[2,87],"143":[2,87]},{"1":[2,111],"4":[2,111],"30":[2,111],"31":[2,111],"50":[2,111],"59":[2,111],"63":[2,111],"70":[2,111],"71":[2,111],"72":[2,111],"73":[2,111],"75":[2,111],"76":[2,111],"77":[2,111],"78":[2,111],"81":[2,111],"89":[2,111],"90":[2,111],"91":[2,111],"95":[2,111],"104":[2,111],"106":[2,111],"107":[2,111],"108":[2,111],"115":[2,111],"119":[2,111],"120":[2,111],"131":[2,111],"132":[2,111],"134":[2,111],"135":[2,111],"138":[2,111],"139":[2,111],"140":[2,111],"141":[2,111],"142":[2,111]},{"1":[2,40],"4":[2,40],"30":[2,40],"31":[2,40],"50":[1,93],"59":[2,40],"63":[2,40],"76":[2,40],"81":[2,40],"91":[2,40],"95":[2,40],"104":[2,40],"105":91,"106":[2,40],"107":[2,40],"108":[2,40],"111":92,"115":[2,40],"119":[2,40],"120":[2,40],"131":[2,40],"132":[2,40],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":243,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,116],"4":[2,116],"30":[2,116],"31":[2,116],"50":[2,116],"59":[2,116],"63":[2,116],"70":[2,116],"71":[2,116],"72":[2,116],"73":[2,116],"75":[2,116],"76":[2,116],"77":[2,116],"78":[2,116],"81":[2,116],"89":[2,116],"90":[2,116],"91":[2,116],"95":[2,116],"104":[2,116],"106":[2,116],"107":[2,116],"108":[2,116],"115":[2,116],"119":[2,116],"120":[2,116],"131":[2,116],"132":[2,116],"134":[2,116],"135":[2,116],"138":[2,116],"139":[2,116],"140":[2,116],"141":[2,116],"142":[2,116]},{"4":[2,59],"30":[2,59],"58":244,"59":[1,236],"91":[2,59]},{"55":245,"56":[1,62],"57":[1,63]},{"60":246,"61":[1,116],"62":[1,117]},{"54":[2,66],"59":[2,66]},{"54":[2,65],"59":[2,65],"63":[1,247]},{"1":[2,203],"4":[2,203],"30":[2,203],"31":[2,203],"50":[1,93],"59":[2,203],"63":[2,203],"76":[2,203],"81":[2,203],"91":[2,203],"95":[2,203],"104":[2,203],"105":91,"106":[2,203],"107":[2,203],"108":[2,203],"111":92,"115":[2,203],"119":[2,203],"120":[2,203],"131":[2,203],"132":[2,203],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":248,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,109],"4":[2,109],"30":[2,109],"31":[2,109],"50":[2,109],"59":[2,109],"63":[2,109],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,109],"77":[1,107],"78":[1,108],"81":[2,109],"86":98,"89":[1,100],"90":[2,114],"91":[2,109],"95":[2,109],"104":[2,109],"106":[2,109],"107":[2,109],"108":[2,109],"115":[2,109],"119":[2,109],"120":[2,109],"131":[2,109],"132":[2,109],"134":[2,109],"135":[2,109],"138":[2,109],"139":[2,109],"140":[2,109],"141":[2,109],"142":[2,109]},{"1":[2,73],"4":[2,73],"30":[2,73],"31":[2,73],"50":[2,73],"59":[2,73],"63":[2,73],"70":[2,73],"71":[2,73],"72":[2,73],"73":[2,73],"75":[2,73],"76":[2,73],"77":[2,73],"78":[2,73],"81":[2,73],"89":[2,73],"90":[2,73],"91":[2,73],"95":[2,73],"104":[2,73],"106":[2,73],"107":[2,73],"108":[2,73],"115":[2,73],"119":[2,73],"120":[2,73],"131":[2,73],"132":[2,73],"134":[2,73],"135":[2,73],"138":[2,73],"139":[2,73],"140":[2,73],"141":[2,73],"142":[2,73]},{"8":249,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,183],"4":[2,183],"30":[2,183],"31":[2,183],"50":[2,183],"59":[2,183],"63":[2,183],"76":[2,183],"81":[2,183],"91":[2,183],"95":[2,183],"104":[2,183],"106":[2,183],"107":[2,183],"108":[2,183],"115":[2,183],"119":[2,183],"120":[2,183],"125":[2,183],"131":[2,183],"132":[2,183],"134":[2,183],"135":[2,183],"138":[2,183],"139":[2,183],"140":[2,183],"141":[2,183],"142":[2,183]},{"1":[2,133],"4":[2,133],"30":[2,133],"31":[2,133],"50":[2,133],"59":[2,133],"63":[2,133],"76":[2,133],"81":[2,133],"91":[2,133],"95":[2,133],"100":[1,250],"104":[2,133],"106":[2,133],"107":[2,133],"108":[2,133],"115":[2,133],"119":[2,133],"120":[2,133],"131":[2,133],"132":[2,133],"134":[2,133],"135":[2,133],"138":[2,133],"139":[2,133],"140":[2,133],"141":[2,133],"142":[2,133]},{"4":[1,119],"6":251,"30":[1,6]},{"32":252,"33":[1,76]},{"124":253,"126":213,"127":[1,214]},{"31":[1,254],"125":[1,255],"126":256,"127":[1,214]},{"31":[2,176],"125":[2,176],"127":[2,176]},{"8":258,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"97":257,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"15":259,"16":126,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":127,"46":65,"47":31,"62":[1,61],"65":205,"67":53,"68":54,"69":32,"79":[1,73],"88":[1,33],"93":[1,60],"94":[1,72],"103":[1,59]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":260,"85":218,"103":[1,59]},{"4":[1,262],"31":[1,261]},{"4":[2,106],"31":[2,106],"81":[2,106]},{"4":[2,105],"28":168,"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"81":[2,105],"84":263,"85":218,"103":[1,59]},{"4":[2,102],"31":[2,102],"81":[2,102]},{"4":[2,45],"31":[2,45],"45":[1,264],"81":[2,45]},{"1":[2,100],"4":[2,100],"30":[1,265],"31":[2,100],"50":[2,100],"59":[2,100],"63":[2,100],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,100],"77":[1,107],"78":[1,108],"81":[2,100],"86":98,"89":[1,100],"90":[2,114],"91":[2,100],"95":[2,100],"104":[2,100],"106":[2,100],"107":[2,100],"108":[2,100],"115":[2,100],"119":[2,100],"120":[2,100],"131":[2,100],"132":[2,100],"134":[2,100],"135":[2,100],"138":[2,100],"139":[2,100],"140":[2,100],"141":[2,100],"142":[2,100]},{"1":[2,138],"4":[2,138],"30":[2,138],"31":[2,138],"45":[2,138],"50":[2,138],"59":[2,138],"63":[2,138],"70":[2,138],"71":[2,138],"72":[2,138],"73":[2,138],"75":[2,138],"76":[2,138],"77":[2,138],"78":[2,138],"81":[2,138],"89":[2,138],"90":[2,138],"91":[2,138],"95":[2,138],"104":[2,138],"106":[2,138],"107":[2,138],"108":[2,138],"115":[2,138],"119":[2,138],"120":[2,138],"131":[2,138],"132":[2,138],"134":[2,138],"135":[2,138],"138":[2,138],"139":[2,138],"140":[2,138],"141":[2,138],"142":[2,138]},{"1":[2,180],"4":[2,180],"30":[2,180],"31":[2,180],"50":[2,180],"59":[2,180],"63":[2,180],"76":[2,180],"81":[2,180],"91":[2,180],"95":[2,180],"104":[2,180],"106":[2,180],"107":[2,180],"108":[2,180],"115":[2,180],"119":[2,180],"120":[2,180],"125":[2,180],"131":[2,180],"132":[2,180],"134":[2,180],"135":[2,180],"138":[2,180],"139":[2,180],"140":[2,180],"141":[2,180],"142":[2,180]},{"1":[2,181],"4":[2,181],"30":[2,181],"31":[2,181],"50":[2,181],"59":[2,181],"63":[2,181],"76":[2,181],"81":[2,181],"91":[2,181],"95":[2,181],"104":[2,181],"106":[2,181],"107":[2,181],"108":[2,181],"115":[2,181],"119":[2,181],"120":[2,181],"125":[2,181],"131":[2,181],"132":[2,181],"134":[2,181],"135":[2,181],"138":[2,181],"139":[2,181],"140":[2,181],"141":[2,181],"142":[2,181]},{"8":266,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":267,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,165],"4":[2,165],"30":[2,165],"31":[2,165],"50":[2,165],"59":[2,165],"63":[2,165],"76":[2,165],"81":[2,165],"91":[2,165],"95":[2,165],"104":[2,165],"106":[2,165],"107":[2,165],"108":[2,165],"115":[2,165],"119":[2,165],"120":[2,165],"131":[2,165],"132":[2,165],"134":[2,165],"135":[2,165],"138":[2,165],"139":[2,165],"140":[2,165],"141":[2,165],"142":[2,165]},{"32":268,"33":[1,76],"67":156,"68":157,"79":[1,73],"94":[1,72],"112":269},{"8":270,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,167],"4":[2,167],"30":[2,167],"31":[2,167],"50":[2,167],"59":[2,167],"63":[2,167],"76":[2,167],"81":[2,167],"91":[2,167],"95":[2,167],"104":[2,167],"106":[2,167],"107":[2,167],"108":[2,167],"115":[2,167],"119":[2,167],"120":[2,167],"131":[2,167],"132":[2,167],"134":[2,167],"135":[2,167],"138":[2,167],"139":[2,167],"140":[2,167],"141":[2,167],"142":[2,167]},{"8":271,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":272,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"59":[1,274],"116":273,"117":[1,233]},{"4":[1,276],"30":[1,277],"95":[1,275]},{"4":[2,60],"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[2,60],"31":[2,60],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"91":[2,60],"93":[1,60],"94":[1,72],"95":[2,60],"96":278,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,59],"30":[2,59],"31":[2,59],"58":279,"59":[1,236]},{"4":[2,68],"30":[2,68],"31":[2,68],"59":[2,68],"91":[2,68],"95":[2,68]},{"4":[1,281],"30":[1,282],"81":[1,280]},{"4":[2,60],"28":168,"30":[2,60],"31":[2,60],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":283,"44":166,"46":167,"47":171,"49":[1,49],"62":[1,172],"81":[2,60],"103":[1,59]},{"8":284,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,285],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,85],"4":[2,85],"30":[2,85],"31":[2,85],"42":[2,85],"50":[2,85],"59":[2,85],"63":[2,85],"70":[2,85],"71":[2,85],"72":[2,85],"73":[2,85],"75":[2,85],"76":[2,85],"77":[2,85],"78":[2,85],"81":[2,85],"83":[2,85],"89":[2,85],"90":[2,85],"91":[2,85],"95":[2,85],"104":[2,85],"106":[2,85],"107":[2,85],"108":[2,85],"115":[2,85],"119":[2,85],"120":[2,85],"131":[2,85],"132":[2,85],"134":[2,85],"135":[2,85],"136":[2,85],"137":[2,85],"138":[2,85],"139":[2,85],"140":[2,85],"141":[2,85],"142":[2,85],"143":[2,85]},{"31":[1,286],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,276],"30":[1,277],"91":[1,287]},{"4":[1,119],"6":288,"30":[1,6]},{"54":[2,63],"59":[2,63]},{"54":[2,67],"59":[2,67]},{"31":[1,289],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,119],"6":290,"30":[1,6],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,119],"6":291,"30":[1,6]},{"1":[2,134],"4":[2,134],"30":[2,134],"31":[2,134],"50":[2,134],"59":[2,134],"63":[2,134],"76":[2,134],"81":[2,134],"91":[2,134],"95":[2,134],"104":[2,134],"106":[2,134],"107":[2,134],"108":[2,134],"115":[2,134],"119":[2,134],"120":[2,134],"131":[2,134],"132":[2,134],"134":[2,134],"135":[2,134],"138":[2,134],"139":[2,134],"140":[2,134],"141":[2,134],"142":[2,134]},{"4":[1,119],"6":292,"30":[1,6]},{"31":[1,293],"125":[1,294],"126":256,"127":[1,214]},{"1":[2,174],"4":[2,174],"30":[2,174],"31":[2,174],"50":[2,174],"59":[2,174],"63":[2,174],"76":[2,174],"81":[2,174],"91":[2,174],"95":[2,174],"104":[2,174],"106":[2,174],"107":[2,174],"108":[2,174],"115":[2,174],"119":[2,174],"120":[2,174],"131":[2,174],"132":[2,174],"134":[2,174],"135":[2,174],"138":[2,174],"139":[2,174],"140":[2,174],"141":[2,174],"142":[2,174]},{"4":[1,119],"6":295,"30":[1,6]},{"31":[2,177],"125":[2,177],"127":[2,177]},{"4":[1,119],"6":296,"30":[1,6],"59":[1,297]},{"4":[2,130],"30":[2,130],"50":[1,93],"59":[2,130],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,95],"4":[2,95],"30":[1,298],"31":[2,95],"50":[2,95],"59":[2,95],"63":[2,95],"66":99,"70":[1,101],"71":[1,102],"72":[1,103],"73":[1,104],"74":105,"75":[1,106],"76":[2,95],"77":[1,107],"78":[1,108],"81":[2,95],"86":98,"89":[1,100],"90":[2,114],"91":[2,95],"95":[2,95],"104":[2,95],"106":[2,95],"107":[2,95],"108":[2,95],"115":[2,95],"119":[2,95],"120":[2,95],"131":[2,95],"132":[2,95],"134":[2,95],"135":[2,95],"138":[2,95],"139":[2,95],"140":[2,95],"141":[2,95],"142":[2,95]},{"4":[1,262],"31":[1,299]},{"1":[2,98],"4":[2,98],"30":[2,98],"31":[2,98],"50":[2,98],"59":[2,98],"63":[2,98],"76":[2,98],"81":[2,98],"91":[2,98],"95":[2,98],"104":[2,98],"106":[2,98],"107":[2,98],"108":[2,98],"115":[2,98],"119":[2,98],"120":[2,98],"131":[2,98],"132":[2,98],"134":[2,98],"135":[2,98],"138":[2,98],"139":[2,98],"140":[2,98],"141":[2,98],"142":[2,98]},{"28":168,"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"85":300,"103":[1,59]},{"4":[1,262],"81":[1,301]},{"8":302,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,303],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":304,"85":218,"103":[1,59]},{"1":[2,140],"4":[2,140],"30":[2,140],"31":[2,140],"50":[1,93],"59":[2,140],"63":[2,140],"76":[2,140],"81":[2,140],"91":[2,140],"95":[2,140],"104":[2,140],"105":91,"106":[1,68],"107":[2,140],"108":[1,69],"111":92,"115":[2,140],"119":[2,140],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,142],"4":[2,142],"30":[2,142],"31":[2,142],"50":[1,93],"59":[2,142],"63":[2,142],"76":[2,142],"81":[2,142],"91":[2,142],"95":[2,142],"104":[2,142],"105":91,"106":[1,68],"107":[2,142],"108":[1,69],"111":92,"115":[2,142],"119":[2,142],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"113":305,"114":[1,230],"117":[2,152]},{"116":306,"117":[1,233]},{"1":[2,155],"4":[2,155],"30":[2,155],"31":[2,155],"50":[1,93],"59":[2,155],"63":[2,155],"76":[2,155],"81":[2,155],"91":[2,155],"95":[2,155],"104":[2,155],"105":91,"106":[2,155],"107":[1,307],"108":[2,155],"111":92,"115":[1,308],"119":[2,155],"120":[2,155],"131":[2,155],"132":[2,155],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"118":309,"119":[1,310],"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,159],"4":[2,159],"30":[2,159],"31":[2,159],"50":[1,93],"59":[2,159],"63":[2,159],"76":[2,159],"81":[2,159],"91":[2,159],"95":[2,159],"104":[2,159],"105":91,"106":[2,159],"107":[1,311],"108":[2,159],"111":92,"115":[2,159],"119":[2,159],"120":[2,159],"131":[2,159],"132":[2,159],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,169],"4":[2,169],"30":[2,169],"31":[2,169],"50":[2,169],"59":[2,169],"63":[2,169],"76":[2,169],"81":[2,169],"91":[2,169],"95":[2,169],"104":[2,169],"106":[2,169],"107":[2,169],"108":[2,169],"115":[2,169],"119":[2,169],"120":[2,169],"131":[2,169],"132":[2,169],"134":[2,169],"135":[2,169],"138":[2,169],"139":[2,169],"140":[2,169],"141":[2,169],"142":[2,169]},{"32":313,"33":[1,76],"67":156,"68":157,"79":[1,73],"94":[1,72],"112":312},{"1":[2,122],"4":[2,122],"30":[2,122],"31":[2,122],"42":[2,122],"50":[2,122],"59":[2,122],"63":[2,122],"70":[2,122],"71":[2,122],"72":[2,122],"73":[2,122],"75":[2,122],"76":[2,122],"77":[2,122],"78":[2,122],"81":[2,122],"89":[2,122],"90":[2,122],"91":[2,122],"95":[2,122],"104":[2,122],"106":[2,122],"107":[2,122],"108":[2,122],"114":[2,122],"115":[2,122],"117":[2,122],"119":[2,122],"120":[2,122],"131":[2,122],"132":[2,122],"134":[2,122],"135":[2,122],"138":[2,122],"139":[2,122],"140":[2,122],"141":[2,122],"142":[2,122]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"96":314,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":162,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"30":[1,161],"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"64":163,"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"92":315,"93":[1,60],"94":[1,72],"96":160,"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,124],"30":[2,124],"31":[2,124],"59":[2,124],"91":[2,124],"95":[2,124]},{"4":[1,276],"30":[1,277],"31":[1,316]},{"1":[2,88],"4":[2,88],"30":[2,88],"31":[2,88],"42":[2,88],"50":[2,88],"59":[2,88],"63":[2,88],"70":[2,88],"71":[2,88],"72":[2,88],"73":[2,88],"75":[2,88],"76":[2,88],"77":[2,88],"78":[2,88],"81":[2,88],"89":[2,88],"90":[2,88],"91":[2,88],"95":[2,88],"104":[2,88],"106":[2,88],"107":[2,88],"108":[2,88],"114":[2,88],"115":[2,88],"117":[2,88],"119":[2,88],"120":[2,88],"131":[2,88],"132":[2,88],"134":[2,88],"135":[2,88],"138":[2,88],"139":[2,88],"140":[2,88],"141":[2,88],"142":[2,88]},{"28":168,"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":317,"44":166,"46":167,"47":171,"49":[1,49],"62":[1,172],"103":[1,59]},{"4":[2,89],"28":168,"30":[2,89],"31":[2,89],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":165,"44":166,"46":167,"47":171,"49":[1,49],"59":[2,89],"62":[1,172],"80":318,"103":[1,59]},{"4":[2,91],"30":[2,91],"31":[2,91],"59":[2,91],"81":[2,91]},{"4":[2,43],"30":[2,43],"31":[2,43],"50":[1,93],"59":[2,43],"81":[2,43],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":319,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,41],"4":[2,41],"30":[2,41],"31":[2,41],"50":[2,41],"59":[2,41],"63":[2,41],"76":[2,41],"81":[2,41],"91":[2,41],"95":[2,41],"104":[2,41],"106":[2,41],"107":[2,41],"108":[2,41],"115":[2,41],"119":[2,41],"120":[2,41],"131":[2,41],"132":[2,41],"134":[2,41],"135":[2,41],"138":[2,41],"139":[2,41],"140":[2,41],"141":[2,41],"142":[2,41]},{"1":[2,117],"4":[2,117],"30":[2,117],"31":[2,117],"50":[2,117],"59":[2,117],"63":[2,117],"70":[2,117],"71":[2,117],"72":[2,117],"73":[2,117],"75":[2,117],"76":[2,117],"77":[2,117],"78":[2,117],"81":[2,117],"89":[2,117],"90":[2,117],"91":[2,117],"95":[2,117],"104":[2,117],"106":[2,117],"107":[2,117],"108":[2,117],"115":[2,117],"119":[2,117],"120":[2,117],"131":[2,117],"132":[2,117],"134":[2,117],"135":[2,117],"138":[2,117],"139":[2,117],"140":[2,117],"141":[2,117],"142":[2,117]},{"1":[2,55],"4":[2,55],"30":[2,55],"31":[2,55],"50":[2,55],"59":[2,55],"63":[2,55],"76":[2,55],"81":[2,55],"91":[2,55],"95":[2,55],"104":[2,55],"106":[2,55],"107":[2,55],"108":[2,55],"115":[2,55],"119":[2,55],"120":[2,55],"131":[2,55],"132":[2,55],"134":[2,55],"135":[2,55],"138":[2,55],"139":[2,55],"140":[2,55],"141":[2,55],"142":[2,55]},{"1":[2,204],"4":[2,204],"30":[2,204],"31":[2,204],"50":[2,204],"59":[2,204],"63":[2,204],"76":[2,204],"81":[2,204],"91":[2,204],"95":[2,204],"104":[2,204],"106":[2,204],"107":[2,204],"108":[2,204],"115":[2,204],"119":[2,204],"120":[2,204],"131":[2,204],"132":[2,204],"134":[2,204],"135":[2,204],"138":[2,204],"139":[2,204],"140":[2,204],"141":[2,204],"142":[2,204]},{"1":[2,182],"4":[2,182],"30":[2,182],"31":[2,182],"50":[2,182],"59":[2,182],"63":[2,182],"76":[2,182],"81":[2,182],"91":[2,182],"95":[2,182],"104":[2,182],"106":[2,182],"107":[2,182],"108":[2,182],"115":[2,182],"119":[2,182],"120":[2,182],"125":[2,182],"131":[2,182],"132":[2,182],"134":[2,182],"135":[2,182],"138":[2,182],"139":[2,182],"140":[2,182],"141":[2,182],"142":[2,182]},{"1":[2,135],"4":[2,135],"30":[2,135],"31":[2,135],"50":[2,135],"59":[2,135],"63":[2,135],"76":[2,135],"81":[2,135],"91":[2,135],"95":[2,135],"104":[2,135],"106":[2,135],"107":[2,135],"108":[2,135],"115":[2,135],"119":[2,135],"120":[2,135],"131":[2,135],"132":[2,135],"134":[2,135],"135":[2,135],"138":[2,135],"139":[2,135],"140":[2,135],"141":[2,135],"142":[2,135]},{"1":[2,136],"4":[2,136],"30":[2,136],"31":[2,136],"50":[2,136],"59":[2,136],"63":[2,136],"76":[2,136],"81":[2,136],"91":[2,136],"95":[2,136],"100":[2,136],"104":[2,136],"106":[2,136],"107":[2,136],"108":[2,136],"115":[2,136],"119":[2,136],"120":[2,136],"131":[2,136],"132":[2,136],"134":[2,136],"135":[2,136],"138":[2,136],"139":[2,136],"140":[2,136],"141":[2,136],"142":[2,136]},{"1":[2,172],"4":[2,172],"30":[2,172],"31":[2,172],"50":[2,172],"59":[2,172],"63":[2,172],"76":[2,172],"81":[2,172],"91":[2,172],"95":[2,172],"104":[2,172],"106":[2,172],"107":[2,172],"108":[2,172],"115":[2,172],"119":[2,172],"120":[2,172],"131":[2,172],"132":[2,172],"134":[2,172],"135":[2,172],"138":[2,172],"139":[2,172],"140":[2,172],"141":[2,172],"142":[2,172]},{"4":[1,119],"6":320,"30":[1,6]},{"31":[1,321]},{"4":[1,322],"31":[2,178],"125":[2,178],"127":[2,178]},{"8":323,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,105],"28":168,"31":[2,105],"32":169,"33":[1,76],"34":170,"35":[1,74],"36":[1,75],"43":220,"44":166,"46":221,"47":171,"49":[1,49],"62":[1,172],"79":[1,219],"84":324,"85":218,"103":[1,59]},{"1":[2,96],"4":[2,96],"30":[2,96],"31":[2,96],"50":[2,96],"59":[2,96],"63":[2,96],"76":[2,96],"81":[2,96],"91":[2,96],"95":[2,96],"104":[2,96],"106":[2,96],"107":[2,96],"108":[2,96],"115":[2,96],"119":[2,96],"120":[2,96],"131":[2,96],"132":[2,96],"134":[2,96],"135":[2,96],"138":[2,96],"139":[2,96],"140":[2,96],"141":[2,96],"142":[2,96]},{"4":[2,107],"31":[2,107],"81":[2,107]},{"4":[2,108],"31":[2,108],"81":[2,108]},{"4":[2,103],"31":[2,103],"50":[1,93],"81":[2,103],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":325,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[1,262],"31":[1,326]},{"1":[2,166],"4":[2,166],"30":[2,166],"31":[2,166],"50":[2,166],"59":[2,166],"63":[2,166],"76":[2,166],"81":[2,166],"91":[2,166],"95":[2,166],"104":[2,166],"106":[2,166],"107":[2,166],"108":[2,166],"115":[2,166],"119":[2,166],"120":[2,166],"131":[2,166],"132":[2,166],"134":[2,166],"135":[2,166],"138":[2,166],"139":[2,166],"140":[2,166],"141":[2,166],"142":[2,166]},{"1":[2,168],"4":[2,168],"30":[2,168],"31":[2,168],"50":[2,168],"59":[2,168],"63":[2,168],"76":[2,168],"81":[2,168],"91":[2,168],"95":[2,168],"104":[2,168],"106":[2,168],"107":[2,168],"108":[2,168],"115":[2,168],"119":[2,168],"120":[2,168],"131":[2,168],"132":[2,168],"134":[2,168],"135":[2,168],"138":[2,168],"139":[2,168],"140":[2,168],"141":[2,168],"142":[2,168]},{"8":327,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":328,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,171],"4":[2,171],"30":[2,171],"31":[2,171],"50":[2,171],"59":[2,171],"63":[2,171],"76":[2,171],"81":[2,171],"91":[2,171],"95":[2,171],"104":[2,171],"106":[2,171],"107":[2,171],"108":[2,171],"115":[2,171],"119":[2,171],"120":[2,171],"131":[2,171],"132":[2,171],"134":[2,171],"135":[2,171],"138":[2,171],"139":[2,171],"140":[2,171],"141":[2,171],"142":[2,171]},{"8":329,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":330,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"116":331,"117":[1,233]},{"117":[2,152]},{"4":[2,125],"30":[2,125],"31":[2,125],"59":[2,125],"91":[2,125],"95":[2,125]},{"4":[2,59],"30":[2,59],"31":[2,59],"58":332,"59":[1,236]},{"4":[2,126],"30":[2,126],"31":[2,126],"59":[2,126],"91":[2,126],"95":[2,126]},{"4":[2,92],"30":[2,92],"31":[2,92],"59":[2,92],"81":[2,92]},{"4":[2,59],"30":[2,59],"31":[2,59],"58":333,"59":[1,240]},{"31":[1,334],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"31":[1,335]},{"1":[2,175],"4":[2,175],"30":[2,175],"31":[2,175],"50":[2,175],"59":[2,175],"63":[2,175],"76":[2,175],"81":[2,175],"91":[2,175],"95":[2,175],"104":[2,175],"106":[2,175],"107":[2,175],"108":[2,175],"115":[2,175],"119":[2,175],"120":[2,175],"131":[2,175],"132":[2,175],"134":[2,175],"135":[2,175],"138":[2,175],"139":[2,175],"140":[2,175],"141":[2,175],"142":[2,175]},{"31":[2,179],"125":[2,179],"127":[2,179]},{"4":[2,131],"30":[2,131],"50":[1,93],"59":[2,131],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"4":[1,262],"31":[1,336]},{"31":[1,337],"50":[1,93],"105":91,"106":[1,68],"108":[1,69],"111":92,"120":[1,71],"131":[1,89],"132":[1,90],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,101],"4":[2,101],"30":[2,101],"31":[2,101],"50":[2,101],"59":[2,101],"63":[2,101],"76":[2,101],"81":[2,101],"91":[2,101],"95":[2,101],"104":[2,101],"106":[2,101],"107":[2,101],"108":[2,101],"115":[2,101],"119":[2,101],"120":[2,101],"131":[2,101],"132":[2,101],"134":[2,101],"135":[2,101],"138":[2,101],"139":[2,101],"140":[2,101],"141":[2,101],"142":[2,101]},{"1":[2,156],"4":[2,156],"30":[2,156],"31":[2,156],"50":[1,93],"59":[2,156],"63":[2,156],"76":[2,156],"81":[2,156],"91":[2,156],"95":[2,156],"104":[2,156],"105":91,"106":[2,156],"107":[2,156],"108":[2,156],"111":92,"115":[2,156],"119":[2,156],"120":[2,156],"131":[2,156],"132":[2,156],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,157],"4":[2,157],"30":[2,157],"31":[2,157],"50":[1,93],"59":[2,157],"63":[2,157],"76":[2,157],"81":[2,157],"91":[2,157],"95":[2,157],"104":[2,157],"105":91,"106":[2,157],"107":[1,338],"108":[2,157],"111":92,"115":[2,157],"119":[2,157],"120":[2,157],"131":[2,157],"132":[2,157],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,161],"4":[2,161],"30":[2,161],"31":[2,161],"50":[1,93],"59":[2,161],"63":[2,161],"76":[2,161],"81":[2,161],"91":[2,161],"95":[2,161],"104":[2,161],"105":91,"106":[2,161],"107":[1,339],"108":[2,161],"111":92,"115":[1,340],"119":[2,161],"120":[2,161],"131":[2,161],"132":[2,161],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,160],"4":[2,160],"30":[2,160],"31":[2,160],"50":[1,93],"59":[2,160],"63":[2,160],"76":[2,160],"81":[2,160],"91":[2,160],"95":[2,160],"104":[2,160],"105":91,"106":[2,160],"107":[2,160],"108":[2,160],"111":92,"115":[2,160],"119":[2,160],"120":[2,160],"131":[2,160],"132":[2,160],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,170],"4":[2,170],"30":[2,170],"31":[2,170],"50":[2,170],"59":[2,170],"63":[2,170],"76":[2,170],"81":[2,170],"91":[2,170],"95":[2,170],"104":[2,170],"106":[2,170],"107":[2,170],"108":[2,170],"115":[2,170],"119":[2,170],"120":[2,170],"131":[2,170],"132":[2,170],"134":[2,170],"135":[2,170],"138":[2,170],"139":[2,170],"140":[2,170],"141":[2,170],"142":[2,170]},{"4":[1,276],"30":[1,277],"31":[1,341]},{"4":[1,281],"30":[1,282],"31":[1,342]},{"4":[2,44],"30":[2,44],"31":[2,44],"59":[2,44],"81":[2,44]},{"1":[2,173],"4":[2,173],"30":[2,173],"31":[2,173],"50":[2,173],"59":[2,173],"63":[2,173],"76":[2,173],"81":[2,173],"91":[2,173],"95":[2,173],"104":[2,173],"106":[2,173],"107":[2,173],"108":[2,173],"115":[2,173],"119":[2,173],"120":[2,173],"131":[2,173],"132":[2,173],"134":[2,173],"135":[2,173],"138":[2,173],"139":[2,173],"140":[2,173],"141":[2,173],"142":[2,173]},{"1":[2,97],"4":[2,97],"30":[2,97],"31":[2,97],"50":[2,97],"59":[2,97],"63":[2,97],"76":[2,97],"81":[2,97],"91":[2,97],"95":[2,97],"104":[2,97],"106":[2,97],"107":[2,97],"108":[2,97],"115":[2,97],"119":[2,97],"120":[2,97],"131":[2,97],"132":[2,97],"134":[2,97],"135":[2,97],"138":[2,97],"139":[2,97],"140":[2,97],"141":[2,97],"142":[2,97]},{"4":[2,104],"31":[2,104],"81":[2,104]},{"8":343,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":344,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"8":345,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"4":[2,127],"30":[2,127],"31":[2,127],"59":[2,127],"91":[2,127],"95":[2,127]},{"4":[2,93],"30":[2,93],"31":[2,93],"59":[2,93],"81":[2,93]},{"1":[2,158],"4":[2,158],"30":[2,158],"31":[2,158],"50":[1,93],"59":[2,158],"63":[2,158],"76":[2,158],"81":[2,158],"91":[2,158],"95":[2,158],"104":[2,158],"105":91,"106":[2,158],"107":[2,158],"108":[2,158],"111":92,"115":[2,158],"119":[2,158],"120":[2,158],"131":[2,158],"132":[2,158],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,162],"4":[2,162],"30":[2,162],"31":[2,162],"50":[1,93],"59":[2,162],"63":[2,162],"76":[2,162],"81":[2,162],"91":[2,162],"95":[2,162],"104":[2,162],"105":91,"106":[2,162],"107":[2,162],"108":[2,162],"111":92,"115":[2,162],"119":[2,162],"120":[2,162],"131":[2,162],"132":[2,162],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"1":[2,163],"4":[2,163],"30":[2,163],"31":[2,163],"50":[1,93],"59":[2,163],"63":[2,163],"76":[2,163],"81":[2,163],"91":[2,163],"95":[2,163],"104":[2,163],"105":91,"106":[2,163],"107":[1,346],"108":[2,163],"111":92,"115":[2,163],"119":[2,163],"120":[2,163],"131":[2,163],"132":[2,163],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]},{"8":347,"9":121,"10":24,"11":25,"12":[1,26],"13":[1,27],"14":[1,28],"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":19,"26":20,"27":21,"28":22,"29":23,"32":64,"33":[1,76],"34":55,"35":[1,74],"36":[1,75],"37":30,"38":[1,56],"39":[1,57],"40":[1,58],"41":29,"46":65,"47":31,"48":[1,51],"49":[1,49],"51":[1,50],"52":[1,34],"55":35,"56":[1,62],"57":[1,63],"62":[1,61],"65":41,"67":53,"68":54,"69":32,"79":[1,73],"82":[1,48],"88":[1,33],"93":[1,60],"94":[1,72],"98":[1,43],"102":[1,52],"103":[1,59],"105":44,"106":[1,68],"108":[1,69],"109":45,"110":[1,70],"111":46,"120":[1,71],"123":[1,47],"128":42,"129":[1,66],"130":[1,67],"133":[1,36],"134":[1,37],"135":[1,38],"136":[1,39],"137":[1,40]},{"1":[2,164],"4":[2,164],"30":[2,164],"31":[2,164],"50":[1,93],"59":[2,164],"63":[2,164],"76":[2,164],"81":[2,164],"91":[2,164],"95":[2,164],"104":[2,164],"105":91,"106":[2,164],"107":[2,164],"108":[2,164],"111":92,"115":[2,164],"119":[2,164],"120":[2,164],"131":[2,164],"132":[2,164],"134":[1,83],"135":[1,82],"138":[1,84],"139":[1,85],"140":[1,86],"141":[1,87],"142":[1,88]}], defaultActions: {"79":[2,4],"100":[2,115],"313":[2,152]}, parseError: function parseError(str, hash) { throw new Error(str); diff --git a/src/grammar.coffee b/src/grammar.coffee index 09d9d44c..32036484 100644 --- a/src/grammar.coffee +++ b/src/grammar.coffee @@ -569,10 +569,10 @@ operators = [ ["left", 'LOGIC'] ["left", '.'] ["nonassoc", 'INDENT', 'OUTDENT'] - ["right", 'WHEN', 'LEADING_WHEN', 'FORIN', 'FOROF', 'FROM', 'TO', 'BY', 'THROW'] - ["right", 'IF', 'UNLESS', 'ELSE', 'FOR', 'WHILE', 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS'] ["right", '=', ':', 'COMPOUND_ASSIGN', 'RETURN'] - ["right", 'POST_IF', 'POST_UNLESS'] + ["right", 'WHEN', 'LEADING_WHEN', 'FORIN', 'FOROF', 'FROM', 'TO', 'BY', 'THROW'] + ["right", 'IF', 'UNLESS', 'POST_IF', 'POST_UNLESS', 'ELSE', 'FOR', 'WHILE', + 'UNTIL', 'LOOP', 'SUPER', 'CLASS', 'EXTENDS'] ] # Wrapping Up diff --git a/test/test_comprehensions.coffee b/test/test_comprehensions.coffee index 4a2cf1b7..d7fc9315 100644 --- a/test/test_comprehensions.coffee +++ b/test/test_comprehensions.coffee @@ -1,22 +1,22 @@ # Basic array comprehensions. -nums = n * n for n in [1, 2, 3] when n % 2 isnt 0 -results = n * 2 for n in nums +nums = (n * n for n in [1, 2, 3] when n % 2 isnt 0) +results = (n * 2 for n in nums) ok results.join(',') is '2,18' # Basic object comprehensions. obj = {one: 1, two: 2, three: 3} -names = prop + '!' for prop of obj -odds = prop + '!' for prop, value of obj when value % 2 isnt 0 +names = (prop + '!' for prop of obj) +odds = (prop + '!' for prop, value of obj when value % 2 isnt 0) ok names.join(' ') is "one! two! three!" ok odds.join(' ') is "one! three!" # Basic range comprehensions. -nums = i * 3 for i from 1 to 3 -negs = x for x from -20 to -5*2 +nums = (i * 3 for i from 1 to 3) +negs = (x for x from -20 to -5*2) eq nums.concat(negs.slice 0, 3).join(' '), '3 6 9 -20 -19 -18' @@ -35,7 +35,7 @@ eq evens + '', '4,6,8' # Backward traversing. -odds = num for num in [0, 1, 2, 3, 4, 5] by -2 +odds = (num for num in [0, 1, 2, 3, 4, 5] by -2) eq odds + '', '5,3,1' @@ -53,7 +53,7 @@ multiLiner = [x, y] singleLiner = - [x, y] for y from 3 to 5 for x from 3 to 5 + (([x, y] for y from 3 to 5) for x from 3 to 5) ok multiLiner.length is singleLiner.length ok 5 is multiLiner[2][2][1] @@ -70,7 +70,7 @@ ok result.join(' ') is '6 4 2' # Closure-wrapped comprehensions that refer to the "arguments" object. expr = -> - result = item * item for item in arguments + result = (item * item for item in arguments) ok expr(2, 4, 8).join(' ') is '4 16 64' @@ -82,8 +82,8 @@ class Cat hair: 'cream' whiskers = new Cat -own = value for key, value of whiskers -all = value for all key, value of whiskers +own = (value for key, value of whiskers) +all = (value for all key, value of whiskers) ok own.join(' ') is 'Whiskers' ok all.sort().join(' ') is 'Whiskers cream tabby' diff --git a/test/test_pattern_matching.coffee b/test/test_pattern_matching.coffee index 16e3d843..54a044c1 100644 --- a/test/test_pattern_matching.coffee +++ b/test/test_pattern_matching.coffee @@ -111,7 +111,7 @@ persons = { Christopher: { name: "Stan" } } -join1 = "#{key}: #{name}" for key, { name } of persons +join1 = ("#{key}: #{name}" for key, { name } of persons) eq join1.join(' / '), "George: Bob / Bob: Alice / Christopher: Stan" @@ -121,12 +121,12 @@ persons = [ { name: "Stan", parent: { name: "Christopher" } } ] -join2 = "#{parent}: #{name}" for { name, parent: { name: parent } } in persons +join2 = ("#{parent}: #{name}" for { name, parent: { name: parent } } in persons) eq join1.join(' '), join2.join(' ') persons = [['Bob', ['George']], ['Alice', ['Bob']], ['Stan', ['Christopher']]] -join3 = "#{parent}: #{name}" for [name, [parent]] in persons +join3 = ("#{parent}: #{name}" for [name, [parent]] in persons) eq join2.join(' '), join3.join(' ') diff --git a/test/test_returns.coffee b/test/test_returns.coffee index 92f5ab0d..343669f5 100644 --- a/test/test_returns.coffee +++ b/test/test_returns.coffee @@ -1,6 +1,6 @@ # Expression conversion under explicit returns. first = -> - return 'do' for x in [1,2,3] + return ('do' for x in [1,2,3]) second = -> return ['re' for x in [1,2,3]]