From eb959b3879e810584f990d8ec2929535637a0d83 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Sun, 14 Nov 2010 15:15:13 -0500 Subject: [PATCH] coco: cc71308 (partial) break continue debugger -> STATEMENT --- lib/grammar.js | 8 +- lib/lexer.js | 4 + lib/parser.js | 352 ++++++++++++++++++++++----------------------- src/grammar.coffee | 4 +- src/lexer.coffee | 1 + 5 files changed, 182 insertions(+), 187 deletions(-) diff --git a/lib/grammar.js b/lib/grammar.js index 6dd358b1..7a0f006c 100644 --- a/lib/grammar.js +++ b/lib/grammar.js @@ -28,13 +28,9 @@ ], Line: [o('Expression'), o('Statement')], Statement: [ - o('Return'), o('Throw'), o('BREAK', function() { + o('Return'), o('Throw'), o('Comment'), o('STATEMENT', function() { return new Literal($1); - }), o('CONTINUE', function() { - return new Literal($1); - }), o('DEBUGGER', function() { - return new Literal($1); - }), o('Comment') + }) ], Expression: [o('Value'), o('Invocation'), o('Code'), o('Operation'), o('Assign'), o('If'), o('Try'), o('While'), o('For'), o('Switch'), o('Class')], Block: [ diff --git a/lib/lexer.js b/lib/lexer.js index 5f968428..13c33e37 100644 --- a/lib/lexer.js +++ b/lib/lexer.js @@ -104,6 +104,10 @@ case 'null': case 'undefined': return 'BOOL'; + case 'break': + case 'continue': + case 'debugger': + return 'STATEMENT'; default: return tag; } diff --git a/lib/parser.js b/lib/parser.js index 74281288..bc86674c 100755 --- a/lib/parser.js +++ b/lib/parser.js @@ -2,9 +2,9 @@ var parser = (function(){ var parser = {trace: function trace() { }, yy: {}, -symbols_: {"error":2,"Root":3,"Body":4,"Block":5,"TERMINATOR":6,"Line":7,"Expression":8,"Statement":9,"Return":10,"Throw":11,"BREAK":12,"CONTINUE":13,"DEBUGGER":14,"Comment":15,"Value":16,"Invocation":17,"Code":18,"Operation":19,"Assign":20,"If":21,"Try":22,"While":23,"For":24,"Switch":25,"Class":26,"INDENT":27,"OUTDENT":28,"Identifier":29,"IDENTIFIER":30,"AlphaNumeric":31,"NUMBER":32,"STRING":33,"Literal":34,"JS":35,"REGEX":36,"BOOL":37,"Assignable":38,"=":39,"AssignObj":40,"ObjAssignable":41,":":42,"Parenthetical":43,"ThisProperty":44,"RETURN":45,"HERECOMMENT":46,"PARAM_START":47,"ParamList":48,"PARAM_END":49,"FuncGlyph":50,"->":51,"=>":52,"OptComma":53,",":54,"Param":55,"ParamVar":56,"...":57,"Array":58,"Object":59,"Splat":60,"SimpleAssignable":61,"Accessor":62,"This":63,".":64,"?.":65,"::":66,"Index":67,"INDEX_START":68,"INDEX_END":69,"INDEX_SOAK":70,"INDEX_PROTO":71,"{":72,"AssignList":73,"}":74,"CLASS":75,"EXTENDS":76,"OptFuncExist":77,"Arguments":78,"SUPER":79,"FUNC_EXIST":80,"CALL_START":81,"CALL_END":82,"ArgList":83,"THIS":84,"@":85,"[":86,"]":87,"Arg":88,"SimpleArgs":89,"TRY":90,"Catch":91,"FINALLY":92,"CATCH":93,"THROW":94,"(":95,")":96,"WhileSource":97,"WHILE":98,"WHEN":99,"UNTIL":100,"Loop":101,"LOOP":102,"ForBody":103,"ForValue":104,"ForIn":105,"FORIN":106,"BY":107,"ForOf":108,"FOROF":109,"ForTo":110,"TO":111,"FOR":112,"ALL":113,"FROM":114,"SWITCH":115,"Whens":116,"ELSE":117,"When":118,"LEADING_WHEN":119,"IfBlock":120,"IF":121,"UNLESS":122,"POST_IF":123,"POST_UNLESS":124,"UNARY":125,"-":126,"+":127,"--":128,"++":129,"?":130,"MATH":131,"SHIFT":132,"COMPARE":133,"LOGIC":134,"RELATION":135,"COMPOUND_ASSIGN":136,"$accept":0,"$end":1}, -terminals_: {"2":"error","6":"TERMINATOR","12":"BREAK","13":"CONTINUE","14":"DEBUGGER","27":"INDENT","28":"OUTDENT","30":"IDENTIFIER","32":"NUMBER","33":"STRING","35":"JS","36":"REGEX","37":"BOOL","39":"=","42":":","45":"RETURN","46":"HERECOMMENT","47":"PARAM_START","49":"PARAM_END","51":"->","52":"=>","54":",","57":"...","64":".","65":"?.","66":"::","68":"INDEX_START","69":"INDEX_END","70":"INDEX_SOAK","71":"INDEX_PROTO","72":"{","74":"}","75":"CLASS","76":"EXTENDS","79":"SUPER","80":"FUNC_EXIST","81":"CALL_START","82":"CALL_END","84":"THIS","85":"@","86":"[","87":"]","90":"TRY","92":"FINALLY","93":"CATCH","94":"THROW","95":"(","96":")","98":"WHILE","99":"WHEN","100":"UNTIL","102":"LOOP","106":"FORIN","107":"BY","109":"FOROF","111":"TO","112":"FOR","113":"ALL","114":"FROM","115":"SWITCH","117":"ELSE","119":"LEADING_WHEN","121":"IF","122":"UNLESS","123":"POST_IF","124":"POST_UNLESS","125":"UNARY","126":"-","127":"+","128":"--","129":"++","130":"?","131":"MATH","132":"SHIFT","133":"COMPARE","134":"LOGIC","135":"RELATION","136":"COMPOUND_ASSIGN"}, -productions_: [0,[3,0],[3,1],[3,2],[4,1],[4,3],[4,2],[7,1],[7,1],[9,1],[9,1],[9,1],[9,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[5,3],[5,2],[29,1],[31,1],[31,1],[34,1],[34,1],[34,1],[34,1],[20,3],[20,5],[40,1],[40,3],[40,5],[40,1],[41,1],[41,1],[41,1],[41,1],[10,2],[10,1],[15,1],[18,5],[18,2],[50,1],[50,1],[53,0],[53,1],[48,0],[48,1],[48,3],[55,1],[55,2],[55,3],[56,1],[56,1],[56,1],[56,1],[60,2],[61,1],[61,2],[61,2],[61,1],[38,1],[38,1],[38,1],[16,1],[16,1],[16,1],[16,1],[62,2],[62,2],[62,2],[62,1],[62,1],[67,3],[67,2],[67,2],[59,4],[73,0],[73,1],[73,3],[73,4],[73,6],[26,1],[26,2],[26,3],[26,4],[26,2],[26,3],[26,4],[26,5],[17,3],[17,3],[17,1],[17,2],[77,0],[77,1],[78,2],[78,4],[63,1],[63,1],[44,2],[58,2],[58,4],[83,1],[83,3],[83,4],[83,4],[83,6],[88,1],[88,1],[89,1],[89,3],[22,2],[22,3],[22,4],[22,5],[91,3],[11,2],[43,3],[97,2],[97,4],[97,2],[97,4],[23,2],[23,2],[23,2],[23,1],[101,2],[101,2],[24,2],[24,2],[24,2],[104,1],[104,1],[104,1],[105,2],[105,4],[105,4],[105,6],[108,2],[108,4],[110,2],[110,4],[110,4],[110,6],[103,3],[103,5],[103,3],[103,5],[103,4],[103,6],[103,5],[25,5],[25,7],[25,4],[25,6],[116,1],[116,2],[118,3],[118,4],[120,3],[120,3],[120,5],[120,3],[21,1],[21,3],[21,3],[21,3],[21,3],[19,2],[19,2],[19,2],[19,2],[19,2],[19,2],[19,2],[19,2],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,3],[19,5],[19,3]], +symbols_: {"error":2,"Root":3,"Body":4,"Block":5,"TERMINATOR":6,"Line":7,"Expression":8,"Statement":9,"Return":10,"Throw":11,"Comment":12,"STATEMENT":13,"Value":14,"Invocation":15,"Code":16,"Operation":17,"Assign":18,"If":19,"Try":20,"While":21,"For":22,"Switch":23,"Class":24,"INDENT":25,"OUTDENT":26,"Identifier":27,"IDENTIFIER":28,"AlphaNumeric":29,"NUMBER":30,"STRING":31,"Literal":32,"JS":33,"REGEX":34,"BOOL":35,"Assignable":36,"=":37,"AssignObj":38,"ObjAssignable":39,":":40,"Parenthetical":41,"ThisProperty":42,"RETURN":43,"HERECOMMENT":44,"PARAM_START":45,"ParamList":46,"PARAM_END":47,"FuncGlyph":48,"->":49,"=>":50,"OptComma":51,",":52,"Param":53,"ParamVar":54,"...":55,"Array":56,"Object":57,"Splat":58,"SimpleAssignable":59,"Accessor":60,"This":61,".":62,"?.":63,"::":64,"Index":65,"INDEX_START":66,"INDEX_END":67,"INDEX_SOAK":68,"INDEX_PROTO":69,"{":70,"AssignList":71,"}":72,"CLASS":73,"EXTENDS":74,"OptFuncExist":75,"Arguments":76,"SUPER":77,"FUNC_EXIST":78,"CALL_START":79,"CALL_END":80,"ArgList":81,"THIS":82,"@":83,"[":84,"]":85,"Arg":86,"SimpleArgs":87,"TRY":88,"Catch":89,"FINALLY":90,"CATCH":91,"THROW":92,"(":93,")":94,"WhileSource":95,"WHILE":96,"WHEN":97,"UNTIL":98,"Loop":99,"LOOP":100,"ForBody":101,"ForValue":102,"ForIn":103,"FORIN":104,"BY":105,"ForOf":106,"FOROF":107,"ForTo":108,"TO":109,"FOR":110,"ALL":111,"FROM":112,"SWITCH":113,"Whens":114,"ELSE":115,"When":116,"LEADING_WHEN":117,"IfBlock":118,"IF":119,"UNLESS":120,"POST_IF":121,"POST_UNLESS":122,"UNARY":123,"-":124,"+":125,"--":126,"++":127,"?":128,"MATH":129,"SHIFT":130,"COMPARE":131,"LOGIC":132,"RELATION":133,"COMPOUND_ASSIGN":134,"$accept":0,"$end":1}, +terminals_: {"2":"error","6":"TERMINATOR","13":"STATEMENT","25":"INDENT","26":"OUTDENT","28":"IDENTIFIER","30":"NUMBER","31":"STRING","33":"JS","34":"REGEX","35":"BOOL","37":"=","40":":","43":"RETURN","44":"HERECOMMENT","45":"PARAM_START","47":"PARAM_END","49":"->","50":"=>","52":",","55":"...","62":".","63":"?.","64":"::","66":"INDEX_START","67":"INDEX_END","68":"INDEX_SOAK","69":"INDEX_PROTO","70":"{","72":"}","73":"CLASS","74":"EXTENDS","77":"SUPER","78":"FUNC_EXIST","79":"CALL_START","80":"CALL_END","82":"THIS","83":"@","84":"[","85":"]","88":"TRY","90":"FINALLY","91":"CATCH","92":"THROW","93":"(","94":")","96":"WHILE","97":"WHEN","98":"UNTIL","100":"LOOP","104":"FORIN","105":"BY","107":"FOROF","109":"TO","110":"FOR","111":"ALL","112":"FROM","113":"SWITCH","115":"ELSE","117":"LEADING_WHEN","119":"IF","120":"UNLESS","121":"POST_IF","122":"POST_UNLESS","123":"UNARY","124":"-","125":"+","126":"--","127":"++","128":"?","129":"MATH","130":"SHIFT","131":"COMPARE","132":"LOGIC","133":"RELATION","134":"COMPOUND_ASSIGN"}, +productions_: [0,[3,0],[3,1],[3,2],[4,1],[4,3],[4,2],[7,1],[7,1],[9,1],[9,1],[9,1],[9,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[8,1],[5,3],[5,2],[27,1],[29,1],[29,1],[32,1],[32,1],[32,1],[32,1],[18,3],[18,5],[38,1],[38,3],[38,5],[38,1],[39,1],[39,1],[39,1],[39,1],[10,2],[10,1],[12,1],[16,5],[16,2],[48,1],[48,1],[51,0],[51,1],[46,0],[46,1],[46,3],[53,1],[53,2],[53,3],[54,1],[54,1],[54,1],[54,1],[58,2],[59,1],[59,2],[59,2],[59,1],[36,1],[36,1],[36,1],[14,1],[14,1],[14,1],[14,1],[60,2],[60,2],[60,2],[60,1],[60,1],[65,3],[65,2],[65,2],[57,4],[71,0],[71,1],[71,3],[71,4],[71,6],[24,1],[24,2],[24,3],[24,4],[24,2],[24,3],[24,4],[24,5],[15,3],[15,3],[15,1],[15,2],[75,0],[75,1],[76,2],[76,4],[61,1],[61,1],[42,2],[56,2],[56,4],[81,1],[81,3],[81,4],[81,4],[81,6],[86,1],[86,1],[87,1],[87,3],[20,2],[20,3],[20,4],[20,5],[89,3],[11,2],[41,3],[95,2],[95,4],[95,2],[95,4],[21,2],[21,2],[21,2],[21,1],[99,2],[99,2],[22,2],[22,2],[22,2],[102,1],[102,1],[102,1],[103,2],[103,4],[103,4],[103,6],[106,2],[106,4],[108,2],[108,4],[108,4],[108,6],[101,3],[101,5],[101,3],[101,5],[101,4],[101,6],[101,5],[23,5],[23,7],[23,4],[23,6],[114,1],[114,2],[116,3],[116,4],[118,3],[118,3],[118,5],[118,3],[19,1],[19,3],[19,3],[19,3],[19,3],[17,2],[17,2],[17,2],[17,2],[17,2],[17,2],[17,2],[17,2],[17,3],[17,3],[17,3],[17,3],[17,3],[17,3],[17,3],[17,3],[17,5],[17,3]], performAction: function anonymous(yytext,yyleng,yylineno,yy) { var $$ = arguments[5],$0=arguments[5].length; @@ -29,11 +29,11 @@ case 9:this.$ = $$[$0-1+1-1]; break; case 10:this.$ = $$[$0-1+1-1]; break; -case 11:this.$ = new yy.Literal($$[$0-1+1-1]); +case 11:this.$ = $$[$0-1+1-1]; break; case 12:this.$ = new yy.Literal($$[$0-1+1-1]); break; -case 13:this.$ = new yy.Literal($$[$0-1+1-1]); +case 13:this.$ = $$[$0-1+1-1]; break; case 14:this.$ = $$[$0-1+1-1]; break; @@ -55,37 +55,37 @@ case 22:this.$ = $$[$0-1+1-1]; break; case 23:this.$ = $$[$0-1+1-1]; break; -case 24:this.$ = $$[$0-1+1-1]; +case 24:this.$ = $$[$0-3+2-1]; break; -case 25:this.$ = $$[$0-1+1-1]; +case 25:this.$ = new yy.Expressions; break; -case 26:this.$ = $$[$0-3+2-1]; +case 26:this.$ = new yy.Literal($$[$0-1+1-1]); break; -case 27:this.$ = new yy.Expressions; +case 27:this.$ = new yy.Literal($$[$0-1+1-1]); break; case 28:this.$ = new yy.Literal($$[$0-1+1-1]); break; -case 29:this.$ = new yy.Literal($$[$0-1+1-1]); +case 29:this.$ = $$[$0-1+1-1]; break; case 30:this.$ = new yy.Literal($$[$0-1+1-1]); break; -case 31:this.$ = $$[$0-1+1-1]; +case 31:this.$ = new yy.Literal($$[$0-1+1-1]); break; -case 32:this.$ = new yy.Literal($$[$0-1+1-1]); +case 32:this.$ = new yy.Literal($$[$0-1+1-1] === 'undefined' ? 'void 0' : $$[$0-1+1-1]); break; -case 33:this.$ = new yy.Literal($$[$0-1+1-1]); +case 33:this.$ = new yy.Assign($$[$0-3+1-1], $$[$0-3+3-1]); break; -case 34:this.$ = new yy.Literal($$[$0-1+1-1] === 'undefined' ? 'void 0' : $$[$0-1+1-1]); +case 34:this.$ = new yy.Assign($$[$0-5+1-1], $$[$0-5+4-1]); break; -case 35:this.$ = new yy.Assign($$[$0-3+1-1], $$[$0-3+3-1]); +case 35:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 36:this.$ = new yy.Assign($$[$0-5+1-1], $$[$0-5+4-1]); +case 36:this.$ = new yy.Assign(new yy.Value($$[$0-3+1-1]), $$[$0-3+3-1], 'object'); break; -case 37:this.$ = new yy.Value($$[$0-1+1-1]); +case 37:this.$ = new yy.Assign(new yy.Value($$[$0-5+1-1]), $$[$0-5+4-1], 'object'); break; -case 38:this.$ = new yy.Assign(new yy.Value($$[$0-3+1-1]), $$[$0-3+3-1], 'object'); +case 38:this.$ = $$[$0-1+1-1]; break; -case 39:this.$ = new yy.Assign(new yy.Value($$[$0-5+1-1]), $$[$0-5+4-1], 'object'); +case 39:this.$ = $$[$0-1+1-1]; break; case 40:this.$ = $$[$0-1+1-1]; break; @@ -93,377 +93,373 @@ case 41:this.$ = $$[$0-1+1-1]; break; case 42:this.$ = $$[$0-1+1-1]; break; -case 43:this.$ = $$[$0-1+1-1]; +case 43:this.$ = new yy.Return($$[$0-2+2-1]); break; -case 44:this.$ = $$[$0-1+1-1]; +case 44:this.$ = new yy.Return; break; -case 45:this.$ = new yy.Return($$[$0-2+2-1]); +case 45:this.$ = new yy.Comment($$[$0-1+1-1]); break; -case 46:this.$ = new yy.Return; +case 46:this.$ = new yy.Code($$[$0-5+2-1], $$[$0-5+5-1], $$[$0-5+4-1]); break; -case 47:this.$ = new yy.Comment($$[$0-1+1-1]); +case 47:this.$ = new yy.Code([], $$[$0-2+2-1], $$[$0-2+1-1]); break; -case 48:this.$ = new yy.Code($$[$0-5+2-1], $$[$0-5+5-1], $$[$0-5+4-1]); +case 48:this.$ = 'func'; break; -case 49:this.$ = new yy.Code([], $$[$0-2+2-1], $$[$0-2+1-1]); +case 49:this.$ = 'boundfunc'; break; -case 50:this.$ = 'func'; +case 50:this.$ = $$[$0-1+1-1]; break; -case 51:this.$ = 'boundfunc'; +case 51:this.$ = $$[$0-1+1-1]; break; -case 52:this.$ = $$[$0-1+1-1]; +case 52:this.$ = []; break; -case 53:this.$ = $$[$0-1+1-1]; +case 53:this.$ = [$$[$0-1+1-1]]; break; -case 54:this.$ = []; +case 54:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); break; -case 55:this.$ = [$$[$0-1+1-1]]; +case 55:this.$ = new yy.Param($$[$0-1+1-1]); break; -case 56:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); +case 56:this.$ = new yy.Param($$[$0-2+1-1], null, true); break; -case 57:this.$ = new yy.Param($$[$0-1+1-1]); +case 57:this.$ = new yy.Param($$[$0-3+1-1], $$[$0-3+3-1]); break; -case 58:this.$ = new yy.Param($$[$0-2+1-1], null, true); +case 58:this.$ = $$[$0-1+1-1]; break; -case 59:this.$ = new yy.Param($$[$0-3+1-1], $$[$0-3+3-1]); +case 59:this.$ = $$[$0-1+1-1]; break; case 60:this.$ = $$[$0-1+1-1]; break; case 61:this.$ = $$[$0-1+1-1]; break; -case 62:this.$ = $$[$0-1+1-1]; +case 62:this.$ = new yy.Splat($$[$0-2+1-1]); break; -case 63:this.$ = $$[$0-1+1-1]; +case 63:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 64:this.$ = new yy.Splat($$[$0-2+1-1]); +case 64:this.$ = $$[$0-2+1-1].push($$[$0-2+2-1]); break; -case 65:this.$ = new yy.Value($$[$0-1+1-1]); +case 65:this.$ = new yy.Value($$[$0-2+1-1], [$$[$0-2+2-1]]); break; -case 66:this.$ = $$[$0-2+1-1].push($$[$0-2+2-1]); +case 66:this.$ = $$[$0-1+1-1]; break; -case 67:this.$ = new yy.Value($$[$0-2+1-1], [$$[$0-2+2-1]]); +case 67:this.$ = $$[$0-1+1-1]; break; -case 68:this.$ = $$[$0-1+1-1]; +case 68:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 69:this.$ = $$[$0-1+1-1]; +case 69:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 70:this.$ = new yy.Value($$[$0-1+1-1]); +case 70:this.$ = $$[$0-1+1-1]; break; case 71:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 72:this.$ = $$[$0-1+1-1]; +case 72:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 73:this.$ = new yy.Value($$[$0-1+1-1]); +case 73:this.$ = $$[$0-1+1-1]; break; -case 74:this.$ = new yy.Value($$[$0-1+1-1]); +case 74:this.$ = new yy.Accessor($$[$0-2+2-1]); break; -case 75:this.$ = $$[$0-1+1-1]; +case 75:this.$ = new yy.Accessor($$[$0-2+2-1], 'soak'); break; -case 76:this.$ = new yy.Accessor($$[$0-2+2-1]); +case 76:this.$ = new yy.Accessor($$[$0-2+2-1], 'proto'); break; -case 77:this.$ = new yy.Accessor($$[$0-2+2-1], 'soak'); +case 77:this.$ = new yy.Accessor(new yy.Literal('prototype')); break; -case 78:this.$ = new yy.Accessor($$[$0-2+2-1], 'proto'); +case 78:this.$ = $$[$0-1+1-1]; break; -case 79:this.$ = new yy.Accessor(new yy.Literal('prototype')); +case 79:this.$ = new yy.Index($$[$0-3+2-1]); break; -case 80:this.$ = $$[$0-1+1-1]; -break; -case 81:this.$ = new yy.Index($$[$0-3+2-1]); -break; -case 82:this.$ = yy.extend($$[$0-2+2-1], { +case 80:this.$ = yy.extend($$[$0-2+2-1], { soak: true }); break; -case 83:this.$ = yy.extend($$[$0-2+2-1], { +case 81:this.$ = yy.extend($$[$0-2+2-1], { proto: true }); break; -case 84:this.$ = new yy.Obj($$[$0-4+2-1], $$[$0-4+1-1].generated); +case 82:this.$ = new yy.Obj($$[$0-4+2-1], $$[$0-4+1-1].generated); break; -case 85:this.$ = []; +case 83:this.$ = []; break; -case 86:this.$ = [$$[$0-1+1-1]]; +case 84:this.$ = [$$[$0-1+1-1]]; break; -case 87:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); +case 85:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); break; -case 88:this.$ = $$[$0-4+1-1].concat($$[$0-4+4-1]); +case 86:this.$ = $$[$0-4+1-1].concat($$[$0-4+4-1]); break; -case 89:this.$ = $$[$0-6+1-1].concat($$[$0-6+4-1]); +case 87:this.$ = $$[$0-6+1-1].concat($$[$0-6+4-1]); break; -case 90:this.$ = new yy.Class; +case 88:this.$ = new yy.Class; break; -case 91:this.$ = new yy.Class(null, null, $$[$0-2+2-1]); +case 89:this.$ = new yy.Class(null, null, $$[$0-2+2-1]); break; -case 92:this.$ = new yy.Class(null, $$[$0-3+3-1]); +case 90:this.$ = new yy.Class(null, $$[$0-3+3-1]); break; -case 93:this.$ = new yy.Class(null, $$[$0-4+3-1], $$[$0-4+4-1]); +case 91:this.$ = new yy.Class(null, $$[$0-4+3-1], $$[$0-4+4-1]); break; -case 94:this.$ = new yy.Class($$[$0-2+2-1]); +case 92:this.$ = new yy.Class($$[$0-2+2-1]); break; -case 95:this.$ = new yy.Class($$[$0-3+2-1], null, $$[$0-3+3-1]); +case 93:this.$ = new yy.Class($$[$0-3+2-1], null, $$[$0-3+3-1]); break; -case 96:this.$ = new yy.Class($$[$0-4+2-1], $$[$0-4+4-1]); +case 94:this.$ = new yy.Class($$[$0-4+2-1], $$[$0-4+4-1]); break; -case 97:this.$ = new yy.Class($$[$0-5+2-1], $$[$0-5+4-1], $$[$0-5+5-1]); +case 95:this.$ = new yy.Class($$[$0-5+2-1], $$[$0-5+4-1], $$[$0-5+5-1]); break; -case 98:this.$ = new yy.Call($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); +case 96:this.$ = new yy.Call($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); break; -case 99:this.$ = new yy.Call($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); +case 97:this.$ = new yy.Call($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); break; -case 100:this.$ = new yy.Call('super', [new yy.Splat(new yy.Literal('arguments'))]); +case 98:this.$ = new yy.Call('super', [new yy.Splat(new yy.Literal('arguments'))]); break; -case 101:this.$ = new yy.Call('super', $$[$0-2+2-1]); +case 99:this.$ = new yy.Call('super', $$[$0-2+2-1]); break; -case 102:this.$ = false; +case 100:this.$ = false; break; -case 103:this.$ = true; +case 101:this.$ = true; break; -case 104:this.$ = []; +case 102:this.$ = []; break; -case 105:this.$ = $$[$0-4+2-1]; +case 103:this.$ = $$[$0-4+2-1]; break; -case 106:this.$ = new yy.Value(new yy.Literal('this')); +case 104:this.$ = new yy.Value(new yy.Literal('this')); break; -case 107:this.$ = new yy.Value(new yy.Literal('this')); +case 105:this.$ = new yy.Value(new yy.Literal('this')); break; -case 108:this.$ = new yy.Value(new yy.Literal('this'), [new yy.Accessor($$[$0-2+2-1])], 'this'); +case 106:this.$ = new yy.Value(new yy.Literal('this'), [new yy.Accessor($$[$0-2+2-1])], 'this'); break; -case 109:this.$ = new yy.Arr([]); +case 107:this.$ = new yy.Arr([]); break; -case 110:this.$ = new yy.Arr($$[$0-4+2-1]); +case 108:this.$ = new yy.Arr($$[$0-4+2-1]); break; -case 111:this.$ = [$$[$0-1+1-1]]; +case 109:this.$ = [$$[$0-1+1-1]]; break; -case 112:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); +case 110:this.$ = $$[$0-3+1-1].concat($$[$0-3+3-1]); break; -case 113:this.$ = $$[$0-4+1-1].concat($$[$0-4+4-1]); +case 111:this.$ = $$[$0-4+1-1].concat($$[$0-4+4-1]); break; -case 114:this.$ = $$[$0-4+2-1]; +case 112:this.$ = $$[$0-4+2-1]; break; -case 115:this.$ = $$[$0-6+1-1].concat($$[$0-6+4-1]); +case 113:this.$ = $$[$0-6+1-1].concat($$[$0-6+4-1]); +break; +case 114:this.$ = $$[$0-1+1-1]; +break; +case 115:this.$ = $$[$0-1+1-1]; break; case 116:this.$ = $$[$0-1+1-1]; break; -case 117:this.$ = $$[$0-1+1-1]; +case 117:this.$ = [].concat($$[$0-3+1-1], $$[$0-3+3-1]); break; -case 118:this.$ = $$[$0-1+1-1]; +case 118:this.$ = new yy.Try($$[$0-2+2-1]); break; -case 119:this.$ = [].concat($$[$0-3+1-1], $$[$0-3+3-1]); +case 119:this.$ = new yy.Try($$[$0-3+2-1], $$[$0-3+3-1][0], $$[$0-3+3-1][1]); break; -case 120:this.$ = new yy.Try($$[$0-2+2-1]); +case 120:this.$ = new yy.Try($$[$0-4+2-1], null, null, $$[$0-4+4-1]); break; -case 121:this.$ = new yy.Try($$[$0-3+2-1], $$[$0-3+3-1][0], $$[$0-3+3-1][1]); +case 121:this.$ = new yy.Try($$[$0-5+2-1], $$[$0-5+3-1][0], $$[$0-5+3-1][1], $$[$0-5+5-1]); break; -case 122:this.$ = new yy.Try($$[$0-4+2-1], null, null, $$[$0-4+4-1]); +case 122:this.$ = [$$[$0-3+2-1], $$[$0-3+3-1]]; break; -case 123:this.$ = new yy.Try($$[$0-5+2-1], $$[$0-5+3-1][0], $$[$0-5+3-1][1], $$[$0-5+5-1]); +case 123:this.$ = new yy.Throw($$[$0-2+2-1]); break; -case 124:this.$ = [$$[$0-3+2-1], $$[$0-3+3-1]]; +case 124:this.$ = new yy.Parens($$[$0-3+2-1]); break; -case 125:this.$ = new yy.Throw($$[$0-2+2-1]); +case 125:this.$ = new yy.While($$[$0-2+2-1]); break; -case 126:this.$ = new yy.Parens($$[$0-3+2-1]); -break; -case 127:this.$ = new yy.While($$[$0-2+2-1]); -break; -case 128:this.$ = new yy.While($$[$0-4+2-1], { +case 126:this.$ = new yy.While($$[$0-4+2-1], { guard: $$[$0-4+4-1] }); break; -case 129:this.$ = new yy.While($$[$0-2+2-1], { +case 127:this.$ = new yy.While($$[$0-2+2-1], { invert: true }); break; -case 130:this.$ = new yy.While($$[$0-4+2-1], { +case 128:this.$ = new yy.While($$[$0-4+2-1], { invert: true, guard: $$[$0-4+4-1] }); break; -case 131:this.$ = $$[$0-2+1-1].addBody($$[$0-2+2-1]); +case 129:this.$ = $$[$0-2+1-1].addBody($$[$0-2+2-1]); break; -case 132:this.$ = $$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]])); +case 130:this.$ = $$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]])); break; -case 133:this.$ = $$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]])); +case 131:this.$ = $$[$0-2+2-1].addBody(yy.Expressions.wrap([$$[$0-2+1-1]])); break; -case 134:this.$ = $$[$0-1+1-1]; +case 132:this.$ = $$[$0-1+1-1]; break; -case 135:this.$ = new yy.While(new yy.Literal('true')).addBody($$[$0-2+2-1]); +case 133:this.$ = new yy.While(new yy.Literal('true')).addBody($$[$0-2+2-1]); break; -case 136:this.$ = new yy.While(new yy.Literal('true')).addBody(yy.Expressions.wrap([$$[$0-2+2-1]])); +case 134:this.$ = new yy.While(new yy.Literal('true')).addBody(yy.Expressions.wrap([$$[$0-2+2-1]])); break; -case 137:this.$ = new yy.For($$[$0-2+1-1], $$[$0-2+2-1]); +case 135:this.$ = new yy.For($$[$0-2+1-1], $$[$0-2+2-1]); break; -case 138:this.$ = new yy.For($$[$0-2+1-1], $$[$0-2+2-1]); +case 136:this.$ = new yy.For($$[$0-2+1-1], $$[$0-2+2-1]); break; -case 139:this.$ = new yy.For($$[$0-2+2-1], $$[$0-2+1-1]); +case 137:this.$ = new yy.For($$[$0-2+2-1], $$[$0-2+1-1]); break; -case 140:this.$ = $$[$0-1+1-1]; +case 138:this.$ = $$[$0-1+1-1]; break; -case 141:this.$ = new yy.Value($$[$0-1+1-1]); +case 139:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 142:this.$ = new yy.Value($$[$0-1+1-1]); +case 140:this.$ = new yy.Value($$[$0-1+1-1]); break; -case 143:this.$ = { +case 141:this.$ = { source: $$[$0-2+2-1] }; break; -case 144:this.$ = { +case 142:this.$ = { source: $$[$0-4+2-1], guard: $$[$0-4+4-1] }; break; -case 145:this.$ = { +case 143:this.$ = { source: $$[$0-4+2-1], step: $$[$0-4+4-1] }; break; -case 146:this.$ = { +case 144:this.$ = { source: $$[$0-6+2-1], step: $$[$0-6+4-1], guard: $$[$0-6+6-1] }; break; -case 147:this.$ = { +case 145:this.$ = { object: true, source: $$[$0-2+2-1] }; break; -case 148:this.$ = { +case 146:this.$ = { object: true, source: $$[$0-4+2-1], guard: $$[$0-4+4-1] }; break; -case 149:this.$ = { +case 147:this.$ = { to: $$[$0-2+2-1] }; break; -case 150:this.$ = { +case 148:this.$ = { to: $$[$0-4+2-1], guard: $$[$0-4+4-1] }; break; -case 151:this.$ = { +case 149:this.$ = { to: $$[$0-4+2-1], step: $$[$0-4+4-1] }; break; -case 152:this.$ = { +case 150:this.$ = { to: $$[$0-6+2-1], step: $$[$0-6+4-1], guard: $$[$0-6+6-1] }; break; -case 153:this.$ = yy.extend($$[$0-3+3-1], { +case 151:this.$ = yy.extend($$[$0-3+3-1], { name: $$[$0-3+2-1] }); break; -case 154:this.$ = yy.extend($$[$0-5+5-1], { +case 152:this.$ = yy.extend($$[$0-5+5-1], { name: $$[$0-5+2-1], index: $$[$0-5+4-1] }); break; -case 155:this.$ = yy.extend($$[$0-3+3-1], { +case 153:this.$ = yy.extend($$[$0-3+3-1], { index: $$[$0-3+2-1] }); break; -case 156:this.$ = yy.extend($$[$0-5+5-1], { +case 154:this.$ = yy.extend($$[$0-5+5-1], { index: $$[$0-5+2-1], name: $$[$0-5+4-1] }); break; -case 157:this.$ = yy.extend($$[$0-4+4-1], { +case 155:this.$ = yy.extend($$[$0-4+4-1], { raw: true, index: $$[$0-4+3-1] }); break; -case 158:this.$ = yy.extend($$[$0-6+6-1], { +case 156:this.$ = yy.extend($$[$0-6+6-1], { raw: true, index: $$[$0-6+3-1], name: $$[$0-6+5-1] }); break; -case 159:this.$ = yy.extend($$[$0-5+5-1], { +case 157:this.$ = yy.extend($$[$0-5+5-1], { index: $$[$0-5+2-1], from: $$[$0-5+4-1] }); break; -case 160:this.$ = new yy.Switch($$[$0-5+2-1], $$[$0-5+4-1]); +case 158:this.$ = new yy.Switch($$[$0-5+2-1], $$[$0-5+4-1]); break; -case 161:this.$ = new yy.Switch($$[$0-7+2-1], $$[$0-7+4-1], $$[$0-7+6-1]); +case 159:this.$ = new yy.Switch($$[$0-7+2-1], $$[$0-7+4-1], $$[$0-7+6-1]); break; -case 162:this.$ = new yy.Switch(null, $$[$0-4+3-1]); +case 160:this.$ = new yy.Switch(null, $$[$0-4+3-1]); break; -case 163:this.$ = new yy.Switch(null, $$[$0-6+3-1], $$[$0-6+5-1]); +case 161:this.$ = new yy.Switch(null, $$[$0-6+3-1], $$[$0-6+5-1]); break; -case 164:this.$ = $$[$0-1+1-1]; +case 162:this.$ = $$[$0-1+1-1]; break; -case 165:this.$ = $$[$0-2+1-1].concat($$[$0-2+2-1]); +case 163:this.$ = $$[$0-2+1-1].concat($$[$0-2+2-1]); break; -case 166:this.$ = [[$$[$0-3+2-1], $$[$0-3+3-1]]]; +case 164:this.$ = [[$$[$0-3+2-1], $$[$0-3+3-1]]]; break; -case 167:this.$ = [[$$[$0-4+2-1], $$[$0-4+3-1]]]; +case 165:this.$ = [[$$[$0-4+2-1], $$[$0-4+3-1]]]; break; -case 168:this.$ = new yy.If($$[$0-3+2-1], $$[$0-3+3-1]); +case 166:this.$ = new yy.If($$[$0-3+2-1], $$[$0-3+3-1]); break; -case 169:this.$ = new yy.If($$[$0-3+2-1], $$[$0-3+3-1], { +case 167:this.$ = new yy.If($$[$0-3+2-1], $$[$0-3+3-1], { invert: true }); break; -case 170:this.$ = $$[$0-5+1-1].addElse(new yy.If($$[$0-5+4-1], $$[$0-5+5-1])); +case 168:this.$ = $$[$0-5+1-1].addElse(new yy.If($$[$0-5+4-1], $$[$0-5+5-1])); break; -case 171:this.$ = $$[$0-3+1-1].addElse($$[$0-3+3-1]); +case 169:this.$ = $$[$0-3+1-1].addElse($$[$0-3+3-1]); break; -case 172:this.$ = $$[$0-1+1-1]; +case 170:this.$ = $$[$0-1+1-1]; +break; +case 171:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { + statement: true + }); +break; +case 172:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { + statement: true + }); break; case 173:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true + statement: true, + invert: true }); break; case 174:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true - }); -break; -case 175:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { statement: true, invert: true }); break; -case 176:this.$ = new yy.If($$[$0-3+3-1], yy.Expressions.wrap([$$[$0-3+1-1]]), { - statement: true, - invert: true - }); +case 175:this.$ = new yy.Op($$[$0-2+1-1], $$[$0-2+2-1]); break; -case 177:this.$ = new yy.Op($$[$0-2+1-1], $$[$0-2+2-1]); +case 176:this.$ = new yy.Op('-', $$[$0-2+2-1]); break; -case 178:this.$ = new yy.Op('-', $$[$0-2+2-1]); +case 177:this.$ = new yy.Op('+', $$[$0-2+2-1]); break; -case 179:this.$ = new yy.Op('+', $$[$0-2+2-1]); +case 178:this.$ = new yy.Op('--', $$[$0-2+2-1]); break; -case 180:this.$ = new yy.Op('--', $$[$0-2+2-1]); +case 179:this.$ = new yy.Op('++', $$[$0-2+2-1]); break; -case 181:this.$ = new yy.Op('++', $$[$0-2+2-1]); +case 180:this.$ = new yy.Op('--', $$[$0-2+1-1], null, true); break; -case 182:this.$ = new yy.Op('--', $$[$0-2+1-1], null, true); +case 181:this.$ = new yy.Op('++', $$[$0-2+1-1], null, true); break; -case 183:this.$ = new yy.Op('++', $$[$0-2+1-1], null, true); +case 182:this.$ = new yy.Existence($$[$0-2+1-1]); break; -case 184:this.$ = new yy.Existence($$[$0-2+1-1]); +case 183:this.$ = new yy.Op('+', $$[$0-3+1-1], $$[$0-3+3-1]); break; -case 185:this.$ = new yy.Op('+', $$[$0-3+1-1], $$[$0-3+3-1]); +case 184:this.$ = new yy.Op('-', $$[$0-3+1-1], $$[$0-3+3-1]); break; -case 186:this.$ = new yy.Op('-', $$[$0-3+1-1], $$[$0-3+3-1]); +case 185:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); +break; +case 186:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); break; case 187:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); break; case 188:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); break; -case 189:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 190:this.$ = new yy.Op($$[$0-3+2-1], $$[$0-3+1-1], $$[$0-3+3-1]); -break; -case 191:this.$ = (function () { +case 189:this.$ = (function () { if ($$[$0-3+2-1].charAt(0) === '!') { return new yy.Op($$[$0-3+2-1].slice(1), $$[$0-3+1-1], $$[$0-3+3-1]).invert(); } else { @@ -471,16 +467,16 @@ case 191:this.$ = (function () { } }()); break; -case 192:this.$ = new yy.Assign($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); +case 190:this.$ = new yy.Assign($$[$0-3+1-1], $$[$0-3+3-1], $$[$0-3+2-1]); break; -case 193:this.$ = new yy.Assign($$[$0-5+1-1], $$[$0-5+4-1], $$[$0-5+2-1]); +case 191:this.$ = new yy.Assign($$[$0-5+1-1], $$[$0-5+4-1], $$[$0-5+2-1]); break; -case 194:this.$ = new yy.Extends($$[$0-3+1-1], $$[$0-3+3-1]); +case 192:this.$ = new yy.Extends($$[$0-3+1-1], $$[$0-3+3-1]); break; } }, -table: [{"1":[2,1],"3":1,"4":2,"5":3,"7":4,"8":6,"9":7,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,5],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[3]},{"1":[2,2],"6":[1,72]},{"6":[1,73]},{"1":[2,4],"6":[2,4],"28":[2,4]},{"4":74,"7":4,"8":6,"9":7,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"28":[1,75],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,7],"6":[2,7],"28":[2,7],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,8],"6":[2,8],"28":[2,8],"97":90,"98":[1,63],"100":[1,64],"103":91,"112":[1,66],"123":[1,88],"124":[1,89]},{"1":[2,15],"6":[2,15],"27":[2,15],"28":[2,15],"49":[2,15],"54":[2,15],"57":[2,15],"62":93,"64":[1,95],"65":[1,96],"66":[1,97],"67":98,"68":[1,99],"69":[2,15],"70":[1,100],"71":[1,101],"74":[2,15],"77":92,"80":[1,94],"81":[2,102],"82":[2,15],"87":[2,15],"96":[2,15],"98":[2,15],"99":[2,15],"100":[2,15],"107":[2,15],"111":[2,15],"112":[2,15],"123":[2,15],"124":[2,15],"126":[2,15],"127":[2,15],"130":[2,15],"131":[2,15],"132":[2,15],"133":[2,15],"134":[2,15],"135":[2,15]},{"1":[2,16],"6":[2,16],"27":[2,16],"28":[2,16],"49":[2,16],"54":[2,16],"57":[2,16],"62":103,"64":[1,95],"65":[1,96],"66":[1,97],"67":98,"68":[1,99],"69":[2,16],"70":[1,100],"71":[1,101],"74":[2,16],"77":102,"80":[1,94],"81":[2,102],"82":[2,16],"87":[2,16],"96":[2,16],"98":[2,16],"99":[2,16],"100":[2,16],"107":[2,16],"111":[2,16],"112":[2,16],"123":[2,16],"124":[2,16],"126":[2,16],"127":[2,16],"130":[2,16],"131":[2,16],"132":[2,16],"133":[2,16],"134":[2,16],"135":[2,16]},{"1":[2,17],"6":[2,17],"27":[2,17],"28":[2,17],"49":[2,17],"54":[2,17],"57":[2,17],"69":[2,17],"74":[2,17],"82":[2,17],"87":[2,17],"96":[2,17],"98":[2,17],"99":[2,17],"100":[2,17],"107":[2,17],"111":[2,17],"112":[2,17],"123":[2,17],"124":[2,17],"126":[2,17],"127":[2,17],"130":[2,17],"131":[2,17],"132":[2,17],"133":[2,17],"134":[2,17],"135":[2,17]},{"1":[2,18],"6":[2,18],"27":[2,18],"28":[2,18],"49":[2,18],"54":[2,18],"57":[2,18],"69":[2,18],"74":[2,18],"82":[2,18],"87":[2,18],"96":[2,18],"98":[2,18],"99":[2,18],"100":[2,18],"107":[2,18],"111":[2,18],"112":[2,18],"123":[2,18],"124":[2,18],"126":[2,18],"127":[2,18],"130":[2,18],"131":[2,18],"132":[2,18],"133":[2,18],"134":[2,18],"135":[2,18]},{"1":[2,19],"6":[2,19],"27":[2,19],"28":[2,19],"49":[2,19],"54":[2,19],"57":[2,19],"69":[2,19],"74":[2,19],"82":[2,19],"87":[2,19],"96":[2,19],"98":[2,19],"99":[2,19],"100":[2,19],"107":[2,19],"111":[2,19],"112":[2,19],"123":[2,19],"124":[2,19],"126":[2,19],"127":[2,19],"130":[2,19],"131":[2,19],"132":[2,19],"133":[2,19],"134":[2,19],"135":[2,19]},{"1":[2,20],"6":[2,20],"27":[2,20],"28":[2,20],"49":[2,20],"54":[2,20],"57":[2,20],"69":[2,20],"74":[2,20],"82":[2,20],"87":[2,20],"96":[2,20],"98":[2,20],"99":[2,20],"100":[2,20],"107":[2,20],"111":[2,20],"112":[2,20],"123":[2,20],"124":[2,20],"126":[2,20],"127":[2,20],"130":[2,20],"131":[2,20],"132":[2,20],"133":[2,20],"134":[2,20],"135":[2,20]},{"1":[2,21],"6":[2,21],"27":[2,21],"28":[2,21],"49":[2,21],"54":[2,21],"57":[2,21],"69":[2,21],"74":[2,21],"82":[2,21],"87":[2,21],"96":[2,21],"98":[2,21],"99":[2,21],"100":[2,21],"107":[2,21],"111":[2,21],"112":[2,21],"123":[2,21],"124":[2,21],"126":[2,21],"127":[2,21],"130":[2,21],"131":[2,21],"132":[2,21],"133":[2,21],"134":[2,21],"135":[2,21]},{"1":[2,22],"6":[2,22],"27":[2,22],"28":[2,22],"49":[2,22],"54":[2,22],"57":[2,22],"69":[2,22],"74":[2,22],"82":[2,22],"87":[2,22],"96":[2,22],"98":[2,22],"99":[2,22],"100":[2,22],"107":[2,22],"111":[2,22],"112":[2,22],"123":[2,22],"124":[2,22],"126":[2,22],"127":[2,22],"130":[2,22],"131":[2,22],"132":[2,22],"133":[2,22],"134":[2,22],"135":[2,22]},{"1":[2,23],"6":[2,23],"27":[2,23],"28":[2,23],"49":[2,23],"54":[2,23],"57":[2,23],"69":[2,23],"74":[2,23],"82":[2,23],"87":[2,23],"96":[2,23],"98":[2,23],"99":[2,23],"100":[2,23],"107":[2,23],"111":[2,23],"112":[2,23],"123":[2,23],"124":[2,23],"126":[2,23],"127":[2,23],"130":[2,23],"131":[2,23],"132":[2,23],"133":[2,23],"134":[2,23],"135":[2,23]},{"1":[2,24],"6":[2,24],"27":[2,24],"28":[2,24],"49":[2,24],"54":[2,24],"57":[2,24],"69":[2,24],"74":[2,24],"82":[2,24],"87":[2,24],"96":[2,24],"98":[2,24],"99":[2,24],"100":[2,24],"107":[2,24],"111":[2,24],"112":[2,24],"123":[2,24],"124":[2,24],"126":[2,24],"127":[2,24],"130":[2,24],"131":[2,24],"132":[2,24],"133":[2,24],"134":[2,24],"135":[2,24]},{"1":[2,25],"6":[2,25],"27":[2,25],"28":[2,25],"49":[2,25],"54":[2,25],"57":[2,25],"69":[2,25],"74":[2,25],"82":[2,25],"87":[2,25],"96":[2,25],"98":[2,25],"99":[2,25],"100":[2,25],"107":[2,25],"111":[2,25],"112":[2,25],"123":[2,25],"124":[2,25],"126":[2,25],"127":[2,25],"130":[2,25],"131":[2,25],"132":[2,25],"133":[2,25],"134":[2,25],"135":[2,25]},{"1":[2,9],"6":[2,9],"28":[2,9],"98":[2,9],"100":[2,9],"112":[2,9],"123":[2,9],"124":[2,9]},{"1":[2,10],"6":[2,10],"28":[2,10],"98":[2,10],"100":[2,10],"112":[2,10],"123":[2,10],"124":[2,10]},{"1":[2,11],"6":[2,11],"28":[2,11],"98":[2,11],"100":[2,11],"112":[2,11],"123":[2,11],"124":[2,11]},{"1":[2,12],"6":[2,12],"28":[2,12],"98":[2,12],"100":[2,12],"112":[2,12],"123":[2,12],"124":[2,12]},{"1":[2,13],"6":[2,13],"28":[2,13],"98":[2,13],"100":[2,13],"112":[2,13],"123":[2,13],"124":[2,13]},{"1":[2,14],"6":[2,14],"28":[2,14],"98":[2,14],"100":[2,14],"112":[2,14],"123":[2,14],"124":[2,14]},{"1":[2,72],"6":[2,72],"27":[2,72],"28":[2,72],"39":[1,104],"49":[2,72],"54":[2,72],"57":[2,72],"64":[2,72],"65":[2,72],"66":[2,72],"68":[2,72],"69":[2,72],"70":[2,72],"71":[2,72],"74":[2,72],"80":[2,72],"81":[2,72],"82":[2,72],"87":[2,72],"96":[2,72],"98":[2,72],"99":[2,72],"100":[2,72],"107":[2,72],"111":[2,72],"112":[2,72],"123":[2,72],"124":[2,72],"126":[2,72],"127":[2,72],"130":[2,72],"131":[2,72],"132":[2,72],"133":[2,72],"134":[2,72],"135":[2,72]},{"1":[2,73],"6":[2,73],"27":[2,73],"28":[2,73],"49":[2,73],"54":[2,73],"57":[2,73],"64":[2,73],"65":[2,73],"66":[2,73],"68":[2,73],"69":[2,73],"70":[2,73],"71":[2,73],"74":[2,73],"80":[2,73],"81":[2,73],"82":[2,73],"87":[2,73],"96":[2,73],"98":[2,73],"99":[2,73],"100":[2,73],"107":[2,73],"111":[2,73],"112":[2,73],"123":[2,73],"124":[2,73],"126":[2,73],"127":[2,73],"130":[2,73],"131":[2,73],"132":[2,73],"133":[2,73],"134":[2,73],"135":[2,73]},{"1":[2,74],"6":[2,74],"27":[2,74],"28":[2,74],"49":[2,74],"54":[2,74],"57":[2,74],"64":[2,74],"65":[2,74],"66":[2,74],"68":[2,74],"69":[2,74],"70":[2,74],"71":[2,74],"74":[2,74],"80":[2,74],"81":[2,74],"82":[2,74],"87":[2,74],"96":[2,74],"98":[2,74],"99":[2,74],"100":[2,74],"107":[2,74],"111":[2,74],"112":[2,74],"123":[2,74],"124":[2,74],"126":[2,74],"127":[2,74],"130":[2,74],"131":[2,74],"132":[2,74],"133":[2,74],"134":[2,74],"135":[2,74]},{"1":[2,75],"6":[2,75],"27":[2,75],"28":[2,75],"49":[2,75],"54":[2,75],"57":[2,75],"64":[2,75],"65":[2,75],"66":[2,75],"68":[2,75],"69":[2,75],"70":[2,75],"71":[2,75],"74":[2,75],"80":[2,75],"81":[2,75],"82":[2,75],"87":[2,75],"96":[2,75],"98":[2,75],"99":[2,75],"100":[2,75],"107":[2,75],"111":[2,75],"112":[2,75],"123":[2,75],"124":[2,75],"126":[2,75],"127":[2,75],"130":[2,75],"131":[2,75],"132":[2,75],"133":[2,75],"134":[2,75],"135":[2,75]},{"1":[2,100],"6":[2,100],"27":[2,100],"28":[2,100],"49":[2,100],"54":[2,100],"57":[2,100],"64":[2,100],"65":[2,100],"66":[2,100],"68":[2,100],"69":[2,100],"70":[2,100],"71":[2,100],"74":[2,100],"78":105,"80":[2,100],"81":[1,106],"82":[2,100],"87":[2,100],"96":[2,100],"98":[2,100],"99":[2,100],"100":[2,100],"107":[2,100],"111":[2,100],"112":[2,100],"123":[2,100],"124":[2,100],"126":[2,100],"127":[2,100],"130":[2,100],"131":[2,100],"132":[2,100],"133":[2,100],"134":[2,100],"135":[2,100]},{"29":110,"30":[1,71],"44":111,"48":107,"49":[2,54],"54":[2,54],"55":108,"56":109,"58":112,"59":113,"72":[1,68],"85":[1,114],"86":[1,67]},{"5":115,"27":[1,5]},{"8":116,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":118,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":119,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"16":121,"17":122,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":123,"43":27,"44":60,"58":48,"59":49,"61":120,"63":28,"72":[1,68],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"95":[1,54]},{"16":121,"17":122,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":123,"43":27,"44":60,"58":48,"59":49,"61":124,"63":28,"72":[1,68],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"95":[1,54]},{"1":[2,69],"6":[2,69],"27":[2,69],"28":[2,69],"39":[2,69],"49":[2,69],"54":[2,69],"57":[2,69],"64":[2,69],"65":[2,69],"66":[2,69],"68":[2,69],"69":[2,69],"70":[2,69],"71":[2,69],"74":[2,69],"76":[1,128],"80":[2,69],"81":[2,69],"82":[2,69],"87":[2,69],"96":[2,69],"98":[2,69],"99":[2,69],"100":[2,69],"107":[2,69],"111":[2,69],"112":[2,69],"123":[2,69],"124":[2,69],"126":[2,69],"127":[2,69],"128":[1,125],"129":[1,126],"130":[2,69],"131":[2,69],"132":[2,69],"133":[2,69],"134":[2,69],"135":[2,69],"136":[1,127]},{"1":[2,172],"6":[2,172],"27":[2,172],"28":[2,172],"49":[2,172],"54":[2,172],"57":[2,172],"69":[2,172],"74":[2,172],"82":[2,172],"87":[2,172],"96":[2,172],"98":[2,172],"99":[2,172],"100":[2,172],"107":[2,172],"111":[2,172],"112":[2,172],"117":[1,129],"123":[2,172],"124":[2,172],"126":[2,172],"127":[2,172],"130":[2,172],"131":[2,172],"132":[2,172],"133":[2,172],"134":[2,172],"135":[2,172]},{"5":130,"27":[1,5]},{"5":131,"27":[1,5]},{"1":[2,134],"6":[2,134],"27":[2,134],"28":[2,134],"49":[2,134],"54":[2,134],"57":[2,134],"69":[2,134],"74":[2,134],"82":[2,134],"87":[2,134],"96":[2,134],"98":[2,134],"99":[2,134],"100":[2,134],"107":[2,134],"111":[2,134],"112":[2,134],"123":[2,134],"124":[2,134],"126":[2,134],"127":[2,134],"130":[2,134],"131":[2,134],"132":[2,134],"133":[2,134],"134":[2,134],"135":[2,134]},{"5":132,"27":[1,5]},{"8":133,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,134],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,90],"5":135,"6":[2,90],"16":121,"17":122,"27":[1,5],"28":[2,90],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":123,"43":27,"44":60,"49":[2,90],"54":[2,90],"57":[2,90],"58":48,"59":49,"61":137,"63":28,"69":[2,90],"72":[1,68],"74":[2,90],"76":[1,136],"79":[1,29],"82":[2,90],"84":[1,55],"85":[1,56],"86":[1,67],"87":[2,90],"95":[1,54],"96":[2,90],"98":[2,90],"99":[2,90],"100":[2,90],"107":[2,90],"111":[2,90],"112":[2,90],"123":[2,90],"124":[2,90],"126":[2,90],"127":[2,90],"130":[2,90],"131":[2,90],"132":[2,90],"133":[2,90],"134":[2,90],"135":[2,90]},{"1":[2,46],"6":[2,46],"8":138,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"28":[2,46],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[2,46],"100":[2,46],"101":41,"102":[1,65],"103":42,"112":[2,46],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"123":[2,46],"124":[2,46],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":139,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,47],"6":[2,47],"27":[2,47],"28":[2,47],"54":[2,47],"74":[2,47],"98":[2,47],"100":[2,47],"112":[2,47],"123":[2,47],"124":[2,47]},{"1":[2,70],"6":[2,70],"27":[2,70],"28":[2,70],"39":[2,70],"49":[2,70],"54":[2,70],"57":[2,70],"64":[2,70],"65":[2,70],"66":[2,70],"68":[2,70],"69":[2,70],"70":[2,70],"71":[2,70],"74":[2,70],"80":[2,70],"81":[2,70],"82":[2,70],"87":[2,70],"96":[2,70],"98":[2,70],"99":[2,70],"100":[2,70],"107":[2,70],"111":[2,70],"112":[2,70],"123":[2,70],"124":[2,70],"126":[2,70],"127":[2,70],"130":[2,70],"131":[2,70],"132":[2,70],"133":[2,70],"134":[2,70],"135":[2,70]},{"1":[2,71],"6":[2,71],"27":[2,71],"28":[2,71],"39":[2,71],"49":[2,71],"54":[2,71],"57":[2,71],"64":[2,71],"65":[2,71],"66":[2,71],"68":[2,71],"69":[2,71],"70":[2,71],"71":[2,71],"74":[2,71],"80":[2,71],"81":[2,71],"82":[2,71],"87":[2,71],"96":[2,71],"98":[2,71],"99":[2,71],"100":[2,71],"107":[2,71],"111":[2,71],"112":[2,71],"123":[2,71],"124":[2,71],"126":[2,71],"127":[2,71],"130":[2,71],"131":[2,71],"132":[2,71],"133":[2,71],"134":[2,71],"135":[2,71]},{"1":[2,31],"6":[2,31],"27":[2,31],"28":[2,31],"49":[2,31],"54":[2,31],"57":[2,31],"64":[2,31],"65":[2,31],"66":[2,31],"68":[2,31],"69":[2,31],"70":[2,31],"71":[2,31],"74":[2,31],"80":[2,31],"81":[2,31],"82":[2,31],"87":[2,31],"96":[2,31],"98":[2,31],"99":[2,31],"100":[2,31],"107":[2,31],"111":[2,31],"112":[2,31],"123":[2,31],"124":[2,31],"126":[2,31],"127":[2,31],"130":[2,31],"131":[2,31],"132":[2,31],"133":[2,31],"134":[2,31],"135":[2,31]},{"1":[2,32],"6":[2,32],"27":[2,32],"28":[2,32],"49":[2,32],"54":[2,32],"57":[2,32],"64":[2,32],"65":[2,32],"66":[2,32],"68":[2,32],"69":[2,32],"70":[2,32],"71":[2,32],"74":[2,32],"80":[2,32],"81":[2,32],"82":[2,32],"87":[2,32],"96":[2,32],"98":[2,32],"99":[2,32],"100":[2,32],"107":[2,32],"111":[2,32],"112":[2,32],"123":[2,32],"124":[2,32],"126":[2,32],"127":[2,32],"130":[2,32],"131":[2,32],"132":[2,32],"133":[2,32],"134":[2,32],"135":[2,32]},{"1":[2,33],"6":[2,33],"27":[2,33],"28":[2,33],"49":[2,33],"54":[2,33],"57":[2,33],"64":[2,33],"65":[2,33],"66":[2,33],"68":[2,33],"69":[2,33],"70":[2,33],"71":[2,33],"74":[2,33],"80":[2,33],"81":[2,33],"82":[2,33],"87":[2,33],"96":[2,33],"98":[2,33],"99":[2,33],"100":[2,33],"107":[2,33],"111":[2,33],"112":[2,33],"123":[2,33],"124":[2,33],"126":[2,33],"127":[2,33],"130":[2,33],"131":[2,33],"132":[2,33],"133":[2,33],"134":[2,33],"135":[2,33]},{"1":[2,34],"6":[2,34],"27":[2,34],"28":[2,34],"49":[2,34],"54":[2,34],"57":[2,34],"64":[2,34],"65":[2,34],"66":[2,34],"68":[2,34],"69":[2,34],"70":[2,34],"71":[2,34],"74":[2,34],"80":[2,34],"81":[2,34],"82":[2,34],"87":[2,34],"96":[2,34],"98":[2,34],"99":[2,34],"100":[2,34],"107":[2,34],"111":[2,34],"112":[2,34],"123":[2,34],"124":[2,34],"126":[2,34],"127":[2,34],"130":[2,34],"131":[2,34],"132":[2,34],"133":[2,34],"134":[2,34],"135":[2,34]},{"8":140,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,106],"6":[2,106],"27":[2,106],"28":[2,106],"49":[2,106],"54":[2,106],"57":[2,106],"64":[2,106],"65":[2,106],"66":[2,106],"68":[2,106],"69":[2,106],"70":[2,106],"71":[2,106],"74":[2,106],"80":[2,106],"81":[2,106],"82":[2,106],"87":[2,106],"96":[2,106],"98":[2,106],"99":[2,106],"100":[2,106],"107":[2,106],"111":[2,106],"112":[2,106],"123":[2,106],"124":[2,106],"126":[2,106],"127":[2,106],"130":[2,106],"131":[2,106],"132":[2,106],"133":[2,106],"134":[2,106],"135":[2,106]},{"1":[2,107],"6":[2,107],"27":[2,107],"28":[2,107],"29":141,"30":[1,71],"49":[2,107],"54":[2,107],"57":[2,107],"64":[2,107],"65":[2,107],"66":[2,107],"68":[2,107],"69":[2,107],"70":[2,107],"71":[2,107],"74":[2,107],"80":[2,107],"81":[2,107],"82":[2,107],"87":[2,107],"96":[2,107],"98":[2,107],"99":[2,107],"100":[2,107],"107":[2,107],"111":[2,107],"112":[2,107],"123":[2,107],"124":[2,107],"126":[2,107],"127":[2,107],"130":[2,107],"131":[2,107],"132":[2,107],"133":[2,107],"134":[2,107],"135":[2,107]},{"27":[2,50]},{"27":[2,51]},{"1":[2,65],"6":[2,65],"27":[2,65],"28":[2,65],"39":[2,65],"49":[2,65],"54":[2,65],"57":[2,65],"64":[2,65],"65":[2,65],"66":[2,65],"68":[2,65],"69":[2,65],"70":[2,65],"71":[2,65],"74":[2,65],"76":[2,65],"80":[2,65],"81":[2,65],"82":[2,65],"87":[2,65],"96":[2,65],"98":[2,65],"99":[2,65],"100":[2,65],"107":[2,65],"111":[2,65],"112":[2,65],"123":[2,65],"124":[2,65],"126":[2,65],"127":[2,65],"128":[2,65],"129":[2,65],"130":[2,65],"131":[2,65],"132":[2,65],"133":[2,65],"134":[2,65],"135":[2,65],"136":[2,65]},{"1":[2,68],"6":[2,68],"27":[2,68],"28":[2,68],"39":[2,68],"49":[2,68],"54":[2,68],"57":[2,68],"64":[2,68],"65":[2,68],"66":[2,68],"68":[2,68],"69":[2,68],"70":[2,68],"71":[2,68],"74":[2,68],"76":[2,68],"80":[2,68],"81":[2,68],"82":[2,68],"87":[2,68],"96":[2,68],"98":[2,68],"99":[2,68],"100":[2,68],"107":[2,68],"111":[2,68],"112":[2,68],"123":[2,68],"124":[2,68],"126":[2,68],"127":[2,68],"128":[2,68],"129":[2,68],"130":[2,68],"131":[2,68],"132":[2,68],"133":[2,68],"134":[2,68],"135":[2,68],"136":[2,68]},{"8":142,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":143,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":144,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":145,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"5":146,"8":147,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,5],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"29":149,"30":[1,71],"58":151,"59":152,"72":[1,68],"86":[1,67],"104":148,"113":[1,150]},{"8":157,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,156],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"60":158,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"83":154,"84":[1,55],"85":[1,56],"86":[1,67],"87":[1,153],"88":155,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"6":[2,85],"15":162,"27":[2,85],"29":163,"30":[1,71],"31":164,"32":[1,69],"33":[1,70],"40":160,"41":161,"43":165,"44":166,"46":[1,47],"54":[2,85],"73":159,"74":[2,85],"85":[1,114],"95":[1,54]},{"1":[2,29],"6":[2,29],"27":[2,29],"28":[2,29],"42":[2,29],"49":[2,29],"54":[2,29],"57":[2,29],"64":[2,29],"65":[2,29],"66":[2,29],"68":[2,29],"69":[2,29],"70":[2,29],"71":[2,29],"74":[2,29],"80":[2,29],"81":[2,29],"82":[2,29],"87":[2,29],"96":[2,29],"98":[2,29],"99":[2,29],"100":[2,29],"107":[2,29],"111":[2,29],"112":[2,29],"123":[2,29],"124":[2,29],"126":[2,29],"127":[2,29],"130":[2,29],"131":[2,29],"132":[2,29],"133":[2,29],"134":[2,29],"135":[2,29]},{"1":[2,30],"6":[2,30],"27":[2,30],"28":[2,30],"42":[2,30],"49":[2,30],"54":[2,30],"57":[2,30],"64":[2,30],"65":[2,30],"66":[2,30],"68":[2,30],"69":[2,30],"70":[2,30],"71":[2,30],"74":[2,30],"80":[2,30],"81":[2,30],"82":[2,30],"87":[2,30],"96":[2,30],"98":[2,30],"99":[2,30],"100":[2,30],"107":[2,30],"111":[2,30],"112":[2,30],"123":[2,30],"124":[2,30],"126":[2,30],"127":[2,30],"130":[2,30],"131":[2,30],"132":[2,30],"133":[2,30],"134":[2,30],"135":[2,30]},{"1":[2,28],"6":[2,28],"27":[2,28],"28":[2,28],"39":[2,28],"42":[2,28],"49":[2,28],"54":[2,28],"57":[2,28],"64":[2,28],"65":[2,28],"66":[2,28],"68":[2,28],"69":[2,28],"70":[2,28],"71":[2,28],"74":[2,28],"76":[2,28],"80":[2,28],"81":[2,28],"82":[2,28],"87":[2,28],"96":[2,28],"98":[2,28],"99":[2,28],"100":[2,28],"106":[2,28],"107":[2,28],"109":[2,28],"111":[2,28],"112":[2,28],"114":[2,28],"123":[2,28],"124":[2,28],"126":[2,28],"127":[2,28],"128":[2,28],"129":[2,28],"130":[2,28],"131":[2,28],"132":[2,28],"133":[2,28],"134":[2,28],"135":[2,28],"136":[2,28]},{"1":[2,6],"6":[2,6],"7":167,"8":6,"9":7,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"28":[2,6],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,3]},{"6":[1,72],"28":[1,168]},{"1":[2,27],"6":[2,27],"27":[2,27],"28":[2,27],"49":[2,27],"54":[2,27],"57":[2,27],"69":[2,27],"74":[2,27],"82":[2,27],"87":[2,27],"92":[2,27],"93":[2,27],"96":[2,27],"98":[2,27],"99":[2,27],"100":[2,27],"107":[2,27],"111":[2,27],"112":[2,27],"117":[2,27],"119":[2,27],"123":[2,27],"124":[2,27],"126":[2,27],"127":[2,27],"130":[2,27],"131":[2,27],"132":[2,27],"133":[2,27],"134":[2,27],"135":[2,27]},{"1":[2,184],"6":[2,184],"27":[2,184],"28":[2,184],"49":[2,184],"54":[2,184],"57":[2,184],"69":[2,184],"74":[2,184],"82":[2,184],"87":[2,184],"96":[2,184],"98":[2,184],"99":[2,184],"100":[2,184],"107":[2,184],"111":[2,184],"112":[2,184],"123":[2,184],"124":[2,184],"126":[2,184],"127":[2,184],"130":[2,184],"131":[2,184],"132":[2,184],"133":[2,184],"134":[2,184],"135":[2,184]},{"8":169,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":170,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":171,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":172,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":173,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":174,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":175,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":176,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":177,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,133],"6":[2,133],"27":[2,133],"28":[2,133],"49":[2,133],"54":[2,133],"57":[2,133],"69":[2,133],"74":[2,133],"82":[2,133],"87":[2,133],"96":[2,133],"98":[2,133],"99":[2,133],"100":[2,133],"107":[2,133],"111":[2,133],"112":[2,133],"123":[2,133],"124":[2,133],"126":[2,133],"127":[2,133],"130":[2,133],"131":[2,133],"132":[2,133],"133":[2,133],"134":[2,133],"135":[2,133]},{"1":[2,138],"6":[2,138],"27":[2,138],"28":[2,138],"49":[2,138],"54":[2,138],"57":[2,138],"69":[2,138],"74":[2,138],"82":[2,138],"87":[2,138],"96":[2,138],"98":[2,138],"99":[2,138],"100":[2,138],"107":[2,138],"111":[2,138],"112":[2,138],"123":[2,138],"124":[2,138],"126":[2,138],"127":[2,138],"130":[2,138],"131":[2,138],"132":[2,138],"133":[2,138],"134":[2,138],"135":[2,138]},{"8":178,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":179,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,132],"6":[2,132],"27":[2,132],"28":[2,132],"49":[2,132],"54":[2,132],"57":[2,132],"69":[2,132],"74":[2,132],"82":[2,132],"87":[2,132],"96":[2,132],"98":[2,132],"99":[2,132],"100":[2,132],"107":[2,132],"111":[2,132],"112":[2,132],"123":[2,132],"124":[2,132],"126":[2,132],"127":[2,132],"130":[2,132],"131":[2,132],"132":[2,132],"133":[2,132],"134":[2,132],"135":[2,132]},{"1":[2,137],"6":[2,137],"27":[2,137],"28":[2,137],"49":[2,137],"54":[2,137],"57":[2,137],"69":[2,137],"74":[2,137],"82":[2,137],"87":[2,137],"96":[2,137],"98":[2,137],"99":[2,137],"100":[2,137],"107":[2,137],"111":[2,137],"112":[2,137],"123":[2,137],"124":[2,137],"126":[2,137],"127":[2,137],"130":[2,137],"131":[2,137],"132":[2,137],"133":[2,137],"134":[2,137],"135":[2,137]},{"78":180,"81":[1,106]},{"1":[2,66],"6":[2,66],"27":[2,66],"28":[2,66],"39":[2,66],"49":[2,66],"54":[2,66],"57":[2,66],"64":[2,66],"65":[2,66],"66":[2,66],"68":[2,66],"69":[2,66],"70":[2,66],"71":[2,66],"74":[2,66],"76":[2,66],"80":[2,66],"81":[2,66],"82":[2,66],"87":[2,66],"96":[2,66],"98":[2,66],"99":[2,66],"100":[2,66],"107":[2,66],"111":[2,66],"112":[2,66],"123":[2,66],"124":[2,66],"126":[2,66],"127":[2,66],"128":[2,66],"129":[2,66],"130":[2,66],"131":[2,66],"132":[2,66],"133":[2,66],"134":[2,66],"135":[2,66],"136":[2,66]},{"81":[2,103]},{"29":181,"30":[1,71]},{"29":182,"30":[1,71]},{"1":[2,79],"6":[2,79],"27":[2,79],"28":[2,79],"29":183,"30":[1,71],"39":[2,79],"49":[2,79],"54":[2,79],"57":[2,79],"64":[2,79],"65":[2,79],"66":[2,79],"68":[2,79],"69":[2,79],"70":[2,79],"71":[2,79],"74":[2,79],"76":[2,79],"80":[2,79],"81":[2,79],"82":[2,79],"87":[2,79],"96":[2,79],"98":[2,79],"99":[2,79],"100":[2,79],"107":[2,79],"111":[2,79],"112":[2,79],"123":[2,79],"124":[2,79],"126":[2,79],"127":[2,79],"128":[2,79],"129":[2,79],"130":[2,79],"131":[2,79],"132":[2,79],"133":[2,79],"134":[2,79],"135":[2,79],"136":[2,79]},{"1":[2,80],"6":[2,80],"27":[2,80],"28":[2,80],"39":[2,80],"49":[2,80],"54":[2,80],"57":[2,80],"64":[2,80],"65":[2,80],"66":[2,80],"68":[2,80],"69":[2,80],"70":[2,80],"71":[2,80],"74":[2,80],"76":[2,80],"80":[2,80],"81":[2,80],"82":[2,80],"87":[2,80],"96":[2,80],"98":[2,80],"99":[2,80],"100":[2,80],"107":[2,80],"111":[2,80],"112":[2,80],"123":[2,80],"124":[2,80],"126":[2,80],"127":[2,80],"128":[2,80],"129":[2,80],"130":[2,80],"131":[2,80],"132":[2,80],"133":[2,80],"134":[2,80],"135":[2,80],"136":[2,80]},{"8":184,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"67":185,"68":[1,99],"70":[1,100],"71":[1,101]},{"67":186,"68":[1,99],"70":[1,100],"71":[1,101]},{"78":187,"81":[1,106]},{"1":[2,67],"6":[2,67],"27":[2,67],"28":[2,67],"39":[2,67],"49":[2,67],"54":[2,67],"57":[2,67],"64":[2,67],"65":[2,67],"66":[2,67],"68":[2,67],"69":[2,67],"70":[2,67],"71":[2,67],"74":[2,67],"76":[2,67],"80":[2,67],"81":[2,67],"82":[2,67],"87":[2,67],"96":[2,67],"98":[2,67],"99":[2,67],"100":[2,67],"107":[2,67],"111":[2,67],"112":[2,67],"123":[2,67],"124":[2,67],"126":[2,67],"127":[2,67],"128":[2,67],"129":[2,67],"130":[2,67],"131":[2,67],"132":[2,67],"133":[2,67],"134":[2,67],"135":[2,67],"136":[2,67]},{"8":188,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,189],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,101],"6":[2,101],"27":[2,101],"28":[2,101],"49":[2,101],"54":[2,101],"57":[2,101],"64":[2,101],"65":[2,101],"66":[2,101],"68":[2,101],"69":[2,101],"70":[2,101],"71":[2,101],"74":[2,101],"80":[2,101],"81":[2,101],"82":[2,101],"87":[2,101],"96":[2,101],"98":[2,101],"99":[2,101],"100":[2,101],"107":[2,101],"111":[2,101],"112":[2,101],"123":[2,101],"124":[2,101],"126":[2,101],"127":[2,101],"130":[2,101],"131":[2,101],"132":[2,101],"133":[2,101],"134":[2,101],"135":[2,101]},{"8":157,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,156],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"60":158,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"82":[1,190],"83":191,"84":[1,55],"85":[1,56],"86":[1,67],"88":155,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"49":[1,192],"54":[1,193]},{"49":[2,55],"54":[2,55]},{"39":[1,195],"49":[2,57],"54":[2,57],"57":[1,194]},{"39":[2,60],"49":[2,60],"54":[2,60],"57":[2,60]},{"39":[2,61],"49":[2,61],"54":[2,61],"57":[2,61]},{"39":[2,62],"49":[2,62],"54":[2,62],"57":[2,62]},{"39":[2,63],"49":[2,63],"54":[2,63],"57":[2,63]},{"29":141,"30":[1,71]},{"1":[2,49],"6":[2,49],"27":[2,49],"28":[2,49],"49":[2,49],"54":[2,49],"57":[2,49],"69":[2,49],"74":[2,49],"82":[2,49],"87":[2,49],"96":[2,49],"98":[2,49],"99":[2,49],"100":[2,49],"107":[2,49],"111":[2,49],"112":[2,49],"123":[2,49],"124":[2,49],"126":[2,49],"127":[2,49],"130":[2,49],"131":[2,49],"132":[2,49],"133":[2,49],"134":[2,49],"135":[2,49]},{"1":[2,177],"6":[2,177],"27":[2,177],"28":[2,177],"49":[2,177],"54":[2,177],"57":[2,177],"69":[2,177],"74":[2,177],"82":[2,177],"87":[2,177],"96":[2,177],"97":86,"98":[2,177],"99":[2,177],"100":[2,177],"103":87,"107":[2,177],"111":[2,177],"112":[2,177],"123":[2,177],"124":[2,177],"126":[2,177],"127":[2,177],"130":[1,76],"131":[2,177],"132":[2,177],"133":[2,177],"134":[2,177],"135":[2,177]},{"97":90,"98":[1,63],"100":[1,64],"103":91,"112":[1,66],"123":[1,88],"124":[1,89]},{"1":[2,178],"6":[2,178],"27":[2,178],"28":[2,178],"49":[2,178],"54":[2,178],"57":[2,178],"69":[2,178],"74":[2,178],"82":[2,178],"87":[2,178],"96":[2,178],"97":86,"98":[2,178],"99":[2,178],"100":[2,178],"103":87,"107":[2,178],"111":[2,178],"112":[2,178],"123":[2,178],"124":[2,178],"126":[2,178],"127":[2,178],"130":[1,76],"131":[2,178],"132":[2,178],"133":[2,178],"134":[2,178],"135":[2,178]},{"1":[2,179],"6":[2,179],"27":[2,179],"28":[2,179],"49":[2,179],"54":[2,179],"57":[2,179],"69":[2,179],"74":[2,179],"82":[2,179],"87":[2,179],"96":[2,179],"97":86,"98":[2,179],"99":[2,179],"100":[2,179],"103":87,"107":[2,179],"111":[2,179],"112":[2,179],"123":[2,179],"124":[2,179],"126":[2,179],"127":[2,179],"130":[1,76],"131":[2,179],"132":[2,179],"133":[2,179],"134":[2,179],"135":[2,179]},{"1":[2,180],"6":[2,180],"27":[2,180],"28":[2,180],"49":[2,180],"54":[2,180],"57":[2,180],"64":[2,69],"65":[2,69],"66":[2,69],"68":[2,69],"69":[2,180],"70":[2,69],"71":[2,69],"74":[2,180],"80":[2,69],"81":[2,69],"82":[2,180],"87":[2,180],"96":[2,180],"98":[2,180],"99":[2,180],"100":[2,180],"107":[2,180],"111":[2,180],"112":[2,180],"123":[2,180],"124":[2,180],"126":[2,180],"127":[2,180],"130":[2,180],"131":[2,180],"132":[2,180],"133":[2,180],"134":[2,180],"135":[2,180]},{"62":93,"64":[1,95],"65":[1,96],"66":[1,97],"67":98,"68":[1,99],"70":[1,100],"71":[1,101],"77":92,"80":[1,94],"81":[2,102]},{"62":103,"64":[1,95],"65":[1,96],"66":[1,97],"67":98,"68":[1,99],"70":[1,100],"71":[1,101],"77":102,"80":[1,94],"81":[2,102]},{"1":[2,72],"6":[2,72],"27":[2,72],"28":[2,72],"49":[2,72],"54":[2,72],"57":[2,72],"64":[2,72],"65":[2,72],"66":[2,72],"68":[2,72],"69":[2,72],"70":[2,72],"71":[2,72],"74":[2,72],"80":[2,72],"81":[2,72],"82":[2,72],"87":[2,72],"96":[2,72],"98":[2,72],"99":[2,72],"100":[2,72],"107":[2,72],"111":[2,72],"112":[2,72],"123":[2,72],"124":[2,72],"126":[2,72],"127":[2,72],"130":[2,72],"131":[2,72],"132":[2,72],"133":[2,72],"134":[2,72],"135":[2,72]},{"1":[2,181],"6":[2,181],"27":[2,181],"28":[2,181],"49":[2,181],"54":[2,181],"57":[2,181],"64":[2,69],"65":[2,69],"66":[2,69],"68":[2,69],"69":[2,181],"70":[2,69],"71":[2,69],"74":[2,181],"80":[2,69],"81":[2,69],"82":[2,181],"87":[2,181],"96":[2,181],"98":[2,181],"99":[2,181],"100":[2,181],"107":[2,181],"111":[2,181],"112":[2,181],"123":[2,181],"124":[2,181],"126":[2,181],"127":[2,181],"130":[2,181],"131":[2,181],"132":[2,181],"133":[2,181],"134":[2,181],"135":[2,181]},{"1":[2,182],"6":[2,182],"27":[2,182],"28":[2,182],"49":[2,182],"54":[2,182],"57":[2,182],"69":[2,182],"74":[2,182],"82":[2,182],"87":[2,182],"96":[2,182],"98":[2,182],"99":[2,182],"100":[2,182],"107":[2,182],"111":[2,182],"112":[2,182],"123":[2,182],"124":[2,182],"126":[2,182],"127":[2,182],"130":[2,182],"131":[2,182],"132":[2,182],"133":[2,182],"134":[2,182],"135":[2,182]},{"1":[2,183],"6":[2,183],"27":[2,183],"28":[2,183],"49":[2,183],"54":[2,183],"57":[2,183],"69":[2,183],"74":[2,183],"82":[2,183],"87":[2,183],"96":[2,183],"98":[2,183],"99":[2,183],"100":[2,183],"107":[2,183],"111":[2,183],"112":[2,183],"123":[2,183],"124":[2,183],"126":[2,183],"127":[2,183],"130":[2,183],"131":[2,183],"132":[2,183],"133":[2,183],"134":[2,183],"135":[2,183]},{"8":196,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,197],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":198,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"5":200,"27":[1,5],"121":[1,199]},{"1":[2,120],"6":[2,120],"27":[2,120],"28":[2,120],"49":[2,120],"54":[2,120],"57":[2,120],"69":[2,120],"74":[2,120],"82":[2,120],"87":[2,120],"91":201,"92":[1,202],"93":[1,203],"96":[2,120],"98":[2,120],"99":[2,120],"100":[2,120],"107":[2,120],"111":[2,120],"112":[2,120],"123":[2,120],"124":[2,120],"126":[2,120],"127":[2,120],"130":[2,120],"131":[2,120],"132":[2,120],"133":[2,120],"134":[2,120],"135":[2,120]},{"1":[2,131],"6":[2,131],"27":[2,131],"28":[2,131],"49":[2,131],"54":[2,131],"57":[2,131],"69":[2,131],"74":[2,131],"82":[2,131],"87":[2,131],"96":[2,131],"98":[2,131],"99":[2,131],"100":[2,131],"107":[2,131],"111":[2,131],"112":[2,131],"123":[2,131],"124":[2,131],"126":[2,131],"127":[2,131],"130":[2,131],"131":[2,131],"132":[2,131],"133":[2,131],"134":[2,131],"135":[2,131]},{"1":[2,139],"6":[2,139],"27":[2,139],"28":[2,139],"49":[2,139],"54":[2,139],"57":[2,139],"69":[2,139],"74":[2,139],"82":[2,139],"87":[2,139],"96":[2,139],"98":[2,139],"99":[2,139],"100":[2,139],"107":[2,139],"111":[2,139],"112":[2,139],"123":[2,139],"124":[2,139],"126":[2,139],"127":[2,139],"130":[2,139],"131":[2,139],"132":[2,139],"133":[2,139],"134":[2,139],"135":[2,139]},{"27":[1,204],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"116":205,"118":206,"119":[1,207]},{"1":[2,91],"6":[2,91],"27":[2,91],"28":[2,91],"49":[2,91],"54":[2,91],"57":[2,91],"69":[2,91],"74":[2,91],"82":[2,91],"87":[2,91],"96":[2,91],"98":[2,91],"99":[2,91],"100":[2,91],"107":[2,91],"111":[2,91],"112":[2,91],"123":[2,91],"124":[2,91],"126":[2,91],"127":[2,91],"130":[2,91],"131":[2,91],"132":[2,91],"133":[2,91],"134":[2,91],"135":[2,91]},{"16":208,"17":122,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":123,"43":27,"44":60,"58":48,"59":49,"61":209,"63":28,"72":[1,68],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"95":[1,54]},{"1":[2,94],"5":210,"6":[2,94],"27":[1,5],"28":[2,94],"49":[2,94],"54":[2,94],"57":[2,94],"64":[2,69],"65":[2,69],"66":[2,69],"68":[2,69],"69":[2,94],"70":[2,69],"71":[2,69],"74":[2,94],"76":[1,211],"80":[2,69],"81":[2,69],"82":[2,94],"87":[2,94],"96":[2,94],"98":[2,94],"99":[2,94],"100":[2,94],"107":[2,94],"111":[2,94],"112":[2,94],"123":[2,94],"124":[2,94],"126":[2,94],"127":[2,94],"130":[2,94],"131":[2,94],"132":[2,94],"133":[2,94],"134":[2,94],"135":[2,94]},{"1":[2,45],"6":[2,45],"28":[2,45],"97":86,"98":[2,45],"100":[2,45],"103":87,"112":[2,45],"123":[2,45],"124":[2,45],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,125],"6":[2,125],"28":[2,125],"97":86,"98":[2,125],"100":[2,125],"103":87,"112":[2,125],"123":[2,125],"124":[2,125],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"96":[1,212],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,108],"6":[2,108],"27":[2,108],"28":[2,108],"39":[2,108],"42":[2,108],"49":[2,108],"54":[2,108],"57":[2,108],"64":[2,108],"65":[2,108],"66":[2,108],"68":[2,108],"69":[2,108],"70":[2,108],"71":[2,108],"74":[2,108],"76":[2,108],"80":[2,108],"81":[2,108],"82":[2,108],"87":[2,108],"96":[2,108],"98":[2,108],"99":[2,108],"100":[2,108],"107":[2,108],"111":[2,108],"112":[2,108],"123":[2,108],"124":[2,108],"126":[2,108],"127":[2,108],"128":[2,108],"129":[2,108],"130":[2,108],"131":[2,108],"132":[2,108],"133":[2,108],"134":[2,108],"135":[2,108],"136":[2,108]},{"5":213,"27":[1,5],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"5":214,"27":[1,5],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,127],"6":[2,127],"27":[2,127],"28":[2,127],"49":[2,127],"54":[2,127],"57":[2,127],"69":[2,127],"74":[2,127],"82":[2,127],"87":[2,127],"96":[2,127],"97":86,"98":[1,63],"99":[1,215],"100":[1,64],"103":87,"107":[2,127],"111":[2,127],"112":[1,66],"123":[2,127],"124":[2,127],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,129],"6":[2,129],"27":[2,129],"28":[2,129],"49":[2,129],"54":[2,129],"57":[2,129],"69":[2,129],"74":[2,129],"82":[2,129],"87":[2,129],"96":[2,129],"97":86,"98":[1,63],"99":[1,216],"100":[1,64],"103":87,"107":[2,129],"111":[2,129],"112":[1,66],"123":[2,129],"124":[2,129],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,135],"6":[2,135],"27":[2,135],"28":[2,135],"49":[2,135],"54":[2,135],"57":[2,135],"69":[2,135],"74":[2,135],"82":[2,135],"87":[2,135],"96":[2,135],"98":[2,135],"99":[2,135],"100":[2,135],"107":[2,135],"111":[2,135],"112":[2,135],"123":[2,135],"124":[2,135],"126":[2,135],"127":[2,135],"130":[2,135],"131":[2,135],"132":[2,135],"133":[2,135],"134":[2,135],"135":[2,135]},{"1":[2,136],"6":[2,136],"27":[2,136],"28":[2,136],"49":[2,136],"54":[2,136],"57":[2,136],"69":[2,136],"74":[2,136],"82":[2,136],"87":[2,136],"96":[2,136],"97":86,"98":[1,63],"99":[2,136],"100":[1,64],"103":87,"107":[2,136],"111":[2,136],"112":[1,66],"123":[2,136],"124":[2,136],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"54":[1,218],"105":217,"106":[1,219]},{"54":[2,140],"106":[2,140],"108":220,"109":[1,222],"114":[1,221]},{"29":223,"30":[1,71]},{"54":[2,141],"106":[2,141],"109":[2,141]},{"54":[2,142],"106":[2,142],"109":[2,142]},{"1":[2,109],"6":[2,109],"27":[2,109],"28":[2,109],"39":[2,109],"49":[2,109],"54":[2,109],"57":[2,109],"64":[2,109],"65":[2,109],"66":[2,109],"68":[2,109],"69":[2,109],"70":[2,109],"71":[2,109],"74":[2,109],"80":[2,109],"81":[2,109],"82":[2,109],"87":[2,109],"96":[2,109],"98":[2,109],"99":[2,109],"100":[2,109],"106":[2,109],"107":[2,109],"109":[2,109],"111":[2,109],"112":[2,109],"123":[2,109],"124":[2,109],"126":[2,109],"127":[2,109],"130":[2,109],"131":[2,109],"132":[2,109],"133":[2,109],"134":[2,109],"135":[2,109]},{"6":[2,52],"27":[2,52],"53":224,"54":[1,225],"87":[2,52]},{"6":[2,111],"27":[2,111],"28":[2,111],"54":[2,111],"82":[2,111],"87":[2,111]},{"8":157,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,156],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"60":158,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"83":226,"84":[1,55],"85":[1,56],"86":[1,67],"88":155,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"6":[2,116],"27":[2,116],"28":[2,116],"54":[2,116],"57":[1,227],"82":[2,116],"87":[2,116],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"6":[2,117],"27":[2,117],"28":[2,117],"54":[2,117],"82":[2,117],"87":[2,117]},{"6":[2,52],"27":[2,52],"53":228,"54":[1,229],"74":[2,52]},{"6":[2,86],"27":[2,86],"28":[2,86],"54":[2,86],"74":[2,86]},{"6":[2,37],"27":[2,37],"28":[2,37],"42":[1,230],"54":[2,37],"74":[2,37]},{"6":[2,40],"27":[2,40],"28":[2,40],"54":[2,40],"74":[2,40]},{"6":[2,41],"27":[2,41],"28":[2,41],"42":[2,41],"54":[2,41],"74":[2,41]},{"6":[2,42],"27":[2,42],"28":[2,42],"42":[2,42],"54":[2,42],"74":[2,42]},{"6":[2,43],"27":[2,43],"28":[2,43],"42":[2,43],"54":[2,43],"74":[2,43]},{"6":[2,44],"27":[2,44],"28":[2,44],"42":[2,44],"54":[2,44],"74":[2,44]},{"1":[2,5],"6":[2,5],"28":[2,5]},{"1":[2,26],"6":[2,26],"27":[2,26],"28":[2,26],"49":[2,26],"54":[2,26],"57":[2,26],"69":[2,26],"74":[2,26],"82":[2,26],"87":[2,26],"92":[2,26],"93":[2,26],"96":[2,26],"98":[2,26],"99":[2,26],"100":[2,26],"107":[2,26],"111":[2,26],"112":[2,26],"117":[2,26],"119":[2,26],"123":[2,26],"124":[2,26],"126":[2,26],"127":[2,26],"130":[2,26],"131":[2,26],"132":[2,26],"133":[2,26],"134":[2,26],"135":[2,26]},{"1":[2,185],"6":[2,185],"27":[2,185],"28":[2,185],"49":[2,185],"54":[2,185],"57":[2,185],"69":[2,185],"74":[2,185],"82":[2,185],"87":[2,185],"96":[2,185],"97":86,"98":[2,185],"99":[2,185],"100":[2,185],"103":87,"107":[2,185],"111":[2,185],"112":[2,185],"123":[2,185],"124":[2,185],"126":[2,185],"127":[2,185],"130":[1,76],"131":[1,79],"132":[2,185],"133":[2,185],"134":[2,185],"135":[2,185]},{"1":[2,186],"6":[2,186],"27":[2,186],"28":[2,186],"49":[2,186],"54":[2,186],"57":[2,186],"69":[2,186],"74":[2,186],"82":[2,186],"87":[2,186],"96":[2,186],"97":86,"98":[2,186],"99":[2,186],"100":[2,186],"103":87,"107":[2,186],"111":[2,186],"112":[2,186],"123":[2,186],"124":[2,186],"126":[2,186],"127":[2,186],"130":[1,76],"131":[1,79],"132":[2,186],"133":[2,186],"134":[2,186],"135":[2,186]},{"1":[2,187],"6":[2,187],"27":[2,187],"28":[2,187],"49":[2,187],"54":[2,187],"57":[2,187],"69":[2,187],"74":[2,187],"82":[2,187],"87":[2,187],"96":[2,187],"97":86,"98":[2,187],"99":[2,187],"100":[2,187],"103":87,"107":[2,187],"111":[2,187],"112":[2,187],"123":[2,187],"124":[2,187],"126":[2,187],"127":[2,187],"130":[1,76],"131":[2,187],"132":[2,187],"133":[2,187],"134":[2,187],"135":[2,187]},{"1":[2,188],"6":[2,188],"27":[2,188],"28":[2,188],"49":[2,188],"54":[2,188],"57":[2,188],"69":[2,188],"74":[2,188],"82":[2,188],"87":[2,188],"96":[2,188],"97":86,"98":[2,188],"99":[2,188],"100":[2,188],"103":87,"107":[2,188],"111":[2,188],"112":[2,188],"123":[2,188],"124":[2,188],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[2,188],"133":[2,188],"134":[2,188],"135":[2,188]},{"1":[2,189],"6":[2,189],"27":[2,189],"28":[2,189],"49":[2,189],"54":[2,189],"57":[2,189],"69":[2,189],"74":[2,189],"82":[2,189],"87":[2,189],"96":[2,189],"97":86,"98":[2,189],"99":[2,189],"100":[2,189],"103":87,"107":[2,189],"111":[2,189],"112":[2,189],"123":[2,189],"124":[2,189],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[2,189],"134":[2,189],"135":[1,83]},{"1":[2,190],"6":[2,190],"27":[2,190],"28":[2,190],"49":[2,190],"54":[2,190],"57":[2,190],"69":[2,190],"74":[2,190],"82":[2,190],"87":[2,190],"96":[2,190],"97":86,"98":[2,190],"99":[2,190],"100":[2,190],"103":87,"107":[2,190],"111":[2,190],"112":[2,190],"123":[2,190],"124":[2,190],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[2,190],"135":[1,83]},{"1":[2,191],"6":[2,191],"27":[2,191],"28":[2,191],"49":[2,191],"54":[2,191],"57":[2,191],"69":[2,191],"74":[2,191],"82":[2,191],"87":[2,191],"96":[2,191],"97":86,"98":[2,191],"99":[2,191],"100":[2,191],"103":87,"107":[2,191],"111":[2,191],"112":[2,191],"123":[2,191],"124":[2,191],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[2,191],"134":[2,191],"135":[2,191]},{"1":[2,174],"6":[2,174],"27":[2,174],"28":[2,174],"49":[2,174],"54":[2,174],"57":[2,174],"69":[2,174],"74":[2,174],"82":[2,174],"87":[2,174],"96":[2,174],"97":86,"98":[1,63],"99":[2,174],"100":[1,64],"103":87,"107":[2,174],"111":[2,174],"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,176],"6":[2,176],"27":[2,176],"28":[2,176],"49":[2,176],"54":[2,176],"57":[2,176],"69":[2,176],"74":[2,176],"82":[2,176],"87":[2,176],"96":[2,176],"97":86,"98":[1,63],"99":[2,176],"100":[1,64],"103":87,"107":[2,176],"111":[2,176],"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,173],"6":[2,173],"27":[2,173],"28":[2,173],"49":[2,173],"54":[2,173],"57":[2,173],"69":[2,173],"74":[2,173],"82":[2,173],"87":[2,173],"96":[2,173],"97":86,"98":[1,63],"99":[2,173],"100":[1,64],"103":87,"107":[2,173],"111":[2,173],"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,175],"6":[2,175],"27":[2,175],"28":[2,175],"49":[2,175],"54":[2,175],"57":[2,175],"69":[2,175],"74":[2,175],"82":[2,175],"87":[2,175],"96":[2,175],"97":86,"98":[1,63],"99":[2,175],"100":[1,64],"103":87,"107":[2,175],"111":[2,175],"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,98],"6":[2,98],"27":[2,98],"28":[2,98],"49":[2,98],"54":[2,98],"57":[2,98],"64":[2,98],"65":[2,98],"66":[2,98],"68":[2,98],"69":[2,98],"70":[2,98],"71":[2,98],"74":[2,98],"80":[2,98],"81":[2,98],"82":[2,98],"87":[2,98],"96":[2,98],"98":[2,98],"99":[2,98],"100":[2,98],"107":[2,98],"111":[2,98],"112":[2,98],"123":[2,98],"124":[2,98],"126":[2,98],"127":[2,98],"130":[2,98],"131":[2,98],"132":[2,98],"133":[2,98],"134":[2,98],"135":[2,98]},{"1":[2,76],"6":[2,76],"27":[2,76],"28":[2,76],"39":[2,76],"49":[2,76],"54":[2,76],"57":[2,76],"64":[2,76],"65":[2,76],"66":[2,76],"68":[2,76],"69":[2,76],"70":[2,76],"71":[2,76],"74":[2,76],"76":[2,76],"80":[2,76],"81":[2,76],"82":[2,76],"87":[2,76],"96":[2,76],"98":[2,76],"99":[2,76],"100":[2,76],"107":[2,76],"111":[2,76],"112":[2,76],"123":[2,76],"124":[2,76],"126":[2,76],"127":[2,76],"128":[2,76],"129":[2,76],"130":[2,76],"131":[2,76],"132":[2,76],"133":[2,76],"134":[2,76],"135":[2,76],"136":[2,76]},{"1":[2,77],"6":[2,77],"27":[2,77],"28":[2,77],"39":[2,77],"49":[2,77],"54":[2,77],"57":[2,77],"64":[2,77],"65":[2,77],"66":[2,77],"68":[2,77],"69":[2,77],"70":[2,77],"71":[2,77],"74":[2,77],"76":[2,77],"80":[2,77],"81":[2,77],"82":[2,77],"87":[2,77],"96":[2,77],"98":[2,77],"99":[2,77],"100":[2,77],"107":[2,77],"111":[2,77],"112":[2,77],"123":[2,77],"124":[2,77],"126":[2,77],"127":[2,77],"128":[2,77],"129":[2,77],"130":[2,77],"131":[2,77],"132":[2,77],"133":[2,77],"134":[2,77],"135":[2,77],"136":[2,77]},{"1":[2,78],"6":[2,78],"27":[2,78],"28":[2,78],"39":[2,78],"49":[2,78],"54":[2,78],"57":[2,78],"64":[2,78],"65":[2,78],"66":[2,78],"68":[2,78],"69":[2,78],"70":[2,78],"71":[2,78],"74":[2,78],"76":[2,78],"80":[2,78],"81":[2,78],"82":[2,78],"87":[2,78],"96":[2,78],"98":[2,78],"99":[2,78],"100":[2,78],"107":[2,78],"111":[2,78],"112":[2,78],"123":[2,78],"124":[2,78],"126":[2,78],"127":[2,78],"128":[2,78],"129":[2,78],"130":[2,78],"131":[2,78],"132":[2,78],"133":[2,78],"134":[2,78],"135":[2,78],"136":[2,78]},{"69":[1,231],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,82],"6":[2,82],"27":[2,82],"28":[2,82],"39":[2,82],"49":[2,82],"54":[2,82],"57":[2,82],"64":[2,82],"65":[2,82],"66":[2,82],"68":[2,82],"69":[2,82],"70":[2,82],"71":[2,82],"74":[2,82],"76":[2,82],"80":[2,82],"81":[2,82],"82":[2,82],"87":[2,82],"96":[2,82],"98":[2,82],"99":[2,82],"100":[2,82],"107":[2,82],"111":[2,82],"112":[2,82],"123":[2,82],"124":[2,82],"126":[2,82],"127":[2,82],"128":[2,82],"129":[2,82],"130":[2,82],"131":[2,82],"132":[2,82],"133":[2,82],"134":[2,82],"135":[2,82],"136":[2,82]},{"1":[2,83],"6":[2,83],"27":[2,83],"28":[2,83],"39":[2,83],"49":[2,83],"54":[2,83],"57":[2,83],"64":[2,83],"65":[2,83],"66":[2,83],"68":[2,83],"69":[2,83],"70":[2,83],"71":[2,83],"74":[2,83],"76":[2,83],"80":[2,83],"81":[2,83],"82":[2,83],"87":[2,83],"96":[2,83],"98":[2,83],"99":[2,83],"100":[2,83],"107":[2,83],"111":[2,83],"112":[2,83],"123":[2,83],"124":[2,83],"126":[2,83],"127":[2,83],"128":[2,83],"129":[2,83],"130":[2,83],"131":[2,83],"132":[2,83],"133":[2,83],"134":[2,83],"135":[2,83],"136":[2,83]},{"1":[2,99],"6":[2,99],"27":[2,99],"28":[2,99],"49":[2,99],"54":[2,99],"57":[2,99],"64":[2,99],"65":[2,99],"66":[2,99],"68":[2,99],"69":[2,99],"70":[2,99],"71":[2,99],"74":[2,99],"80":[2,99],"81":[2,99],"82":[2,99],"87":[2,99],"96":[2,99],"98":[2,99],"99":[2,99],"100":[2,99],"107":[2,99],"111":[2,99],"112":[2,99],"123":[2,99],"124":[2,99],"126":[2,99],"127":[2,99],"130":[2,99],"131":[2,99],"132":[2,99],"133":[2,99],"134":[2,99],"135":[2,99]},{"1":[2,35],"6":[2,35],"27":[2,35],"28":[2,35],"49":[2,35],"54":[2,35],"57":[2,35],"69":[2,35],"74":[2,35],"82":[2,35],"87":[2,35],"96":[2,35],"97":86,"98":[2,35],"99":[2,35],"100":[2,35],"103":87,"107":[2,35],"111":[2,35],"112":[2,35],"123":[2,35],"124":[2,35],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"8":232,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,104],"6":[2,104],"27":[2,104],"28":[2,104],"49":[2,104],"54":[2,104],"57":[2,104],"64":[2,104],"65":[2,104],"66":[2,104],"68":[2,104],"69":[2,104],"70":[2,104],"71":[2,104],"74":[2,104],"80":[2,104],"81":[2,104],"82":[2,104],"87":[2,104],"96":[2,104],"98":[2,104],"99":[2,104],"100":[2,104],"107":[2,104],"111":[2,104],"112":[2,104],"123":[2,104],"124":[2,104],"126":[2,104],"127":[2,104],"130":[2,104],"131":[2,104],"132":[2,104],"133":[2,104],"134":[2,104],"135":[2,104]},{"6":[2,52],"27":[2,52],"53":233,"54":[1,225],"82":[2,52]},{"50":234,"51":[1,57],"52":[1,58]},{"29":110,"30":[1,71],"44":111,"55":235,"56":109,"58":112,"59":113,"72":[1,68],"85":[1,114],"86":[1,67]},{"49":[2,58],"54":[2,58]},{"8":236,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,192],"6":[2,192],"27":[2,192],"28":[2,192],"49":[2,192],"54":[2,192],"57":[2,192],"69":[2,192],"74":[2,192],"82":[2,192],"87":[2,192],"96":[2,192],"97":86,"98":[2,192],"99":[2,192],"100":[2,192],"103":87,"107":[2,192],"111":[2,192],"112":[2,192],"123":[2,192],"124":[2,192],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"8":237,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,194],"6":[2,194],"27":[2,194],"28":[2,194],"49":[2,194],"54":[2,194],"57":[2,194],"69":[2,194],"74":[2,194],"82":[2,194],"87":[2,194],"96":[2,194],"97":86,"98":[2,194],"99":[2,194],"100":[2,194],"103":87,"107":[2,194],"111":[2,194],"112":[2,194],"123":[2,194],"124":[2,194],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"8":238,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,171],"6":[2,171],"27":[2,171],"28":[2,171],"49":[2,171],"54":[2,171],"57":[2,171],"69":[2,171],"74":[2,171],"82":[2,171],"87":[2,171],"96":[2,171],"98":[2,171],"99":[2,171],"100":[2,171],"107":[2,171],"111":[2,171],"112":[2,171],"117":[2,171],"123":[2,171],"124":[2,171],"126":[2,171],"127":[2,171],"130":[2,171],"131":[2,171],"132":[2,171],"133":[2,171],"134":[2,171],"135":[2,171]},{"1":[2,121],"6":[2,121],"27":[2,121],"28":[2,121],"49":[2,121],"54":[2,121],"57":[2,121],"69":[2,121],"74":[2,121],"82":[2,121],"87":[2,121],"92":[1,239],"96":[2,121],"98":[2,121],"99":[2,121],"100":[2,121],"107":[2,121],"111":[2,121],"112":[2,121],"123":[2,121],"124":[2,121],"126":[2,121],"127":[2,121],"130":[2,121],"131":[2,121],"132":[2,121],"133":[2,121],"134":[2,121],"135":[2,121]},{"5":240,"27":[1,5]},{"29":241,"30":[1,71]},{"116":242,"118":206,"119":[1,207]},{"28":[1,243],"117":[1,244],"118":245,"119":[1,207]},{"28":[2,164],"117":[2,164],"119":[2,164]},{"8":247,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"89":246,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,92],"5":248,"6":[2,92],"27":[1,5],"28":[2,92],"49":[2,92],"54":[2,92],"57":[2,92],"62":93,"64":[1,95],"65":[1,96],"66":[1,97],"67":98,"68":[1,99],"69":[2,92],"70":[1,100],"71":[1,101],"74":[2,92],"77":92,"80":[1,94],"81":[2,102],"82":[2,92],"87":[2,92],"96":[2,92],"98":[2,92],"99":[2,92],"100":[2,92],"107":[2,92],"111":[2,92],"112":[2,92],"123":[2,92],"124":[2,92],"126":[2,92],"127":[2,92],"130":[2,92],"131":[2,92],"132":[2,92],"133":[2,92],"134":[2,92],"135":[2,92]},{"1":[2,69],"6":[2,69],"27":[2,69],"28":[2,69],"49":[2,69],"54":[2,69],"57":[2,69],"64":[2,69],"65":[2,69],"66":[2,69],"68":[2,69],"69":[2,69],"70":[2,69],"71":[2,69],"74":[2,69],"80":[2,69],"81":[2,69],"82":[2,69],"87":[2,69],"96":[2,69],"98":[2,69],"99":[2,69],"100":[2,69],"107":[2,69],"111":[2,69],"112":[2,69],"123":[2,69],"124":[2,69],"126":[2,69],"127":[2,69],"130":[2,69],"131":[2,69],"132":[2,69],"133":[2,69],"134":[2,69],"135":[2,69]},{"1":[2,95],"6":[2,95],"27":[2,95],"28":[2,95],"49":[2,95],"54":[2,95],"57":[2,95],"69":[2,95],"74":[2,95],"82":[2,95],"87":[2,95],"96":[2,95],"98":[2,95],"99":[2,95],"100":[2,95],"107":[2,95],"111":[2,95],"112":[2,95],"123":[2,95],"124":[2,95],"126":[2,95],"127":[2,95],"130":[2,95],"131":[2,95],"132":[2,95],"133":[2,95],"134":[2,95],"135":[2,95]},{"16":249,"17":122,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":123,"43":27,"44":60,"58":48,"59":49,"61":209,"63":28,"72":[1,68],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"95":[1,54]},{"1":[2,126],"6":[2,126],"27":[2,126],"28":[2,126],"42":[2,126],"49":[2,126],"54":[2,126],"57":[2,126],"64":[2,126],"65":[2,126],"66":[2,126],"68":[2,126],"69":[2,126],"70":[2,126],"71":[2,126],"74":[2,126],"80":[2,126],"81":[2,126],"82":[2,126],"87":[2,126],"96":[2,126],"98":[2,126],"99":[2,126],"100":[2,126],"107":[2,126],"111":[2,126],"112":[2,126],"123":[2,126],"124":[2,126],"126":[2,126],"127":[2,126],"130":[2,126],"131":[2,126],"132":[2,126],"133":[2,126],"134":[2,126],"135":[2,126]},{"1":[2,168],"6":[2,168],"27":[2,168],"28":[2,168],"49":[2,168],"54":[2,168],"57":[2,168],"69":[2,168],"74":[2,168],"82":[2,168],"87":[2,168],"96":[2,168],"98":[2,168],"99":[2,168],"100":[2,168],"107":[2,168],"111":[2,168],"112":[2,168],"117":[2,168],"123":[2,168],"124":[2,168],"126":[2,168],"127":[2,168],"130":[2,168],"131":[2,168],"132":[2,168],"133":[2,168],"134":[2,168],"135":[2,168]},{"1":[2,169],"6":[2,169],"27":[2,169],"28":[2,169],"49":[2,169],"54":[2,169],"57":[2,169],"69":[2,169],"74":[2,169],"82":[2,169],"87":[2,169],"96":[2,169],"98":[2,169],"99":[2,169],"100":[2,169],"107":[2,169],"111":[2,169],"112":[2,169],"117":[2,169],"123":[2,169],"124":[2,169],"126":[2,169],"127":[2,169],"130":[2,169],"131":[2,169],"132":[2,169],"133":[2,169],"134":[2,169],"135":[2,169]},{"8":250,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":251,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,153],"6":[2,153],"27":[2,153],"28":[2,153],"49":[2,153],"54":[2,153],"57":[2,153],"69":[2,153],"74":[2,153],"82":[2,153],"87":[2,153],"96":[2,153],"98":[2,153],"99":[2,153],"100":[2,153],"107":[2,153],"111":[2,153],"112":[2,153],"123":[2,153],"124":[2,153],"126":[2,153],"127":[2,153],"130":[2,153],"131":[2,153],"132":[2,153],"133":[2,153],"134":[2,153],"135":[2,153]},{"29":252,"30":[1,71],"58":151,"59":152,"72":[1,68],"86":[1,67],"104":253},{"8":254,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,155],"6":[2,155],"27":[2,155],"28":[2,155],"49":[2,155],"54":[2,155],"57":[2,155],"69":[2,155],"74":[2,155],"82":[2,155],"87":[2,155],"96":[2,155],"98":[2,155],"99":[2,155],"100":[2,155],"107":[2,155],"111":[2,155],"112":[2,155],"123":[2,155],"124":[2,155],"126":[2,155],"127":[2,155],"130":[2,155],"131":[2,155],"132":[2,155],"133":[2,155],"134":[2,155],"135":[2,155]},{"8":255,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":256,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"54":[1,258],"108":257,"109":[1,222]},{"6":[1,260],"27":[1,261],"87":[1,259]},{"6":[2,53],"8":157,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[2,53],"28":[2,53],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"60":158,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"82":[2,53],"84":[1,55],"85":[1,56],"86":[1,67],"87":[2,53],"88":262,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"6":[2,52],"27":[2,52],"28":[2,52],"53":263,"54":[1,225]},{"6":[2,64],"27":[2,64],"28":[2,64],"54":[2,64],"82":[2,64],"87":[2,64]},{"6":[1,265],"27":[1,266],"74":[1,264]},{"6":[2,53],"15":162,"27":[2,53],"28":[2,53],"29":163,"30":[1,71],"31":164,"32":[1,69],"33":[1,70],"40":267,"41":161,"43":165,"44":166,"46":[1,47],"74":[2,53],"85":[1,114],"95":[1,54]},{"8":268,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,269],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,81],"6":[2,81],"27":[2,81],"28":[2,81],"39":[2,81],"49":[2,81],"54":[2,81],"57":[2,81],"64":[2,81],"65":[2,81],"66":[2,81],"68":[2,81],"69":[2,81],"70":[2,81],"71":[2,81],"74":[2,81],"76":[2,81],"80":[2,81],"81":[2,81],"82":[2,81],"87":[2,81],"96":[2,81],"98":[2,81],"99":[2,81],"100":[2,81],"107":[2,81],"111":[2,81],"112":[2,81],"123":[2,81],"124":[2,81],"126":[2,81],"127":[2,81],"128":[2,81],"129":[2,81],"130":[2,81],"131":[2,81],"132":[2,81],"133":[2,81],"134":[2,81],"135":[2,81],"136":[2,81]},{"28":[1,270],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"6":[1,260],"27":[1,261],"82":[1,271]},{"5":272,"27":[1,5]},{"49":[2,56],"54":[2,56]},{"49":[2,59],"54":[2,59],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"28":[1,273],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"5":274,"27":[1,5],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"5":275,"27":[1,5]},{"1":[2,122],"6":[2,122],"27":[2,122],"28":[2,122],"49":[2,122],"54":[2,122],"57":[2,122],"69":[2,122],"74":[2,122],"82":[2,122],"87":[2,122],"96":[2,122],"98":[2,122],"99":[2,122],"100":[2,122],"107":[2,122],"111":[2,122],"112":[2,122],"123":[2,122],"124":[2,122],"126":[2,122],"127":[2,122],"130":[2,122],"131":[2,122],"132":[2,122],"133":[2,122],"134":[2,122],"135":[2,122]},{"5":276,"27":[1,5]},{"28":[1,277],"117":[1,278],"118":245,"119":[1,207]},{"1":[2,162],"6":[2,162],"27":[2,162],"28":[2,162],"49":[2,162],"54":[2,162],"57":[2,162],"69":[2,162],"74":[2,162],"82":[2,162],"87":[2,162],"96":[2,162],"98":[2,162],"99":[2,162],"100":[2,162],"107":[2,162],"111":[2,162],"112":[2,162],"123":[2,162],"124":[2,162],"126":[2,162],"127":[2,162],"130":[2,162],"131":[2,162],"132":[2,162],"133":[2,162],"134":[2,162],"135":[2,162]},{"5":279,"27":[1,5]},{"28":[2,165],"117":[2,165],"119":[2,165]},{"5":280,"27":[1,5],"54":[1,281]},{"27":[2,118],"54":[2,118],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,93],"6":[2,93],"27":[2,93],"28":[2,93],"49":[2,93],"54":[2,93],"57":[2,93],"69":[2,93],"74":[2,93],"82":[2,93],"87":[2,93],"96":[2,93],"98":[2,93],"99":[2,93],"100":[2,93],"107":[2,93],"111":[2,93],"112":[2,93],"123":[2,93],"124":[2,93],"126":[2,93],"127":[2,93],"130":[2,93],"131":[2,93],"132":[2,93],"133":[2,93],"134":[2,93],"135":[2,93]},{"1":[2,96],"5":282,"6":[2,96],"27":[1,5],"28":[2,96],"49":[2,96],"54":[2,96],"57":[2,96],"62":93,"64":[1,95],"65":[1,96],"66":[1,97],"67":98,"68":[1,99],"69":[2,96],"70":[1,100],"71":[1,101],"74":[2,96],"77":92,"80":[1,94],"81":[2,102],"82":[2,96],"87":[2,96],"96":[2,96],"98":[2,96],"99":[2,96],"100":[2,96],"107":[2,96],"111":[2,96],"112":[2,96],"123":[2,96],"124":[2,96],"126":[2,96],"127":[2,96],"130":[2,96],"131":[2,96],"132":[2,96],"133":[2,96],"134":[2,96],"135":[2,96]},{"1":[2,128],"6":[2,128],"27":[2,128],"28":[2,128],"49":[2,128],"54":[2,128],"57":[2,128],"69":[2,128],"74":[2,128],"82":[2,128],"87":[2,128],"96":[2,128],"97":86,"98":[1,63],"99":[2,128],"100":[1,64],"103":87,"107":[2,128],"111":[2,128],"112":[1,66],"123":[2,128],"124":[2,128],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,130],"6":[2,130],"27":[2,130],"28":[2,130],"49":[2,130],"54":[2,130],"57":[2,130],"69":[2,130],"74":[2,130],"82":[2,130],"87":[2,130],"96":[2,130],"97":86,"98":[1,63],"99":[2,130],"100":[1,64],"103":87,"107":[2,130],"111":[2,130],"112":[1,66],"123":[2,130],"124":[2,130],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"105":283,"106":[1,219],"109":[2,140]},{"108":284,"109":[1,222]},{"1":[2,143],"6":[2,143],"27":[2,143],"28":[2,143],"49":[2,143],"54":[2,143],"57":[2,143],"69":[2,143],"74":[2,143],"82":[2,143],"87":[2,143],"96":[2,143],"97":86,"98":[2,143],"99":[1,285],"100":[2,143],"103":87,"107":[1,286],"111":[2,143],"112":[2,143],"123":[2,143],"124":[2,143],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"97":86,"98":[1,63],"100":[1,64],"103":87,"110":287,"111":[1,288],"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,147],"6":[2,147],"27":[2,147],"28":[2,147],"49":[2,147],"54":[2,147],"57":[2,147],"69":[2,147],"74":[2,147],"82":[2,147],"87":[2,147],"96":[2,147],"97":86,"98":[2,147],"99":[1,289],"100":[2,147],"103":87,"107":[2,147],"111":[2,147],"112":[2,147],"123":[2,147],"124":[2,147],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,157],"6":[2,157],"27":[2,157],"28":[2,157],"49":[2,157],"54":[2,157],"57":[2,157],"69":[2,157],"74":[2,157],"82":[2,157],"87":[2,157],"96":[2,157],"98":[2,157],"99":[2,157],"100":[2,157],"107":[2,157],"111":[2,157],"112":[2,157],"123":[2,157],"124":[2,157],"126":[2,157],"127":[2,157],"130":[2,157],"131":[2,157],"132":[2,157],"133":[2,157],"134":[2,157],"135":[2,157]},{"29":291,"30":[1,71],"58":151,"59":152,"72":[1,68],"86":[1,67],"104":290},{"1":[2,110],"6":[2,110],"27":[2,110],"28":[2,110],"39":[2,110],"49":[2,110],"54":[2,110],"57":[2,110],"64":[2,110],"65":[2,110],"66":[2,110],"68":[2,110],"69":[2,110],"70":[2,110],"71":[2,110],"74":[2,110],"80":[2,110],"81":[2,110],"82":[2,110],"87":[2,110],"96":[2,110],"98":[2,110],"99":[2,110],"100":[2,110],"106":[2,110],"107":[2,110],"109":[2,110],"111":[2,110],"112":[2,110],"123":[2,110],"124":[2,110],"126":[2,110],"127":[2,110],"130":[2,110],"131":[2,110],"132":[2,110],"133":[2,110],"134":[2,110],"135":[2,110]},{"8":157,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"60":158,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"88":292,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":157,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"27":[1,156],"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"60":158,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"83":293,"84":[1,55],"85":[1,56],"86":[1,67],"88":155,"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"6":[2,112],"27":[2,112],"28":[2,112],"54":[2,112],"82":[2,112],"87":[2,112]},{"6":[1,260],"27":[1,261],"28":[1,294]},{"1":[2,84],"6":[2,84],"27":[2,84],"28":[2,84],"39":[2,84],"49":[2,84],"54":[2,84],"57":[2,84],"64":[2,84],"65":[2,84],"66":[2,84],"68":[2,84],"69":[2,84],"70":[2,84],"71":[2,84],"74":[2,84],"80":[2,84],"81":[2,84],"82":[2,84],"87":[2,84],"96":[2,84],"98":[2,84],"99":[2,84],"100":[2,84],"106":[2,84],"107":[2,84],"109":[2,84],"111":[2,84],"112":[2,84],"123":[2,84],"124":[2,84],"126":[2,84],"127":[2,84],"130":[2,84],"131":[2,84],"132":[2,84],"133":[2,84],"134":[2,84],"135":[2,84]},{"15":162,"29":163,"30":[1,71],"31":164,"32":[1,69],"33":[1,70],"40":295,"41":161,"43":165,"44":166,"46":[1,47],"85":[1,114],"95":[1,54]},{"6":[2,85],"15":162,"27":[2,85],"28":[2,85],"29":163,"30":[1,71],"31":164,"32":[1,69],"33":[1,70],"40":160,"41":161,"43":165,"44":166,"46":[1,47],"54":[2,85],"73":296,"85":[1,114],"95":[1,54]},{"6":[2,87],"27":[2,87],"28":[2,87],"54":[2,87],"74":[2,87]},{"6":[2,38],"27":[2,38],"28":[2,38],"54":[2,38],"74":[2,38],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"8":297,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,36],"6":[2,36],"27":[2,36],"28":[2,36],"49":[2,36],"54":[2,36],"57":[2,36],"69":[2,36],"74":[2,36],"82":[2,36],"87":[2,36],"96":[2,36],"98":[2,36],"99":[2,36],"100":[2,36],"107":[2,36],"111":[2,36],"112":[2,36],"123":[2,36],"124":[2,36],"126":[2,36],"127":[2,36],"130":[2,36],"131":[2,36],"132":[2,36],"133":[2,36],"134":[2,36],"135":[2,36]},{"1":[2,105],"6":[2,105],"27":[2,105],"28":[2,105],"49":[2,105],"54":[2,105],"57":[2,105],"64":[2,105],"65":[2,105],"66":[2,105],"68":[2,105],"69":[2,105],"70":[2,105],"71":[2,105],"74":[2,105],"80":[2,105],"81":[2,105],"82":[2,105],"87":[2,105],"96":[2,105],"98":[2,105],"99":[2,105],"100":[2,105],"107":[2,105],"111":[2,105],"112":[2,105],"123":[2,105],"124":[2,105],"126":[2,105],"127":[2,105],"130":[2,105],"131":[2,105],"132":[2,105],"133":[2,105],"134":[2,105],"135":[2,105]},{"1":[2,48],"6":[2,48],"27":[2,48],"28":[2,48],"49":[2,48],"54":[2,48],"57":[2,48],"69":[2,48],"74":[2,48],"82":[2,48],"87":[2,48],"96":[2,48],"98":[2,48],"99":[2,48],"100":[2,48],"107":[2,48],"111":[2,48],"112":[2,48],"123":[2,48],"124":[2,48],"126":[2,48],"127":[2,48],"130":[2,48],"131":[2,48],"132":[2,48],"133":[2,48],"134":[2,48],"135":[2,48]},{"1":[2,193],"6":[2,193],"27":[2,193],"28":[2,193],"49":[2,193],"54":[2,193],"57":[2,193],"69":[2,193],"74":[2,193],"82":[2,193],"87":[2,193],"96":[2,193],"98":[2,193],"99":[2,193],"100":[2,193],"107":[2,193],"111":[2,193],"112":[2,193],"123":[2,193],"124":[2,193],"126":[2,193],"127":[2,193],"130":[2,193],"131":[2,193],"132":[2,193],"133":[2,193],"134":[2,193],"135":[2,193]},{"1":[2,170],"6":[2,170],"27":[2,170],"28":[2,170],"49":[2,170],"54":[2,170],"57":[2,170],"69":[2,170],"74":[2,170],"82":[2,170],"87":[2,170],"96":[2,170],"98":[2,170],"99":[2,170],"100":[2,170],"107":[2,170],"111":[2,170],"112":[2,170],"117":[2,170],"123":[2,170],"124":[2,170],"126":[2,170],"127":[2,170],"130":[2,170],"131":[2,170],"132":[2,170],"133":[2,170],"134":[2,170],"135":[2,170]},{"1":[2,123],"6":[2,123],"27":[2,123],"28":[2,123],"49":[2,123],"54":[2,123],"57":[2,123],"69":[2,123],"74":[2,123],"82":[2,123],"87":[2,123],"96":[2,123],"98":[2,123],"99":[2,123],"100":[2,123],"107":[2,123],"111":[2,123],"112":[2,123],"123":[2,123],"124":[2,123],"126":[2,123],"127":[2,123],"130":[2,123],"131":[2,123],"132":[2,123],"133":[2,123],"134":[2,123],"135":[2,123]},{"1":[2,124],"6":[2,124],"27":[2,124],"28":[2,124],"49":[2,124],"54":[2,124],"57":[2,124],"69":[2,124],"74":[2,124],"82":[2,124],"87":[2,124],"92":[2,124],"96":[2,124],"98":[2,124],"99":[2,124],"100":[2,124],"107":[2,124],"111":[2,124],"112":[2,124],"123":[2,124],"124":[2,124],"126":[2,124],"127":[2,124],"130":[2,124],"131":[2,124],"132":[2,124],"133":[2,124],"134":[2,124],"135":[2,124]},{"1":[2,160],"6":[2,160],"27":[2,160],"28":[2,160],"49":[2,160],"54":[2,160],"57":[2,160],"69":[2,160],"74":[2,160],"82":[2,160],"87":[2,160],"96":[2,160],"98":[2,160],"99":[2,160],"100":[2,160],"107":[2,160],"111":[2,160],"112":[2,160],"123":[2,160],"124":[2,160],"126":[2,160],"127":[2,160],"130":[2,160],"131":[2,160],"132":[2,160],"133":[2,160],"134":[2,160],"135":[2,160]},{"5":298,"27":[1,5]},{"28":[1,299]},{"6":[1,300],"28":[2,166],"117":[2,166],"119":[2,166]},{"8":301,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,97],"6":[2,97],"27":[2,97],"28":[2,97],"49":[2,97],"54":[2,97],"57":[2,97],"69":[2,97],"74":[2,97],"82":[2,97],"87":[2,97],"96":[2,97],"98":[2,97],"99":[2,97],"100":[2,97],"107":[2,97],"111":[2,97],"112":[2,97],"123":[2,97],"124":[2,97],"126":[2,97],"127":[2,97],"130":[2,97],"131":[2,97],"132":[2,97],"133":[2,97],"134":[2,97],"135":[2,97]},{"1":[2,154],"6":[2,154],"27":[2,154],"28":[2,154],"49":[2,154],"54":[2,154],"57":[2,154],"69":[2,154],"74":[2,154],"82":[2,154],"87":[2,154],"96":[2,154],"98":[2,154],"99":[2,154],"100":[2,154],"107":[2,154],"111":[2,154],"112":[2,154],"123":[2,154],"124":[2,154],"126":[2,154],"127":[2,154],"130":[2,154],"131":[2,154],"132":[2,154],"133":[2,154],"134":[2,154],"135":[2,154]},{"1":[2,156],"6":[2,156],"27":[2,156],"28":[2,156],"49":[2,156],"54":[2,156],"57":[2,156],"69":[2,156],"74":[2,156],"82":[2,156],"87":[2,156],"96":[2,156],"98":[2,156],"99":[2,156],"100":[2,156],"107":[2,156],"111":[2,156],"112":[2,156],"123":[2,156],"124":[2,156],"126":[2,156],"127":[2,156],"130":[2,156],"131":[2,156],"132":[2,156],"133":[2,156],"134":[2,156],"135":[2,156]},{"8":302,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":303,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,159],"6":[2,159],"27":[2,159],"28":[2,159],"49":[2,159],"54":[2,159],"57":[2,159],"69":[2,159],"74":[2,159],"82":[2,159],"87":[2,159],"96":[2,159],"98":[2,159],"99":[2,159],"100":[2,159],"107":[2,159],"111":[2,159],"112":[2,159],"123":[2,159],"124":[2,159],"126":[2,159],"127":[2,159],"130":[2,159],"131":[2,159],"132":[2,159],"133":[2,159],"134":[2,159],"135":[2,159]},{"8":304,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":305,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"108":306,"109":[1,222]},{"109":[2,140]},{"6":[2,113],"27":[2,113],"28":[2,113],"54":[2,113],"82":[2,113],"87":[2,113]},{"6":[2,52],"27":[2,52],"28":[2,52],"53":307,"54":[1,225]},{"6":[2,114],"27":[2,114],"28":[2,114],"54":[2,114],"82":[2,114],"87":[2,114]},{"6":[2,88],"27":[2,88],"28":[2,88],"54":[2,88],"74":[2,88]},{"6":[2,52],"27":[2,52],"28":[2,52],"53":308,"54":[1,229]},{"28":[1,309],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"28":[1,310]},{"1":[2,163],"6":[2,163],"27":[2,163],"28":[2,163],"49":[2,163],"54":[2,163],"57":[2,163],"69":[2,163],"74":[2,163],"82":[2,163],"87":[2,163],"96":[2,163],"98":[2,163],"99":[2,163],"100":[2,163],"107":[2,163],"111":[2,163],"112":[2,163],"123":[2,163],"124":[2,163],"126":[2,163],"127":[2,163],"130":[2,163],"131":[2,163],"132":[2,163],"133":[2,163],"134":[2,163],"135":[2,163]},{"28":[2,167],"117":[2,167],"119":[2,167]},{"27":[2,119],"54":[2,119],"97":86,"98":[1,63],"100":[1,64],"103":87,"112":[1,66],"123":[1,84],"124":[1,85],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,144],"6":[2,144],"27":[2,144],"28":[2,144],"49":[2,144],"54":[2,144],"57":[2,144],"69":[2,144],"74":[2,144],"82":[2,144],"87":[2,144],"96":[2,144],"97":86,"98":[2,144],"99":[2,144],"100":[2,144],"103":87,"107":[2,144],"111":[2,144],"112":[2,144],"123":[2,144],"124":[2,144],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,145],"6":[2,145],"27":[2,145],"28":[2,145],"49":[2,145],"54":[2,145],"57":[2,145],"69":[2,145],"74":[2,145],"82":[2,145],"87":[2,145],"96":[2,145],"97":86,"98":[2,145],"99":[1,311],"100":[2,145],"103":87,"107":[2,145],"111":[2,145],"112":[2,145],"123":[2,145],"124":[2,145],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,149],"6":[2,149],"27":[2,149],"28":[2,149],"49":[2,149],"54":[2,149],"57":[2,149],"69":[2,149],"74":[2,149],"82":[2,149],"87":[2,149],"96":[2,149],"97":86,"98":[2,149],"99":[1,312],"100":[2,149],"103":87,"107":[1,313],"111":[2,149],"112":[2,149],"123":[2,149],"124":[2,149],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,148],"6":[2,148],"27":[2,148],"28":[2,148],"49":[2,148],"54":[2,148],"57":[2,148],"69":[2,148],"74":[2,148],"82":[2,148],"87":[2,148],"96":[2,148],"97":86,"98":[2,148],"99":[2,148],"100":[2,148],"103":87,"107":[2,148],"111":[2,148],"112":[2,148],"123":[2,148],"124":[2,148],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,158],"6":[2,158],"27":[2,158],"28":[2,158],"49":[2,158],"54":[2,158],"57":[2,158],"69":[2,158],"74":[2,158],"82":[2,158],"87":[2,158],"96":[2,158],"98":[2,158],"99":[2,158],"100":[2,158],"107":[2,158],"111":[2,158],"112":[2,158],"123":[2,158],"124":[2,158],"126":[2,158],"127":[2,158],"130":[2,158],"131":[2,158],"132":[2,158],"133":[2,158],"134":[2,158],"135":[2,158]},{"6":[1,260],"27":[1,261],"28":[1,314]},{"6":[1,265],"27":[1,266],"28":[1,315]},{"6":[2,39],"27":[2,39],"28":[2,39],"54":[2,39],"74":[2,39]},{"1":[2,161],"6":[2,161],"27":[2,161],"28":[2,161],"49":[2,161],"54":[2,161],"57":[2,161],"69":[2,161],"74":[2,161],"82":[2,161],"87":[2,161],"96":[2,161],"98":[2,161],"99":[2,161],"100":[2,161],"107":[2,161],"111":[2,161],"112":[2,161],"123":[2,161],"124":[2,161],"126":[2,161],"127":[2,161],"130":[2,161],"131":[2,161],"132":[2,161],"133":[2,161],"134":[2,161],"135":[2,161]},{"8":316,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":317,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"8":318,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"6":[2,115],"27":[2,115],"28":[2,115],"54":[2,115],"82":[2,115],"87":[2,115]},{"6":[2,89],"27":[2,89],"28":[2,89],"54":[2,89],"74":[2,89]},{"1":[2,146],"6":[2,146],"27":[2,146],"28":[2,146],"49":[2,146],"54":[2,146],"57":[2,146],"69":[2,146],"74":[2,146],"82":[2,146],"87":[2,146],"96":[2,146],"97":86,"98":[2,146],"99":[2,146],"100":[2,146],"103":87,"107":[2,146],"111":[2,146],"112":[2,146],"123":[2,146],"124":[2,146],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,150],"6":[2,150],"27":[2,150],"28":[2,150],"49":[2,150],"54":[2,150],"57":[2,150],"69":[2,150],"74":[2,150],"82":[2,150],"87":[2,150],"96":[2,150],"97":86,"98":[2,150],"99":[2,150],"100":[2,150],"103":87,"107":[2,150],"111":[2,150],"112":[2,150],"123":[2,150],"124":[2,150],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"1":[2,151],"6":[2,151],"27":[2,151],"28":[2,151],"49":[2,151],"54":[2,151],"57":[2,151],"69":[2,151],"74":[2,151],"82":[2,151],"87":[2,151],"96":[2,151],"97":86,"98":[2,151],"99":[1,319],"100":[2,151],"103":87,"107":[2,151],"111":[2,151],"112":[2,151],"123":[2,151],"124":[2,151],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]},{"8":320,"9":117,"10":19,"11":20,"12":[1,21],"13":[1,22],"14":[1,23],"15":24,"16":8,"17":9,"18":10,"19":11,"20":12,"21":13,"22":14,"23":15,"24":16,"25":17,"26":18,"29":59,"30":[1,71],"31":50,"32":[1,69],"33":[1,70],"34":26,"35":[1,51],"36":[1,52],"37":[1,53],"38":25,"43":27,"44":60,"45":[1,45],"46":[1,47],"47":[1,30],"50":31,"51":[1,57],"52":[1,58],"58":48,"59":49,"61":37,"63":28,"72":[1,68],"75":[1,44],"79":[1,29],"84":[1,55],"85":[1,56],"86":[1,67],"90":[1,39],"94":[1,46],"95":[1,54],"97":40,"98":[1,63],"100":[1,64],"101":41,"102":[1,65],"103":42,"112":[1,66],"115":[1,43],"120":38,"121":[1,61],"122":[1,62],"125":[1,32],"126":[1,33],"127":[1,34],"128":[1,35],"129":[1,36]},{"1":[2,152],"6":[2,152],"27":[2,152],"28":[2,152],"49":[2,152],"54":[2,152],"57":[2,152],"69":[2,152],"74":[2,152],"82":[2,152],"87":[2,152],"96":[2,152],"97":86,"98":[2,152],"99":[2,152],"100":[2,152],"103":87,"107":[2,152],"111":[2,152],"112":[2,152],"123":[2,152],"124":[2,152],"126":[1,78],"127":[1,77],"130":[1,76],"131":[1,79],"132":[1,80],"133":[1,81],"134":[1,82],"135":[1,83]}], -defaultActions: {"57":[2,50],"58":[2,51],"73":[2,3],"94":[2,103],"291":[2,140]}, +table: [{"1":[2,1],"3":1,"4":2,"5":3,"7":4,"8":6,"9":7,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,5],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[3]},{"1":[2,2],"6":[1,70]},{"6":[1,71]},{"1":[2,4],"6":[2,4],"26":[2,4]},{"4":72,"7":4,"8":6,"9":7,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"26":[1,73],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,7],"6":[2,7],"26":[2,7],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,8],"6":[2,8],"26":[2,8],"95":88,"96":[1,61],"98":[1,62],"101":89,"110":[1,64],"121":[1,86],"122":[1,87]},{"1":[2,13],"6":[2,13],"25":[2,13],"26":[2,13],"47":[2,13],"52":[2,13],"55":[2,13],"60":91,"62":[1,93],"63":[1,94],"64":[1,95],"65":96,"66":[1,97],"67":[2,13],"68":[1,98],"69":[1,99],"72":[2,13],"75":90,"78":[1,92],"79":[2,100],"80":[2,13],"85":[2,13],"94":[2,13],"96":[2,13],"97":[2,13],"98":[2,13],"105":[2,13],"109":[2,13],"110":[2,13],"121":[2,13],"122":[2,13],"124":[2,13],"125":[2,13],"128":[2,13],"129":[2,13],"130":[2,13],"131":[2,13],"132":[2,13],"133":[2,13]},{"1":[2,14],"6":[2,14],"25":[2,14],"26":[2,14],"47":[2,14],"52":[2,14],"55":[2,14],"60":101,"62":[1,93],"63":[1,94],"64":[1,95],"65":96,"66":[1,97],"67":[2,14],"68":[1,98],"69":[1,99],"72":[2,14],"75":100,"78":[1,92],"79":[2,100],"80":[2,14],"85":[2,14],"94":[2,14],"96":[2,14],"97":[2,14],"98":[2,14],"105":[2,14],"109":[2,14],"110":[2,14],"121":[2,14],"122":[2,14],"124":[2,14],"125":[2,14],"128":[2,14],"129":[2,14],"130":[2,14],"131":[2,14],"132":[2,14],"133":[2,14]},{"1":[2,15],"6":[2,15],"25":[2,15],"26":[2,15],"47":[2,15],"52":[2,15],"55":[2,15],"67":[2,15],"72":[2,15],"80":[2,15],"85":[2,15],"94":[2,15],"96":[2,15],"97":[2,15],"98":[2,15],"105":[2,15],"109":[2,15],"110":[2,15],"121":[2,15],"122":[2,15],"124":[2,15],"125":[2,15],"128":[2,15],"129":[2,15],"130":[2,15],"131":[2,15],"132":[2,15],"133":[2,15]},{"1":[2,16],"6":[2,16],"25":[2,16],"26":[2,16],"47":[2,16],"52":[2,16],"55":[2,16],"67":[2,16],"72":[2,16],"80":[2,16],"85":[2,16],"94":[2,16],"96":[2,16],"97":[2,16],"98":[2,16],"105":[2,16],"109":[2,16],"110":[2,16],"121":[2,16],"122":[2,16],"124":[2,16],"125":[2,16],"128":[2,16],"129":[2,16],"130":[2,16],"131":[2,16],"132":[2,16],"133":[2,16]},{"1":[2,17],"6":[2,17],"25":[2,17],"26":[2,17],"47":[2,17],"52":[2,17],"55":[2,17],"67":[2,17],"72":[2,17],"80":[2,17],"85":[2,17],"94":[2,17],"96":[2,17],"97":[2,17],"98":[2,17],"105":[2,17],"109":[2,17],"110":[2,17],"121":[2,17],"122":[2,17],"124":[2,17],"125":[2,17],"128":[2,17],"129":[2,17],"130":[2,17],"131":[2,17],"132":[2,17],"133":[2,17]},{"1":[2,18],"6":[2,18],"25":[2,18],"26":[2,18],"47":[2,18],"52":[2,18],"55":[2,18],"67":[2,18],"72":[2,18],"80":[2,18],"85":[2,18],"94":[2,18],"96":[2,18],"97":[2,18],"98":[2,18],"105":[2,18],"109":[2,18],"110":[2,18],"121":[2,18],"122":[2,18],"124":[2,18],"125":[2,18],"128":[2,18],"129":[2,18],"130":[2,18],"131":[2,18],"132":[2,18],"133":[2,18]},{"1":[2,19],"6":[2,19],"25":[2,19],"26":[2,19],"47":[2,19],"52":[2,19],"55":[2,19],"67":[2,19],"72":[2,19],"80":[2,19],"85":[2,19],"94":[2,19],"96":[2,19],"97":[2,19],"98":[2,19],"105":[2,19],"109":[2,19],"110":[2,19],"121":[2,19],"122":[2,19],"124":[2,19],"125":[2,19],"128":[2,19],"129":[2,19],"130":[2,19],"131":[2,19],"132":[2,19],"133":[2,19]},{"1":[2,20],"6":[2,20],"25":[2,20],"26":[2,20],"47":[2,20],"52":[2,20],"55":[2,20],"67":[2,20],"72":[2,20],"80":[2,20],"85":[2,20],"94":[2,20],"96":[2,20],"97":[2,20],"98":[2,20],"105":[2,20],"109":[2,20],"110":[2,20],"121":[2,20],"122":[2,20],"124":[2,20],"125":[2,20],"128":[2,20],"129":[2,20],"130":[2,20],"131":[2,20],"132":[2,20],"133":[2,20]},{"1":[2,21],"6":[2,21],"25":[2,21],"26":[2,21],"47":[2,21],"52":[2,21],"55":[2,21],"67":[2,21],"72":[2,21],"80":[2,21],"85":[2,21],"94":[2,21],"96":[2,21],"97":[2,21],"98":[2,21],"105":[2,21],"109":[2,21],"110":[2,21],"121":[2,21],"122":[2,21],"124":[2,21],"125":[2,21],"128":[2,21],"129":[2,21],"130":[2,21],"131":[2,21],"132":[2,21],"133":[2,21]},{"1":[2,22],"6":[2,22],"25":[2,22],"26":[2,22],"47":[2,22],"52":[2,22],"55":[2,22],"67":[2,22],"72":[2,22],"80":[2,22],"85":[2,22],"94":[2,22],"96":[2,22],"97":[2,22],"98":[2,22],"105":[2,22],"109":[2,22],"110":[2,22],"121":[2,22],"122":[2,22],"124":[2,22],"125":[2,22],"128":[2,22],"129":[2,22],"130":[2,22],"131":[2,22],"132":[2,22],"133":[2,22]},{"1":[2,23],"6":[2,23],"25":[2,23],"26":[2,23],"47":[2,23],"52":[2,23],"55":[2,23],"67":[2,23],"72":[2,23],"80":[2,23],"85":[2,23],"94":[2,23],"96":[2,23],"97":[2,23],"98":[2,23],"105":[2,23],"109":[2,23],"110":[2,23],"121":[2,23],"122":[2,23],"124":[2,23],"125":[2,23],"128":[2,23],"129":[2,23],"130":[2,23],"131":[2,23],"132":[2,23],"133":[2,23]},{"1":[2,9],"6":[2,9],"26":[2,9],"96":[2,9],"98":[2,9],"110":[2,9],"121":[2,9],"122":[2,9]},{"1":[2,10],"6":[2,10],"26":[2,10],"96":[2,10],"98":[2,10],"110":[2,10],"121":[2,10],"122":[2,10]},{"1":[2,11],"6":[2,11],"26":[2,11],"96":[2,11],"98":[2,11],"110":[2,11],"121":[2,11],"122":[2,11]},{"1":[2,12],"6":[2,12],"26":[2,12],"96":[2,12],"98":[2,12],"110":[2,12],"121":[2,12],"122":[2,12]},{"1":[2,70],"6":[2,70],"25":[2,70],"26":[2,70],"37":[1,102],"47":[2,70],"52":[2,70],"55":[2,70],"62":[2,70],"63":[2,70],"64":[2,70],"66":[2,70],"67":[2,70],"68":[2,70],"69":[2,70],"72":[2,70],"78":[2,70],"79":[2,70],"80":[2,70],"85":[2,70],"94":[2,70],"96":[2,70],"97":[2,70],"98":[2,70],"105":[2,70],"109":[2,70],"110":[2,70],"121":[2,70],"122":[2,70],"124":[2,70],"125":[2,70],"128":[2,70],"129":[2,70],"130":[2,70],"131":[2,70],"132":[2,70],"133":[2,70]},{"1":[2,71],"6":[2,71],"25":[2,71],"26":[2,71],"47":[2,71],"52":[2,71],"55":[2,71],"62":[2,71],"63":[2,71],"64":[2,71],"66":[2,71],"67":[2,71],"68":[2,71],"69":[2,71],"72":[2,71],"78":[2,71],"79":[2,71],"80":[2,71],"85":[2,71],"94":[2,71],"96":[2,71],"97":[2,71],"98":[2,71],"105":[2,71],"109":[2,71],"110":[2,71],"121":[2,71],"122":[2,71],"124":[2,71],"125":[2,71],"128":[2,71],"129":[2,71],"130":[2,71],"131":[2,71],"132":[2,71],"133":[2,71]},{"1":[2,72],"6":[2,72],"25":[2,72],"26":[2,72],"47":[2,72],"52":[2,72],"55":[2,72],"62":[2,72],"63":[2,72],"64":[2,72],"66":[2,72],"67":[2,72],"68":[2,72],"69":[2,72],"72":[2,72],"78":[2,72],"79":[2,72],"80":[2,72],"85":[2,72],"94":[2,72],"96":[2,72],"97":[2,72],"98":[2,72],"105":[2,72],"109":[2,72],"110":[2,72],"121":[2,72],"122":[2,72],"124":[2,72],"125":[2,72],"128":[2,72],"129":[2,72],"130":[2,72],"131":[2,72],"132":[2,72],"133":[2,72]},{"1":[2,73],"6":[2,73],"25":[2,73],"26":[2,73],"47":[2,73],"52":[2,73],"55":[2,73],"62":[2,73],"63":[2,73],"64":[2,73],"66":[2,73],"67":[2,73],"68":[2,73],"69":[2,73],"72":[2,73],"78":[2,73],"79":[2,73],"80":[2,73],"85":[2,73],"94":[2,73],"96":[2,73],"97":[2,73],"98":[2,73],"105":[2,73],"109":[2,73],"110":[2,73],"121":[2,73],"122":[2,73],"124":[2,73],"125":[2,73],"128":[2,73],"129":[2,73],"130":[2,73],"131":[2,73],"132":[2,73],"133":[2,73]},{"1":[2,98],"6":[2,98],"25":[2,98],"26":[2,98],"47":[2,98],"52":[2,98],"55":[2,98],"62":[2,98],"63":[2,98],"64":[2,98],"66":[2,98],"67":[2,98],"68":[2,98],"69":[2,98],"72":[2,98],"76":103,"78":[2,98],"79":[1,104],"80":[2,98],"85":[2,98],"94":[2,98],"96":[2,98],"97":[2,98],"98":[2,98],"105":[2,98],"109":[2,98],"110":[2,98],"121":[2,98],"122":[2,98],"124":[2,98],"125":[2,98],"128":[2,98],"129":[2,98],"130":[2,98],"131":[2,98],"132":[2,98],"133":[2,98]},{"27":108,"28":[1,69],"42":109,"46":105,"47":[2,52],"52":[2,52],"53":106,"54":107,"56":110,"57":111,"70":[1,66],"83":[1,112],"84":[1,65]},{"5":113,"25":[1,5]},{"8":114,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":116,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":117,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"14":119,"15":120,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":121,"41":25,"42":58,"56":46,"57":47,"59":118,"61":26,"70":[1,66],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"93":[1,52]},{"14":119,"15":120,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":121,"41":25,"42":58,"56":46,"57":47,"59":122,"61":26,"70":[1,66],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"93":[1,52]},{"1":[2,67],"6":[2,67],"25":[2,67],"26":[2,67],"37":[2,67],"47":[2,67],"52":[2,67],"55":[2,67],"62":[2,67],"63":[2,67],"64":[2,67],"66":[2,67],"67":[2,67],"68":[2,67],"69":[2,67],"72":[2,67],"74":[1,126],"78":[2,67],"79":[2,67],"80":[2,67],"85":[2,67],"94":[2,67],"96":[2,67],"97":[2,67],"98":[2,67],"105":[2,67],"109":[2,67],"110":[2,67],"121":[2,67],"122":[2,67],"124":[2,67],"125":[2,67],"126":[1,123],"127":[1,124],"128":[2,67],"129":[2,67],"130":[2,67],"131":[2,67],"132":[2,67],"133":[2,67],"134":[1,125]},{"1":[2,170],"6":[2,170],"25":[2,170],"26":[2,170],"47":[2,170],"52":[2,170],"55":[2,170],"67":[2,170],"72":[2,170],"80":[2,170],"85":[2,170],"94":[2,170],"96":[2,170],"97":[2,170],"98":[2,170],"105":[2,170],"109":[2,170],"110":[2,170],"115":[1,127],"121":[2,170],"122":[2,170],"124":[2,170],"125":[2,170],"128":[2,170],"129":[2,170],"130":[2,170],"131":[2,170],"132":[2,170],"133":[2,170]},{"5":128,"25":[1,5]},{"5":129,"25":[1,5]},{"1":[2,132],"6":[2,132],"25":[2,132],"26":[2,132],"47":[2,132],"52":[2,132],"55":[2,132],"67":[2,132],"72":[2,132],"80":[2,132],"85":[2,132],"94":[2,132],"96":[2,132],"97":[2,132],"98":[2,132],"105":[2,132],"109":[2,132],"110":[2,132],"121":[2,132],"122":[2,132],"124":[2,132],"125":[2,132],"128":[2,132],"129":[2,132],"130":[2,132],"131":[2,132],"132":[2,132],"133":[2,132]},{"5":130,"25":[1,5]},{"8":131,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,132],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,88],"5":133,"6":[2,88],"14":119,"15":120,"25":[1,5],"26":[2,88],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":121,"41":25,"42":58,"47":[2,88],"52":[2,88],"55":[2,88],"56":46,"57":47,"59":135,"61":26,"67":[2,88],"70":[1,66],"72":[2,88],"74":[1,134],"77":[1,27],"80":[2,88],"82":[1,53],"83":[1,54],"84":[1,65],"85":[2,88],"93":[1,52],"94":[2,88],"96":[2,88],"97":[2,88],"98":[2,88],"105":[2,88],"109":[2,88],"110":[2,88],"121":[2,88],"122":[2,88],"124":[2,88],"125":[2,88],"128":[2,88],"129":[2,88],"130":[2,88],"131":[2,88],"132":[2,88],"133":[2,88]},{"1":[2,44],"6":[2,44],"8":136,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"26":[2,44],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[2,44],"98":[2,44],"99":39,"100":[1,63],"101":40,"110":[2,44],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"121":[2,44],"122":[2,44],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":137,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,45],"6":[2,45],"25":[2,45],"26":[2,45],"52":[2,45],"72":[2,45],"96":[2,45],"98":[2,45],"110":[2,45],"121":[2,45],"122":[2,45]},{"1":[2,68],"6":[2,68],"25":[2,68],"26":[2,68],"37":[2,68],"47":[2,68],"52":[2,68],"55":[2,68],"62":[2,68],"63":[2,68],"64":[2,68],"66":[2,68],"67":[2,68],"68":[2,68],"69":[2,68],"72":[2,68],"78":[2,68],"79":[2,68],"80":[2,68],"85":[2,68],"94":[2,68],"96":[2,68],"97":[2,68],"98":[2,68],"105":[2,68],"109":[2,68],"110":[2,68],"121":[2,68],"122":[2,68],"124":[2,68],"125":[2,68],"128":[2,68],"129":[2,68],"130":[2,68],"131":[2,68],"132":[2,68],"133":[2,68]},{"1":[2,69],"6":[2,69],"25":[2,69],"26":[2,69],"37":[2,69],"47":[2,69],"52":[2,69],"55":[2,69],"62":[2,69],"63":[2,69],"64":[2,69],"66":[2,69],"67":[2,69],"68":[2,69],"69":[2,69],"72":[2,69],"78":[2,69],"79":[2,69],"80":[2,69],"85":[2,69],"94":[2,69],"96":[2,69],"97":[2,69],"98":[2,69],"105":[2,69],"109":[2,69],"110":[2,69],"121":[2,69],"122":[2,69],"124":[2,69],"125":[2,69],"128":[2,69],"129":[2,69],"130":[2,69],"131":[2,69],"132":[2,69],"133":[2,69]},{"1":[2,29],"6":[2,29],"25":[2,29],"26":[2,29],"47":[2,29],"52":[2,29],"55":[2,29],"62":[2,29],"63":[2,29],"64":[2,29],"66":[2,29],"67":[2,29],"68":[2,29],"69":[2,29],"72":[2,29],"78":[2,29],"79":[2,29],"80":[2,29],"85":[2,29],"94":[2,29],"96":[2,29],"97":[2,29],"98":[2,29],"105":[2,29],"109":[2,29],"110":[2,29],"121":[2,29],"122":[2,29],"124":[2,29],"125":[2,29],"128":[2,29],"129":[2,29],"130":[2,29],"131":[2,29],"132":[2,29],"133":[2,29]},{"1":[2,30],"6":[2,30],"25":[2,30],"26":[2,30],"47":[2,30],"52":[2,30],"55":[2,30],"62":[2,30],"63":[2,30],"64":[2,30],"66":[2,30],"67":[2,30],"68":[2,30],"69":[2,30],"72":[2,30],"78":[2,30],"79":[2,30],"80":[2,30],"85":[2,30],"94":[2,30],"96":[2,30],"97":[2,30],"98":[2,30],"105":[2,30],"109":[2,30],"110":[2,30],"121":[2,30],"122":[2,30],"124":[2,30],"125":[2,30],"128":[2,30],"129":[2,30],"130":[2,30],"131":[2,30],"132":[2,30],"133":[2,30]},{"1":[2,31],"6":[2,31],"25":[2,31],"26":[2,31],"47":[2,31],"52":[2,31],"55":[2,31],"62":[2,31],"63":[2,31],"64":[2,31],"66":[2,31],"67":[2,31],"68":[2,31],"69":[2,31],"72":[2,31],"78":[2,31],"79":[2,31],"80":[2,31],"85":[2,31],"94":[2,31],"96":[2,31],"97":[2,31],"98":[2,31],"105":[2,31],"109":[2,31],"110":[2,31],"121":[2,31],"122":[2,31],"124":[2,31],"125":[2,31],"128":[2,31],"129":[2,31],"130":[2,31],"131":[2,31],"132":[2,31],"133":[2,31]},{"1":[2,32],"6":[2,32],"25":[2,32],"26":[2,32],"47":[2,32],"52":[2,32],"55":[2,32],"62":[2,32],"63":[2,32],"64":[2,32],"66":[2,32],"67":[2,32],"68":[2,32],"69":[2,32],"72":[2,32],"78":[2,32],"79":[2,32],"80":[2,32],"85":[2,32],"94":[2,32],"96":[2,32],"97":[2,32],"98":[2,32],"105":[2,32],"109":[2,32],"110":[2,32],"121":[2,32],"122":[2,32],"124":[2,32],"125":[2,32],"128":[2,32],"129":[2,32],"130":[2,32],"131":[2,32],"132":[2,32],"133":[2,32]},{"8":138,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,104],"6":[2,104],"25":[2,104],"26":[2,104],"47":[2,104],"52":[2,104],"55":[2,104],"62":[2,104],"63":[2,104],"64":[2,104],"66":[2,104],"67":[2,104],"68":[2,104],"69":[2,104],"72":[2,104],"78":[2,104],"79":[2,104],"80":[2,104],"85":[2,104],"94":[2,104],"96":[2,104],"97":[2,104],"98":[2,104],"105":[2,104],"109":[2,104],"110":[2,104],"121":[2,104],"122":[2,104],"124":[2,104],"125":[2,104],"128":[2,104],"129":[2,104],"130":[2,104],"131":[2,104],"132":[2,104],"133":[2,104]},{"1":[2,105],"6":[2,105],"25":[2,105],"26":[2,105],"27":139,"28":[1,69],"47":[2,105],"52":[2,105],"55":[2,105],"62":[2,105],"63":[2,105],"64":[2,105],"66":[2,105],"67":[2,105],"68":[2,105],"69":[2,105],"72":[2,105],"78":[2,105],"79":[2,105],"80":[2,105],"85":[2,105],"94":[2,105],"96":[2,105],"97":[2,105],"98":[2,105],"105":[2,105],"109":[2,105],"110":[2,105],"121":[2,105],"122":[2,105],"124":[2,105],"125":[2,105],"128":[2,105],"129":[2,105],"130":[2,105],"131":[2,105],"132":[2,105],"133":[2,105]},{"25":[2,48]},{"25":[2,49]},{"1":[2,63],"6":[2,63],"25":[2,63],"26":[2,63],"37":[2,63],"47":[2,63],"52":[2,63],"55":[2,63],"62":[2,63],"63":[2,63],"64":[2,63],"66":[2,63],"67":[2,63],"68":[2,63],"69":[2,63],"72":[2,63],"74":[2,63],"78":[2,63],"79":[2,63],"80":[2,63],"85":[2,63],"94":[2,63],"96":[2,63],"97":[2,63],"98":[2,63],"105":[2,63],"109":[2,63],"110":[2,63],"121":[2,63],"122":[2,63],"124":[2,63],"125":[2,63],"126":[2,63],"127":[2,63],"128":[2,63],"129":[2,63],"130":[2,63],"131":[2,63],"132":[2,63],"133":[2,63],"134":[2,63]},{"1":[2,66],"6":[2,66],"25":[2,66],"26":[2,66],"37":[2,66],"47":[2,66],"52":[2,66],"55":[2,66],"62":[2,66],"63":[2,66],"64":[2,66],"66":[2,66],"67":[2,66],"68":[2,66],"69":[2,66],"72":[2,66],"74":[2,66],"78":[2,66],"79":[2,66],"80":[2,66],"85":[2,66],"94":[2,66],"96":[2,66],"97":[2,66],"98":[2,66],"105":[2,66],"109":[2,66],"110":[2,66],"121":[2,66],"122":[2,66],"124":[2,66],"125":[2,66],"126":[2,66],"127":[2,66],"128":[2,66],"129":[2,66],"130":[2,66],"131":[2,66],"132":[2,66],"133":[2,66],"134":[2,66]},{"8":140,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":141,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":142,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":143,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"5":144,"8":145,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,5],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"27":147,"28":[1,69],"56":149,"57":150,"70":[1,66],"84":[1,65],"102":146,"111":[1,148]},{"8":155,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,154],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"58":156,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"81":152,"82":[1,53],"83":[1,54],"84":[1,65],"85":[1,151],"86":153,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"6":[2,83],"12":160,"25":[2,83],"27":161,"28":[1,69],"29":162,"30":[1,67],"31":[1,68],"38":158,"39":159,"41":163,"42":164,"44":[1,45],"52":[2,83],"71":157,"72":[2,83],"83":[1,112],"93":[1,52]},{"1":[2,27],"6":[2,27],"25":[2,27],"26":[2,27],"40":[2,27],"47":[2,27],"52":[2,27],"55":[2,27],"62":[2,27],"63":[2,27],"64":[2,27],"66":[2,27],"67":[2,27],"68":[2,27],"69":[2,27],"72":[2,27],"78":[2,27],"79":[2,27],"80":[2,27],"85":[2,27],"94":[2,27],"96":[2,27],"97":[2,27],"98":[2,27],"105":[2,27],"109":[2,27],"110":[2,27],"121":[2,27],"122":[2,27],"124":[2,27],"125":[2,27],"128":[2,27],"129":[2,27],"130":[2,27],"131":[2,27],"132":[2,27],"133":[2,27]},{"1":[2,28],"6":[2,28],"25":[2,28],"26":[2,28],"40":[2,28],"47":[2,28],"52":[2,28],"55":[2,28],"62":[2,28],"63":[2,28],"64":[2,28],"66":[2,28],"67":[2,28],"68":[2,28],"69":[2,28],"72":[2,28],"78":[2,28],"79":[2,28],"80":[2,28],"85":[2,28],"94":[2,28],"96":[2,28],"97":[2,28],"98":[2,28],"105":[2,28],"109":[2,28],"110":[2,28],"121":[2,28],"122":[2,28],"124":[2,28],"125":[2,28],"128":[2,28],"129":[2,28],"130":[2,28],"131":[2,28],"132":[2,28],"133":[2,28]},{"1":[2,26],"6":[2,26],"25":[2,26],"26":[2,26],"37":[2,26],"40":[2,26],"47":[2,26],"52":[2,26],"55":[2,26],"62":[2,26],"63":[2,26],"64":[2,26],"66":[2,26],"67":[2,26],"68":[2,26],"69":[2,26],"72":[2,26],"74":[2,26],"78":[2,26],"79":[2,26],"80":[2,26],"85":[2,26],"94":[2,26],"96":[2,26],"97":[2,26],"98":[2,26],"104":[2,26],"105":[2,26],"107":[2,26],"109":[2,26],"110":[2,26],"112":[2,26],"121":[2,26],"122":[2,26],"124":[2,26],"125":[2,26],"126":[2,26],"127":[2,26],"128":[2,26],"129":[2,26],"130":[2,26],"131":[2,26],"132":[2,26],"133":[2,26],"134":[2,26]},{"1":[2,6],"6":[2,6],"7":165,"8":6,"9":7,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"26":[2,6],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,3]},{"6":[1,70],"26":[1,166]},{"1":[2,25],"6":[2,25],"25":[2,25],"26":[2,25],"47":[2,25],"52":[2,25],"55":[2,25],"67":[2,25],"72":[2,25],"80":[2,25],"85":[2,25],"90":[2,25],"91":[2,25],"94":[2,25],"96":[2,25],"97":[2,25],"98":[2,25],"105":[2,25],"109":[2,25],"110":[2,25],"115":[2,25],"117":[2,25],"121":[2,25],"122":[2,25],"124":[2,25],"125":[2,25],"128":[2,25],"129":[2,25],"130":[2,25],"131":[2,25],"132":[2,25],"133":[2,25]},{"1":[2,182],"6":[2,182],"25":[2,182],"26":[2,182],"47":[2,182],"52":[2,182],"55":[2,182],"67":[2,182],"72":[2,182],"80":[2,182],"85":[2,182],"94":[2,182],"96":[2,182],"97":[2,182],"98":[2,182],"105":[2,182],"109":[2,182],"110":[2,182],"121":[2,182],"122":[2,182],"124":[2,182],"125":[2,182],"128":[2,182],"129":[2,182],"130":[2,182],"131":[2,182],"132":[2,182],"133":[2,182]},{"8":167,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":168,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":169,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":170,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":171,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":172,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":173,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":174,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":175,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,131],"6":[2,131],"25":[2,131],"26":[2,131],"47":[2,131],"52":[2,131],"55":[2,131],"67":[2,131],"72":[2,131],"80":[2,131],"85":[2,131],"94":[2,131],"96":[2,131],"97":[2,131],"98":[2,131],"105":[2,131],"109":[2,131],"110":[2,131],"121":[2,131],"122":[2,131],"124":[2,131],"125":[2,131],"128":[2,131],"129":[2,131],"130":[2,131],"131":[2,131],"132":[2,131],"133":[2,131]},{"1":[2,136],"6":[2,136],"25":[2,136],"26":[2,136],"47":[2,136],"52":[2,136],"55":[2,136],"67":[2,136],"72":[2,136],"80":[2,136],"85":[2,136],"94":[2,136],"96":[2,136],"97":[2,136],"98":[2,136],"105":[2,136],"109":[2,136],"110":[2,136],"121":[2,136],"122":[2,136],"124":[2,136],"125":[2,136],"128":[2,136],"129":[2,136],"130":[2,136],"131":[2,136],"132":[2,136],"133":[2,136]},{"8":176,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":177,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,130],"6":[2,130],"25":[2,130],"26":[2,130],"47":[2,130],"52":[2,130],"55":[2,130],"67":[2,130],"72":[2,130],"80":[2,130],"85":[2,130],"94":[2,130],"96":[2,130],"97":[2,130],"98":[2,130],"105":[2,130],"109":[2,130],"110":[2,130],"121":[2,130],"122":[2,130],"124":[2,130],"125":[2,130],"128":[2,130],"129":[2,130],"130":[2,130],"131":[2,130],"132":[2,130],"133":[2,130]},{"1":[2,135],"6":[2,135],"25":[2,135],"26":[2,135],"47":[2,135],"52":[2,135],"55":[2,135],"67":[2,135],"72":[2,135],"80":[2,135],"85":[2,135],"94":[2,135],"96":[2,135],"97":[2,135],"98":[2,135],"105":[2,135],"109":[2,135],"110":[2,135],"121":[2,135],"122":[2,135],"124":[2,135],"125":[2,135],"128":[2,135],"129":[2,135],"130":[2,135],"131":[2,135],"132":[2,135],"133":[2,135]},{"76":178,"79":[1,104]},{"1":[2,64],"6":[2,64],"25":[2,64],"26":[2,64],"37":[2,64],"47":[2,64],"52":[2,64],"55":[2,64],"62":[2,64],"63":[2,64],"64":[2,64],"66":[2,64],"67":[2,64],"68":[2,64],"69":[2,64],"72":[2,64],"74":[2,64],"78":[2,64],"79":[2,64],"80":[2,64],"85":[2,64],"94":[2,64],"96":[2,64],"97":[2,64],"98":[2,64],"105":[2,64],"109":[2,64],"110":[2,64],"121":[2,64],"122":[2,64],"124":[2,64],"125":[2,64],"126":[2,64],"127":[2,64],"128":[2,64],"129":[2,64],"130":[2,64],"131":[2,64],"132":[2,64],"133":[2,64],"134":[2,64]},{"79":[2,101]},{"27":179,"28":[1,69]},{"27":180,"28":[1,69]},{"1":[2,77],"6":[2,77],"25":[2,77],"26":[2,77],"27":181,"28":[1,69],"37":[2,77],"47":[2,77],"52":[2,77],"55":[2,77],"62":[2,77],"63":[2,77],"64":[2,77],"66":[2,77],"67":[2,77],"68":[2,77],"69":[2,77],"72":[2,77],"74":[2,77],"78":[2,77],"79":[2,77],"80":[2,77],"85":[2,77],"94":[2,77],"96":[2,77],"97":[2,77],"98":[2,77],"105":[2,77],"109":[2,77],"110":[2,77],"121":[2,77],"122":[2,77],"124":[2,77],"125":[2,77],"126":[2,77],"127":[2,77],"128":[2,77],"129":[2,77],"130":[2,77],"131":[2,77],"132":[2,77],"133":[2,77],"134":[2,77]},{"1":[2,78],"6":[2,78],"25":[2,78],"26":[2,78],"37":[2,78],"47":[2,78],"52":[2,78],"55":[2,78],"62":[2,78],"63":[2,78],"64":[2,78],"66":[2,78],"67":[2,78],"68":[2,78],"69":[2,78],"72":[2,78],"74":[2,78],"78":[2,78],"79":[2,78],"80":[2,78],"85":[2,78],"94":[2,78],"96":[2,78],"97":[2,78],"98":[2,78],"105":[2,78],"109":[2,78],"110":[2,78],"121":[2,78],"122":[2,78],"124":[2,78],"125":[2,78],"126":[2,78],"127":[2,78],"128":[2,78],"129":[2,78],"130":[2,78],"131":[2,78],"132":[2,78],"133":[2,78],"134":[2,78]},{"8":182,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"65":183,"66":[1,97],"68":[1,98],"69":[1,99]},{"65":184,"66":[1,97],"68":[1,98],"69":[1,99]},{"76":185,"79":[1,104]},{"1":[2,65],"6":[2,65],"25":[2,65],"26":[2,65],"37":[2,65],"47":[2,65],"52":[2,65],"55":[2,65],"62":[2,65],"63":[2,65],"64":[2,65],"66":[2,65],"67":[2,65],"68":[2,65],"69":[2,65],"72":[2,65],"74":[2,65],"78":[2,65],"79":[2,65],"80":[2,65],"85":[2,65],"94":[2,65],"96":[2,65],"97":[2,65],"98":[2,65],"105":[2,65],"109":[2,65],"110":[2,65],"121":[2,65],"122":[2,65],"124":[2,65],"125":[2,65],"126":[2,65],"127":[2,65],"128":[2,65],"129":[2,65],"130":[2,65],"131":[2,65],"132":[2,65],"133":[2,65],"134":[2,65]},{"8":186,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,187],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,99],"6":[2,99],"25":[2,99],"26":[2,99],"47":[2,99],"52":[2,99],"55":[2,99],"62":[2,99],"63":[2,99],"64":[2,99],"66":[2,99],"67":[2,99],"68":[2,99],"69":[2,99],"72":[2,99],"78":[2,99],"79":[2,99],"80":[2,99],"85":[2,99],"94":[2,99],"96":[2,99],"97":[2,99],"98":[2,99],"105":[2,99],"109":[2,99],"110":[2,99],"121":[2,99],"122":[2,99],"124":[2,99],"125":[2,99],"128":[2,99],"129":[2,99],"130":[2,99],"131":[2,99],"132":[2,99],"133":[2,99]},{"8":155,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,154],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"58":156,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"80":[1,188],"81":189,"82":[1,53],"83":[1,54],"84":[1,65],"86":153,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"47":[1,190],"52":[1,191]},{"47":[2,53],"52":[2,53]},{"37":[1,193],"47":[2,55],"52":[2,55],"55":[1,192]},{"37":[2,58],"47":[2,58],"52":[2,58],"55":[2,58]},{"37":[2,59],"47":[2,59],"52":[2,59],"55":[2,59]},{"37":[2,60],"47":[2,60],"52":[2,60],"55":[2,60]},{"37":[2,61],"47":[2,61],"52":[2,61],"55":[2,61]},{"27":139,"28":[1,69]},{"1":[2,47],"6":[2,47],"25":[2,47],"26":[2,47],"47":[2,47],"52":[2,47],"55":[2,47],"67":[2,47],"72":[2,47],"80":[2,47],"85":[2,47],"94":[2,47],"96":[2,47],"97":[2,47],"98":[2,47],"105":[2,47],"109":[2,47],"110":[2,47],"121":[2,47],"122":[2,47],"124":[2,47],"125":[2,47],"128":[2,47],"129":[2,47],"130":[2,47],"131":[2,47],"132":[2,47],"133":[2,47]},{"1":[2,175],"6":[2,175],"25":[2,175],"26":[2,175],"47":[2,175],"52":[2,175],"55":[2,175],"67":[2,175],"72":[2,175],"80":[2,175],"85":[2,175],"94":[2,175],"95":84,"96":[2,175],"97":[2,175],"98":[2,175],"101":85,"105":[2,175],"109":[2,175],"110":[2,175],"121":[2,175],"122":[2,175],"124":[2,175],"125":[2,175],"128":[1,74],"129":[2,175],"130":[2,175],"131":[2,175],"132":[2,175],"133":[2,175]},{"95":88,"96":[1,61],"98":[1,62],"101":89,"110":[1,64],"121":[1,86],"122":[1,87]},{"1":[2,176],"6":[2,176],"25":[2,176],"26":[2,176],"47":[2,176],"52":[2,176],"55":[2,176],"67":[2,176],"72":[2,176],"80":[2,176],"85":[2,176],"94":[2,176],"95":84,"96":[2,176],"97":[2,176],"98":[2,176],"101":85,"105":[2,176],"109":[2,176],"110":[2,176],"121":[2,176],"122":[2,176],"124":[2,176],"125":[2,176],"128":[1,74],"129":[2,176],"130":[2,176],"131":[2,176],"132":[2,176],"133":[2,176]},{"1":[2,177],"6":[2,177],"25":[2,177],"26":[2,177],"47":[2,177],"52":[2,177],"55":[2,177],"67":[2,177],"72":[2,177],"80":[2,177],"85":[2,177],"94":[2,177],"95":84,"96":[2,177],"97":[2,177],"98":[2,177],"101":85,"105":[2,177],"109":[2,177],"110":[2,177],"121":[2,177],"122":[2,177],"124":[2,177],"125":[2,177],"128":[1,74],"129":[2,177],"130":[2,177],"131":[2,177],"132":[2,177],"133":[2,177]},{"1":[2,178],"6":[2,178],"25":[2,178],"26":[2,178],"47":[2,178],"52":[2,178],"55":[2,178],"62":[2,67],"63":[2,67],"64":[2,67],"66":[2,67],"67":[2,178],"68":[2,67],"69":[2,67],"72":[2,178],"78":[2,67],"79":[2,67],"80":[2,178],"85":[2,178],"94":[2,178],"96":[2,178],"97":[2,178],"98":[2,178],"105":[2,178],"109":[2,178],"110":[2,178],"121":[2,178],"122":[2,178],"124":[2,178],"125":[2,178],"128":[2,178],"129":[2,178],"130":[2,178],"131":[2,178],"132":[2,178],"133":[2,178]},{"60":91,"62":[1,93],"63":[1,94],"64":[1,95],"65":96,"66":[1,97],"68":[1,98],"69":[1,99],"75":90,"78":[1,92],"79":[2,100]},{"60":101,"62":[1,93],"63":[1,94],"64":[1,95],"65":96,"66":[1,97],"68":[1,98],"69":[1,99],"75":100,"78":[1,92],"79":[2,100]},{"1":[2,70],"6":[2,70],"25":[2,70],"26":[2,70],"47":[2,70],"52":[2,70],"55":[2,70],"62":[2,70],"63":[2,70],"64":[2,70],"66":[2,70],"67":[2,70],"68":[2,70],"69":[2,70],"72":[2,70],"78":[2,70],"79":[2,70],"80":[2,70],"85":[2,70],"94":[2,70],"96":[2,70],"97":[2,70],"98":[2,70],"105":[2,70],"109":[2,70],"110":[2,70],"121":[2,70],"122":[2,70],"124":[2,70],"125":[2,70],"128":[2,70],"129":[2,70],"130":[2,70],"131":[2,70],"132":[2,70],"133":[2,70]},{"1":[2,179],"6":[2,179],"25":[2,179],"26":[2,179],"47":[2,179],"52":[2,179],"55":[2,179],"62":[2,67],"63":[2,67],"64":[2,67],"66":[2,67],"67":[2,179],"68":[2,67],"69":[2,67],"72":[2,179],"78":[2,67],"79":[2,67],"80":[2,179],"85":[2,179],"94":[2,179],"96":[2,179],"97":[2,179],"98":[2,179],"105":[2,179],"109":[2,179],"110":[2,179],"121":[2,179],"122":[2,179],"124":[2,179],"125":[2,179],"128":[2,179],"129":[2,179],"130":[2,179],"131":[2,179],"132":[2,179],"133":[2,179]},{"1":[2,180],"6":[2,180],"25":[2,180],"26":[2,180],"47":[2,180],"52":[2,180],"55":[2,180],"67":[2,180],"72":[2,180],"80":[2,180],"85":[2,180],"94":[2,180],"96":[2,180],"97":[2,180],"98":[2,180],"105":[2,180],"109":[2,180],"110":[2,180],"121":[2,180],"122":[2,180],"124":[2,180],"125":[2,180],"128":[2,180],"129":[2,180],"130":[2,180],"131":[2,180],"132":[2,180],"133":[2,180]},{"1":[2,181],"6":[2,181],"25":[2,181],"26":[2,181],"47":[2,181],"52":[2,181],"55":[2,181],"67":[2,181],"72":[2,181],"80":[2,181],"85":[2,181],"94":[2,181],"96":[2,181],"97":[2,181],"98":[2,181],"105":[2,181],"109":[2,181],"110":[2,181],"121":[2,181],"122":[2,181],"124":[2,181],"125":[2,181],"128":[2,181],"129":[2,181],"130":[2,181],"131":[2,181],"132":[2,181],"133":[2,181]},{"8":194,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,195],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":196,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"5":198,"25":[1,5],"119":[1,197]},{"1":[2,118],"6":[2,118],"25":[2,118],"26":[2,118],"47":[2,118],"52":[2,118],"55":[2,118],"67":[2,118],"72":[2,118],"80":[2,118],"85":[2,118],"89":199,"90":[1,200],"91":[1,201],"94":[2,118],"96":[2,118],"97":[2,118],"98":[2,118],"105":[2,118],"109":[2,118],"110":[2,118],"121":[2,118],"122":[2,118],"124":[2,118],"125":[2,118],"128":[2,118],"129":[2,118],"130":[2,118],"131":[2,118],"132":[2,118],"133":[2,118]},{"1":[2,129],"6":[2,129],"25":[2,129],"26":[2,129],"47":[2,129],"52":[2,129],"55":[2,129],"67":[2,129],"72":[2,129],"80":[2,129],"85":[2,129],"94":[2,129],"96":[2,129],"97":[2,129],"98":[2,129],"105":[2,129],"109":[2,129],"110":[2,129],"121":[2,129],"122":[2,129],"124":[2,129],"125":[2,129],"128":[2,129],"129":[2,129],"130":[2,129],"131":[2,129],"132":[2,129],"133":[2,129]},{"1":[2,137],"6":[2,137],"25":[2,137],"26":[2,137],"47":[2,137],"52":[2,137],"55":[2,137],"67":[2,137],"72":[2,137],"80":[2,137],"85":[2,137],"94":[2,137],"96":[2,137],"97":[2,137],"98":[2,137],"105":[2,137],"109":[2,137],"110":[2,137],"121":[2,137],"122":[2,137],"124":[2,137],"125":[2,137],"128":[2,137],"129":[2,137],"130":[2,137],"131":[2,137],"132":[2,137],"133":[2,137]},{"25":[1,202],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"114":203,"116":204,"117":[1,205]},{"1":[2,89],"6":[2,89],"25":[2,89],"26":[2,89],"47":[2,89],"52":[2,89],"55":[2,89],"67":[2,89],"72":[2,89],"80":[2,89],"85":[2,89],"94":[2,89],"96":[2,89],"97":[2,89],"98":[2,89],"105":[2,89],"109":[2,89],"110":[2,89],"121":[2,89],"122":[2,89],"124":[2,89],"125":[2,89],"128":[2,89],"129":[2,89],"130":[2,89],"131":[2,89],"132":[2,89],"133":[2,89]},{"14":206,"15":120,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":121,"41":25,"42":58,"56":46,"57":47,"59":207,"61":26,"70":[1,66],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"93":[1,52]},{"1":[2,92],"5":208,"6":[2,92],"25":[1,5],"26":[2,92],"47":[2,92],"52":[2,92],"55":[2,92],"62":[2,67],"63":[2,67],"64":[2,67],"66":[2,67],"67":[2,92],"68":[2,67],"69":[2,67],"72":[2,92],"74":[1,209],"78":[2,67],"79":[2,67],"80":[2,92],"85":[2,92],"94":[2,92],"96":[2,92],"97":[2,92],"98":[2,92],"105":[2,92],"109":[2,92],"110":[2,92],"121":[2,92],"122":[2,92],"124":[2,92],"125":[2,92],"128":[2,92],"129":[2,92],"130":[2,92],"131":[2,92],"132":[2,92],"133":[2,92]},{"1":[2,43],"6":[2,43],"26":[2,43],"95":84,"96":[2,43],"98":[2,43],"101":85,"110":[2,43],"121":[2,43],"122":[2,43],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,123],"6":[2,123],"26":[2,123],"95":84,"96":[2,123],"98":[2,123],"101":85,"110":[2,123],"121":[2,123],"122":[2,123],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"94":[1,210],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,106],"6":[2,106],"25":[2,106],"26":[2,106],"37":[2,106],"40":[2,106],"47":[2,106],"52":[2,106],"55":[2,106],"62":[2,106],"63":[2,106],"64":[2,106],"66":[2,106],"67":[2,106],"68":[2,106],"69":[2,106],"72":[2,106],"74":[2,106],"78":[2,106],"79":[2,106],"80":[2,106],"85":[2,106],"94":[2,106],"96":[2,106],"97":[2,106],"98":[2,106],"105":[2,106],"109":[2,106],"110":[2,106],"121":[2,106],"122":[2,106],"124":[2,106],"125":[2,106],"126":[2,106],"127":[2,106],"128":[2,106],"129":[2,106],"130":[2,106],"131":[2,106],"132":[2,106],"133":[2,106],"134":[2,106]},{"5":211,"25":[1,5],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"5":212,"25":[1,5],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,125],"6":[2,125],"25":[2,125],"26":[2,125],"47":[2,125],"52":[2,125],"55":[2,125],"67":[2,125],"72":[2,125],"80":[2,125],"85":[2,125],"94":[2,125],"95":84,"96":[1,61],"97":[1,213],"98":[1,62],"101":85,"105":[2,125],"109":[2,125],"110":[1,64],"121":[2,125],"122":[2,125],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,127],"6":[2,127],"25":[2,127],"26":[2,127],"47":[2,127],"52":[2,127],"55":[2,127],"67":[2,127],"72":[2,127],"80":[2,127],"85":[2,127],"94":[2,127],"95":84,"96":[1,61],"97":[1,214],"98":[1,62],"101":85,"105":[2,127],"109":[2,127],"110":[1,64],"121":[2,127],"122":[2,127],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,133],"6":[2,133],"25":[2,133],"26":[2,133],"47":[2,133],"52":[2,133],"55":[2,133],"67":[2,133],"72":[2,133],"80":[2,133],"85":[2,133],"94":[2,133],"96":[2,133],"97":[2,133],"98":[2,133],"105":[2,133],"109":[2,133],"110":[2,133],"121":[2,133],"122":[2,133],"124":[2,133],"125":[2,133],"128":[2,133],"129":[2,133],"130":[2,133],"131":[2,133],"132":[2,133],"133":[2,133]},{"1":[2,134],"6":[2,134],"25":[2,134],"26":[2,134],"47":[2,134],"52":[2,134],"55":[2,134],"67":[2,134],"72":[2,134],"80":[2,134],"85":[2,134],"94":[2,134],"95":84,"96":[1,61],"97":[2,134],"98":[1,62],"101":85,"105":[2,134],"109":[2,134],"110":[1,64],"121":[2,134],"122":[2,134],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"52":[1,216],"103":215,"104":[1,217]},{"52":[2,138],"104":[2,138],"106":218,"107":[1,220],"112":[1,219]},{"27":221,"28":[1,69]},{"52":[2,139],"104":[2,139],"107":[2,139]},{"52":[2,140],"104":[2,140],"107":[2,140]},{"1":[2,107],"6":[2,107],"25":[2,107],"26":[2,107],"37":[2,107],"47":[2,107],"52":[2,107],"55":[2,107],"62":[2,107],"63":[2,107],"64":[2,107],"66":[2,107],"67":[2,107],"68":[2,107],"69":[2,107],"72":[2,107],"78":[2,107],"79":[2,107],"80":[2,107],"85":[2,107],"94":[2,107],"96":[2,107],"97":[2,107],"98":[2,107],"104":[2,107],"105":[2,107],"107":[2,107],"109":[2,107],"110":[2,107],"121":[2,107],"122":[2,107],"124":[2,107],"125":[2,107],"128":[2,107],"129":[2,107],"130":[2,107],"131":[2,107],"132":[2,107],"133":[2,107]},{"6":[2,50],"25":[2,50],"51":222,"52":[1,223],"85":[2,50]},{"6":[2,109],"25":[2,109],"26":[2,109],"52":[2,109],"80":[2,109],"85":[2,109]},{"8":155,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,154],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"58":156,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"81":224,"82":[1,53],"83":[1,54],"84":[1,65],"86":153,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"6":[2,114],"25":[2,114],"26":[2,114],"52":[2,114],"55":[1,225],"80":[2,114],"85":[2,114],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"6":[2,115],"25":[2,115],"26":[2,115],"52":[2,115],"80":[2,115],"85":[2,115]},{"6":[2,50],"25":[2,50],"51":226,"52":[1,227],"72":[2,50]},{"6":[2,84],"25":[2,84],"26":[2,84],"52":[2,84],"72":[2,84]},{"6":[2,35],"25":[2,35],"26":[2,35],"40":[1,228],"52":[2,35],"72":[2,35]},{"6":[2,38],"25":[2,38],"26":[2,38],"52":[2,38],"72":[2,38]},{"6":[2,39],"25":[2,39],"26":[2,39],"40":[2,39],"52":[2,39],"72":[2,39]},{"6":[2,40],"25":[2,40],"26":[2,40],"40":[2,40],"52":[2,40],"72":[2,40]},{"6":[2,41],"25":[2,41],"26":[2,41],"40":[2,41],"52":[2,41],"72":[2,41]},{"6":[2,42],"25":[2,42],"26":[2,42],"40":[2,42],"52":[2,42],"72":[2,42]},{"1":[2,5],"6":[2,5],"26":[2,5]},{"1":[2,24],"6":[2,24],"25":[2,24],"26":[2,24],"47":[2,24],"52":[2,24],"55":[2,24],"67":[2,24],"72":[2,24],"80":[2,24],"85":[2,24],"90":[2,24],"91":[2,24],"94":[2,24],"96":[2,24],"97":[2,24],"98":[2,24],"105":[2,24],"109":[2,24],"110":[2,24],"115":[2,24],"117":[2,24],"121":[2,24],"122":[2,24],"124":[2,24],"125":[2,24],"128":[2,24],"129":[2,24],"130":[2,24],"131":[2,24],"132":[2,24],"133":[2,24]},{"1":[2,183],"6":[2,183],"25":[2,183],"26":[2,183],"47":[2,183],"52":[2,183],"55":[2,183],"67":[2,183],"72":[2,183],"80":[2,183],"85":[2,183],"94":[2,183],"95":84,"96":[2,183],"97":[2,183],"98":[2,183],"101":85,"105":[2,183],"109":[2,183],"110":[2,183],"121":[2,183],"122":[2,183],"124":[2,183],"125":[2,183],"128":[1,74],"129":[1,77],"130":[2,183],"131":[2,183],"132":[2,183],"133":[2,183]},{"1":[2,184],"6":[2,184],"25":[2,184],"26":[2,184],"47":[2,184],"52":[2,184],"55":[2,184],"67":[2,184],"72":[2,184],"80":[2,184],"85":[2,184],"94":[2,184],"95":84,"96":[2,184],"97":[2,184],"98":[2,184],"101":85,"105":[2,184],"109":[2,184],"110":[2,184],"121":[2,184],"122":[2,184],"124":[2,184],"125":[2,184],"128":[1,74],"129":[1,77],"130":[2,184],"131":[2,184],"132":[2,184],"133":[2,184]},{"1":[2,185],"6":[2,185],"25":[2,185],"26":[2,185],"47":[2,185],"52":[2,185],"55":[2,185],"67":[2,185],"72":[2,185],"80":[2,185],"85":[2,185],"94":[2,185],"95":84,"96":[2,185],"97":[2,185],"98":[2,185],"101":85,"105":[2,185],"109":[2,185],"110":[2,185],"121":[2,185],"122":[2,185],"124":[2,185],"125":[2,185],"128":[1,74],"129":[2,185],"130":[2,185],"131":[2,185],"132":[2,185],"133":[2,185]},{"1":[2,186],"6":[2,186],"25":[2,186],"26":[2,186],"47":[2,186],"52":[2,186],"55":[2,186],"67":[2,186],"72":[2,186],"80":[2,186],"85":[2,186],"94":[2,186],"95":84,"96":[2,186],"97":[2,186],"98":[2,186],"101":85,"105":[2,186],"109":[2,186],"110":[2,186],"121":[2,186],"122":[2,186],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[2,186],"131":[2,186],"132":[2,186],"133":[2,186]},{"1":[2,187],"6":[2,187],"25":[2,187],"26":[2,187],"47":[2,187],"52":[2,187],"55":[2,187],"67":[2,187],"72":[2,187],"80":[2,187],"85":[2,187],"94":[2,187],"95":84,"96":[2,187],"97":[2,187],"98":[2,187],"101":85,"105":[2,187],"109":[2,187],"110":[2,187],"121":[2,187],"122":[2,187],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[2,187],"132":[2,187],"133":[1,81]},{"1":[2,188],"6":[2,188],"25":[2,188],"26":[2,188],"47":[2,188],"52":[2,188],"55":[2,188],"67":[2,188],"72":[2,188],"80":[2,188],"85":[2,188],"94":[2,188],"95":84,"96":[2,188],"97":[2,188],"98":[2,188],"101":85,"105":[2,188],"109":[2,188],"110":[2,188],"121":[2,188],"122":[2,188],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[2,188],"133":[1,81]},{"1":[2,189],"6":[2,189],"25":[2,189],"26":[2,189],"47":[2,189],"52":[2,189],"55":[2,189],"67":[2,189],"72":[2,189],"80":[2,189],"85":[2,189],"94":[2,189],"95":84,"96":[2,189],"97":[2,189],"98":[2,189],"101":85,"105":[2,189],"109":[2,189],"110":[2,189],"121":[2,189],"122":[2,189],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[2,189],"132":[2,189],"133":[2,189]},{"1":[2,172],"6":[2,172],"25":[2,172],"26":[2,172],"47":[2,172],"52":[2,172],"55":[2,172],"67":[2,172],"72":[2,172],"80":[2,172],"85":[2,172],"94":[2,172],"95":84,"96":[1,61],"97":[2,172],"98":[1,62],"101":85,"105":[2,172],"109":[2,172],"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,174],"6":[2,174],"25":[2,174],"26":[2,174],"47":[2,174],"52":[2,174],"55":[2,174],"67":[2,174],"72":[2,174],"80":[2,174],"85":[2,174],"94":[2,174],"95":84,"96":[1,61],"97":[2,174],"98":[1,62],"101":85,"105":[2,174],"109":[2,174],"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,171],"6":[2,171],"25":[2,171],"26":[2,171],"47":[2,171],"52":[2,171],"55":[2,171],"67":[2,171],"72":[2,171],"80":[2,171],"85":[2,171],"94":[2,171],"95":84,"96":[1,61],"97":[2,171],"98":[1,62],"101":85,"105":[2,171],"109":[2,171],"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,173],"6":[2,173],"25":[2,173],"26":[2,173],"47":[2,173],"52":[2,173],"55":[2,173],"67":[2,173],"72":[2,173],"80":[2,173],"85":[2,173],"94":[2,173],"95":84,"96":[1,61],"97":[2,173],"98":[1,62],"101":85,"105":[2,173],"109":[2,173],"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,96],"6":[2,96],"25":[2,96],"26":[2,96],"47":[2,96],"52":[2,96],"55":[2,96],"62":[2,96],"63":[2,96],"64":[2,96],"66":[2,96],"67":[2,96],"68":[2,96],"69":[2,96],"72":[2,96],"78":[2,96],"79":[2,96],"80":[2,96],"85":[2,96],"94":[2,96],"96":[2,96],"97":[2,96],"98":[2,96],"105":[2,96],"109":[2,96],"110":[2,96],"121":[2,96],"122":[2,96],"124":[2,96],"125":[2,96],"128":[2,96],"129":[2,96],"130":[2,96],"131":[2,96],"132":[2,96],"133":[2,96]},{"1":[2,74],"6":[2,74],"25":[2,74],"26":[2,74],"37":[2,74],"47":[2,74],"52":[2,74],"55":[2,74],"62":[2,74],"63":[2,74],"64":[2,74],"66":[2,74],"67":[2,74],"68":[2,74],"69":[2,74],"72":[2,74],"74":[2,74],"78":[2,74],"79":[2,74],"80":[2,74],"85":[2,74],"94":[2,74],"96":[2,74],"97":[2,74],"98":[2,74],"105":[2,74],"109":[2,74],"110":[2,74],"121":[2,74],"122":[2,74],"124":[2,74],"125":[2,74],"126":[2,74],"127":[2,74],"128":[2,74],"129":[2,74],"130":[2,74],"131":[2,74],"132":[2,74],"133":[2,74],"134":[2,74]},{"1":[2,75],"6":[2,75],"25":[2,75],"26":[2,75],"37":[2,75],"47":[2,75],"52":[2,75],"55":[2,75],"62":[2,75],"63":[2,75],"64":[2,75],"66":[2,75],"67":[2,75],"68":[2,75],"69":[2,75],"72":[2,75],"74":[2,75],"78":[2,75],"79":[2,75],"80":[2,75],"85":[2,75],"94":[2,75],"96":[2,75],"97":[2,75],"98":[2,75],"105":[2,75],"109":[2,75],"110":[2,75],"121":[2,75],"122":[2,75],"124":[2,75],"125":[2,75],"126":[2,75],"127":[2,75],"128":[2,75],"129":[2,75],"130":[2,75],"131":[2,75],"132":[2,75],"133":[2,75],"134":[2,75]},{"1":[2,76],"6":[2,76],"25":[2,76],"26":[2,76],"37":[2,76],"47":[2,76],"52":[2,76],"55":[2,76],"62":[2,76],"63":[2,76],"64":[2,76],"66":[2,76],"67":[2,76],"68":[2,76],"69":[2,76],"72":[2,76],"74":[2,76],"78":[2,76],"79":[2,76],"80":[2,76],"85":[2,76],"94":[2,76],"96":[2,76],"97":[2,76],"98":[2,76],"105":[2,76],"109":[2,76],"110":[2,76],"121":[2,76],"122":[2,76],"124":[2,76],"125":[2,76],"126":[2,76],"127":[2,76],"128":[2,76],"129":[2,76],"130":[2,76],"131":[2,76],"132":[2,76],"133":[2,76],"134":[2,76]},{"67":[1,229],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,80],"6":[2,80],"25":[2,80],"26":[2,80],"37":[2,80],"47":[2,80],"52":[2,80],"55":[2,80],"62":[2,80],"63":[2,80],"64":[2,80],"66":[2,80],"67":[2,80],"68":[2,80],"69":[2,80],"72":[2,80],"74":[2,80],"78":[2,80],"79":[2,80],"80":[2,80],"85":[2,80],"94":[2,80],"96":[2,80],"97":[2,80],"98":[2,80],"105":[2,80],"109":[2,80],"110":[2,80],"121":[2,80],"122":[2,80],"124":[2,80],"125":[2,80],"126":[2,80],"127":[2,80],"128":[2,80],"129":[2,80],"130":[2,80],"131":[2,80],"132":[2,80],"133":[2,80],"134":[2,80]},{"1":[2,81],"6":[2,81],"25":[2,81],"26":[2,81],"37":[2,81],"47":[2,81],"52":[2,81],"55":[2,81],"62":[2,81],"63":[2,81],"64":[2,81],"66":[2,81],"67":[2,81],"68":[2,81],"69":[2,81],"72":[2,81],"74":[2,81],"78":[2,81],"79":[2,81],"80":[2,81],"85":[2,81],"94":[2,81],"96":[2,81],"97":[2,81],"98":[2,81],"105":[2,81],"109":[2,81],"110":[2,81],"121":[2,81],"122":[2,81],"124":[2,81],"125":[2,81],"126":[2,81],"127":[2,81],"128":[2,81],"129":[2,81],"130":[2,81],"131":[2,81],"132":[2,81],"133":[2,81],"134":[2,81]},{"1":[2,97],"6":[2,97],"25":[2,97],"26":[2,97],"47":[2,97],"52":[2,97],"55":[2,97],"62":[2,97],"63":[2,97],"64":[2,97],"66":[2,97],"67":[2,97],"68":[2,97],"69":[2,97],"72":[2,97],"78":[2,97],"79":[2,97],"80":[2,97],"85":[2,97],"94":[2,97],"96":[2,97],"97":[2,97],"98":[2,97],"105":[2,97],"109":[2,97],"110":[2,97],"121":[2,97],"122":[2,97],"124":[2,97],"125":[2,97],"128":[2,97],"129":[2,97],"130":[2,97],"131":[2,97],"132":[2,97],"133":[2,97]},{"1":[2,33],"6":[2,33],"25":[2,33],"26":[2,33],"47":[2,33],"52":[2,33],"55":[2,33],"67":[2,33],"72":[2,33],"80":[2,33],"85":[2,33],"94":[2,33],"95":84,"96":[2,33],"97":[2,33],"98":[2,33],"101":85,"105":[2,33],"109":[2,33],"110":[2,33],"121":[2,33],"122":[2,33],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"8":230,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,102],"6":[2,102],"25":[2,102],"26":[2,102],"47":[2,102],"52":[2,102],"55":[2,102],"62":[2,102],"63":[2,102],"64":[2,102],"66":[2,102],"67":[2,102],"68":[2,102],"69":[2,102],"72":[2,102],"78":[2,102],"79":[2,102],"80":[2,102],"85":[2,102],"94":[2,102],"96":[2,102],"97":[2,102],"98":[2,102],"105":[2,102],"109":[2,102],"110":[2,102],"121":[2,102],"122":[2,102],"124":[2,102],"125":[2,102],"128":[2,102],"129":[2,102],"130":[2,102],"131":[2,102],"132":[2,102],"133":[2,102]},{"6":[2,50],"25":[2,50],"51":231,"52":[1,223],"80":[2,50]},{"48":232,"49":[1,55],"50":[1,56]},{"27":108,"28":[1,69],"42":109,"53":233,"54":107,"56":110,"57":111,"70":[1,66],"83":[1,112],"84":[1,65]},{"47":[2,56],"52":[2,56]},{"8":234,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,190],"6":[2,190],"25":[2,190],"26":[2,190],"47":[2,190],"52":[2,190],"55":[2,190],"67":[2,190],"72":[2,190],"80":[2,190],"85":[2,190],"94":[2,190],"95":84,"96":[2,190],"97":[2,190],"98":[2,190],"101":85,"105":[2,190],"109":[2,190],"110":[2,190],"121":[2,190],"122":[2,190],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"8":235,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,192],"6":[2,192],"25":[2,192],"26":[2,192],"47":[2,192],"52":[2,192],"55":[2,192],"67":[2,192],"72":[2,192],"80":[2,192],"85":[2,192],"94":[2,192],"95":84,"96":[2,192],"97":[2,192],"98":[2,192],"101":85,"105":[2,192],"109":[2,192],"110":[2,192],"121":[2,192],"122":[2,192],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"8":236,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,169],"6":[2,169],"25":[2,169],"26":[2,169],"47":[2,169],"52":[2,169],"55":[2,169],"67":[2,169],"72":[2,169],"80":[2,169],"85":[2,169],"94":[2,169],"96":[2,169],"97":[2,169],"98":[2,169],"105":[2,169],"109":[2,169],"110":[2,169],"115":[2,169],"121":[2,169],"122":[2,169],"124":[2,169],"125":[2,169],"128":[2,169],"129":[2,169],"130":[2,169],"131":[2,169],"132":[2,169],"133":[2,169]},{"1":[2,119],"6":[2,119],"25":[2,119],"26":[2,119],"47":[2,119],"52":[2,119],"55":[2,119],"67":[2,119],"72":[2,119],"80":[2,119],"85":[2,119],"90":[1,237],"94":[2,119],"96":[2,119],"97":[2,119],"98":[2,119],"105":[2,119],"109":[2,119],"110":[2,119],"121":[2,119],"122":[2,119],"124":[2,119],"125":[2,119],"128":[2,119],"129":[2,119],"130":[2,119],"131":[2,119],"132":[2,119],"133":[2,119]},{"5":238,"25":[1,5]},{"27":239,"28":[1,69]},{"114":240,"116":204,"117":[1,205]},{"26":[1,241],"115":[1,242],"116":243,"117":[1,205]},{"26":[2,162],"115":[2,162],"117":[2,162]},{"8":245,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"87":244,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,90],"5":246,"6":[2,90],"25":[1,5],"26":[2,90],"47":[2,90],"52":[2,90],"55":[2,90],"60":91,"62":[1,93],"63":[1,94],"64":[1,95],"65":96,"66":[1,97],"67":[2,90],"68":[1,98],"69":[1,99],"72":[2,90],"75":90,"78":[1,92],"79":[2,100],"80":[2,90],"85":[2,90],"94":[2,90],"96":[2,90],"97":[2,90],"98":[2,90],"105":[2,90],"109":[2,90],"110":[2,90],"121":[2,90],"122":[2,90],"124":[2,90],"125":[2,90],"128":[2,90],"129":[2,90],"130":[2,90],"131":[2,90],"132":[2,90],"133":[2,90]},{"1":[2,67],"6":[2,67],"25":[2,67],"26":[2,67],"47":[2,67],"52":[2,67],"55":[2,67],"62":[2,67],"63":[2,67],"64":[2,67],"66":[2,67],"67":[2,67],"68":[2,67],"69":[2,67],"72":[2,67],"78":[2,67],"79":[2,67],"80":[2,67],"85":[2,67],"94":[2,67],"96":[2,67],"97":[2,67],"98":[2,67],"105":[2,67],"109":[2,67],"110":[2,67],"121":[2,67],"122":[2,67],"124":[2,67],"125":[2,67],"128":[2,67],"129":[2,67],"130":[2,67],"131":[2,67],"132":[2,67],"133":[2,67]},{"1":[2,93],"6":[2,93],"25":[2,93],"26":[2,93],"47":[2,93],"52":[2,93],"55":[2,93],"67":[2,93],"72":[2,93],"80":[2,93],"85":[2,93],"94":[2,93],"96":[2,93],"97":[2,93],"98":[2,93],"105":[2,93],"109":[2,93],"110":[2,93],"121":[2,93],"122":[2,93],"124":[2,93],"125":[2,93],"128":[2,93],"129":[2,93],"130":[2,93],"131":[2,93],"132":[2,93],"133":[2,93]},{"14":247,"15":120,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":121,"41":25,"42":58,"56":46,"57":47,"59":207,"61":26,"70":[1,66],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"93":[1,52]},{"1":[2,124],"6":[2,124],"25":[2,124],"26":[2,124],"40":[2,124],"47":[2,124],"52":[2,124],"55":[2,124],"62":[2,124],"63":[2,124],"64":[2,124],"66":[2,124],"67":[2,124],"68":[2,124],"69":[2,124],"72":[2,124],"78":[2,124],"79":[2,124],"80":[2,124],"85":[2,124],"94":[2,124],"96":[2,124],"97":[2,124],"98":[2,124],"105":[2,124],"109":[2,124],"110":[2,124],"121":[2,124],"122":[2,124],"124":[2,124],"125":[2,124],"128":[2,124],"129":[2,124],"130":[2,124],"131":[2,124],"132":[2,124],"133":[2,124]},{"1":[2,166],"6":[2,166],"25":[2,166],"26":[2,166],"47":[2,166],"52":[2,166],"55":[2,166],"67":[2,166],"72":[2,166],"80":[2,166],"85":[2,166],"94":[2,166],"96":[2,166],"97":[2,166],"98":[2,166],"105":[2,166],"109":[2,166],"110":[2,166],"115":[2,166],"121":[2,166],"122":[2,166],"124":[2,166],"125":[2,166],"128":[2,166],"129":[2,166],"130":[2,166],"131":[2,166],"132":[2,166],"133":[2,166]},{"1":[2,167],"6":[2,167],"25":[2,167],"26":[2,167],"47":[2,167],"52":[2,167],"55":[2,167],"67":[2,167],"72":[2,167],"80":[2,167],"85":[2,167],"94":[2,167],"96":[2,167],"97":[2,167],"98":[2,167],"105":[2,167],"109":[2,167],"110":[2,167],"115":[2,167],"121":[2,167],"122":[2,167],"124":[2,167],"125":[2,167],"128":[2,167],"129":[2,167],"130":[2,167],"131":[2,167],"132":[2,167],"133":[2,167]},{"8":248,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":249,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,151],"6":[2,151],"25":[2,151],"26":[2,151],"47":[2,151],"52":[2,151],"55":[2,151],"67":[2,151],"72":[2,151],"80":[2,151],"85":[2,151],"94":[2,151],"96":[2,151],"97":[2,151],"98":[2,151],"105":[2,151],"109":[2,151],"110":[2,151],"121":[2,151],"122":[2,151],"124":[2,151],"125":[2,151],"128":[2,151],"129":[2,151],"130":[2,151],"131":[2,151],"132":[2,151],"133":[2,151]},{"27":250,"28":[1,69],"56":149,"57":150,"70":[1,66],"84":[1,65],"102":251},{"8":252,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,153],"6":[2,153],"25":[2,153],"26":[2,153],"47":[2,153],"52":[2,153],"55":[2,153],"67":[2,153],"72":[2,153],"80":[2,153],"85":[2,153],"94":[2,153],"96":[2,153],"97":[2,153],"98":[2,153],"105":[2,153],"109":[2,153],"110":[2,153],"121":[2,153],"122":[2,153],"124":[2,153],"125":[2,153],"128":[2,153],"129":[2,153],"130":[2,153],"131":[2,153],"132":[2,153],"133":[2,153]},{"8":253,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":254,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"52":[1,256],"106":255,"107":[1,220]},{"6":[1,258],"25":[1,259],"85":[1,257]},{"6":[2,51],"8":155,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[2,51],"26":[2,51],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"58":156,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"80":[2,51],"82":[1,53],"83":[1,54],"84":[1,65],"85":[2,51],"86":260,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"6":[2,50],"25":[2,50],"26":[2,50],"51":261,"52":[1,223]},{"6":[2,62],"25":[2,62],"26":[2,62],"52":[2,62],"80":[2,62],"85":[2,62]},{"6":[1,263],"25":[1,264],"72":[1,262]},{"6":[2,51],"12":160,"25":[2,51],"26":[2,51],"27":161,"28":[1,69],"29":162,"30":[1,67],"31":[1,68],"38":265,"39":159,"41":163,"42":164,"44":[1,45],"72":[2,51],"83":[1,112],"93":[1,52]},{"8":266,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,267],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,79],"6":[2,79],"25":[2,79],"26":[2,79],"37":[2,79],"47":[2,79],"52":[2,79],"55":[2,79],"62":[2,79],"63":[2,79],"64":[2,79],"66":[2,79],"67":[2,79],"68":[2,79],"69":[2,79],"72":[2,79],"74":[2,79],"78":[2,79],"79":[2,79],"80":[2,79],"85":[2,79],"94":[2,79],"96":[2,79],"97":[2,79],"98":[2,79],"105":[2,79],"109":[2,79],"110":[2,79],"121":[2,79],"122":[2,79],"124":[2,79],"125":[2,79],"126":[2,79],"127":[2,79],"128":[2,79],"129":[2,79],"130":[2,79],"131":[2,79],"132":[2,79],"133":[2,79],"134":[2,79]},{"26":[1,268],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"6":[1,258],"25":[1,259],"80":[1,269]},{"5":270,"25":[1,5]},{"47":[2,54],"52":[2,54]},{"47":[2,57],"52":[2,57],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"26":[1,271],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"5":272,"25":[1,5],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"5":273,"25":[1,5]},{"1":[2,120],"6":[2,120],"25":[2,120],"26":[2,120],"47":[2,120],"52":[2,120],"55":[2,120],"67":[2,120],"72":[2,120],"80":[2,120],"85":[2,120],"94":[2,120],"96":[2,120],"97":[2,120],"98":[2,120],"105":[2,120],"109":[2,120],"110":[2,120],"121":[2,120],"122":[2,120],"124":[2,120],"125":[2,120],"128":[2,120],"129":[2,120],"130":[2,120],"131":[2,120],"132":[2,120],"133":[2,120]},{"5":274,"25":[1,5]},{"26":[1,275],"115":[1,276],"116":243,"117":[1,205]},{"1":[2,160],"6":[2,160],"25":[2,160],"26":[2,160],"47":[2,160],"52":[2,160],"55":[2,160],"67":[2,160],"72":[2,160],"80":[2,160],"85":[2,160],"94":[2,160],"96":[2,160],"97":[2,160],"98":[2,160],"105":[2,160],"109":[2,160],"110":[2,160],"121":[2,160],"122":[2,160],"124":[2,160],"125":[2,160],"128":[2,160],"129":[2,160],"130":[2,160],"131":[2,160],"132":[2,160],"133":[2,160]},{"5":277,"25":[1,5]},{"26":[2,163],"115":[2,163],"117":[2,163]},{"5":278,"25":[1,5],"52":[1,279]},{"25":[2,116],"52":[2,116],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,91],"6":[2,91],"25":[2,91],"26":[2,91],"47":[2,91],"52":[2,91],"55":[2,91],"67":[2,91],"72":[2,91],"80":[2,91],"85":[2,91],"94":[2,91],"96":[2,91],"97":[2,91],"98":[2,91],"105":[2,91],"109":[2,91],"110":[2,91],"121":[2,91],"122":[2,91],"124":[2,91],"125":[2,91],"128":[2,91],"129":[2,91],"130":[2,91],"131":[2,91],"132":[2,91],"133":[2,91]},{"1":[2,94],"5":280,"6":[2,94],"25":[1,5],"26":[2,94],"47":[2,94],"52":[2,94],"55":[2,94],"60":91,"62":[1,93],"63":[1,94],"64":[1,95],"65":96,"66":[1,97],"67":[2,94],"68":[1,98],"69":[1,99],"72":[2,94],"75":90,"78":[1,92],"79":[2,100],"80":[2,94],"85":[2,94],"94":[2,94],"96":[2,94],"97":[2,94],"98":[2,94],"105":[2,94],"109":[2,94],"110":[2,94],"121":[2,94],"122":[2,94],"124":[2,94],"125":[2,94],"128":[2,94],"129":[2,94],"130":[2,94],"131":[2,94],"132":[2,94],"133":[2,94]},{"1":[2,126],"6":[2,126],"25":[2,126],"26":[2,126],"47":[2,126],"52":[2,126],"55":[2,126],"67":[2,126],"72":[2,126],"80":[2,126],"85":[2,126],"94":[2,126],"95":84,"96":[1,61],"97":[2,126],"98":[1,62],"101":85,"105":[2,126],"109":[2,126],"110":[1,64],"121":[2,126],"122":[2,126],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,128],"6":[2,128],"25":[2,128],"26":[2,128],"47":[2,128],"52":[2,128],"55":[2,128],"67":[2,128],"72":[2,128],"80":[2,128],"85":[2,128],"94":[2,128],"95":84,"96":[1,61],"97":[2,128],"98":[1,62],"101":85,"105":[2,128],"109":[2,128],"110":[1,64],"121":[2,128],"122":[2,128],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"103":281,"104":[1,217],"107":[2,138]},{"106":282,"107":[1,220]},{"1":[2,141],"6":[2,141],"25":[2,141],"26":[2,141],"47":[2,141],"52":[2,141],"55":[2,141],"67":[2,141],"72":[2,141],"80":[2,141],"85":[2,141],"94":[2,141],"95":84,"96":[2,141],"97":[1,283],"98":[2,141],"101":85,"105":[1,284],"109":[2,141],"110":[2,141],"121":[2,141],"122":[2,141],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"95":84,"96":[1,61],"98":[1,62],"101":85,"108":285,"109":[1,286],"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,145],"6":[2,145],"25":[2,145],"26":[2,145],"47":[2,145],"52":[2,145],"55":[2,145],"67":[2,145],"72":[2,145],"80":[2,145],"85":[2,145],"94":[2,145],"95":84,"96":[2,145],"97":[1,287],"98":[2,145],"101":85,"105":[2,145],"109":[2,145],"110":[2,145],"121":[2,145],"122":[2,145],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,155],"6":[2,155],"25":[2,155],"26":[2,155],"47":[2,155],"52":[2,155],"55":[2,155],"67":[2,155],"72":[2,155],"80":[2,155],"85":[2,155],"94":[2,155],"96":[2,155],"97":[2,155],"98":[2,155],"105":[2,155],"109":[2,155],"110":[2,155],"121":[2,155],"122":[2,155],"124":[2,155],"125":[2,155],"128":[2,155],"129":[2,155],"130":[2,155],"131":[2,155],"132":[2,155],"133":[2,155]},{"27":289,"28":[1,69],"56":149,"57":150,"70":[1,66],"84":[1,65],"102":288},{"1":[2,108],"6":[2,108],"25":[2,108],"26":[2,108],"37":[2,108],"47":[2,108],"52":[2,108],"55":[2,108],"62":[2,108],"63":[2,108],"64":[2,108],"66":[2,108],"67":[2,108],"68":[2,108],"69":[2,108],"72":[2,108],"78":[2,108],"79":[2,108],"80":[2,108],"85":[2,108],"94":[2,108],"96":[2,108],"97":[2,108],"98":[2,108],"104":[2,108],"105":[2,108],"107":[2,108],"109":[2,108],"110":[2,108],"121":[2,108],"122":[2,108],"124":[2,108],"125":[2,108],"128":[2,108],"129":[2,108],"130":[2,108],"131":[2,108],"132":[2,108],"133":[2,108]},{"8":155,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"58":156,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"86":290,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":155,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"25":[1,154],"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"58":156,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"81":291,"82":[1,53],"83":[1,54],"84":[1,65],"86":153,"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"6":[2,110],"25":[2,110],"26":[2,110],"52":[2,110],"80":[2,110],"85":[2,110]},{"6":[1,258],"25":[1,259],"26":[1,292]},{"1":[2,82],"6":[2,82],"25":[2,82],"26":[2,82],"37":[2,82],"47":[2,82],"52":[2,82],"55":[2,82],"62":[2,82],"63":[2,82],"64":[2,82],"66":[2,82],"67":[2,82],"68":[2,82],"69":[2,82],"72":[2,82],"78":[2,82],"79":[2,82],"80":[2,82],"85":[2,82],"94":[2,82],"96":[2,82],"97":[2,82],"98":[2,82],"104":[2,82],"105":[2,82],"107":[2,82],"109":[2,82],"110":[2,82],"121":[2,82],"122":[2,82],"124":[2,82],"125":[2,82],"128":[2,82],"129":[2,82],"130":[2,82],"131":[2,82],"132":[2,82],"133":[2,82]},{"12":160,"27":161,"28":[1,69],"29":162,"30":[1,67],"31":[1,68],"38":293,"39":159,"41":163,"42":164,"44":[1,45],"83":[1,112],"93":[1,52]},{"6":[2,83],"12":160,"25":[2,83],"26":[2,83],"27":161,"28":[1,69],"29":162,"30":[1,67],"31":[1,68],"38":158,"39":159,"41":163,"42":164,"44":[1,45],"52":[2,83],"71":294,"83":[1,112],"93":[1,52]},{"6":[2,85],"25":[2,85],"26":[2,85],"52":[2,85],"72":[2,85]},{"6":[2,36],"25":[2,36],"26":[2,36],"52":[2,36],"72":[2,36],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"8":295,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,34],"6":[2,34],"25":[2,34],"26":[2,34],"47":[2,34],"52":[2,34],"55":[2,34],"67":[2,34],"72":[2,34],"80":[2,34],"85":[2,34],"94":[2,34],"96":[2,34],"97":[2,34],"98":[2,34],"105":[2,34],"109":[2,34],"110":[2,34],"121":[2,34],"122":[2,34],"124":[2,34],"125":[2,34],"128":[2,34],"129":[2,34],"130":[2,34],"131":[2,34],"132":[2,34],"133":[2,34]},{"1":[2,103],"6":[2,103],"25":[2,103],"26":[2,103],"47":[2,103],"52":[2,103],"55":[2,103],"62":[2,103],"63":[2,103],"64":[2,103],"66":[2,103],"67":[2,103],"68":[2,103],"69":[2,103],"72":[2,103],"78":[2,103],"79":[2,103],"80":[2,103],"85":[2,103],"94":[2,103],"96":[2,103],"97":[2,103],"98":[2,103],"105":[2,103],"109":[2,103],"110":[2,103],"121":[2,103],"122":[2,103],"124":[2,103],"125":[2,103],"128":[2,103],"129":[2,103],"130":[2,103],"131":[2,103],"132":[2,103],"133":[2,103]},{"1":[2,46],"6":[2,46],"25":[2,46],"26":[2,46],"47":[2,46],"52":[2,46],"55":[2,46],"67":[2,46],"72":[2,46],"80":[2,46],"85":[2,46],"94":[2,46],"96":[2,46],"97":[2,46],"98":[2,46],"105":[2,46],"109":[2,46],"110":[2,46],"121":[2,46],"122":[2,46],"124":[2,46],"125":[2,46],"128":[2,46],"129":[2,46],"130":[2,46],"131":[2,46],"132":[2,46],"133":[2,46]},{"1":[2,191],"6":[2,191],"25":[2,191],"26":[2,191],"47":[2,191],"52":[2,191],"55":[2,191],"67":[2,191],"72":[2,191],"80":[2,191],"85":[2,191],"94":[2,191],"96":[2,191],"97":[2,191],"98":[2,191],"105":[2,191],"109":[2,191],"110":[2,191],"121":[2,191],"122":[2,191],"124":[2,191],"125":[2,191],"128":[2,191],"129":[2,191],"130":[2,191],"131":[2,191],"132":[2,191],"133":[2,191]},{"1":[2,168],"6":[2,168],"25":[2,168],"26":[2,168],"47":[2,168],"52":[2,168],"55":[2,168],"67":[2,168],"72":[2,168],"80":[2,168],"85":[2,168],"94":[2,168],"96":[2,168],"97":[2,168],"98":[2,168],"105":[2,168],"109":[2,168],"110":[2,168],"115":[2,168],"121":[2,168],"122":[2,168],"124":[2,168],"125":[2,168],"128":[2,168],"129":[2,168],"130":[2,168],"131":[2,168],"132":[2,168],"133":[2,168]},{"1":[2,121],"6":[2,121],"25":[2,121],"26":[2,121],"47":[2,121],"52":[2,121],"55":[2,121],"67":[2,121],"72":[2,121],"80":[2,121],"85":[2,121],"94":[2,121],"96":[2,121],"97":[2,121],"98":[2,121],"105":[2,121],"109":[2,121],"110":[2,121],"121":[2,121],"122":[2,121],"124":[2,121],"125":[2,121],"128":[2,121],"129":[2,121],"130":[2,121],"131":[2,121],"132":[2,121],"133":[2,121]},{"1":[2,122],"6":[2,122],"25":[2,122],"26":[2,122],"47":[2,122],"52":[2,122],"55":[2,122],"67":[2,122],"72":[2,122],"80":[2,122],"85":[2,122],"90":[2,122],"94":[2,122],"96":[2,122],"97":[2,122],"98":[2,122],"105":[2,122],"109":[2,122],"110":[2,122],"121":[2,122],"122":[2,122],"124":[2,122],"125":[2,122],"128":[2,122],"129":[2,122],"130":[2,122],"131":[2,122],"132":[2,122],"133":[2,122]},{"1":[2,158],"6":[2,158],"25":[2,158],"26":[2,158],"47":[2,158],"52":[2,158],"55":[2,158],"67":[2,158],"72":[2,158],"80":[2,158],"85":[2,158],"94":[2,158],"96":[2,158],"97":[2,158],"98":[2,158],"105":[2,158],"109":[2,158],"110":[2,158],"121":[2,158],"122":[2,158],"124":[2,158],"125":[2,158],"128":[2,158],"129":[2,158],"130":[2,158],"131":[2,158],"132":[2,158],"133":[2,158]},{"5":296,"25":[1,5]},{"26":[1,297]},{"6":[1,298],"26":[2,164],"115":[2,164],"117":[2,164]},{"8":299,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,95],"6":[2,95],"25":[2,95],"26":[2,95],"47":[2,95],"52":[2,95],"55":[2,95],"67":[2,95],"72":[2,95],"80":[2,95],"85":[2,95],"94":[2,95],"96":[2,95],"97":[2,95],"98":[2,95],"105":[2,95],"109":[2,95],"110":[2,95],"121":[2,95],"122":[2,95],"124":[2,95],"125":[2,95],"128":[2,95],"129":[2,95],"130":[2,95],"131":[2,95],"132":[2,95],"133":[2,95]},{"1":[2,152],"6":[2,152],"25":[2,152],"26":[2,152],"47":[2,152],"52":[2,152],"55":[2,152],"67":[2,152],"72":[2,152],"80":[2,152],"85":[2,152],"94":[2,152],"96":[2,152],"97":[2,152],"98":[2,152],"105":[2,152],"109":[2,152],"110":[2,152],"121":[2,152],"122":[2,152],"124":[2,152],"125":[2,152],"128":[2,152],"129":[2,152],"130":[2,152],"131":[2,152],"132":[2,152],"133":[2,152]},{"1":[2,154],"6":[2,154],"25":[2,154],"26":[2,154],"47":[2,154],"52":[2,154],"55":[2,154],"67":[2,154],"72":[2,154],"80":[2,154],"85":[2,154],"94":[2,154],"96":[2,154],"97":[2,154],"98":[2,154],"105":[2,154],"109":[2,154],"110":[2,154],"121":[2,154],"122":[2,154],"124":[2,154],"125":[2,154],"128":[2,154],"129":[2,154],"130":[2,154],"131":[2,154],"132":[2,154],"133":[2,154]},{"8":300,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":301,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,157],"6":[2,157],"25":[2,157],"26":[2,157],"47":[2,157],"52":[2,157],"55":[2,157],"67":[2,157],"72":[2,157],"80":[2,157],"85":[2,157],"94":[2,157],"96":[2,157],"97":[2,157],"98":[2,157],"105":[2,157],"109":[2,157],"110":[2,157],"121":[2,157],"122":[2,157],"124":[2,157],"125":[2,157],"128":[2,157],"129":[2,157],"130":[2,157],"131":[2,157],"132":[2,157],"133":[2,157]},{"8":302,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":303,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"106":304,"107":[1,220]},{"107":[2,138]},{"6":[2,111],"25":[2,111],"26":[2,111],"52":[2,111],"80":[2,111],"85":[2,111]},{"6":[2,50],"25":[2,50],"26":[2,50],"51":305,"52":[1,223]},{"6":[2,112],"25":[2,112],"26":[2,112],"52":[2,112],"80":[2,112],"85":[2,112]},{"6":[2,86],"25":[2,86],"26":[2,86],"52":[2,86],"72":[2,86]},{"6":[2,50],"25":[2,50],"26":[2,50],"51":306,"52":[1,227]},{"26":[1,307],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"26":[1,308]},{"1":[2,161],"6":[2,161],"25":[2,161],"26":[2,161],"47":[2,161],"52":[2,161],"55":[2,161],"67":[2,161],"72":[2,161],"80":[2,161],"85":[2,161],"94":[2,161],"96":[2,161],"97":[2,161],"98":[2,161],"105":[2,161],"109":[2,161],"110":[2,161],"121":[2,161],"122":[2,161],"124":[2,161],"125":[2,161],"128":[2,161],"129":[2,161],"130":[2,161],"131":[2,161],"132":[2,161],"133":[2,161]},{"26":[2,165],"115":[2,165],"117":[2,165]},{"25":[2,117],"52":[2,117],"95":84,"96":[1,61],"98":[1,62],"101":85,"110":[1,64],"121":[1,82],"122":[1,83],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,142],"6":[2,142],"25":[2,142],"26":[2,142],"47":[2,142],"52":[2,142],"55":[2,142],"67":[2,142],"72":[2,142],"80":[2,142],"85":[2,142],"94":[2,142],"95":84,"96":[2,142],"97":[2,142],"98":[2,142],"101":85,"105":[2,142],"109":[2,142],"110":[2,142],"121":[2,142],"122":[2,142],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,143],"6":[2,143],"25":[2,143],"26":[2,143],"47":[2,143],"52":[2,143],"55":[2,143],"67":[2,143],"72":[2,143],"80":[2,143],"85":[2,143],"94":[2,143],"95":84,"96":[2,143],"97":[1,309],"98":[2,143],"101":85,"105":[2,143],"109":[2,143],"110":[2,143],"121":[2,143],"122":[2,143],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,147],"6":[2,147],"25":[2,147],"26":[2,147],"47":[2,147],"52":[2,147],"55":[2,147],"67":[2,147],"72":[2,147],"80":[2,147],"85":[2,147],"94":[2,147],"95":84,"96":[2,147],"97":[1,310],"98":[2,147],"101":85,"105":[1,311],"109":[2,147],"110":[2,147],"121":[2,147],"122":[2,147],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,146],"6":[2,146],"25":[2,146],"26":[2,146],"47":[2,146],"52":[2,146],"55":[2,146],"67":[2,146],"72":[2,146],"80":[2,146],"85":[2,146],"94":[2,146],"95":84,"96":[2,146],"97":[2,146],"98":[2,146],"101":85,"105":[2,146],"109":[2,146],"110":[2,146],"121":[2,146],"122":[2,146],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,156],"6":[2,156],"25":[2,156],"26":[2,156],"47":[2,156],"52":[2,156],"55":[2,156],"67":[2,156],"72":[2,156],"80":[2,156],"85":[2,156],"94":[2,156],"96":[2,156],"97":[2,156],"98":[2,156],"105":[2,156],"109":[2,156],"110":[2,156],"121":[2,156],"122":[2,156],"124":[2,156],"125":[2,156],"128":[2,156],"129":[2,156],"130":[2,156],"131":[2,156],"132":[2,156],"133":[2,156]},{"6":[1,258],"25":[1,259],"26":[1,312]},{"6":[1,263],"25":[1,264],"26":[1,313]},{"6":[2,37],"25":[2,37],"26":[2,37],"52":[2,37],"72":[2,37]},{"1":[2,159],"6":[2,159],"25":[2,159],"26":[2,159],"47":[2,159],"52":[2,159],"55":[2,159],"67":[2,159],"72":[2,159],"80":[2,159],"85":[2,159],"94":[2,159],"96":[2,159],"97":[2,159],"98":[2,159],"105":[2,159],"109":[2,159],"110":[2,159],"121":[2,159],"122":[2,159],"124":[2,159],"125":[2,159],"128":[2,159],"129":[2,159],"130":[2,159],"131":[2,159],"132":[2,159],"133":[2,159]},{"8":314,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":315,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"8":316,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"6":[2,113],"25":[2,113],"26":[2,113],"52":[2,113],"80":[2,113],"85":[2,113]},{"6":[2,87],"25":[2,87],"26":[2,87],"52":[2,87],"72":[2,87]},{"1":[2,144],"6":[2,144],"25":[2,144],"26":[2,144],"47":[2,144],"52":[2,144],"55":[2,144],"67":[2,144],"72":[2,144],"80":[2,144],"85":[2,144],"94":[2,144],"95":84,"96":[2,144],"97":[2,144],"98":[2,144],"101":85,"105":[2,144],"109":[2,144],"110":[2,144],"121":[2,144],"122":[2,144],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,148],"6":[2,148],"25":[2,148],"26":[2,148],"47":[2,148],"52":[2,148],"55":[2,148],"67":[2,148],"72":[2,148],"80":[2,148],"85":[2,148],"94":[2,148],"95":84,"96":[2,148],"97":[2,148],"98":[2,148],"101":85,"105":[2,148],"109":[2,148],"110":[2,148],"121":[2,148],"122":[2,148],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"1":[2,149],"6":[2,149],"25":[2,149],"26":[2,149],"47":[2,149],"52":[2,149],"55":[2,149],"67":[2,149],"72":[2,149],"80":[2,149],"85":[2,149],"94":[2,149],"95":84,"96":[2,149],"97":[1,317],"98":[2,149],"101":85,"105":[2,149],"109":[2,149],"110":[2,149],"121":[2,149],"122":[2,149],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]},{"8":318,"9":115,"10":19,"11":20,"12":21,"13":[1,22],"14":8,"15":9,"16":10,"17":11,"18":12,"19":13,"20":14,"21":15,"22":16,"23":17,"24":18,"27":57,"28":[1,69],"29":48,"30":[1,67],"31":[1,68],"32":24,"33":[1,49],"34":[1,50],"35":[1,51],"36":23,"41":25,"42":58,"43":[1,43],"44":[1,45],"45":[1,28],"48":29,"49":[1,55],"50":[1,56],"56":46,"57":47,"59":35,"61":26,"70":[1,66],"73":[1,42],"77":[1,27],"82":[1,53],"83":[1,54],"84":[1,65],"88":[1,37],"92":[1,44],"93":[1,52],"95":38,"96":[1,61],"98":[1,62],"99":39,"100":[1,63],"101":40,"110":[1,64],"113":[1,41],"118":36,"119":[1,59],"120":[1,60],"123":[1,30],"124":[1,31],"125":[1,32],"126":[1,33],"127":[1,34]},{"1":[2,150],"6":[2,150],"25":[2,150],"26":[2,150],"47":[2,150],"52":[2,150],"55":[2,150],"67":[2,150],"72":[2,150],"80":[2,150],"85":[2,150],"94":[2,150],"95":84,"96":[2,150],"97":[2,150],"98":[2,150],"101":85,"105":[2,150],"109":[2,150],"110":[2,150],"121":[2,150],"122":[2,150],"124":[1,76],"125":[1,75],"128":[1,74],"129":[1,77],"130":[1,78],"131":[1,79],"132":[1,80],"133":[1,81]}], +defaultActions: {"55":[2,48],"56":[2,49],"71":[2,3],"92":[2,101],"289":[2,138]}, parseError: function parseError(str, hash) { throw new Error(str); }, diff --git a/src/grammar.coffee b/src/grammar.coffee index ca5926a2..1d55d68e 100644 --- a/src/grammar.coffee +++ b/src/grammar.coffee @@ -78,10 +78,8 @@ grammar = Statement: [ o 'Return' o 'Throw' - o 'BREAK', -> new Literal $1 - o 'CONTINUE', -> new Literal $1 - o 'DEBUGGER', -> new Literal $1 o 'Comment' + o 'STATEMENT', -> new Literal $1 ] # All the different types of expressions in our language. The basic unit of diff --git a/src/lexer.coffee b/src/lexer.coffee index b8546dfc..605faa14 100644 --- a/src/lexer.coffee +++ b/src/lexer.coffee @@ -126,6 +126,7 @@ exports.Lexer = class Lexer when '==', '!=' then 'COMPARE' when '&&', '||' then 'LOGIC' when 'true', 'false', 'null', 'undefined' then 'BOOL' + when 'break', 'continue', 'debugger' then 'STATEMENT' else tag @token tag, id