@jentic/arazzo-parser 1.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.jenticArazzoParser=t():e.jenticArazzoParser=t()}(self,()=>(()=>{var __webpack_modules__={167(){},333(__unused_webpack___webpack_module__,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,{TM:()=>Language,iX:()=>Parser});var __defProp=Object.defineProperty,__name=(e,t)=>__defProp(e,"name",{value:t,configurable:!0}),Edit=class{static{__name(this,"Edit")}startPosition;oldEndPosition;newEndPosition;startIndex;oldEndIndex;newEndIndex;constructor({startIndex:e,oldEndIndex:t,newEndIndex:s,startPosition:n,oldEndPosition:r,newEndPosition:i}){this.startIndex=e>>>0,this.oldEndIndex=t>>>0,this.newEndIndex=s>>>0,this.startPosition=n,this.oldEndPosition=r,this.newEndPosition=i}editPoint(e,t){let s=t;const n={...e};if(t>=this.oldEndIndex){s=this.newEndIndex+(t-this.oldEndIndex);const r=e.row;n.row=this.newEndPosition.row+(e.row-this.oldEndPosition.row),n.column=r===this.oldEndPosition.row?this.newEndPosition.column+(e.column-this.oldEndPosition.column):e.column}else t>this.startIndex&&(s=this.newEndIndex,n.row=this.newEndPosition.row,n.column=this.newEndPosition.column);return{point:n,index:s}}editRange(e){const t={startIndex:e.startIndex,startPosition:{...e.startPosition},endIndex:e.endIndex,endPosition:{...e.endPosition}};return e.endIndex>=this.oldEndIndex?e.endIndex!==Number.MAX_SAFE_INTEGER&&(t.endIndex=this.newEndIndex+(e.endIndex-this.oldEndIndex),t.endPosition={row:this.newEndPosition.row+(e.endPosition.row-this.oldEndPosition.row),column:e.endPosition.row===this.oldEndPosition.row?this.newEndPosition.column+(e.endPosition.column-this.oldEndPosition.column):e.endPosition.column},t.endIndex<this.newEndIndex&&(t.endIndex=Number.MAX_SAFE_INTEGER,t.endPosition={row:Number.MAX_SAFE_INTEGER,column:Number.MAX_SAFE_INTEGER})):e.endIndex>this.startIndex&&(t.endIndex=this.startIndex,t.endPosition={...this.startPosition}),e.startIndex>=this.oldEndIndex?(t.startIndex=this.newEndIndex+(e.startIndex-this.oldEndIndex),t.startPosition={row:this.newEndPosition.row+(e.startPosition.row-this.oldEndPosition.row),column:e.startPosition.row===this.oldEndPosition.row?this.newEndPosition.column+(e.startPosition.column-this.oldEndPosition.column):e.startPosition.column},t.startIndex<this.newEndIndex&&(t.startIndex=Number.MAX_SAFE_INTEGER,t.startPosition={row:Number.MAX_SAFE_INTEGER,column:Number.MAX_SAFE_INTEGER})):e.startIndex>this.startIndex&&(t.startIndex=this.startIndex,t.startPosition={...this.startPosition}),t}},SIZE_OF_SHORT=2,SIZE_OF_INT=4,SIZE_OF_CURSOR=4*SIZE_OF_INT,SIZE_OF_NODE=5*SIZE_OF_INT,SIZE_OF_POINT=2*SIZE_OF_INT,SIZE_OF_RANGE=2*SIZE_OF_INT+2*SIZE_OF_POINT,ZERO_POINT={row:0,column:0},INTERNAL=Symbol("INTERNAL"),C;function assertInternal(e){if(e!==INTERNAL)throw new Error("Illegal constructor")}function isPoint(e){return!!e&&"number"==typeof e.row&&"number"==typeof e.column}function setModule(e){C=e}__name(assertInternal,"assertInternal"),__name(isPoint,"isPoint"),__name(setModule,"setModule");var LookaheadIterator=class{static{__name(this,"LookaheadIterator")}0=0;language;constructor(e,t,s){assertInternal(e),this[0]=t,this.language=s}get currentTypeId(){return C._ts_lookahead_iterator_current_symbol(this[0])}get currentType(){return this.language.types[this.currentTypeId]||"ERROR"}delete(){C._ts_lookahead_iterator_delete(this[0]),this[0]=0}reset(e,t){return!!C._ts_lookahead_iterator_reset(this[0],e[0],t)&&(this.language=e,!0)}resetState(e){return Boolean(C._ts_lookahead_iterator_reset_state(this[0],e))}[Symbol.iterator](){return{next:__name(()=>C._ts_lookahead_iterator_next(this[0])?{done:!1,value:this.currentType}:{done:!0,value:""},"next")}}};function getText(e,t,s,n){const r=s-t;let i=e.textCallback(t,n);if(i){for(t+=i.length;t<s;){const s=e.textCallback(t,n);if(!(s&&s.length>0))break;t+=s.length,i+=s}t>s&&(i=i.slice(0,r))}return i??""}__name(getText,"getText");var Tree=class e{static{__name(this,"Tree")}0=0;textCallback;language;constructor(e,t,s,n){assertInternal(e),this[0]=t,this.language=s,this.textCallback=n}copy(){const t=C._ts_tree_copy(this[0]);return new e(INTERNAL,t,this.language,this.textCallback)}delete(){C._ts_tree_delete(this[0]),this[0]=0}get rootNode(){return C._ts_tree_root_node_wasm(this[0]),unmarshalNode(this)}rootNodeWithOffset(e,t){const s=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(s,e,"i32"),marshalPoint(s+SIZE_OF_INT,t),C._ts_tree_root_node_with_offset_wasm(this[0]),unmarshalNode(this)}edit(e){marshalEdit(e),C._ts_tree_edit_wasm(this[0])}walk(){return this.rootNode.walk()}getChangedRanges(t){if(!(t instanceof e))throw new TypeError("Argument must be a Tree");C._ts_tree_get_changed_ranges_wasm(this[0],t[0]);const s=C.getValue(TRANSFER_BUFFER,"i32"),n=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),r=new Array(s);if(s>0){let e=n;for(let t=0;t<s;t++)r[t]=unmarshalRange(e),e+=SIZE_OF_RANGE;C._free(n)}return r}getIncludedRanges(){C._ts_tree_included_ranges_wasm(this[0]);const e=C.getValue(TRANSFER_BUFFER,"i32"),t=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),s=new Array(e);if(e>0){let n=t;for(let t=0;t<e;t++)s[t]=unmarshalRange(n),n+=SIZE_OF_RANGE;C._free(t)}return s}},TreeCursor=class e{static{__name(this,"TreeCursor")}0=0;1=0;2=0;3=0;tree;constructor(e,t){assertInternal(e),this.tree=t,unmarshalTreeCursor(this)}copy(){const t=new e(INTERNAL,this.tree);return C._ts_tree_cursor_copy_wasm(this.tree[0]),unmarshalTreeCursor(t),t}delete(){marshalTreeCursor(this),C._ts_tree_cursor_delete_wasm(this.tree[0]),this[0]=this[1]=this[2]=0}get currentNode(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_wasm(this.tree[0]),unmarshalNode(this.tree)}get currentFieldId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_field_id_wasm(this.tree[0])}get currentFieldName(){return this.tree.language.fields[this.currentFieldId]}get currentDepth(){return marshalTreeCursor(this),C._ts_tree_cursor_current_depth_wasm(this.tree[0])}get currentDescendantIndex(){return marshalTreeCursor(this),C._ts_tree_cursor_current_descendant_index_wasm(this.tree[0])}get nodeType(){return this.tree.language.types[this.nodeTypeId]||"ERROR"}get nodeTypeId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_type_id_wasm(this.tree[0])}get nodeStateId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_state_id_wasm(this.tree[0])}get nodeId(){return marshalTreeCursor(this),C._ts_tree_cursor_current_node_id_wasm(this.tree[0])}get nodeIsNamed(){return marshalTreeCursor(this),1===C._ts_tree_cursor_current_node_is_named_wasm(this.tree[0])}get nodeIsMissing(){return marshalTreeCursor(this),1===C._ts_tree_cursor_current_node_is_missing_wasm(this.tree[0])}get nodeText(){marshalTreeCursor(this);const e=C._ts_tree_cursor_start_index_wasm(this.tree[0]),t=C._ts_tree_cursor_end_index_wasm(this.tree[0]);C._ts_tree_cursor_start_position_wasm(this.tree[0]);const s=unmarshalPoint(TRANSFER_BUFFER);return getText(this.tree,e,t,s)}get startPosition(){return marshalTreeCursor(this),C._ts_tree_cursor_start_position_wasm(this.tree[0]),unmarshalPoint(TRANSFER_BUFFER)}get endPosition(){return marshalTreeCursor(this),C._ts_tree_cursor_end_position_wasm(this.tree[0]),unmarshalPoint(TRANSFER_BUFFER)}get startIndex(){return marshalTreeCursor(this),C._ts_tree_cursor_start_index_wasm(this.tree[0])}get endIndex(){return marshalTreeCursor(this),C._ts_tree_cursor_end_index_wasm(this.tree[0])}gotoFirstChild(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_first_child_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoLastChild(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_last_child_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoParent(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_parent_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoNextSibling(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_next_sibling_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoPreviousSibling(){marshalTreeCursor(this);const e=C._ts_tree_cursor_goto_previous_sibling_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===e}gotoDescendant(e){marshalTreeCursor(this),C._ts_tree_cursor_goto_descendant_wasm(this.tree[0],e),unmarshalTreeCursor(this)}gotoFirstChildForIndex(e){marshalTreeCursor(this),C.setValue(TRANSFER_BUFFER+SIZE_OF_CURSOR,e,"i32");const t=C._ts_tree_cursor_goto_first_child_for_index_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===t}gotoFirstChildForPosition(e){marshalTreeCursor(this),marshalPoint(TRANSFER_BUFFER+SIZE_OF_CURSOR,e);const t=C._ts_tree_cursor_goto_first_child_for_position_wasm(this.tree[0]);return unmarshalTreeCursor(this),1===t}reset(e){marshalNode(e),marshalTreeCursor(this,TRANSFER_BUFFER+SIZE_OF_NODE),C._ts_tree_cursor_reset_wasm(this.tree[0]),unmarshalTreeCursor(this)}resetTo(e){marshalTreeCursor(this,TRANSFER_BUFFER),marshalTreeCursor(e,TRANSFER_BUFFER+SIZE_OF_CURSOR),C._ts_tree_cursor_reset_to_wasm(this.tree[0],e.tree[0]),unmarshalTreeCursor(this)}},Node=class{static{__name(this,"Node")}0=0;_children;_namedChildren;constructor(e,{id:t,tree:s,startIndex:n,startPosition:r,other:i}){assertInternal(e),this[0]=i,this.id=t,this.tree=s,this.startIndex=n,this.startPosition=r}id;startIndex;startPosition;tree;get typeId(){return marshalNode(this),C._ts_node_symbol_wasm(this.tree[0])}get grammarId(){return marshalNode(this),C._ts_node_grammar_symbol_wasm(this.tree[0])}get type(){return this.tree.language.types[this.typeId]||"ERROR"}get grammarType(){return this.tree.language.types[this.grammarId]||"ERROR"}get isNamed(){return marshalNode(this),1===C._ts_node_is_named_wasm(this.tree[0])}get isExtra(){return marshalNode(this),1===C._ts_node_is_extra_wasm(this.tree[0])}get isError(){return marshalNode(this),1===C._ts_node_is_error_wasm(this.tree[0])}get isMissing(){return marshalNode(this),1===C._ts_node_is_missing_wasm(this.tree[0])}get hasChanges(){return marshalNode(this),1===C._ts_node_has_changes_wasm(this.tree[0])}get hasError(){return marshalNode(this),1===C._ts_node_has_error_wasm(this.tree[0])}get endIndex(){return marshalNode(this),C._ts_node_end_index_wasm(this.tree[0])}get endPosition(){return marshalNode(this),C._ts_node_end_point_wasm(this.tree[0]),unmarshalPoint(TRANSFER_BUFFER)}get text(){return getText(this.tree,this.startIndex,this.endIndex,this.startPosition)}get parseState(){return marshalNode(this),C._ts_node_parse_state_wasm(this.tree[0])}get nextParseState(){return marshalNode(this),C._ts_node_next_parse_state_wasm(this.tree[0])}equals(e){return this.tree===e.tree&&this.id===e.id}child(e){return marshalNode(this),C._ts_node_child_wasm(this.tree[0],e),unmarshalNode(this.tree)}namedChild(e){return marshalNode(this),C._ts_node_named_child_wasm(this.tree[0],e),unmarshalNode(this.tree)}childForFieldId(e){return marshalNode(this),C._ts_node_child_by_field_id_wasm(this.tree[0],e),unmarshalNode(this.tree)}childForFieldName(e){const t=this.tree.language.fields.indexOf(e);return-1!==t?this.childForFieldId(t):null}fieldNameForChild(e){marshalNode(this);const t=C._ts_node_field_name_for_child_wasm(this.tree[0],e);return t?C.AsciiToString(t):null}fieldNameForNamedChild(e){marshalNode(this);const t=C._ts_node_field_name_for_named_child_wasm(this.tree[0],e);return t?C.AsciiToString(t):null}childrenForFieldName(e){const t=this.tree.language.fields.indexOf(e);return-1!==t&&0!==t?this.childrenForFieldId(t):[]}childrenForFieldId(e){marshalNode(this),C._ts_node_children_by_field_id_wasm(this.tree[0],e);const t=C.getValue(TRANSFER_BUFFER,"i32"),s=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),n=new Array(t);if(t>0){let e=s;for(let s=0;s<t;s++)n[s]=unmarshalNode(this.tree,e),e+=SIZE_OF_NODE;C._free(s)}return n}firstChildForIndex(e){marshalNode(this);const t=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(t,e,"i32"),C._ts_node_first_child_for_byte_wasm(this.tree[0]),unmarshalNode(this.tree)}firstNamedChildForIndex(e){marshalNode(this);const t=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(t,e,"i32"),C._ts_node_first_named_child_for_byte_wasm(this.tree[0]),unmarshalNode(this.tree)}get childCount(){return marshalNode(this),C._ts_node_child_count_wasm(this.tree[0])}get namedChildCount(){return marshalNode(this),C._ts_node_named_child_count_wasm(this.tree[0])}get firstChild(){return this.child(0)}get firstNamedChild(){return this.namedChild(0)}get lastChild(){return this.child(this.childCount-1)}get lastNamedChild(){return this.namedChild(this.namedChildCount-1)}get children(){if(!this._children){marshalNode(this),C._ts_node_children_wasm(this.tree[0]);const e=C.getValue(TRANSFER_BUFFER,"i32"),t=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32");if(this._children=new Array(e),e>0){let s=t;for(let t=0;t<e;t++)this._children[t]=unmarshalNode(this.tree,s),s+=SIZE_OF_NODE;C._free(t)}}return this._children}get namedChildren(){if(!this._namedChildren){marshalNode(this),C._ts_node_named_children_wasm(this.tree[0]);const e=C.getValue(TRANSFER_BUFFER,"i32"),t=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32");if(this._namedChildren=new Array(e),e>0){let s=t;for(let t=0;t<e;t++)this._namedChildren[t]=unmarshalNode(this.tree,s),s+=SIZE_OF_NODE;C._free(t)}}return this._namedChildren}descendantsOfType(e,t=ZERO_POINT,s=ZERO_POINT){Array.isArray(e)||(e=[e]);const n=[],r=this.tree.language.types;for(const t of e)"ERROR"==t&&n.push(65535);for(let t=0,s=r.length;t<s;t++)e.includes(r[t])&&n.push(t);const i=C._malloc(SIZE_OF_INT*n.length);for(let e=0,t=n.length;e<t;e++)C.setValue(i+e*SIZE_OF_INT,n[e],"i32");marshalNode(this),C._ts_node_descendants_of_type_wasm(this.tree[0],i,n.length,t.row,t.column,s.row,s.column);const o=C.getValue(TRANSFER_BUFFER,"i32"),a=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),c=new Array(o);if(o>0){let e=a;for(let t=0;t<o;t++)c[t]=unmarshalNode(this.tree,e),e+=SIZE_OF_NODE}return C._free(a),C._free(i),c}get nextSibling(){return marshalNode(this),C._ts_node_next_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get previousSibling(){return marshalNode(this),C._ts_node_prev_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get nextNamedSibling(){return marshalNode(this),C._ts_node_next_named_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get previousNamedSibling(){return marshalNode(this),C._ts_node_prev_named_sibling_wasm(this.tree[0]),unmarshalNode(this.tree)}get descendantCount(){return marshalNode(this),C._ts_node_descendant_count_wasm(this.tree[0])}get parent(){return marshalNode(this),C._ts_node_parent_wasm(this.tree[0]),unmarshalNode(this.tree)}childWithDescendant(e){return marshalNode(this),marshalNode(e,1),C._ts_node_child_with_descendant_wasm(this.tree[0]),unmarshalNode(this.tree)}descendantForIndex(e,t=e){if("number"!=typeof e||"number"!=typeof t)throw new Error("Arguments must be numbers");marshalNode(this);const s=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(s,e,"i32"),C.setValue(s+SIZE_OF_INT,t,"i32"),C._ts_node_descendant_for_index_wasm(this.tree[0]),unmarshalNode(this.tree)}namedDescendantForIndex(e,t=e){if("number"!=typeof e||"number"!=typeof t)throw new Error("Arguments must be numbers");marshalNode(this);const s=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(s,e,"i32"),C.setValue(s+SIZE_OF_INT,t,"i32"),C._ts_node_named_descendant_for_index_wasm(this.tree[0]),unmarshalNode(this.tree)}descendantForPosition(e,t=e){if(!isPoint(e)||!isPoint(t))throw new Error("Arguments must be {row, column} objects");marshalNode(this);const s=TRANSFER_BUFFER+SIZE_OF_NODE;return marshalPoint(s,e),marshalPoint(s+SIZE_OF_POINT,t),C._ts_node_descendant_for_position_wasm(this.tree[0]),unmarshalNode(this.tree)}namedDescendantForPosition(e,t=e){if(!isPoint(e)||!isPoint(t))throw new Error("Arguments must be {row, column} objects");marshalNode(this);const s=TRANSFER_BUFFER+SIZE_OF_NODE;return marshalPoint(s,e),marshalPoint(s+SIZE_OF_POINT,t),C._ts_node_named_descendant_for_position_wasm(this.tree[0]),unmarshalNode(this.tree)}walk(){return marshalNode(this),C._ts_tree_cursor_new_wasm(this.tree[0]),new TreeCursor(INTERNAL,this.tree)}edit(e){if(this.startIndex>=e.oldEndIndex){let t,s;this.startIndex=e.newEndIndex+(this.startIndex-e.oldEndIndex),this.startPosition.row>e.oldEndPosition.row?(t=this.startPosition.row-e.oldEndPosition.row,s=this.startPosition.column):(t=0,s=this.startPosition.column,this.startPosition.column>=e.oldEndPosition.column&&(s=this.startPosition.column-e.oldEndPosition.column)),t>0?(this.startPosition.row+=t,this.startPosition.column=s):this.startPosition.column+=s}else this.startIndex>e.startIndex&&(this.startIndex=e.newEndIndex,this.startPosition.row=e.newEndPosition.row,this.startPosition.column=e.newEndPosition.column)}toString(){marshalNode(this);const e=C._ts_node_to_string_wasm(this.tree[0]),t=C.AsciiToString(e);return C._free(e),t}};function unmarshalCaptures(e,t,s,n,r){for(let i=0,o=r.length;i<o;i++){const o=C.getValue(s,"i32"),a=unmarshalNode(t,s+=SIZE_OF_INT);s+=SIZE_OF_NODE,r[i]={patternIndex:n,name:e.captureNames[o],node:a}}return s}function marshalNode(e,t=0){let s=TRANSFER_BUFFER+t*SIZE_OF_NODE;C.setValue(s,e.id,"i32"),s+=SIZE_OF_INT,C.setValue(s,e.startIndex,"i32"),s+=SIZE_OF_INT,C.setValue(s,e.startPosition.row,"i32"),s+=SIZE_OF_INT,C.setValue(s,e.startPosition.column,"i32"),s+=SIZE_OF_INT,C.setValue(s,e[0],"i32")}function unmarshalNode(e,t=TRANSFER_BUFFER){const s=C.getValue(t,"i32");if(t+=SIZE_OF_INT,0===s)return null;const n=C.getValue(t,"i32");t+=SIZE_OF_INT;const r=C.getValue(t,"i32");t+=SIZE_OF_INT;const i=C.getValue(t,"i32");t+=SIZE_OF_INT;const o=C.getValue(t,"i32");return new Node(INTERNAL,{id:s,tree:e,startIndex:n,startPosition:{row:r,column:i},other:o})}function marshalTreeCursor(e,t=TRANSFER_BUFFER){C.setValue(t+0*SIZE_OF_INT,e[0],"i32"),C.setValue(t+1*SIZE_OF_INT,e[1],"i32"),C.setValue(t+2*SIZE_OF_INT,e[2],"i32"),C.setValue(t+3*SIZE_OF_INT,e[3],"i32")}function unmarshalTreeCursor(e){e[0]=C.getValue(TRANSFER_BUFFER+0*SIZE_OF_INT,"i32"),e[1]=C.getValue(TRANSFER_BUFFER+1*SIZE_OF_INT,"i32"),e[2]=C.getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),e[3]=C.getValue(TRANSFER_BUFFER+3*SIZE_OF_INT,"i32")}function marshalPoint(e,t){C.setValue(e,t.row,"i32"),C.setValue(e+SIZE_OF_INT,t.column,"i32")}function unmarshalPoint(e){return{row:C.getValue(e,"i32")>>>0,column:C.getValue(e+SIZE_OF_INT,"i32")>>>0}}function marshalRange(e,t){marshalPoint(e,t.startPosition),marshalPoint(e+=SIZE_OF_POINT,t.endPosition),e+=SIZE_OF_POINT,C.setValue(e,t.startIndex,"i32"),e+=SIZE_OF_INT,C.setValue(e,t.endIndex,"i32"),e+=SIZE_OF_INT}function unmarshalRange(e){const t={};return t.startPosition=unmarshalPoint(e),e+=SIZE_OF_POINT,t.endPosition=unmarshalPoint(e),e+=SIZE_OF_POINT,t.startIndex=C.getValue(e,"i32")>>>0,e+=SIZE_OF_INT,t.endIndex=C.getValue(e,"i32")>>>0,t}function marshalEdit(e,t=TRANSFER_BUFFER){marshalPoint(t,e.startPosition),marshalPoint(t+=SIZE_OF_POINT,e.oldEndPosition),marshalPoint(t+=SIZE_OF_POINT,e.newEndPosition),t+=SIZE_OF_POINT,C.setValue(t,e.startIndex,"i32"),t+=SIZE_OF_INT,C.setValue(t,e.oldEndIndex,"i32"),t+=SIZE_OF_INT,C.setValue(t,e.newEndIndex,"i32"),t+=SIZE_OF_INT}function unmarshalLanguageMetadata(e){return{major_version:C.getValue(e,"i32"),minor_version:C.getValue(e+=SIZE_OF_INT,"i32"),patch_version:C.getValue(e+=SIZE_OF_INT,"i32")}}__name(unmarshalCaptures,"unmarshalCaptures"),__name(marshalNode,"marshalNode"),__name(unmarshalNode,"unmarshalNode"),__name(marshalTreeCursor,"marshalTreeCursor"),__name(unmarshalTreeCursor,"unmarshalTreeCursor"),__name(marshalPoint,"marshalPoint"),__name(unmarshalPoint,"unmarshalPoint"),__name(marshalRange,"marshalRange"),__name(unmarshalRange,"unmarshalRange"),__name(marshalEdit,"marshalEdit"),__name(unmarshalLanguageMetadata,"unmarshalLanguageMetadata");var LANGUAGE_FUNCTION_REGEX=/^tree_sitter_\w+$/,Language=class e{static{__name(this,"Language")}0=0;types;fields;constructor(e,t){assertInternal(e),this[0]=t,this.types=new Array(C._ts_language_symbol_count(this[0]));for(let e=0,t=this.types.length;e<t;e++)C._ts_language_symbol_type(this[0],e)<2&&(this.types[e]=C.UTF8ToString(C._ts_language_symbol_name(this[0],e)));this.fields=new Array(C._ts_language_field_count(this[0])+1);for(let e=0,t=this.fields.length;e<t;e++){const t=C._ts_language_field_name_for_id(this[0],e);this.fields[e]=0!==t?C.UTF8ToString(t):null}}get name(){const e=C._ts_language_name(this[0]);return 0===e?null:C.UTF8ToString(e)}get abiVersion(){return C._ts_language_abi_version(this[0])}get metadata(){C._ts_language_metadata_wasm(this[0]);return 0===C.getValue(TRANSFER_BUFFER,"i32")?null:unmarshalLanguageMetadata(TRANSFER_BUFFER+SIZE_OF_INT)}get fieldCount(){return this.fields.length-1}get stateCount(){return C._ts_language_state_count(this[0])}fieldIdForName(e){const t=this.fields.indexOf(e);return-1!==t?t:null}fieldNameForId(e){return this.fields[e]??null}idForNodeType(e,t){const s=C.lengthBytesUTF8(e),n=C._malloc(s+1);C.stringToUTF8(e,n,s+1);const r=C._ts_language_symbol_for_name(this[0],n,s,t?1:0);return C._free(n),r||null}get nodeTypeCount(){return C._ts_language_symbol_count(this[0])}nodeTypeForId(e){const t=C._ts_language_symbol_name(this[0],e);return t?C.UTF8ToString(t):null}nodeTypeIsNamed(e){return!!C._ts_language_type_is_named_wasm(this[0],e)}nodeTypeIsVisible(e){return!!C._ts_language_type_is_visible_wasm(this[0],e)}get supertypes(){C._ts_language_supertypes_wasm(this[0]);const e=C.getValue(TRANSFER_BUFFER,"i32"),t=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),s=new Array(e);if(e>0){let n=t;for(let t=0;t<e;t++)s[t]=C.getValue(n,"i16"),n+=SIZE_OF_SHORT}return s}subtypes(e){C._ts_language_subtypes_wasm(this[0],e);const t=C.getValue(TRANSFER_BUFFER,"i32"),s=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),n=new Array(t);if(t>0){let e=s;for(let s=0;s<t;s++)n[s]=C.getValue(e,"i16"),e+=SIZE_OF_SHORT}return n}nextState(e,t){return C._ts_language_next_state(this[0],e,t)}lookaheadIterator(e){const t=C._ts_lookahead_iterator_new(this[0],e);return t?new LookaheadIterator(INTERNAL,t,this):null}static async load(t){let s;if(t instanceof Uint8Array)s=t;else if(globalThis.process?.versions.node){const e=await Promise.resolve().then(__webpack_require__.t.bind(__webpack_require__,167,19));s=await e.readFile(t)}else{const e=await fetch(t);if(!e.ok){const t=await e.text();throw new Error(`Language.load failed with status ${e.status}.\n\n${t}`)}const n=e.clone();try{s=await WebAssembly.compileStreaming(e)}catch(e){console.error("wasm streaming compile failed:",e),console.error("falling back to ArrayBuffer instantiation"),s=new Uint8Array(await n.arrayBuffer())}}const n=await C.loadWebAssemblyModule(s,{loadAsync:!0}),r=Object.keys(n),i=r.find(e=>LANGUAGE_FUNCTION_REGEX.test(e)&&!e.includes("external_scanner_"));if(!i)throw console.log(`Couldn't find language function in Wasm file. Symbols:\n${JSON.stringify(r,null,2)}`),new Error("Language.load failed: no language function found in Wasm file");const o=n[i]();return new e(INTERNAL,o)}};async function Module2(moduleArg={}){var moduleRtn,Module=moduleArg,ENVIRONMENT_IS_WEB="object"==typeof window,ENVIRONMENT_IS_WORKER="undefined"!=typeof WorkerGlobalScope,ENVIRONMENT_IS_NODE="object"==typeof process&&process.versions?.node&&"renderer"!=process.type;if(ENVIRONMENT_IS_NODE){const{createRequire:e}=await Promise.resolve().then(__webpack_require__.t.bind(__webpack_require__,451,19));var require=e("file:///home/char0n/Documents/GitHub/jentic/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js")}Module.currentQueryProgressCallback=null,Module.currentProgressCallback=null,Module.currentLogCallback=null,Module.currentParseCallback=null;var arguments_=[],thisProgram="./this.program",quit_=__name((e,t)=>{throw t},"quit_"),_scriptName="file:///home/char0n/Documents/GitHub/jentic/jentic-arazzo-tools/node_modules/web-tree-sitter/web-tree-sitter.js",scriptDirectory="",readAsync,readBinary;function locateFile(e){return Module.locateFile?Module.locateFile(e,scriptDirectory):scriptDirectory+e}if(__name(locateFile,"locateFile"),ENVIRONMENT_IS_NODE){var fs=require("fs");_scriptName.startsWith("file:")&&(scriptDirectory=require("path").dirname(require("url").fileURLToPath(_scriptName))+"/"),readBinary=__name(e=>(e=isFileURI(e)?new URL(e):e,fs.readFileSync(e)),"readBinary"),readAsync=__name(async(e,t=!0)=>(e=isFileURI(e)?new URL(e):e,fs.readFileSync(e,t?void 0:"utf8")),"readAsync"),process.argv.length>1&&(thisProgram=process.argv[1].replace(/\\/g,"/")),arguments_=process.argv.slice(2),quit_=__name((e,t)=>{throw process.exitCode=e,t},"quit_")}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){try{scriptDirectory=new URL(".",_scriptName).href}catch{}ENVIRONMENT_IS_WORKER&&(readBinary=__name(e=>{var t=new XMLHttpRequest;return t.open("GET",e,!1),t.responseType="arraybuffer",t.send(null),new Uint8Array(t.response)},"readBinary")),readAsync=__name(async e=>{if(isFileURI(e))return new Promise((t,s)=>{var n=new XMLHttpRequest;n.open("GET",e,!0),n.responseType="arraybuffer",n.onload=()=>{200==n.status||0==n.status&&n.response?t(n.response):s(n.status)},n.onerror=s,n.send(null)});var t=await fetch(e,{credentials:"same-origin"});if(t.ok)return t.arrayBuffer();throw new Error(t.status+" : "+t.url)},"readAsync")}var out=console.log.bind(console),err=console.error.bind(console),dynamicLibraries=[],wasmBinary,ABORT=!1,EXITSTATUS,isFileURI=__name(e=>e.startsWith("file://"),"isFileURI"),readyPromiseResolve,readyPromiseReject,wasmMemory,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64,HEAP64,HEAPU64,HEAP_DATA_VIEW,runtimeInitialized=!1;function updateMemoryViews(){var e=wasmMemory.buffer;Module.HEAP8=HEAP8=new Int8Array(e),Module.HEAP16=HEAP16=new Int16Array(e),Module.HEAPU8=HEAPU8=new Uint8Array(e),Module.HEAPU16=HEAPU16=new Uint16Array(e),Module.HEAP32=HEAP32=new Int32Array(e),Module.HEAPU32=HEAPU32=new Uint32Array(e),Module.HEAPF32=HEAPF32=new Float32Array(e),Module.HEAPF64=HEAPF64=new Float64Array(e),Module.HEAP64=HEAP64=new BigInt64Array(e),Module.HEAPU64=HEAPU64=new BigUint64Array(e),Module.HEAP_DATA_VIEW=HEAP_DATA_VIEW=new DataView(e),LE_HEAP_UPDATE()}function initMemory(){if(Module.wasmMemory)wasmMemory=Module.wasmMemory;else{var e=Module.INITIAL_MEMORY||33554432;wasmMemory=new WebAssembly.Memory({initial:e/65536,maximum:32768})}updateMemoryViews()}__name(updateMemoryViews,"updateMemoryViews"),__name(initMemory,"initMemory");var __RELOC_FUNCS__=[],wasmBinaryFile;function preRun(){if(Module.preRun)for("function"==typeof Module.preRun&&(Module.preRun=[Module.preRun]);Module.preRun.length;)addOnPreRun(Module.preRun.shift());callRuntimeCallbacks(onPreRuns)}function initRuntime(){runtimeInitialized=!0,callRuntimeCallbacks(__RELOC_FUNCS__),wasmExports.__wasm_call_ctors(),callRuntimeCallbacks(onPostCtors)}function preMain(){}function postRun(){if(Module.postRun)for("function"==typeof Module.postRun&&(Module.postRun=[Module.postRun]);Module.postRun.length;)addOnPostRun(Module.postRun.shift());callRuntimeCallbacks(onPostRuns)}function abort(e){Module.onAbort?.(e),err(e="Aborted("+e+")"),ABORT=!0,e+=". Build with -sASSERTIONS for more info.";var t=new WebAssembly.RuntimeError(e);throw readyPromiseReject?.(t),t}function findWasmBinary(){return Module.locateFile?locateFile("web-tree-sitter.wasm"):new URL(__webpack_require__(678),__webpack_require__.b).href}function getBinarySync(e){if(e==wasmBinaryFile&&wasmBinary)return new Uint8Array(wasmBinary);if(readBinary)return readBinary(e);throw"both async and sync fetching of the wasm failed"}async function getWasmBinary(e){if(!wasmBinary)try{var t=await readAsync(e);return new Uint8Array(t)}catch{}return getBinarySync(e)}async function instantiateArrayBuffer(e,t){try{var s=await getWasmBinary(e);return await WebAssembly.instantiate(s,t)}catch(e){err(`failed to asynchronously prepare wasm: ${e}`),abort(e)}}async function instantiateAsync(e,t,s){if(!e&&!isFileURI(t)&&!ENVIRONMENT_IS_NODE)try{var n=fetch(t,{credentials:"same-origin"});return await WebAssembly.instantiateStreaming(n,s)}catch(e){err(`wasm streaming compile failed: ${e}`),err("falling back to ArrayBuffer instantiation")}return instantiateArrayBuffer(t,s)}function getWasmImports(){return{env:wasmImports,wasi_snapshot_preview1:wasmImports,"GOT.mem":new Proxy(wasmImports,GOTHandler),"GOT.func":new Proxy(wasmImports,GOTHandler)}}async function createWasm(){function e(e,t){wasmExports=e.exports,wasmExports=relocateExports(wasmExports,1024);var s=getDylinkMetadata(t);return s.neededDynlibs&&(dynamicLibraries=s.neededDynlibs.concat(dynamicLibraries)),mergeLibSymbols(wasmExports,"main"),LDSO.init(),loadDylibs(),__RELOC_FUNCS__.push(wasmExports.__wasm_apply_data_relocs),assignWasmExports(wasmExports),wasmExports}function t(t){return e(t.instance,t.module)}__name(e,"receiveInstance"),__name(t,"receiveInstantiationResult");var s=getWasmImports();return Module.instantiateWasm?new Promise((t,n)=>{Module.instantiateWasm(s,(s,n)=>{t(e(s,n))})}):(wasmBinaryFile??=findWasmBinary(),t(await instantiateAsync(wasmBinary,wasmBinaryFile,s)))}__name(preRun,"preRun"),__name(initRuntime,"initRuntime"),__name(preMain,"preMain"),__name(postRun,"postRun"),__name(abort,"abort"),__name(findWasmBinary,"findWasmBinary"),__name(getBinarySync,"getBinarySync"),__name(getWasmBinary,"getWasmBinary"),__name(instantiateArrayBuffer,"instantiateArrayBuffer"),__name(instantiateAsync,"instantiateAsync"),__name(getWasmImports,"getWasmImports"),__name(createWasm,"createWasm");class ExitStatus{static{__name(this,"ExitStatus")}name="ExitStatus";constructor(e){this.message=`Program terminated with exit(${e})`,this.status=e}}var GOT={},currentModuleWeakSymbols=new Set([]),GOTHandler={get(e,t){var s=GOT[t];return s||(s=GOT[t]=new WebAssembly.Global({value:"i32",mutable:!0})),currentModuleWeakSymbols.has(t)||(s.required=!0),s}},LE_ATOMICS_NATIVE_BYTE_ORDER=[],LE_HEAP_LOAD_F32=__name(e=>HEAP_DATA_VIEW.getFloat32(e,!0),"LE_HEAP_LOAD_F32"),LE_HEAP_LOAD_F64=__name(e=>HEAP_DATA_VIEW.getFloat64(e,!0),"LE_HEAP_LOAD_F64"),LE_HEAP_LOAD_I16=__name(e=>HEAP_DATA_VIEW.getInt16(e,!0),"LE_HEAP_LOAD_I16"),LE_HEAP_LOAD_I32=__name(e=>HEAP_DATA_VIEW.getInt32(e,!0),"LE_HEAP_LOAD_I32"),LE_HEAP_LOAD_I64=__name(e=>HEAP_DATA_VIEW.getBigInt64(e,!0),"LE_HEAP_LOAD_I64"),LE_HEAP_LOAD_U32=__name(e=>HEAP_DATA_VIEW.getUint32(e,!0),"LE_HEAP_LOAD_U32"),LE_HEAP_STORE_F32=__name((e,t)=>HEAP_DATA_VIEW.setFloat32(e,t,!0),"LE_HEAP_STORE_F32"),LE_HEAP_STORE_F64=__name((e,t)=>HEAP_DATA_VIEW.setFloat64(e,t,!0),"LE_HEAP_STORE_F64"),LE_HEAP_STORE_I16=__name((e,t)=>HEAP_DATA_VIEW.setInt16(e,t,!0),"LE_HEAP_STORE_I16"),LE_HEAP_STORE_I32=__name((e,t)=>HEAP_DATA_VIEW.setInt32(e,t,!0),"LE_HEAP_STORE_I32"),LE_HEAP_STORE_I64=__name((e,t)=>HEAP_DATA_VIEW.setBigInt64(e,t,!0),"LE_HEAP_STORE_I64"),LE_HEAP_STORE_U32=__name((e,t)=>HEAP_DATA_VIEW.setUint32(e,t,!0),"LE_HEAP_STORE_U32"),callRuntimeCallbacks=__name(e=>{for(;e.length>0;)e.shift()(Module)},"callRuntimeCallbacks"),onPostRuns=[],addOnPostRun=__name(e=>onPostRuns.push(e),"addOnPostRun"),onPreRuns=[],addOnPreRun=__name(e=>onPreRuns.push(e),"addOnPreRun"),UTF8Decoder="undefined"!=typeof TextDecoder?new TextDecoder:void 0,findStringEnd=__name((e,t,s,n)=>{var r=t+s;if(n)return r;for(;e[t]&&!(t>=r);)++t;return t},"findStringEnd"),UTF8ArrayToString=__name((e,t=0,s,n)=>{var r=findStringEnd(e,t,s,n);if(r-t>16&&e.buffer&&UTF8Decoder)return UTF8Decoder.decode(e.subarray(t,r));for(var i="";t<r;){var o=e[t++];if(128&o){var a=63&e[t++];if(192!=(224&o)){var c=63&e[t++];if((o=224==(240&o)?(15&o)<<12|a<<6|c:(7&o)<<18|a<<12|c<<6|63&e[t++])<65536)i+=String.fromCharCode(o);else{var l=o-65536;i+=String.fromCharCode(55296|l>>10,56320|1023&l)}}else i+=String.fromCharCode((31&o)<<6|a)}else i+=String.fromCharCode(o)}return i},"UTF8ArrayToString"),getDylinkMetadata=__name(e=>{var t=0,s=0;function n(){return e[t++]}function r(){for(var s=0,n=1;;){var r=e[t++];if(s+=(127&r)*n,n*=128,!(128&r))break}return s}function i(){var s=r();return UTF8ArrayToString(e,(t+=s)-s,s)}function o(){for(var e=r(),t=[];e--;)t.push(i());return t}function a(e,t){if(e)throw new Error(t)}if(__name(n,"getU8"),__name(r,"getLEB"),__name(i,"getString"),__name(o,"getStringList"),__name(a,"failIf"),e instanceof WebAssembly.Module){var c=WebAssembly.Module.customSections(e,"dylink.0");a(0===c.length,"need dylink section"),s=(e=new Uint8Array(c[0])).length}else{var l=new Uint32Array(new Uint8Array(e.subarray(0,24)).buffer);a(!(1836278016==l[0]||6386541==l[0]),"need to see wasm magic number"),a(0!==e[8],"need the dylink section to be first"),t=9;var u=r();s=t+u,a("dylink.0"!==i())}for(var d={neededDynlibs:[],tlsExports:new Set,weakImports:new Set,runtimePaths:[]};t<s;){var h=n(),p=r();if(1===h)d.memorySize=r(),d.memoryAlign=r(),d.tableSize=r(),d.tableAlign=r();else if(2===h)d.neededDynlibs=o();else if(3===h)for(var m=r();m--;){var f=i();256&r()&&d.tlsExports.add(f)}else if(4===h)for(m=r();m--;){i(),f=i();1==(3&r())&&d.weakImports.add(f)}else 5===h?d.runtimePaths=o():t+=p}return d},"getDylinkMetadata");function getValue(e,t="i8"){switch(t.endsWith("*")&&(t="*"),t){case"i1":case"i8":return HEAP8[e];case"i16":return LE_HEAP_LOAD_I16(2*(e>>1));case"i32":return LE_HEAP_LOAD_I32(4*(e>>2));case"i64":return LE_HEAP_LOAD_I64(8*(e>>3));case"float":return LE_HEAP_LOAD_F32(4*(e>>2));case"double":return LE_HEAP_LOAD_F64(8*(e>>3));case"*":return LE_HEAP_LOAD_U32(4*(e>>2));default:abort(`invalid type for getValue: ${t}`)}}__name(getValue,"getValue");var newDSO=__name((e,t,s)=>{var n={refcount:1/0,name:e,exports:s,global:!0};return LDSO.loadedLibsByName[e]=n,null!=t&&(LDSO.loadedLibsByHandle[t]=n),n},"newDSO"),LDSO={loadedLibsByName:{},loadedLibsByHandle:{},init(){newDSO("__main__",0,wasmImports)}},___heap_base=78240,alignMemory=__name((e,t)=>Math.ceil(e/t)*t,"alignMemory"),getMemory=__name(e=>{if(runtimeInitialized)return _calloc(e,1);var t=___heap_base,s=t+alignMemory(e,16);return ___heap_base=s,GOT.__heap_base.value=s,t},"getMemory"),isInternalSym=__name(e=>["__cpp_exception","__c_longjmp","__wasm_apply_data_relocs","__dso_handle","__tls_size","__tls_align","__set_stack_limits","_emscripten_tls_init","__wasm_init_tls","__wasm_call_ctors","__start_em_asm","__stop_em_asm","__start_em_js","__stop_em_js"].includes(e)||e.startsWith("__em_js__"),"isInternalSym"),uleb128EncodeWithLen=__name(e=>{const t=e.length;return[t%128|128,t>>7,...e]},"uleb128EncodeWithLen"),wasmTypeCodes={i:127,p:127,j:126,f:125,d:124,e:111},generateTypePack=__name(e=>uleb128EncodeWithLen(Array.from(e,e=>wasmTypeCodes[e])),"generateTypePack"),convertJsFunctionToWasm=__name((e,t)=>{var s=Uint8Array.of(0,97,115,109,1,0,0,0,1,...uleb128EncodeWithLen([1,96,...generateTypePack(t.slice(1)),...generateTypePack("v"===t[0]?"":t[0])]),2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0),n=new WebAssembly.Module(s);return new WebAssembly.Instance(n,{e:{f:e}}).exports.f},"convertJsFunctionToWasm"),wasmTableMirror=[],wasmTable=new WebAssembly.Table({initial:31,element:"anyfunc"}),getWasmTableEntry=__name(e=>{var t=wasmTableMirror[e];return t||(wasmTableMirror[e]=t=wasmTable.get(e)),t},"getWasmTableEntry"),updateTableMap=__name((e,t)=>{if(functionsInTableMap)for(var s=e;s<e+t;s++){var n=getWasmTableEntry(s);n&&functionsInTableMap.set(n,s)}},"updateTableMap"),functionsInTableMap,getFunctionAddress=__name(e=>(functionsInTableMap||(functionsInTableMap=new WeakMap,updateTableMap(0,wasmTable.length)),functionsInTableMap.get(e)||0),"getFunctionAddress"),freeTableIndexes=[],getEmptyTableSlot=__name(()=>freeTableIndexes.length?freeTableIndexes.pop():wasmTable.grow(1),"getEmptyTableSlot"),setWasmTableEntry=__name((e,t)=>{wasmTable.set(e,t),wasmTableMirror[e]=wasmTable.get(e)},"setWasmTableEntry"),addFunction=__name((e,t)=>{var s=getFunctionAddress(e);if(s)return s;var n=getEmptyTableSlot();try{setWasmTableEntry(n,e)}catch(s){if(!(s instanceof TypeError))throw s;var r=convertJsFunctionToWasm(e,t);setWasmTableEntry(n,r)}return functionsInTableMap.set(e,n),n},"addFunction"),updateGOT=__name((e,t)=>{for(var s in e)if(!isInternalSym(s)){var n=e[s];GOT[s]||=new WebAssembly.Global({value:"i32",mutable:!0}),(t||0==GOT[s].value)&&("function"==typeof n?GOT[s].value=addFunction(n):"number"==typeof n?GOT[s].value=n:err(`unhandled export type for '${s}': ${typeof n}`))}},"updateGOT"),relocateExports=__name((e,t,s)=>{var n={};for(var r in e){var i=e[r];"object"==typeof i&&(i=i.value),"number"==typeof i&&(i+=t),n[r]=i}return updateGOT(n,s),n},"relocateExports"),isSymbolDefined=__name(e=>{var t=wasmImports[e];return!(!t||t.stub)},"isSymbolDefined"),dynCall=__name((e,t,s=[],n=!1)=>{var r=getWasmTableEntry(t)(...s);function i(e){return e}return __name(i,"convert"),r},"dynCall"),stackSave=__name(()=>_emscripten_stack_get_current(),"stackSave"),stackRestore=__name(e=>__emscripten_stack_restore(e),"stackRestore"),createInvokeFunction=__name(e=>(t,...s)=>{var n=stackSave();try{return dynCall(e,t,s)}catch(t){if(stackRestore(n),t!==t+0)throw t;if(_setThrew(1,0),"j"==e[0])return 0n}},"createInvokeFunction"),resolveGlobalSymbol=__name((e,t=!1)=>{var s;return isSymbolDefined(e)?s=wasmImports[e]:e.startsWith("invoke_")&&(s=wasmImports[e]=createInvokeFunction(e.split("_")[1])),{sym:s,name:e}},"resolveGlobalSymbol"),onPostCtors=[],addOnPostCtor=__name(e=>onPostCtors.push(e),"addOnPostCtor"),UTF8ToString=__name((e,t,s)=>e?UTF8ArrayToString(HEAPU8,e,t,s):"","UTF8ToString"),loadWebAssemblyModule=__name((binary,flags,libName,localScope,handle)=>{var metadata=getDylinkMetadata(binary);function loadModule(){var memAlign=Math.pow(2,metadata.memoryAlign),memoryBase=metadata.memorySize?alignMemory(getMemory(metadata.memorySize+memAlign),memAlign):0,tableBase=metadata.tableSize?wasmTable.length:0,moduleExports;function resolveSymbol(e){var t=resolveGlobalSymbol(e).sym;return!t&&localScope&&(t=localScope[e]),t||(t=moduleExports[e]),t}handle&&(HEAP8[handle+8]=1,LE_HEAP_STORE_U32(4*(handle+12>>2),memoryBase),LE_HEAP_STORE_I32(4*(handle+16>>2),metadata.memorySize),LE_HEAP_STORE_U32(4*(handle+20>>2),tableBase),LE_HEAP_STORE_I32(4*(handle+24>>2),metadata.tableSize)),metadata.tableSize&&wasmTable.grow(metadata.tableSize),__name(resolveSymbol,"resolveSymbol");var proxyHandler={get(e,t){switch(t){case"__memory_base":return memoryBase;case"__table_base":return tableBase}var s;if(t in wasmImports&&!wasmImports[t].stub)return wasmImports[t];t in e||(e[t]=(...e)=>(s||=resolveSymbol(t),s(...e)));return e[t]}},proxy=new Proxy({},proxyHandler);currentModuleWeakSymbols=metadata.weakImports;var info={"GOT.mem":new Proxy({},GOTHandler),"GOT.func":new Proxy({},GOTHandler),env:proxy,wasi_snapshot_preview1:proxy};function postInstantiation(module,instance){function addEmAsm(addr,body){for(var args=[],arity=0;arity<16&&-1!=body.indexOf("$"+arity);arity++)args.push("$"+arity);args=args.join(",");var func=`(${args}) => { ${body} };`;ASM_CONSTS[start]=eval(func)}if(updateTableMap(tableBase,metadata.tableSize),moduleExports=relocateExports(instance.exports,memoryBase),flags.allowUndefined||reportUndefinedSymbols(),__name(addEmAsm,"addEmAsm"),"__start_em_asm"in moduleExports)for(var start=moduleExports.__start_em_asm,stop=moduleExports.__stop_em_asm;start<stop;){var jsString=UTF8ToString(start);addEmAsm(start,jsString),start=HEAPU8.indexOf(0,start)+1}function addEmJs(name,cSig,body){var jsArgs=[];if(cSig=cSig.slice(1,-1),"void"!=cSig)for(var i in cSig=cSig.split(","),cSig){var jsArg=cSig[i].split(" ").pop();jsArgs.push(jsArg.replace("*",""))}var func=`(${jsArgs}) => ${body};`;moduleExports[name]=eval(func)}for(var name in __name(addEmJs,"addEmJs"),moduleExports)if(name.startsWith("__em_js__")){var start=moduleExports[name],jsString=UTF8ToString(start),parts=jsString.split("<::>");addEmJs(name.replace("__em_js__",""),parts[0],parts[1]),delete moduleExports[name]}var applyRelocs=moduleExports.__wasm_apply_data_relocs;applyRelocs&&(runtimeInitialized?applyRelocs():__RELOC_FUNCS__.push(applyRelocs));var init=moduleExports.__wasm_call_ctors;return init&&(runtimeInitialized?init():addOnPostCtor(init)),moduleExports}if(__name(postInstantiation,"postInstantiation"),flags.loadAsync)return(async()=>{var e;return binary instanceof WebAssembly.Module?e=new WebAssembly.Instance(binary,info):({module:binary,instance:e}=await WebAssembly.instantiate(binary,info)),postInstantiation(binary,e)})();var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary),instance=new WebAssembly.Instance(module,info);return postInstantiation(module,instance)}return __name(loadModule,"loadModule"),flags={...flags,rpath:{parentLibPath:libName,paths:metadata.runtimePaths}},flags.loadAsync?metadata.neededDynlibs.reduce((e,t)=>e.then(()=>loadDynamicLibrary(t,flags,localScope)),Promise.resolve()).then(loadModule):(metadata.neededDynlibs.forEach(e=>loadDynamicLibrary(e,flags,localScope)),loadModule())},"loadWebAssemblyModule"),mergeLibSymbols=__name((e,t)=>{for(var[s,n]of Object.entries(e)){const e=__name(e=>{isSymbolDefined(e)||(wasmImports[e]=n)},"setImport");e(s);const t="__main_argc_argv";"main"==s&&e(t),s==t&&e("main")}},"mergeLibSymbols"),asyncLoad=__name(async e=>{var t=await readAsync(e);return new Uint8Array(t)},"asyncLoad");function loadDynamicLibrary(e,t={global:!0,nodelete:!0},s,n){var r=LDSO.loadedLibsByName[e];if(r)return t.global?r.global||(r.global=!0,mergeLibSymbols(r.exports,e)):s&&Object.assign(s,r.exports),t.nodelete&&r.refcount!==1/0&&(r.refcount=1/0),r.refcount++,n&&(LDSO.loadedLibsByHandle[n]=r),!t.loadAsync||Promise.resolve(!0);function i(){if(n){var s=LE_HEAP_LOAD_U32(4*(n+28>>2)),r=LE_HEAP_LOAD_U32(4*(n+32>>2));if(s&&r){var i=HEAP8.slice(s,s+r);return t.loadAsync?Promise.resolve(i):i}}var o=locateFile(e);if(t.loadAsync)return asyncLoad(o);if(!readBinary)throw new Error(`${o}: file not found, and synchronous loading of external files is not available`);return readBinary(o)}function o(){return t.loadAsync?i().then(r=>loadWebAssemblyModule(r,t,e,s,n)):loadWebAssemblyModule(i(),t,e,s,n)}function a(t){r.global?mergeLibSymbols(t,e):s&&Object.assign(s,t),r.exports=t}return(r=newDSO(e,n,"loading")).refcount=t.nodelete?1/0:1,r.global=t.global,__name(i,"loadLibData"),__name(o,"getExports"),__name(a,"moduleLoaded"),t.loadAsync?o().then(e=>(a(e),!0)):(a(o()),!0)}__name(loadDynamicLibrary,"loadDynamicLibrary");var reportUndefinedSymbols=__name(()=>{for(var[e,t]of Object.entries(GOT))if(0==t.value){var s=resolveGlobalSymbol(e,!0).sym;if(!s&&!t.required)continue;if("function"==typeof s)t.value=addFunction(s,s.sig);else{if("number"!=typeof s)throw new Error(`bad export type for '${e}': ${typeof s}`);t.value=s}}},"reportUndefinedSymbols"),runDependencies=0,dependenciesFulfilled=null,removeRunDependency=__name(e=>{if(runDependencies--,Module.monitorRunDependencies?.(runDependencies),0==runDependencies&&dependenciesFulfilled){var t=dependenciesFulfilled;dependenciesFulfilled=null,t()}},"removeRunDependency"),addRunDependency=__name(e=>{runDependencies++,Module.monitorRunDependencies?.(runDependencies)},"addRunDependency"),loadDylibs=__name(async()=>{if(dynamicLibraries.length){for(var e of(addRunDependency("loadDylibs"),dynamicLibraries))await loadDynamicLibrary(e,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0});reportUndefinedSymbols(),removeRunDependency("loadDylibs")}else reportUndefinedSymbols()},"loadDylibs"),noExitRuntime=!0;function setValue(e,t,s="i8"){switch(s.endsWith("*")&&(s="*"),s){case"i1":case"i8":HEAP8[e]=t;break;case"i16":LE_HEAP_STORE_I16(2*(e>>1),t);break;case"i32":LE_HEAP_STORE_I32(4*(e>>2),t);break;case"i64":LE_HEAP_STORE_I64(8*(e>>3),BigInt(t));break;case"float":LE_HEAP_STORE_F32(4*(e>>2),t);break;case"double":LE_HEAP_STORE_F64(8*(e>>3),t);break;case"*":LE_HEAP_STORE_U32(4*(e>>2),t);break;default:abort(`invalid type for setValue: ${s}`)}}__name(setValue,"setValue");var ___memory_base=new WebAssembly.Global({value:"i32",mutable:!1},1024),___stack_high=78240,___stack_low=12704,___stack_pointer=new WebAssembly.Global({value:"i32",mutable:!0},78240),___table_base=new WebAssembly.Global({value:"i32",mutable:!1},1),__abort_js=__name(()=>abort(""),"__abort_js");__abort_js.sig="v";var getHeapMax=__name(()=>2147483648,"getHeapMax"),growMemory=__name(e=>{var t=(e-wasmMemory.buffer.byteLength+65535)/65536|0;try{return wasmMemory.grow(t),updateMemoryViews(),1}catch(e){}},"growMemory"),_emscripten_resize_heap=__name(e=>{var t=HEAPU8.length;e>>>=0;var s=getHeapMax();if(e>s)return!1;for(var n=1;n<=4;n*=2){var r=t*(1+.2/n);r=Math.min(r,e+100663296);var i=Math.min(s,alignMemory(Math.max(e,r),65536));if(growMemory(i))return!0}return!1},"_emscripten_resize_heap");_emscripten_resize_heap.sig="ip";var _fd_close=__name(e=>52,"_fd_close");_fd_close.sig="ii";var INT53_MAX=9007199254740992,INT53_MIN=-9007199254740992,bigintToI53Checked=__name(e=>e<INT53_MIN||e>INT53_MAX?NaN:Number(e),"bigintToI53Checked");function _fd_seek(e,t,s,n){return t=bigintToI53Checked(t),70}__name(_fd_seek,"_fd_seek"),_fd_seek.sig="iijip";var printCharBuffers=[null,[],[]],printChar=__name((e,t)=>{var s=printCharBuffers[e];0===t||10===t?((1===e?out:err)(UTF8ArrayToString(s)),s.length=0):s.push(t)},"printChar"),_fd_write=__name((e,t,s,n)=>{for(var r=0,i=0;i<s;i++){var o=LE_HEAP_LOAD_U32(4*(t>>2)),a=LE_HEAP_LOAD_U32(4*(t+4>>2));t+=8;for(var c=0;c<a;c++)printChar(e,HEAPU8[o+c]);r+=a}return LE_HEAP_STORE_U32(4*(n>>2),r),0},"_fd_write");function _tree_sitter_log_callback(e,t){if(Module.currentLogCallback){const s=UTF8ToString(t);Module.currentLogCallback(s,0!==e)}}function _tree_sitter_parse_callback(e,t,s,n,r){const i=Module.currentParseCallback(t,{row:s,column:n});"string"==typeof i?(setValue(r,i.length,"i32"),stringToUTF16(i,e,10240)):setValue(r,0,"i32")}function _tree_sitter_progress_callback(e,t){return!!Module.currentProgressCallback&&Module.currentProgressCallback({currentOffset:e,hasError:t})}function _tree_sitter_query_progress_callback(e){return!!Module.currentQueryProgressCallback&&Module.currentQueryProgressCallback({currentOffset:e})}_fd_write.sig="iippp",__name(_tree_sitter_log_callback,"_tree_sitter_log_callback"),__name(_tree_sitter_parse_callback,"_tree_sitter_parse_callback"),__name(_tree_sitter_progress_callback,"_tree_sitter_progress_callback"),__name(_tree_sitter_query_progress_callback,"_tree_sitter_query_progress_callback");var runtimeKeepaliveCounter=0,keepRuntimeAlive=__name(()=>noExitRuntime||runtimeKeepaliveCounter>0,"keepRuntimeAlive"),_proc_exit=__name(e=>{EXITSTATUS=e,keepRuntimeAlive()||(Module.onExit?.(e),ABORT=!0),quit_(e,new ExitStatus(e))},"_proc_exit");_proc_exit.sig="vi";var exitJS=__name((e,t)=>{EXITSTATUS=e,_proc_exit(e)},"exitJS"),handleException=__name(e=>{if(e instanceof ExitStatus||"unwind"==e)return EXITSTATUS;quit_(1,e)},"handleException"),lengthBytesUTF8=__name(e=>{for(var t=0,s=0;s<e.length;++s){var n=e.charCodeAt(s);n<=127?t++:n<=2047?t+=2:n>=55296&&n<=57343?(t+=4,++s):t+=3}return t},"lengthBytesUTF8"),stringToUTF8Array=__name((e,t,s,n)=>{if(!(n>0))return 0;for(var r=s,i=s+n-1,o=0;o<e.length;++o){var a=e.codePointAt(o);if(a<=127){if(s>=i)break;t[s++]=a}else if(a<=2047){if(s+1>=i)break;t[s++]=192|a>>6,t[s++]=128|63&a}else if(a<=65535){if(s+2>=i)break;t[s++]=224|a>>12,t[s++]=128|a>>6&63,t[s++]=128|63&a}else{if(s+3>=i)break;t[s++]=240|a>>18,t[s++]=128|a>>12&63,t[s++]=128|a>>6&63,t[s++]=128|63&a,o++}}return t[s]=0,s-r},"stringToUTF8Array"),stringToUTF8=__name((e,t,s)=>stringToUTF8Array(e,HEAPU8,t,s),"stringToUTF8"),stackAlloc=__name(e=>__emscripten_stack_alloc(e),"stackAlloc"),stringToUTF8OnStack=__name(e=>{var t=lengthBytesUTF8(e)+1,s=stackAlloc(t);return stringToUTF8(e,s,t),s},"stringToUTF8OnStack"),AsciiToString=__name(e=>{for(var t="";;){var s=HEAPU8[e++];if(!s)return t;t+=String.fromCharCode(s)}},"AsciiToString"),stringToUTF16=__name((e,t,s)=>{if(s??=2147483647,s<2)return 0;for(var n=t,r=(s-=2)<2*e.length?s/2:e.length,i=0;i<r;++i){var o=e.charCodeAt(i);LE_HEAP_STORE_I16(2*(t>>1),o),t+=2}return LE_HEAP_STORE_I16(2*(t>>1),0),t-n},"stringToUTF16");function LE_HEAP_UPDATE(){HEAPU16.unsigned=e=>65535&e,HEAPU32.unsigned=e=>e>>>0}if(LE_ATOMICS_NATIVE_BYTE_ORDER=1===new Int8Array(new Int16Array([1]).buffer)[0]?[e=>e,e=>e,void 0,e=>e]:[e=>e,e=>((65280&e)<<8|(255&e)<<24)>>16,void 0,e=>e>>24&255|e>>8&65280|(65280&e)<<8|(255&e)<<24],__name(LE_HEAP_UPDATE,"LE_HEAP_UPDATE"),initMemory(),Module.noExitRuntime&&(noExitRuntime=Module.noExitRuntime),Module.print&&(out=Module.print),Module.printErr&&(err=Module.printErr),Module.dynamicLibraries&&(dynamicLibraries=Module.dynamicLibraries),Module.wasmBinary&&(wasmBinary=Module.wasmBinary),Module.arguments&&(arguments_=Module.arguments),Module.thisProgram&&(thisProgram=Module.thisProgram),Module.preInit)for("function"==typeof Module.preInit&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.shift()();Module.setValue=setValue,Module.getValue=getValue,Module.UTF8ToString=UTF8ToString,Module.stringToUTF8=stringToUTF8,Module.lengthBytesUTF8=lengthBytesUTF8,Module.AsciiToString=AsciiToString,Module.stringToUTF16=stringToUTF16,Module.loadWebAssemblyModule=loadWebAssemblyModule,Module.LE_HEAP_STORE_I64=LE_HEAP_STORE_I64;var ASM_CONSTS={},_malloc,_calloc,_realloc,_free,_ts_range_edit,_memcmp,_ts_language_symbol_count,_ts_language_state_count,_ts_language_abi_version,_ts_language_name,_ts_language_field_count,_ts_language_next_state,_ts_language_symbol_name,_ts_language_symbol_for_name,_strncmp,_ts_language_symbol_type,_ts_language_field_name_for_id,_ts_lookahead_iterator_new,_ts_lookahead_iterator_delete,_ts_lookahead_iterator_reset_state,_ts_lookahead_iterator_reset,_ts_lookahead_iterator_next,_ts_lookahead_iterator_current_symbol,_ts_point_edit,_ts_parser_delete,_ts_parser_reset,_ts_parser_set_language,_ts_parser_set_included_ranges,_ts_query_new,_ts_query_delete,_iswspace,_iswalnum,_ts_query_pattern_count,_ts_query_capture_count,_ts_query_string_count,_ts_query_capture_name_for_id,_ts_query_capture_quantifier_for_id,_ts_query_string_value_for_id,_ts_query_predicates_for_pattern,_ts_query_start_byte_for_pattern,_ts_query_end_byte_for_pattern,_ts_query_is_pattern_rooted,_ts_query_is_pattern_non_local,_ts_query_is_pattern_guaranteed_at_step,_ts_query_disable_capture,_ts_query_disable_pattern,_ts_tree_copy,_ts_tree_delete,_ts_init,_ts_parser_new_wasm,_ts_parser_enable_logger_wasm,_ts_parser_parse_wasm,_ts_parser_included_ranges_wasm,_ts_language_type_is_named_wasm,_ts_language_type_is_visible_wasm,_ts_language_metadata_wasm,_ts_language_supertypes_wasm,_ts_language_subtypes_wasm,_ts_tree_root_node_wasm,_ts_tree_root_node_with_offset_wasm,_ts_tree_edit_wasm,_ts_tree_included_ranges_wasm,_ts_tree_get_changed_ranges_wasm,_ts_tree_cursor_new_wasm,_ts_tree_cursor_copy_wasm,_ts_tree_cursor_delete_wasm,_ts_tree_cursor_reset_wasm,_ts_tree_cursor_reset_to_wasm,_ts_tree_cursor_goto_first_child_wasm,_ts_tree_cursor_goto_last_child_wasm,_ts_tree_cursor_goto_first_child_for_index_wasm,_ts_tree_cursor_goto_first_child_for_position_wasm,_ts_tree_cursor_goto_next_sibling_wasm,_ts_tree_cursor_goto_previous_sibling_wasm,_ts_tree_cursor_goto_descendant_wasm,_ts_tree_cursor_goto_parent_wasm,_ts_tree_cursor_current_node_type_id_wasm,_ts_tree_cursor_current_node_state_id_wasm,_ts_tree_cursor_current_node_is_named_wasm,_ts_tree_cursor_current_node_is_missing_wasm,_ts_tree_cursor_current_node_id_wasm,_ts_tree_cursor_start_position_wasm,_ts_tree_cursor_end_position_wasm,_ts_tree_cursor_start_index_wasm,_ts_tree_cursor_end_index_wasm,_ts_tree_cursor_current_field_id_wasm,_ts_tree_cursor_current_depth_wasm,_ts_tree_cursor_current_descendant_index_wasm,_ts_tree_cursor_current_node_wasm,_ts_node_symbol_wasm,_ts_node_field_name_for_child_wasm,_ts_node_field_name_for_named_child_wasm,_ts_node_children_by_field_id_wasm,_ts_node_first_child_for_byte_wasm,_ts_node_first_named_child_for_byte_wasm,_ts_node_grammar_symbol_wasm,_ts_node_child_count_wasm,_ts_node_named_child_count_wasm,_ts_node_child_wasm,_ts_node_named_child_wasm,_ts_node_child_by_field_id_wasm,_ts_node_next_sibling_wasm,_ts_node_prev_sibling_wasm,_ts_node_next_named_sibling_wasm,_ts_node_prev_named_sibling_wasm,_ts_node_descendant_count_wasm,_ts_node_parent_wasm,_ts_node_child_with_descendant_wasm,_ts_node_descendant_for_index_wasm,_ts_node_named_descendant_for_index_wasm,_ts_node_descendant_for_position_wasm,_ts_node_named_descendant_for_position_wasm,_ts_node_start_point_wasm,_ts_node_end_point_wasm,_ts_node_start_index_wasm,_ts_node_end_index_wasm,_ts_node_to_string_wasm,_ts_node_children_wasm,_ts_node_named_children_wasm,_ts_node_descendants_of_type_wasm,_ts_node_is_named_wasm,_ts_node_has_changes_wasm,_ts_node_has_error_wasm,_ts_node_is_error_wasm,_ts_node_is_missing_wasm,_ts_node_is_extra_wasm,_ts_node_parse_state_wasm,_ts_node_next_parse_state_wasm,_ts_query_matches_wasm,_ts_query_captures_wasm,_memset,_memcpy,_memmove,_iswalpha,_iswblank,_iswdigit,_iswlower,_iswupper,_iswxdigit,_memchr,_strlen,_strcmp,_strncat,_strncpy,_towlower,_towupper,_setThrew,__emscripten_stack_restore,__emscripten_stack_alloc,_emscripten_stack_get_current,___wasm_apply_data_relocs;function assignWasmExports(e){Module._malloc=_malloc=e.malloc,Module._calloc=_calloc=e.calloc,Module._realloc=_realloc=e.realloc,Module._free=_free=e.free,Module._ts_range_edit=_ts_range_edit=e.ts_range_edit,Module._memcmp=_memcmp=e.memcmp,Module._ts_language_symbol_count=_ts_language_symbol_count=e.ts_language_symbol_count,Module._ts_language_state_count=_ts_language_state_count=e.ts_language_state_count,Module._ts_language_abi_version=_ts_language_abi_version=e.ts_language_abi_version,Module._ts_language_name=_ts_language_name=e.ts_language_name,Module._ts_language_field_count=_ts_language_field_count=e.ts_language_field_count,Module._ts_language_next_state=_ts_language_next_state=e.ts_language_next_state,Module._ts_language_symbol_name=_ts_language_symbol_name=e.ts_language_symbol_name,Module._ts_language_symbol_for_name=_ts_language_symbol_for_name=e.ts_language_symbol_for_name,Module._strncmp=_strncmp=e.strncmp,Module._ts_language_symbol_type=_ts_language_symbol_type=e.ts_language_symbol_type,Module._ts_language_field_name_for_id=_ts_language_field_name_for_id=e.ts_language_field_name_for_id,Module._ts_lookahead_iterator_new=_ts_lookahead_iterator_new=e.ts_lookahead_iterator_new,Module._ts_lookahead_iterator_delete=_ts_lookahead_iterator_delete=e.ts_lookahead_iterator_delete,Module._ts_lookahead_iterator_reset_state=_ts_lookahead_iterator_reset_state=e.ts_lookahead_iterator_reset_state,Module._ts_lookahead_iterator_reset=_ts_lookahead_iterator_reset=e.ts_lookahead_iterator_reset,Module._ts_lookahead_iterator_next=_ts_lookahead_iterator_next=e.ts_lookahead_iterator_next,Module._ts_lookahead_iterator_current_symbol=_ts_lookahead_iterator_current_symbol=e.ts_lookahead_iterator_current_symbol,Module._ts_point_edit=_ts_point_edit=e.ts_point_edit,Module._ts_parser_delete=_ts_parser_delete=e.ts_parser_delete,Module._ts_parser_reset=_ts_parser_reset=e.ts_parser_reset,Module._ts_parser_set_language=_ts_parser_set_language=e.ts_parser_set_language,Module._ts_parser_set_included_ranges=_ts_parser_set_included_ranges=e.ts_parser_set_included_ranges,Module._ts_query_new=_ts_query_new=e.ts_query_new,Module._ts_query_delete=_ts_query_delete=e.ts_query_delete,Module._iswspace=_iswspace=e.iswspace,Module._iswalnum=_iswalnum=e.iswalnum,Module._ts_query_pattern_count=_ts_query_pattern_count=e.ts_query_pattern_count,Module._ts_query_capture_count=_ts_query_capture_count=e.ts_query_capture_count,Module._ts_query_string_count=_ts_query_string_count=e.ts_query_string_count,Module._ts_query_capture_name_for_id=_ts_query_capture_name_for_id=e.ts_query_capture_name_for_id,Module._ts_query_capture_quantifier_for_id=_ts_query_capture_quantifier_for_id=e.ts_query_capture_quantifier_for_id,Module._ts_query_string_value_for_id=_ts_query_string_value_for_id=e.ts_query_string_value_for_id,Module._ts_query_predicates_for_pattern=_ts_query_predicates_for_pattern=e.ts_query_predicates_for_pattern,Module._ts_query_start_byte_for_pattern=_ts_query_start_byte_for_pattern=e.ts_query_start_byte_for_pattern,Module._ts_query_end_byte_for_pattern=_ts_query_end_byte_for_pattern=e.ts_query_end_byte_for_pattern,Module._ts_query_is_pattern_rooted=_ts_query_is_pattern_rooted=e.ts_query_is_pattern_rooted,Module._ts_query_is_pattern_non_local=_ts_query_is_pattern_non_local=e.ts_query_is_pattern_non_local,Module._ts_query_is_pattern_guaranteed_at_step=_ts_query_is_pattern_guaranteed_at_step=e.ts_query_is_pattern_guaranteed_at_step,Module._ts_query_disable_capture=_ts_query_disable_capture=e.ts_query_disable_capture,Module._ts_query_disable_pattern=_ts_query_disable_pattern=e.ts_query_disable_pattern,Module._ts_tree_copy=_ts_tree_copy=e.ts_tree_copy,Module._ts_tree_delete=_ts_tree_delete=e.ts_tree_delete,Module._ts_init=_ts_init=e.ts_init,Module._ts_parser_new_wasm=_ts_parser_new_wasm=e.ts_parser_new_wasm,Module._ts_parser_enable_logger_wasm=_ts_parser_enable_logger_wasm=e.ts_parser_enable_logger_wasm,Module._ts_parser_parse_wasm=_ts_parser_parse_wasm=e.ts_parser_parse_wasm,Module._ts_parser_included_ranges_wasm=_ts_parser_included_ranges_wasm=e.ts_parser_included_ranges_wasm,Module._ts_language_type_is_named_wasm=_ts_language_type_is_named_wasm=e.ts_language_type_is_named_wasm,Module._ts_language_type_is_visible_wasm=_ts_language_type_is_visible_wasm=e.ts_language_type_is_visible_wasm,Module._ts_language_metadata_wasm=_ts_language_metadata_wasm=e.ts_language_metadata_wasm,Module._ts_language_supertypes_wasm=_ts_language_supertypes_wasm=e.ts_language_supertypes_wasm,Module._ts_language_subtypes_wasm=_ts_language_subtypes_wasm=e.ts_language_subtypes_wasm,Module._ts_tree_root_node_wasm=_ts_tree_root_node_wasm=e.ts_tree_root_node_wasm,Module._ts_tree_root_node_with_offset_wasm=_ts_tree_root_node_with_offset_wasm=e.ts_tree_root_node_with_offset_wasm,Module._ts_tree_edit_wasm=_ts_tree_edit_wasm=e.ts_tree_edit_wasm,Module._ts_tree_included_ranges_wasm=_ts_tree_included_ranges_wasm=e.ts_tree_included_ranges_wasm,Module._ts_tree_get_changed_ranges_wasm=_ts_tree_get_changed_ranges_wasm=e.ts_tree_get_changed_ranges_wasm,Module._ts_tree_cursor_new_wasm=_ts_tree_cursor_new_wasm=e.ts_tree_cursor_new_wasm,Module._ts_tree_cursor_copy_wasm=_ts_tree_cursor_copy_wasm=e.ts_tree_cursor_copy_wasm,Module._ts_tree_cursor_delete_wasm=_ts_tree_cursor_delete_wasm=e.ts_tree_cursor_delete_wasm,Module._ts_tree_cursor_reset_wasm=_ts_tree_cursor_reset_wasm=e.ts_tree_cursor_reset_wasm,Module._ts_tree_cursor_reset_to_wasm=_ts_tree_cursor_reset_to_wasm=e.ts_tree_cursor_reset_to_wasm,Module._ts_tree_cursor_goto_first_child_wasm=_ts_tree_cursor_goto_first_child_wasm=e.ts_tree_cursor_goto_first_child_wasm,Module._ts_tree_cursor_goto_last_child_wasm=_ts_tree_cursor_goto_last_child_wasm=e.ts_tree_cursor_goto_last_child_wasm,Module._ts_tree_cursor_goto_first_child_for_index_wasm=_ts_tree_cursor_goto_first_child_for_index_wasm=e.ts_tree_cursor_goto_first_child_for_index_wasm,Module._ts_tree_cursor_goto_first_child_for_position_wasm=_ts_tree_cursor_goto_first_child_for_position_wasm=e.ts_tree_cursor_goto_first_child_for_position_wasm,Module._ts_tree_cursor_goto_next_sibling_wasm=_ts_tree_cursor_goto_next_sibling_wasm=e.ts_tree_cursor_goto_next_sibling_wasm,Module._ts_tree_cursor_goto_previous_sibling_wasm=_ts_tree_cursor_goto_previous_sibling_wasm=e.ts_tree_cursor_goto_previous_sibling_wasm,Module._ts_tree_cursor_goto_descendant_wasm=_ts_tree_cursor_goto_descendant_wasm=e.ts_tree_cursor_goto_descendant_wasm,Module._ts_tree_cursor_goto_parent_wasm=_ts_tree_cursor_goto_parent_wasm=e.ts_tree_cursor_goto_parent_wasm,Module._ts_tree_cursor_current_node_type_id_wasm=_ts_tree_cursor_current_node_type_id_wasm=e.ts_tree_cursor_current_node_type_id_wasm,Module._ts_tree_cursor_current_node_state_id_wasm=_ts_tree_cursor_current_node_state_id_wasm=e.ts_tree_cursor_current_node_state_id_wasm,Module._ts_tree_cursor_current_node_is_named_wasm=_ts_tree_cursor_current_node_is_named_wasm=e.ts_tree_cursor_current_node_is_named_wasm,Module._ts_tree_cursor_current_node_is_missing_wasm=_ts_tree_cursor_current_node_is_missing_wasm=e.ts_tree_cursor_current_node_is_missing_wasm,Module._ts_tree_cursor_current_node_id_wasm=_ts_tree_cursor_current_node_id_wasm=e.ts_tree_cursor_current_node_id_wasm,Module._ts_tree_cursor_start_position_wasm=_ts_tree_cursor_start_position_wasm=e.ts_tree_cursor_start_position_wasm,Module._ts_tree_cursor_end_position_wasm=_ts_tree_cursor_end_position_wasm=e.ts_tree_cursor_end_position_wasm,Module._ts_tree_cursor_start_index_wasm=_ts_tree_cursor_start_index_wasm=e.ts_tree_cursor_start_index_wasm,Module._ts_tree_cursor_end_index_wasm=_ts_tree_cursor_end_index_wasm=e.ts_tree_cursor_end_index_wasm,Module._ts_tree_cursor_current_field_id_wasm=_ts_tree_cursor_current_field_id_wasm=e.ts_tree_cursor_current_field_id_wasm,Module._ts_tree_cursor_current_depth_wasm=_ts_tree_cursor_current_depth_wasm=e.ts_tree_cursor_current_depth_wasm,Module._ts_tree_cursor_current_descendant_index_wasm=_ts_tree_cursor_current_descendant_index_wasm=e.ts_tree_cursor_current_descendant_index_wasm,Module._ts_tree_cursor_current_node_wasm=_ts_tree_cursor_current_node_wasm=e.ts_tree_cursor_current_node_wasm,Module._ts_node_symbol_wasm=_ts_node_symbol_wasm=e.ts_node_symbol_wasm,Module._ts_node_field_name_for_child_wasm=_ts_node_field_name_for_child_wasm=e.ts_node_field_name_for_child_wasm,Module._ts_node_field_name_for_named_child_wasm=_ts_node_field_name_for_named_child_wasm=e.ts_node_field_name_for_named_child_wasm,Module._ts_node_children_by_field_id_wasm=_ts_node_children_by_field_id_wasm=e.ts_node_children_by_field_id_wasm,Module._ts_node_first_child_for_byte_wasm=_ts_node_first_child_for_byte_wasm=e.ts_node_first_child_for_byte_wasm,Module._ts_node_first_named_child_for_byte_wasm=_ts_node_first_named_child_for_byte_wasm=e.ts_node_first_named_child_for_byte_wasm,Module._ts_node_grammar_symbol_wasm=_ts_node_grammar_symbol_wasm=e.ts_node_grammar_symbol_wasm,Module._ts_node_child_count_wasm=_ts_node_child_count_wasm=e.ts_node_child_count_wasm,Module._ts_node_named_child_count_wasm=_ts_node_named_child_count_wasm=e.ts_node_named_child_count_wasm,Module._ts_node_child_wasm=_ts_node_child_wasm=e.ts_node_child_wasm,Module._ts_node_named_child_wasm=_ts_node_named_child_wasm=e.ts_node_named_child_wasm,Module._ts_node_child_by_field_id_wasm=_ts_node_child_by_field_id_wasm=e.ts_node_child_by_field_id_wasm,Module._ts_node_next_sibling_wasm=_ts_node_next_sibling_wasm=e.ts_node_next_sibling_wasm,Module._ts_node_prev_sibling_wasm=_ts_node_prev_sibling_wasm=e.ts_node_prev_sibling_wasm,Module._ts_node_next_named_sibling_wasm=_ts_node_next_named_sibling_wasm=e.ts_node_next_named_sibling_wasm,Module._ts_node_prev_named_sibling_wasm=_ts_node_prev_named_sibling_wasm=e.ts_node_prev_named_sibling_wasm,Module._ts_node_descendant_count_wasm=_ts_node_descendant_count_wasm=e.ts_node_descendant_count_wasm,Module._ts_node_parent_wasm=_ts_node_parent_wasm=e.ts_node_parent_wasm,Module._ts_node_child_with_descendant_wasm=_ts_node_child_with_descendant_wasm=e.ts_node_child_with_descendant_wasm,Module._ts_node_descendant_for_index_wasm=_ts_node_descendant_for_index_wasm=e.ts_node_descendant_for_index_wasm,Module._ts_node_named_descendant_for_index_wasm=_ts_node_named_descendant_for_index_wasm=e.ts_node_named_descendant_for_index_wasm,Module._ts_node_descendant_for_position_wasm=_ts_node_descendant_for_position_wasm=e.ts_node_descendant_for_position_wasm,Module._ts_node_named_descendant_for_position_wasm=_ts_node_named_descendant_for_position_wasm=e.ts_node_named_descendant_for_position_wasm,Module._ts_node_start_point_wasm=_ts_node_start_point_wasm=e.ts_node_start_point_wasm,Module._ts_node_end_point_wasm=_ts_node_end_point_wasm=e.ts_node_end_point_wasm,Module._ts_node_start_index_wasm=_ts_node_start_index_wasm=e.ts_node_start_index_wasm,Module._ts_node_end_index_wasm=_ts_node_end_index_wasm=e.ts_node_end_index_wasm,Module._ts_node_to_string_wasm=_ts_node_to_string_wasm=e.ts_node_to_string_wasm,Module._ts_node_children_wasm=_ts_node_children_wasm=e.ts_node_children_wasm,Module._ts_node_named_children_wasm=_ts_node_named_children_wasm=e.ts_node_named_children_wasm,Module._ts_node_descendants_of_type_wasm=_ts_node_descendants_of_type_wasm=e.ts_node_descendants_of_type_wasm,Module._ts_node_is_named_wasm=_ts_node_is_named_wasm=e.ts_node_is_named_wasm,Module._ts_node_has_changes_wasm=_ts_node_has_changes_wasm=e.ts_node_has_changes_wasm,Module._ts_node_has_error_wasm=_ts_node_has_error_wasm=e.ts_node_has_error_wasm,Module._ts_node_is_error_wasm=_ts_node_is_error_wasm=e.ts_node_is_error_wasm,Module._ts_node_is_missing_wasm=_ts_node_is_missing_wasm=e.ts_node_is_missing_wasm,Module._ts_node_is_extra_wasm=_ts_node_is_extra_wasm=e.ts_node_is_extra_wasm,Module._ts_node_parse_state_wasm=_ts_node_parse_state_wasm=e.ts_node_parse_state_wasm,Module._ts_node_next_parse_state_wasm=_ts_node_next_parse_state_wasm=e.ts_node_next_parse_state_wasm,Module._ts_query_matches_wasm=_ts_query_matches_wasm=e.ts_query_matches_wasm,Module._ts_query_captures_wasm=_ts_query_captures_wasm=e.ts_query_captures_wasm,Module._memset=_memset=e.memset,Module._memcpy=_memcpy=e.memcpy,Module._memmove=_memmove=e.memmove,Module._iswalpha=_iswalpha=e.iswalpha,Module._iswblank=_iswblank=e.iswblank,Module._iswdigit=_iswdigit=e.iswdigit,Module._iswlower=_iswlower=e.iswlower,Module._iswupper=_iswupper=e.iswupper,Module._iswxdigit=_iswxdigit=e.iswxdigit,Module._memchr=_memchr=e.memchr,Module._strlen=_strlen=e.strlen,Module._strcmp=_strcmp=e.strcmp,Module._strncat=_strncat=e.strncat,Module._strncpy=_strncpy=e.strncpy,Module._towlower=_towlower=e.towlower,Module._towupper=_towupper=e.towupper,_setThrew=e.setThrew,__emscripten_stack_restore=e._emscripten_stack_restore,__emscripten_stack_alloc=e._emscripten_stack_alloc,_emscripten_stack_get_current=e.emscripten_stack_get_current,___wasm_apply_data_relocs=e.__wasm_apply_data_relocs}__name(assignWasmExports,"assignWasmExports");var wasmImports={__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_high:___stack_high,__stack_low:___stack_low,__stack_pointer:___stack_pointer,__table_base:___table_base,_abort_js:__abort_js,emscripten_resize_heap:_emscripten_resize_heap,fd_close:_fd_close,fd_seek:_fd_seek,fd_write:_fd_write,memory:wasmMemory,tree_sitter_log_callback:_tree_sitter_log_callback,tree_sitter_parse_callback:_tree_sitter_parse_callback,tree_sitter_progress_callback:_tree_sitter_progress_callback,tree_sitter_query_progress_callback:_tree_sitter_query_progress_callback},wasmExports;function callMain(e=[]){var t=resolveGlobalSymbol("main").sym;if(t){e.unshift(thisProgram);var s=e.length,n=stackAlloc(4*(s+1)),r=n;e.forEach(e=>{LE_HEAP_STORE_U32(4*(r>>2),stringToUTF8OnStack(e)),r+=4}),LE_HEAP_STORE_U32(4*(r>>2),0);try{var i=t(s,n);return exitJS(i,!0),i}catch(e){return handleException(e)}}}function run(e=arguments_){function t(){(Module.calledRun=!0,ABORT)||(initRuntime(),preMain(),readyPromiseResolve?.(Module),Module.onRuntimeInitialized?.(),Module.noInitialRun||!1||callMain(e),postRun())}runDependencies>0?dependenciesFulfilled=run:(preRun(),runDependencies>0?dependenciesFulfilled=run:(__name(t,"doRun"),Module.setStatus?(Module.setStatus("Running..."),setTimeout(()=>{setTimeout(()=>Module.setStatus(""),1),t()},1)):t()))}return __name(callMain,"callMain"),__name(run,"run"),wasmExports=await createWasm(),run(),moduleRtn=runtimeInitialized?Module:new Promise((e,t)=>{readyPromiseResolve=e,readyPromiseReject=t}),moduleRtn}__name(Module2,"Module");var web_tree_sitter_default=Module2,Module3=null,TRANSFER_BUFFER,LANGUAGE_VERSION,MIN_COMPATIBLE_VERSION;async function initializeBinding(e){return Module3??=await web_tree_sitter_default(e)}function checkModule(){return!!Module3}__name(initializeBinding,"initializeBinding"),__name(checkModule,"checkModule");var Parser=class{static{__name(this,"Parser")}0=0;1=0;logCallback=null;language=null;static async init(e){setModule(await initializeBinding(e)),TRANSFER_BUFFER=C._ts_init(),LANGUAGE_VERSION=C.getValue(TRANSFER_BUFFER,"i32"),MIN_COMPATIBLE_VERSION=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32")}constructor(){this.initialize()}initialize(){if(!checkModule())throw new Error("cannot construct a Parser before calling `init()`");C._ts_parser_new_wasm(),this[0]=C.getValue(TRANSFER_BUFFER,"i32"),this[1]=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32")}delete(){C._ts_parser_delete(this[0]),C._free(this[1]),this[0]=0,this[1]=0}setLanguage(e){let t;if(e){if(e.constructor!==Language)throw new Error("Argument must be a Language");{t=e[0];const s=C._ts_language_abi_version(t);if(s<MIN_COMPATIBLE_VERSION||LANGUAGE_VERSION<s)throw new Error(`Incompatible language version ${s}. Compatibility range ${MIN_COMPATIBLE_VERSION} through ${LANGUAGE_VERSION}.`);this.language=e}}else t=0,this.language=null;return C._ts_parser_set_language(this[0],t),this}parse(e,t,s){if("string"==typeof e)C.currentParseCallback=t=>e.slice(t);else{if("function"!=typeof e)throw new Error("Argument must be a string or a function");C.currentParseCallback=e}C.currentProgressCallback=s?.progressCallback?s.progressCallback:null,this.logCallback?(C.currentLogCallback=this.logCallback,C._ts_parser_enable_logger_wasm(this[0],1)):(C.currentLogCallback=null,C._ts_parser_enable_logger_wasm(this[0],0));let n=0,r=0;if(s?.includedRanges){n=s.includedRanges.length,r=C._calloc(n,SIZE_OF_RANGE);let e=r;for(let t=0;t<n;t++)marshalRange(e,s.includedRanges[t]),e+=SIZE_OF_RANGE}const i=C._ts_parser_parse_wasm(this[0],this[1],t?t[0]:0,r,n);if(!i)return C.currentParseCallback=null,C.currentLogCallback=null,C.currentProgressCallback=null,null;if(!this.language)throw new Error("Parser must have a language to parse");const o=new Tree(INTERNAL,i,this.language,C.currentParseCallback);return C.currentParseCallback=null,C.currentLogCallback=null,C.currentProgressCallback=null,o}reset(){C._ts_parser_reset(this[0])}getIncludedRanges(){C._ts_parser_included_ranges_wasm(this[0]);const e=C.getValue(TRANSFER_BUFFER,"i32"),t=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),s=new Array(e);if(e>0){let n=t;for(let t=0;t<e;t++)s[t]=unmarshalRange(n),n+=SIZE_OF_RANGE;C._free(t)}return s}setLogger(e){if(e){if("function"!=typeof e)throw new Error("Logger callback must be a function");this.logCallback=e}else this.logCallback=null;return this}getLogger(){return this.logCallback}},PREDICATE_STEP_TYPE_CAPTURE=1,PREDICATE_STEP_TYPE_STRING=2,QUERY_WORD_REGEX=/[\w-]+/g,CaptureQuantifier={Zero:0,ZeroOrOne:1,ZeroOrMore:2,One:3,OneOrMore:4},isCaptureStep=__name(e=>"capture"===e.type,"isCaptureStep"),isStringStep=__name(e=>"string"===e.type,"isStringStep"),QueryErrorKind={Syntax:1,NodeName:2,FieldName:3,CaptureName:4,PatternStructure:5},QueryError=class e extends Error{constructor(t,s,n,r){super(e.formatMessage(t,s)),this.kind=t,this.info=s,this.index=n,this.length=r,this.name="QueryError"}static{__name(this,"QueryError")}static formatMessage(e,t){switch(e){case QueryErrorKind.NodeName:return`Bad node name '${t.word}'`;case QueryErrorKind.FieldName:return`Bad field name '${t.word}'`;case QueryErrorKind.CaptureName:return`Bad capture name @${t.word}`;case QueryErrorKind.PatternStructure:return`Bad pattern structure at offset ${t.suffix}`;case QueryErrorKind.Syntax:return`Bad syntax at offset ${t.suffix}`}}};function parseAnyPredicate(e,t,s,n){if(3!==e.length)throw new Error(`Wrong number of arguments to \`#${s}\` predicate. Expected 2, got ${e.length-1}`);if(!isCaptureStep(e[1]))throw new Error(`First argument of \`#${s}\` predicate must be a capture. Got "${e[1].value}"`);const r="eq?"===s||"any-eq?"===s,i=!s.startsWith("any-");if(isCaptureStep(e[2])){const s=e[1].name,o=e[2].name;n[t].push(e=>{const t=[],n=[];for(const r of e)r.name===s&&t.push(r.node),r.name===o&&n.push(r.node);const a=__name((e,t,s)=>s?e.text===t.text:e.text!==t.text,"compare");return i?t.every(e=>n.some(t=>a(e,t,r))):t.some(e=>n.some(t=>a(e,t,r)))})}else{const s=e[1].name,o=e[2].value,a=__name(e=>e.text===o,"matches"),c=__name(e=>e.text!==o,"doesNotMatch");n[t].push(e=>{const t=[];for(const n of e)n.name===s&&t.push(n.node);const n=r?a:c;return i?t.every(n):t.some(n)})}}function parseMatchPredicate(e,t,s,n){if(3!==e.length)throw new Error(`Wrong number of arguments to \`#${s}\` predicate. Expected 2, got ${e.length-1}.`);if("capture"!==e[1].type)throw new Error(`First argument of \`#${s}\` predicate must be a capture. Got "${e[1].value}".`);if("string"!==e[2].type)throw new Error(`Second argument of \`#${s}\` predicate must be a string. Got @${e[2].name}.`);const r="match?"===s||"any-match?"===s,i=!s.startsWith("any-"),o=e[1].name,a=new RegExp(e[2].value);n[t].push(e=>{const t=[];for(const s of e)s.name===o&&t.push(s.node.text);const s=__name((e,t)=>t?a.test(e):!a.test(e),"test");return 0===t.length?!r:i?t.every(e=>s(e,r)):t.some(e=>s(e,r))})}function parseAnyOfPredicate(e,t,s,n){if(e.length<2)throw new Error(`Wrong number of arguments to \`#${s}\` predicate. Expected at least 1. Got ${e.length-1}.`);if("capture"!==e[1].type)throw new Error(`First argument of \`#${s}\` predicate must be a capture. Got "${e[1].value}".`);const r="any-of?"===s,i=e[1].name,o=e.slice(2);if(!o.every(isStringStep))throw new Error(`Arguments to \`#${s}\` predicate must be strings.".`);const a=o.map(e=>e.value);n[t].push(e=>{const t=[];for(const s of e)s.name===i&&t.push(s.node.text);return 0===t.length?!r:t.every(e=>a.includes(e))===r})}function parseIsPredicate(e,t,s,n,r){if(e.length<2||e.length>3)throw new Error(`Wrong number of arguments to \`#${s}\` predicate. Expected 1 or 2. Got ${e.length-1}.`);if(!e.every(isStringStep))throw new Error(`Arguments to \`#${s}\` predicate must be strings.".`);const i="is?"===s?n:r;i[t]||(i[t]={}),i[t][e[1].value]=e[2]?.value??null}function parseSetDirective(e,t,s){if(e.length<2||e.length>3)throw new Error(`Wrong number of arguments to \`#set!\` predicate. Expected 1 or 2. Got ${e.length-1}.`);if(!e.every(isStringStep))throw new Error('Arguments to `#set!` predicate must be strings.".');s[t]||(s[t]={}),s[t][e[1].value]=e[2]?.value??null}function parsePattern(e,t,s,n,r,i,o,a,c,l,u){if(t===PREDICATE_STEP_TYPE_CAPTURE){const e=n[s];i.push({type:"capture",name:e})}else if(t===PREDICATE_STEP_TYPE_STRING)i.push({type:"string",value:r[s]});else if(i.length>0){if("string"!==i[0].type)throw new Error("Predicates must begin with a literal value");const t=i[0].value;switch(t){case"any-not-eq?":case"not-eq?":case"any-eq?":case"eq?":parseAnyPredicate(i,e,t,o);break;case"any-not-match?":case"not-match?":case"any-match?":case"match?":parseMatchPredicate(i,e,t,o);break;case"not-any-of?":case"any-of?":parseAnyOfPredicate(i,e,t,o);break;case"is?":case"is-not?":parseIsPredicate(i,e,t,l,u);break;case"set!":parseSetDirective(i,e,c);break;default:a[e].push({operator:t,operands:i.slice(1)})}i.length=0}}__name(parseAnyPredicate,"parseAnyPredicate"),__name(parseMatchPredicate,"parseMatchPredicate"),__name(parseAnyOfPredicate,"parseAnyOfPredicate"),__name(parseIsPredicate,"parseIsPredicate"),__name(parseSetDirective,"parseSetDirective"),__name(parsePattern,"parsePattern");var Query=class{static{__name(this,"Query")}0=0;exceededMatchLimit;textPredicates;captureNames;captureQuantifiers;predicates;setProperties;assertedProperties;refutedProperties;matchLimit;constructor(e,t){const s=C.lengthBytesUTF8(t),n=C._malloc(s+1);C.stringToUTF8(t,n,s+1);const r=C._ts_query_new(e[0],n,s,TRANSFER_BUFFER,TRANSFER_BUFFER+SIZE_OF_INT);if(!r){const e=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),s=C.getValue(TRANSFER_BUFFER,"i32"),r=C.UTF8ToString(n,s).length,i=t.slice(r,r+100).split("\n")[0],o=i.match(QUERY_WORD_REGEX)?.[0]??"";switch(C._free(n),e){case QueryErrorKind.Syntax:throw new QueryError(QueryErrorKind.Syntax,{suffix:`${r}: '${i}'...`},r,0);case QueryErrorKind.NodeName:case QueryErrorKind.FieldName:case QueryErrorKind.CaptureName:throw new QueryError(e,{word:o},r,o.length);case QueryErrorKind.PatternStructure:throw new QueryError(e,{suffix:`${r}: '${i}'...`},r,0)}}const i=C._ts_query_string_count(r),o=C._ts_query_capture_count(r),a=C._ts_query_pattern_count(r),c=new Array(o),l=new Array(a),u=new Array(i);for(let e=0;e<o;e++){const t=C._ts_query_capture_name_for_id(r,e,TRANSFER_BUFFER),s=C.getValue(TRANSFER_BUFFER,"i32");c[e]=C.UTF8ToString(t,s)}for(let e=0;e<a;e++){const t=new Array(o);for(let s=0;s<o;s++){const n=C._ts_query_capture_quantifier_for_id(r,e,s);t[s]=n}l[e]=t}for(let e=0;e<i;e++){const t=C._ts_query_string_value_for_id(r,e,TRANSFER_BUFFER),s=C.getValue(TRANSFER_BUFFER,"i32");u[e]=C.UTF8ToString(t,s)}const d=new Array(a),h=new Array(a),p=new Array(a),m=new Array(a),f=new Array(a);for(let e=0;e<a;e++){const t=C._ts_query_predicates_for_pattern(r,e,TRANSFER_BUFFER),s=C.getValue(TRANSFER_BUFFER,"i32");m[e]=[],f[e]=[];const n=new Array;let i=t;for(let t=0;t<s;t++){const t=C.getValue(i,"i32");i+=SIZE_OF_INT;const s=C.getValue(i,"i32");i+=SIZE_OF_INT,parsePattern(e,t,s,c,u,n,f,m,d,h,p)}Object.freeze(f[e]),Object.freeze(m[e]),Object.freeze(d[e]),Object.freeze(h[e]),Object.freeze(p[e])}C._free(n),this[0]=r,this.captureNames=c,this.captureQuantifiers=l,this.textPredicates=f,this.predicates=m,this.setProperties=d,this.assertedProperties=h,this.refutedProperties=p,this.exceededMatchLimit=!1}delete(){C._ts_query_delete(this[0]),this[0]=0}matches(e,t={}){const s=t.startPosition??ZERO_POINT,n=t.endPosition??ZERO_POINT,r=t.startIndex??0,i=t.endIndex??0,o=t.startContainingPosition??ZERO_POINT,a=t.endContainingPosition??ZERO_POINT,c=t.startContainingIndex??0,l=t.endContainingIndex??0,u=t.matchLimit??4294967295,d=t.maxStartDepth??4294967295,h=t.progressCallback;if("number"!=typeof u)throw new Error("Arguments must be numbers");if(this.matchLimit=u,0!==i&&r>i)throw new Error("`startIndex` cannot be greater than `endIndex`");if(n!==ZERO_POINT&&(s.row>n.row||s.row===n.row&&s.column>n.column))throw new Error("`startPosition` cannot be greater than `endPosition`");if(0!==l&&c>l)throw new Error("`startContainingIndex` cannot be greater than `endContainingIndex`");if(a!==ZERO_POINT&&(o.row>a.row||o.row===a.row&&o.column>a.column))throw new Error("`startContainingPosition` cannot be greater than `endContainingPosition`");h&&(C.currentQueryProgressCallback=h),marshalNode(e),C._ts_query_matches_wasm(this[0],e.tree[0],s.row,s.column,n.row,n.column,r,i,o.row,o.column,a.row,a.column,c,l,u,d);const p=C.getValue(TRANSFER_BUFFER,"i32"),m=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),f=C.getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),_=new Array(p);this.exceededMatchLimit=Boolean(f);let g=0,y=m;for(let t=0;t<p;t++){const t=C.getValue(y,"i32");y+=SIZE_OF_INT;const s=C.getValue(y,"i32");y+=SIZE_OF_INT;const n=new Array(s);if(y=unmarshalCaptures(this,e.tree,y,t,n),this.textPredicates[t].every(e=>e(n))){_[g]={patternIndex:t,captures:n};const e=this.setProperties[t];_[g].setProperties=e;const s=this.assertedProperties[t];_[g].assertedProperties=s;const r=this.refutedProperties[t];_[g].refutedProperties=r,g++}}return _.length=g,C._free(m),C.currentQueryProgressCallback=null,_}captures(e,t={}){const s=t.startPosition??ZERO_POINT,n=t.endPosition??ZERO_POINT,r=t.startIndex??0,i=t.endIndex??0,o=t.startContainingPosition??ZERO_POINT,a=t.endContainingPosition??ZERO_POINT,c=t.startContainingIndex??0,l=t.endContainingIndex??0,u=t.matchLimit??4294967295,d=t.maxStartDepth??4294967295,h=t.progressCallback;if("number"!=typeof u)throw new Error("Arguments must be numbers");if(this.matchLimit=u,0!==i&&r>i)throw new Error("`startIndex` cannot be greater than `endIndex`");if(n!==ZERO_POINT&&(s.row>n.row||s.row===n.row&&s.column>n.column))throw new Error("`startPosition` cannot be greater than `endPosition`");if(0!==l&&c>l)throw new Error("`startContainingIndex` cannot be greater than `endContainingIndex`");if(a!==ZERO_POINT&&(o.row>a.row||o.row===a.row&&o.column>a.column))throw new Error("`startContainingPosition` cannot be greater than `endContainingPosition`");h&&(C.currentQueryProgressCallback=h),marshalNode(e),C._ts_query_captures_wasm(this[0],e.tree[0],s.row,s.column,n.row,n.column,r,i,o.row,o.column,a.row,a.column,c,l,u,d);const p=C.getValue(TRANSFER_BUFFER,"i32"),m=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),f=C.getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),_=new Array;this.exceededMatchLimit=Boolean(f);const g=new Array;let y=m;for(let t=0;t<p;t++){const t=C.getValue(y,"i32");y+=SIZE_OF_INT;const s=C.getValue(y,"i32");y+=SIZE_OF_INT;const n=C.getValue(y,"i32");if(y+=SIZE_OF_INT,g.length=s,y=unmarshalCaptures(this,e.tree,y,t,g),this.textPredicates[t].every(e=>e(g))){const e=g[n],s=this.setProperties[t];e.setProperties=s;const r=this.assertedProperties[t];e.assertedProperties=r;const i=this.refutedProperties[t];e.refutedProperties=i,_.push(e)}}return C._free(m),C.currentQueryProgressCallback=null,_}predicatesForPattern(e){return this.predicates[e]}disableCapture(e){const t=C.lengthBytesUTF8(e),s=C._malloc(t+1);C.stringToUTF8(e,s,t+1),C._ts_query_disable_capture(this[0],s,t),C._free(s)}disablePattern(e){if(e>=this.predicates.length)throw new Error(`Pattern index is ${e} but the pattern count is ${this.predicates.length}`);C._ts_query_disable_pattern(this[0],e)}didExceedMatchLimit(){return this.exceededMatchLimit}startIndexForPattern(e){if(e>=this.predicates.length)throw new Error(`Pattern index is ${e} but the pattern count is ${this.predicates.length}`);return C._ts_query_start_byte_for_pattern(this[0],e)}endIndexForPattern(e){if(e>=this.predicates.length)throw new Error(`Pattern index is ${e} but the pattern count is ${this.predicates.length}`);return C._ts_query_end_byte_for_pattern(this[0],e)}patternCount(){return C._ts_query_pattern_count(this[0])}captureIndexForName(e){return this.captureNames.indexOf(e)}isPatternRooted(e){return 1===C._ts_query_is_pattern_rooted(this[0],e)}isPatternNonLocal(e){return 1===C._ts_query_is_pattern_non_local(this[0],e)}isPatternGuaranteedAtStep(e){return 1===C._ts_query_is_pattern_guaranteed_at_step(this[0],e)}}},451(){},583(e,t){"use strict";var s;Object.defineProperty(t,"__esModule",{value:!0}),t.errorMessages=t.ErrorType=void 0,function(e){e.MalformedUnicode="MALFORMED_UNICODE",e.MalformedHexadecimal="MALFORMED_HEXADECIMAL",e.CodePointLimit="CODE_POINT_LIMIT",e.OctalDeprecation="OCTAL_DEPRECATION",e.EndOfString="END_OF_STRING"}(s=t.ErrorType||(t.ErrorType={})),t.errorMessages=new Map([[s.MalformedUnicode,"malformed Unicode character escape sequence"],[s.MalformedHexadecimal,"malformed hexadecimal character escape sequence"],[s.CodePointLimit,"Unicode codepoint must not be greater than 0x10FFFF in escape sequence"],[s.OctalDeprecation,'"0"-prefixed octal literals and octal escape sequences are deprecated; for octal literals use the "0o" prefix instead'],[s.EndOfString,"malformed escape sequence at end of string"]])},678(e,t,s){"use strict";e.exports=s.p+"937fc7a248317278ae14.wasm"},850(e,t,s){"use strict";t.MH=void 0;const n=s(583);function r(e,t,s){const r=function(e){return e.match(/[^a-f0-9]/i)?NaN:parseInt(e,16)}(e);if(Number.isNaN(r)||void 0!==s&&s!==e.length)throw new SyntaxError(n.errorMessages.get(t));return r}function i(e,t){const s=r(e,n.ErrorType.MalformedUnicode,4);if(void 0!==t){const e=r(t,n.ErrorType.MalformedUnicode,4);return String.fromCharCode(s,e)}return String.fromCharCode(s)}const o=new Map([["b","\b"],["f","\f"],["n","\n"],["r","\r"],["t","\t"],["v","\v"],["0","\0"]]);const a=/\\(?:(\\)|x([\s\S]{0,2})|u(\{[^}]*\}?)|u([\s\S]{4})\\u([^{][\s\S]{0,3})|u([\s\S]{0,4})|([0-3]?[0-7]{1,2})|([\s\S])|$)/g;function c(e,t=!1){return e.replace(a,function(e,s,a,c,l,u,d,h,p){if(void 0!==s)return"\\";if(void 0!==a)return function(e){const t=r(e,n.ErrorType.MalformedHexadecimal,2);return String.fromCharCode(t)}(a);if(void 0!==c)return function(e){if("{"!==(t=e).charAt(0)||"}"!==t.charAt(t.length-1))throw new SyntaxError(n.errorMessages.get(n.ErrorType.MalformedUnicode));var t;const s=r(e.slice(1,-1),n.ErrorType.MalformedUnicode);try{return String.fromCodePoint(s)}catch(e){throw e instanceof RangeError?new SyntaxError(n.errorMessages.get(n.ErrorType.CodePointLimit)):e}}(c);if(void 0!==l)return i(l,u);if(void 0!==d)return i(d);if("0"===h)return"\0";if(void 0!==h)return function(e,t=!1){if(t)throw new SyntaxError(n.errorMessages.get(n.ErrorType.OctalDeprecation));const s=parseInt(e,8);return String.fromCharCode(s)}(h,!t);if(void 0!==p)return m=p,o.get(m)||m;var m;throw new SyntaxError(n.errorMessages.get(n.ErrorType.EndOfString))})}t.MH=c},907(e){var t,s,n=e.exports={};function r(){throw new Error("setTimeout has not been defined")}function i(){throw new Error("clearTimeout has not been defined")}function o(e){if(t===setTimeout)return setTimeout(e,0);if((t===r||!t)&&setTimeout)return t=setTimeout,setTimeout(e,0);try{return t(e,0)}catch(s){try{return t.call(null,e,0)}catch(s){return t.call(this,e,0)}}}!function(){try{t="function"==typeof setTimeout?setTimeout:r}catch(e){t=r}try{s="function"==typeof clearTimeout?clearTimeout:i}catch(e){s=i}}();var a,c=[],l=!1,u=-1;function d(){l&&a&&(l=!1,a.length?c=a.concat(c):u=-1,c.length&&h())}function h(){if(!l){var e=o(d);l=!0;for(var t=c.length;t;){for(a=c,c=[];++u<t;)a&&a[u].run();u=-1,t=c.length}a=null,l=!1,function(e){if(s===clearTimeout)return clearTimeout(e);if((s===i||!s)&&clearTimeout)return s=clearTimeout,clearTimeout(e);try{return s(e)}catch(t){try{return s.call(null,e)}catch(t){return s.call(this,e)}}}(e)}}function p(e,t){this.fun=e,this.array=t}function m(){}n.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var s=1;s<arguments.length;s++)t[s-1]=arguments[s];c.push(new p(e,t)),1!==c.length||l||o(h)},p.prototype.run=function(){this.fun.apply(null,this.array)},n.title="browser",n.browser=!0,n.env={},n.argv=[],n.version="",n.versions={},n.on=m,n.addListener=m,n.once=m,n.off=m,n.removeListener=m,n.removeAllListeners=m,n.emit=m,n.prependListener=m,n.prependOnceListener=m,n.listeners=function(e){return[]},n.binding=function(e){throw new Error("process.binding is not supported")},n.cwd=function(){return"/"},n.chdir=function(e){throw new Error("process.chdir is not supported")},n.umask=function(){return 0}}},__webpack_module_cache__={},leafPrototypes,getProto;function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var s=__webpack_module_cache__[e]={exports:{}};return __webpack_modules__[e](s,s.exports,__webpack_require__),s.exports}__webpack_require__.m=__webpack_modules__,getProto=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,__webpack_require__.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var s=Object.create(null);__webpack_require__.r(s);var n={};leafPrototypes=leafPrototypes||[null,getProto({}),getProto([]),getProto(getProto)];for(var r=2&t&&e;("object"==typeof r||"function"==typeof r)&&!~leafPrototypes.indexOf(r);r=getProto(r))Object.getOwnPropertyNames(r).forEach(t=>n[t]=()=>e[t]);return n.default=()=>e,__webpack_require__.d(s,n),s},__webpack_require__.d=(e,t)=>{for(var s in t)__webpack_require__.o(t,s)&&!__webpack_require__.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:t[s]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},(()=>{var e;__webpack_require__.g.importScripts&&(e=__webpack_require__.g.location+"");var t=__webpack_require__.g.document;if(!e&&t&&(t.currentScript&&"SCRIPT"===t.currentScript.tagName.toUpperCase()&&(e=t.currentScript.src),!e)){var s=t.getElementsByTagName("script");if(s.length)for(var n=s.length-1;n>-1&&(!e||!/^http(s?):/.test(e));)e=s[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),__webpack_require__.p=e})(),__webpack_require__.b="undefined"!=typeof document&&document.baseURI||self.location.href;var __webpack_exports__={};return(()=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{defaultParseOptions:()=>ew,parse:()=>sw});var e={};__webpack_require__.r(e),__webpack_require__.d(e,{isArazzoSpecificationExtension:()=>Do,isReusableLikeElement:()=>$o});var t={};__webpack_require__.r(t),__webpack_require__.d(t,{isArazzoElement:()=>ac,isArazzoSpecification1Element:()=>cc,isComponentsElement:()=>lc,isComponentsFailureActionsElement:()=>Ec,isComponentsInputsElement:()=>vc,isComponentsParametersElement:()=>Sc,isComponentsSuccessActionsElement:()=>Oc,isCriterionElement:()=>uc,isCriterionExpressionTypeElement:()=>dc,isFailureActionCriteriaElement:()=>Ac,isFailureActionElement:()=>hc,isInfoElement:()=>pc,isJSONSchemaElement:()=>ya,isParameterElement:()=>mc,isPayloadReplacementElement:()=>fc,isRequestBodyElement:()=>_c,isRequestBodyReplacementsElement:()=>kc,isReusableElement:()=>gc,isSourceDescriptionElement:()=>yc,isSourceDescriptionsElement:()=>Tc,isStepDependsOnElement:()=>Ic,isStepElement:()=>wc,isStepOnFailureElement:()=>Nc,isStepOnSuccessElement:()=>Cc,isStepOutputsElement:()=>Fc,isStepParametersElement:()=>Pc,isStepSuccessCriteriaElement:()=>Mc,isSuccessActionCriteriaElement:()=>Rc,isSuccessActionElement:()=>bc,isWorkflowDependsOnElement:()=>jc,isWorkflowElement:()=>xc,isWorkflowFailureActionsElement:()=>Lc,isWorkflowOutputsElement:()=>Dc,isWorkflowParametersElement:()=>$c,isWorkflowStepsElement:()=>Uc,isWorkflowSuccessActionsElement:()=>qc,isWorkflowsElement:()=>Bc});var s={};__webpack_require__.r(s),__webpack_require__.d(s,{detect:()=>nu,detectionRegExp:()=>su,mediaTypes:()=>tu,namespace:()=>iu,parse:()=>ru});var n={};__webpack_require__.r(n),__webpack_require__.d(n,{detect:()=>Uf,detectionRegExp:()=>Bf,mediaTypes:()=>$f,namespace:()=>Vf,parse:()=>qf});var r={};function i(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function o(e){return function t(s){return 0===arguments.length||i(s)?t:e.apply(this,arguments)}}function a(e){return function t(s,n){switch(arguments.length){case 0:return t;case 1:return i(s)?t:o(function(t){return e(s,t)});default:return i(s)&&i(n)?t:i(s)?o(function(t){return e(t,n)}):i(n)?o(function(t){return e(s,t)}):e(s,n)}}}function c(e){for(var t,s=[];!(t=e.next()).done;)s.push(t.value);return s}function l(e,t,s){for(var n=0,r=s.length;n<r;){if(e(t,s[n]))return!0;n+=1}return!1}function u(e,t){return Object.prototype.hasOwnProperty.call(t,e)}__webpack_require__.r(r),__webpack_require__.d(r,{hasBrowserEnv:()=>qg,hasStandardBrowserEnv:()=>Hg,hasStandardBrowserWebWorkerEnv:()=>Jg,navigator:()=>Vg,origin:()=>Wg});const d="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};var h=Object.prototype.toString;const p=function(){return"[object Arguments]"===h.call(arguments)?function(e){return"[object Arguments]"===h.call(e)}:function(e){return u("callee",e)}}();var m=!{toString:null}.propertyIsEnumerable("toString"),f=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],_=function(){return arguments.propertyIsEnumerable("length")}(),g=function(e,t){for(var s=0;s<e.length;){if(e[s]===t)return!0;s+=1}return!1},y="function"!=typeof Object.keys||_?o(function(e){if(Object(e)!==e)return[];var t,s,n=[],r=_&&p(e);for(t in e)!u(t,e)||r&&"length"===t||(n[n.length]=t);if(m)for(s=f.length-1;s>=0;)u(t=f[s],e)&&!g(n,t)&&(n[n.length]=t),s-=1;return n}):o(function(e){return Object(e)!==e?[]:Object.keys(e)});const w=y;const b=o(function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)});function x(e,t,s,n){var r=c(e);function i(e,t){return E(e,t,s.slice(),n.slice())}return!l(function(e,t){return!l(i,t,e)},c(t),r)}function E(e,t,s,n){if(d(e,t))return!0;var r=b(e);if(r!==b(t))return!1;if("function"==typeof e["fantasy-land/equals"]||"function"==typeof t["fantasy-land/equals"])return"function"==typeof e["fantasy-land/equals"]&&e["fantasy-land/equals"](t)&&"function"==typeof t["fantasy-land/equals"]&&t["fantasy-land/equals"](e);if("function"==typeof e.equals||"function"==typeof t.equals)return"function"==typeof e.equals&&e.equals(t)&&"function"==typeof t.equals&&t.equals(e);switch(r){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===function(e){var t=String(e).match(/^function (\w*)/);return null==t?"":t[1]}(e.constructor))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!d(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!d(e.valueOf(),t.valueOf()))return!1;break;case"Error":return e.name===t.name&&e.message===t.message;case"RegExp":if(e.source!==t.source||e.global!==t.global||e.ignoreCase!==t.ignoreCase||e.multiline!==t.multiline||e.sticky!==t.sticky||e.unicode!==t.unicode)return!1}for(var i=s.length-1;i>=0;){if(s[i]===e)return n[i]===t;i-=1}switch(r){case"Map":return e.size===t.size&&x(e.entries(),t.entries(),s.concat([e]),n.concat([t]));case"Set":return e.size===t.size&&x(e.values(),t.values(),s.concat([e]),n.concat([t]));case"Arguments":case"Array":case"Object":case"Boolean":case"Number":case"String":case"Date":case"Error":case"RegExp":case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"ArrayBuffer":break;default:return!1}var o=w(e);if(o.length!==w(t).length)return!1;var a=s.concat([e]),c=n.concat([t]);for(i=o.length-1;i>=0;){var l=o[i];if(!u(l,t)||!E(t[l],e[l],a,c))return!1;i-=1}return!0}const v=a(function(e,t){return E(e,t,[],[])});const S=class{key;value;constructor(e,t){this.key=e,this.value=t}toValue(){return{key:this.key?.toValue(),value:this.value?.toValue()}}};class O{elements;constructor(e){this.elements=e??[]}toValue(){return this.elements.map(e=>({key:e.key?.toValue(),value:e.value?.toValue()}))}map(e,t){return this.elements.map(s=>{const n=s.value,r=s.key;if(void 0===n||void 0===r)throw new Error("MemberElement must have both key and value");return void 0!==t?e.call(t,n,r,s):e(n,r,s)})}filter(e,t){const s=this.elements.filter(s=>{const n=s.value,r=s.key;return void 0!==n&&void 0!==r&&(void 0!==t?e.call(t,n,r,s):e(n,r,s))});return new O(s)}reject(e,t){const s=[];for(const n of this.elements){const r=n.value,i=n.key;void 0!==r&&void 0!==i&&(e.call(t,r,i,n)||s.push(n))}return new O(s)}forEach(e,t){this.elements.forEach((s,n)=>{const r=s.value,i=s.key;void 0!==r&&void 0!==i&&(void 0!==t?e.call(t,r,i,s,n):e(r,i,s,n))})}find(e,t){return this.elements.find(s=>{const n=s.value,r=s.key;return void 0!==n&&void 0!==r&&(void 0!==t?e.call(t,n,r,s):e(n,r,s))})}keys(){return this.elements.map(e=>e.key?.toValue()).filter(e=>void 0!==e)}values(){return this.elements.map(e=>e.value?.toValue()).filter(e=>void 0!==e)}get length(){return this.elements.length}get isEmpty(){return 0===this.length}get first(){return this.elements[0]}get(e){return this.elements[e]}push(e){return this.elements.push(e),this}includesKey(e){return this.elements.some(t=>t.key?.equals(e))}[Symbol.iterator](){return this.elements[Symbol.iterator]()}}const A=O;class k{parent;startLine;startCharacter;startOffset;endLine;endCharacter;endOffset;_storedElement="element";_content;_meta;_attributes;constructor(e,t,s){void 0!==t&&(this.meta=t),void 0!==s&&(this.attributes=s),void 0!==e&&(this.content=e)}get element(){return this._storedElement}set element(e){this._storedElement=e}get content(){return this._content}set content(e){if(e instanceof k)this._content=e;else if(null!=e&&"string"!=typeof e&&"number"!=typeof e&&"boolean"!=typeof e&&"bigint"!=typeof e&&"symbol"!=typeof e)if(e instanceof S)this._content=e;else if(e instanceof A)this._content=e.elements;else if(Array.isArray(e))this._content=e.map(e=>this.refract(e));else{if("object"!=typeof e)throw new Error("Cannot set content to value of type "+typeof e);this._content=Object.entries(e).map(([e,t])=>new this.MemberElement(e,t))}else this._content=e}get meta(){if(!this._meta){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._meta=new this.ObjectElement}return this._meta}set meta(e){e instanceof k?this._meta=e:this.meta.set(e??{})}get attributes(){if(!this._attributes){if(this.isFrozen){const e=new this.ObjectElement;return e.freeze(),e}this._attributes=new this.ObjectElement}return this._attributes}set attributes(e){e instanceof k?this._attributes=e:this.attributes.set(e??{})}get id(){return this.getMetaProperty("id","")}set id(e){this.setMetaProperty("id",e)}get classes(){return this.getMetaProperty("classes",[])}set classes(e){this.setMetaProperty("classes",e)}get links(){return this.getMetaProperty("links",[])}set links(e){this.setMetaProperty("links",e)}get children(){const{_content:e}=this;if(Array.isArray(e))return e;if(e instanceof S){const t=[];return e.key&&t.push(e.key),e.value&&t.push(e.value),t}return e instanceof k?[e]:[]}get isFrozen(){return Object.isFrozen(this)}freeze(){if(!this.isFrozen){this._meta&&(this._meta.parent=this,this._meta.freeze()),this._attributes&&(this._attributes.parent=this,this._attributes.freeze());for(const e of this.children)e.parent=this,e.freeze();Array.isArray(this._content)&&Object.freeze(this._content),Object.freeze(this)}}toValue(){const{_content:e}=this;return e instanceof k||e instanceof S?e.toValue():Array.isArray(e)?e.map(e=>e.toValue()):e}equals(e){const t=e instanceof k?e.toValue():e;return v(this.toValue(),t)}primitive(){}set(e){return this.content=e,this}toRef(e){const t=this.id.toValue();if(""===t)throw new Error("Cannot create reference to an element without an ID");const s=new this.RefElement(t);return"string"==typeof e&&(s.path=this.refract(e)),s}getMetaProperty(e,t){if(!this.meta.hasKey(e)){if(this.isFrozen){const e=this.refract(t);return e.freeze(),e}this.meta.set(e,t)}return this.meta.get(e)}setMetaProperty(e,t){this.meta.set(e,t)}hasMetaProperty(e){return!this.isMetaEmpty&&this.meta.hasKey(e)}get isMetaEmpty(){return void 0===this._meta||this.meta.isEmpty}getAttributesProperty(e,t){if(!this.hasAttributesProperty(e)){if(this.isFrozen){const e=this.refract(t);return e.freeze(),e}this.attributes.set(e,t)}return this.attributes.get(e)}setAttributesProperty(e,t){this.attributes.set(e,t)}hasAttributesProperty(e){return!this.isAttributesEmpty&&this.attributes.hasKey(e)}get isAttributesEmpty(){return void 0===this._attributes||this.attributes.isEmpty}}const T=k;class I extends T{constructor(e,t,s){super(e||[],t,s)}get length(){return this._content.length}get isEmpty(){return 0===this.length}get first(){return this._content[0]}get second(){return this._content[1]}get last(){return this._content.at(-1)}push(...e){for(const t of e)this._content.push(this.refract(t));return this}shift(){return this._content.shift()}unshift(e){this._content.unshift(this.refract(e))}includes(e){return this._content.some(t=>t.equals(e))}findElements(e,t){const s=t||{},n=!!s.recursive,r=void 0===s.results?[]:s.results;for(let t=0;t<this._content.length;t+=1){const s=this._content[t],i=s;n&&"function"==typeof i.findElements&&i.findElements(e,{results:r,recursive:n}),e(s,t,void 0)&&r.push(s)}return r}find(e){const t=this.findElements(e,{recursive:!0});return new this.ArrayElement(t)}findByElement(e){return this.find(t=>t.element===e)}findByClass(e){return this.find(t=>{const s=t.classes;return"function"==typeof s.includes&&s.includes(e)})}getById(e){return this.find(t=>t.id.toValue()===e).first}concat(e){return new(0,this.constructor)(this._content.concat(e._content))}[Symbol.iterator](){return this._content[Symbol.iterator]()}}const N=I;const C=class extends N{constructor(e,t,s){super(e||[],t,s),this.element="array"}primitive(){return"array"}get(e){return this._content[e]}getValue(e){const t=this.get(e);if(t)return t.toValue()}set(e,t){return"number"==typeof e&&void 0!==t?this._content[e]=this.refract(t):this.content=e,this}remove(e){return this._content.splice(e,1)[0]??null}map(e,t){return this._content.map(e,t)}flatMap(e,t){return this._content.flatMap(e,t)}compactMap(e,t){const s=[];for(const n of this._content){const r=e.call(t,n);r&&s.push(r)}return s}filter(e,t){const s=this._content.filter(e,t);return new this.constructor(s)}reject(e,t){const s=[];for(const n of this._content)e.call(t,n)||s.push(n);return new this.constructor(s)}reduce(e,t){let s,n;void 0!==t?(s=0,n=this.refract(t)):(s=1,n=this.first);for(let t=s;t<this.length;t+=1){const s=e(n,this._content[t],t,this);n=void 0===s?s:this.refract(s)}return n}forEach(e,t){this._content.forEach((s,n)=>{e.call(t,s,n)})}empty(){return new this.constructor([])}};const F=class extends T{constructor(e,t,s){super(e,t,s),this.element="string"}primitive(){return"string"}get length(){return this.content?.length??0}};const P=class extends T{constructor(e,t,s){super(e,t,s),this.element="number"}primitive(){return"number"}};const M=class extends T{constructor(e,t,s){super(e??null,t,s),this.element="null"}primitive(){return"null"}set(e){throw new Error("Cannot set the value of null")}};const R=class extends T{constructor(e,t,s){super(e,t,s),this.element="boolean"}primitive(){return"boolean"}};const j=class extends T{constructor(e,t,s,n){super(new S,s,n),this.element="member",void 0!==e&&(this.key=e),arguments.length>=2&&(this.value=t)}primitive(){return"member"}get key(){return this._content.key}set key(e){this._content.key=this.refract(e)}get value(){return this._content.value}set value(e){this._content.value=void 0===e?void 0:this.refract(e)}};const L=class extends N{constructor(e,t,s){super(e||[],t,s),this.element="object"}primitive(){return"object"}toValue(){return this._content.reduce((e,t)=>(e[t.key.toValue()]=t.value?t.value.toValue():void 0,e),{})}get(e){const t=this.getMember(e);if(t)return t.value}getValue(e){const t=this.get(e);if(t)return t.toValue()}getMember(e){if(void 0!==e)return this._content.find(t=>t.key.toValue()===e)}remove(e){let t=null;return this.content=this._content.filter(s=>s.key.toValue()!==e||(t=s,!1)),t}getKey(e){const t=this.getMember(e);if(t)return t.key}set(e,t){if("string"==typeof e){const s=this.getMember(e);s?s.value=t:this._content.push(new j(e,t))}else if("object"==typeof e&&!Array.isArray(e))for(const t of Object.keys(e))this.set(t,e[t]);return this}keys(){return this._content.map(e=>e.key.toValue())}values(){return this._content.map(e=>e.value.toValue())}hasKey(e){return this._content.some(t=>t.key.equals(e))}items(){return this._content.map(e=>[e.key.toValue(),e.value.toValue()])}map(e,t){return this._content.map(s=>e.call(t,s.value,s.key,s))}compactMap(e,t){const s=[];return this.forEach((n,r,i)=>{const o=e.call(t,n,r,i);o&&s.push(o)}),s}filter(e,t){return new A(this._content).filter(e,t)}reject(e,t){const s=[];for(const n of this._content)e.call(t,n.value,n.key,n)||s.push(n);return new A(s)}forEach(e,t){this._content.forEach(s=>e.call(t,s.value,s.key,s))}reduce(e,t){let s,n;void 0!==t?(s=0,n=this.refract(t)):(s=1,n=this._content[0]?.value);for(let t=s;t<this._content.length;t+=1){const s=this._content[t],r=e(n,s.value,s.key,s,this);n=void 0===r?r:this.refract(r)}return n}empty(){return new this.constructor([])}},D=e=>e instanceof T,$=e=>e instanceof F,B=e=>e instanceof P,U=e=>e instanceof M,q=e=>e instanceof R,V=e=>e instanceof C,H=e=>e instanceof L,J=e=>e instanceof j,W=e=>H(e)&&"object"===e.element||V(e)&&"array"===e.element||q(e)&&"boolean"===e.element||B(e)&&"number"===e.element||$(e)&&"string"===e.element||U(e)&&"null"===e.element||J(e)&&"member"===e.element,G=e=>"number"==typeof e.startLine&&"number"==typeof e.startCharacter&&"number"==typeof e.startOffset&&"number"==typeof e.endLine&&"number"==typeof e.endCharacter&&"number"==typeof e.endOffset,z=(e,t)=>0===t.length||!!D(e)&&(!e.isMetaEmpty&&(!!e.hasMetaProperty("classes")&&t.every(t=>e.classes.includes(t))));const K=class extends C{constructor(e,t,s){super(e,t,s),this.element="parseResult"}get api(){return this.filter(e=>z(e,["api"])).first}get results(){return this.filter(e=>z(e,["result"]))}get result(){return this.results.first}get annotations(){return this.filter(e=>"annotation"===e.element)}get warnings(){return this.filter(e=>"annotation"===e.element&&z(e,["warning"]))}get errors(){return this.filter(e=>"annotation"===e.element&&z(e,["error"]))}get isEmpty(){return 0===this.reject(e=>"annotation"===e.element).length}replaceResult(e){const{result:t}=this;if(void 0===t)return!1;const s=this._content,n=s.findIndex(e=>e===t);return-1!==n&&(s[n]=e,!0)}};function Z(e,t,s){for(var n=0,r=s.length;n<r;)t=e(t,s[n]),n+=1;return t}var X=a(function(e,t){return Z(function(s,n){return s[n]=e(t[n],n,t),s},{},w(t))});const Q=X;const Y=o(function(e){return null==e});var ee=a(function(e,t){if(0===e.length||Y(t))return!1;for(var s=t,n=0;n<e.length;){if(Y(s)||!u(e[n],s))return!1;s=s[e[n]],n+=1}return!0});const te=ee;var se=a(function(e,t){return te([e],t)});const ne=se;function re(e){return function t(s,n,r){switch(arguments.length){case 0:return t;case 1:return i(s)?t:a(function(t,n){return e(s,t,n)});case 2:return i(s)&&i(n)?t:i(s)?a(function(t,s){return e(t,n,s)}):i(n)?a(function(t,n){return e(s,t,n)}):o(function(t){return e(s,n,t)});default:return i(s)&&i(n)&&i(r)?t:i(s)&&i(n)?a(function(t,s){return e(t,s,r)}):i(s)&&i(r)?a(function(t,s){return e(t,n,s)}):i(n)&&i(r)?a(function(t,n){return e(s,t,n)}):i(s)?o(function(t){return e(t,n,r)}):i(n)?o(function(t){return e(s,t,r)}):i(r)?o(function(t){return e(s,n,t)}):e(s,n,r)}}}const ie=Number.isInteger||function(e){return(e|0)===e};function oe(e,t){return t[e<0?t.length+e:e]}const ae=function(e,t){if(null!=t)return ie(e)?oe(e,t):t[e]};const ce=a(ae);const le=re(function(e,t,s){return e(ce(t,s))});function ue(e,t){for(var s=t,n=0;n<e.length;n+=1){if(null==s)return;var r=e[n];s=ie(r)?oe(r,s):s[r]}return s}const de=a(ue);function he(e,t){switch(e){case 0:return function(){return t.apply(this,arguments)};case 1:return function(e){return t.apply(this,arguments)};case 2:return function(e,s){return t.apply(this,arguments)};case 3:return function(e,s,n){return t.apply(this,arguments)};case 4:return function(e,s,n,r){return t.apply(this,arguments)};case 5:return function(e,s,n,r,i){return t.apply(this,arguments)};case 6:return function(e,s,n,r,i,o){return t.apply(this,arguments)};case 7:return function(e,s,n,r,i,o,a){return t.apply(this,arguments)};case 8:return function(e,s,n,r,i,o,a,c){return t.apply(this,arguments)};case 9:return function(e,s,n,r,i,o,a,c,l){return t.apply(this,arguments)};case 10:return function(e,s,n,r,i,o,a,c,l,u){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function pe(e,t){return function(){return t.call(this,e.apply(this,arguments))}}const me=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function fe(e){return"[object String]"===Object.prototype.toString.call(e)}const _e=o(function(e){return!!me(e)||!!e&&("object"==typeof e&&(!fe(e)&&(0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))});var ge="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function ye(e,t,s){return function(n,r,i){if(_e(i))return e(n,r,i);if(null==i)return r;if("function"==typeof i["fantasy-land/reduce"])return t(n,r,i,"fantasy-land/reduce");if(null!=i[ge])return s(n,r,i[ge]());if("function"==typeof i.next)return s(n,r,i);if("function"==typeof i.reduce)return t(n,r,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function we(e,t,s){for(var n=0,r=s.length;n<r;){if((t=e["@@transducer/step"](t,s[n]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n+=1}return e["@@transducer/result"](t)}var be=a(function(e,t){return he(e.length,function(){return e.apply(t,arguments)})});const xe=be;function Ee(e,t,s){for(var n=s.next();!n.done;){if((t=e["@@transducer/step"](t,n.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}n=s.next()}return e["@@transducer/result"](t)}function ve(e,t,s,n){return e["@@transducer/result"](s[n](xe(e["@@transducer/step"],e),t))}const Se=ye(we,ve,Ee);var Oe=function(){function e(e){this.f=e}return e.prototype["@@transducer/init"]=function(){throw new Error("init not implemented on XWrap")},e.prototype["@@transducer/result"]=function(e){return e},e.prototype["@@transducer/step"]=function(e,t){return this.f(e,t)},e}();function Ae(e){return new Oe(e)}const ke=re(function(e,t,s){return Se("function"==typeof e?Ae(e):e,t,s)});function Te(e,t){return function(){var s=arguments.length;if(0===s)return t();var n=arguments[s-1];return me(n)||"function"!=typeof n[e]?t.apply(this,arguments):n[e].apply(n,Array.prototype.slice.call(arguments,0,s-1))}}const Ie=re(Te("slice",function(e,t,s){return Array.prototype.slice.call(s,e,t)}));const Ne=o(Te("tail",Ie(1,1/0)));function Ce(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return he(arguments[0].length,ke(pe,arguments[0],Ne(arguments)))}var Fe=function(e,t){switch(arguments.length){case 0:return Fe;case 1:return function t(s){return 0===arguments.length?t:d(e,s)};default:return d(e,t)}};const Pe=Fe;function Me(e,t){return function(e,t,s){var n,r;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(n=1/t;s<e.length;){if(0===(r=e[s])&&1/r===n)return s;s+=1}return-1}if(t!=t){for(;s<e.length;){if("number"==typeof(r=e[s])&&r!=r)return s;s+=1}return-1}return e.indexOf(t,s);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,s);case"object":if(null===t)return e.indexOf(t,s)}for(;s<e.length;){if(v(e[s],t))return s;s+=1}return-1}(t,e,0)>=0}function Re(e,t){for(var s=0,n=t.length,r=Array(n);s<n;)r[s]=e(t[s]),s+=1;return r}function je(e){return'"'+e.replace(/\\/g,"\\\\").replace(/[\b]/g,"\\b").replace(/\f/g,"\\f").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\t/g,"\\t").replace(/\v/g,"\\v").replace(/\0/g,"\\0").replace(/"/g,'\\"')+'"'}var Le=function(e){return(e<10?"0":"")+e};const De="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+Le(e.getUTCMonth()+1)+"-"+Le(e.getUTCDate())+"T"+Le(e.getUTCHours())+":"+Le(e.getUTCMinutes())+":"+Le(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function $e(e,t,s){return function(){if(0===arguments.length)return s();var n=arguments[arguments.length-1];if(!me(n)){for(var r=0;r<e.length;){if("function"==typeof n[e[r]])return n[e[r]].apply(n,Array.prototype.slice.call(arguments,0,-1));r+=1}if(function(e){return null!=e&&"function"==typeof e["@@transducer/step"]}(n))return t.apply(null,Array.prototype.slice.call(arguments,0,-1))(n)}return s.apply(this,arguments)}}function Be(e){return"[object Object]"===Object.prototype.toString.call(e)}const Ue=function(){return this.xf["@@transducer/init"]()},qe=function(e){return this.xf["@@transducer/result"](e)};var Ve=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=Ue,e.prototype["@@transducer/result"]=qe,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}();function He(e){return function(t){return new Ve(e,t)}}var Je=a($e(["fantasy-land/filter","filter"],He,function(e,t){return Be(t)?Z(function(s,n){return e(t[n])&&(s[n]=t[n]),s},{},w(t)):(s=t,"[object Map]"===Object.prototype.toString.call(s)?function(e,t){for(var s=new Map,n=t.entries(),r=n.next();!r.done;)e(r.value[1])&&s.set(r.value[0],r.value[1]),r=n.next();return s}(e,t):function(e,t){for(var s=0,n=t.length,r=[];s<n;)e(t[s])&&(r[r.length]=t[s]),s+=1;return r}(e,t));var s}));const We=Je;const Ge=a(function(e,t){return We((s=e,function(){return!s.apply(this,arguments)}),t);var s});function ze(e,t){var s=function(s){var n=t.concat([e]);return Me(s,n)?"<Circular>":ze(s,n)},n=function(e,t){return Re(function(t){return je(t)+": "+s(e[t])},t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+Re(s,e).join(", ")+"))";case"[object Array]":return"["+Re(s,e).concat(n(e,Ge(function(e){return/^\d+$/.test(e)},w(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+s(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?s(NaN):je(De(e)))+")";case"[object Map]":return"new Map("+s(Array.from(e))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+s(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object Set]":return"new Set("+s(Array.from(e).sort())+")";case"[object String]":return"object"==typeof e?"new String("+s(e.valueOf())+")":je(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var r=e.toString();if("[object Object]"!==r)return r}return"{"+n(e,w(e)).join(", ")+"}"}}const Ke=o(function(e){return ze(e,[])});const Ze=re(function(e,t,s){return e(ue(t,s))});function Xe(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const Qe=a(function(e,t){return e&&t});function Ye(e,t,s){for(var n=s.next();!n.done;)t=e(t,n.value),n=s.next();return t}function et(e,t,s,n){return s[n](e,t)}const tt=ye(Z,et,Ye);var st=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=Ue,e.prototype["@@transducer/result"]=qe,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}();const nt=function(e){return function(t){return new st(e,t)}};function rt(e,t,s){return function(){for(var n=[],r=0,o=e,a=0,c=!1;a<t.length||r<arguments.length;){var l;a<t.length&&(!i(t[a])||r>=arguments.length)?l=t[a]:(l=arguments[r],r+=1),n[a]=l,i(l)?c=!0:o-=1,a+=1}return!c&&o<=0?s.apply(this,n):he(Math.max(0,o),rt(e,n,s))}}var it=a(function(e,t){return 1===e?o(t):he(e,rt(e,[],t))});const ot=it;var at=a($e(["fantasy-land/map","map"],nt,function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return ot(t.length,function(){return e.call(this,t.apply(this,arguments))});case"[object Object]":return Z(function(s,n){return s[n]=e(t[n]),s},{},w(t));default:return Re(e,t)}}));const ct=at;const lt=a(function(e,t){return"function"==typeof t["fantasy-land/ap"]?t["fantasy-land/ap"](e):"function"==typeof e.ap?e.ap(t):"function"==typeof e?function(s){return e(s)(t(s))}:tt(function(e,s){return function(e,t){var s;t=t||[];var n=(e=e||[]).length,r=t.length,i=[];for(s=0;s<n;)i[i.length]=e[s],s+=1;for(s=0;s<r;)i[i.length]=t[s],s+=1;return i}(e,ct(s,t))},[],e)});var ut=a(function(e,t){var s=ot(e,t);return ot(e,function(){return Z(lt,ct(s,arguments[0]),Array.prototype.slice.call(arguments,1))})});const dt=ut;var ht=o(function(e){return dt(e.length,e)});const pt=ht;const mt=a(function(e,t){return Xe(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:pt(Qe)(e,t)});const ft=v(null);const _t=pt(o(function(e){return!e}));const gt=_t(ft);function yt(e){return yt="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},yt(e)}const wt=function(e){return"object"===yt(e)};const bt=ot(1,mt(gt,wt));const xt=a(function(e,t){if(e===t)return t;function s(e,t){if(e>t!=t>e)return t>e?t:e}var n=s(e,t);if(void 0!==n)return n;var r=s(typeof e,typeof t);if(void 0!==r)return r===typeof e?e:t;var i=Ke(e),o=s(i,Ke(t));return void 0!==o&&o===i?e:t});const Et=a(function(e,t){return ct(ce(e),t)});const vt=o(function(e){return ot(ke(xt,0,Et("length",e)),function(){for(var t=0,s=e.length;t<s;){if(e[t].apply(this,arguments))return!0;t+=1}return!1})});const St=ot(1,Ce(b,Pe("GeneratorFunction")));const Ot=ot(1,Ce(b,Pe("AsyncFunction")));const At=vt([Ce(b,Pe("Function")),St,Ot]);var kt=Ce(b,Pe("Object")),Tt=Ce(Ke,v(Ke(Object))),It=Ze(mt(At,Tt),["constructor"]);const Nt=ot(1,function(e){if(!bt(e)||!kt(e))return!1;var t=Object.getPrototypeOf(e);return!!ft(t)||It(t)});const Ct=ot(1,Ce(b,Pe("String")));var Ft=o(function(e){return ot(e.length,e)});const Pt=Ft;const Mt=a(function(e,t){return ot(e+1,function(){var s=arguments[e];if(null!=s&&Xe(s[t]))return s[t].apply(s,Array.prototype.slice.call(arguments,0,e));throw new TypeError(Ke(s)+' does not have a method named "'+t+'"')})});const Rt=Mt(1,"split");var jt=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=Ue,e.prototype["@@transducer/result"]=qe,e.prototype["@@transducer/step"]=function(e,t){if(this.f){if(this.f(t))return e;this.f=null}return this.xf["@@transducer/step"](e,t)},e}();function Lt(e){return function(t){return new jt(e,t)}}const Dt=a($e(["dropWhile"],Lt,function(e,t){for(var s=0,n=t.length;s<n&&e(t[s]);)s+=1;return Ie(s,1/0,t)}));const $t=Mt(1,"join");var Bt=o(function(e){return ot(e.length,function(t,s){var n=Array.prototype.slice.call(arguments,0);return n[0]=s,n[1]=t,e.apply(this,n)})});const Ut=Bt;const qt=Ut(a(Me));const Vt=Pt(function(e,t){return Ce(Rt(""),Dt(qt(e)),$t(""))(t)}),Ht=new WeakMap,Jt=e=>{if(Ht.has(e))return Ht.get(e);const t={},s=(e,n,r)=>("string"==typeof e.element&&(t[e.element]=e.$visitor?[...r,"$visitor"]:r),Q((e,t)=>{const i=[...r,t];if(Nt(e)&&ne("$ref",e)&&le(Ct,"$ref",e)){const t=de(["$ref"],e),s=Vt("#/",t);return de(s.split("/"),n)}return Nt(e)?s(e,n,i):e},e)),n=s(e,e,[]);return n.elementMap=t,Ht.set(e,n),n},Wt=function(){const e=zt,t=Gt,s=this,n="parser.js: Parser(): ";s.ast=void 0,s.stats=void 0,s.trace=void 0,s.callbacks=[];let r,i,o,a,c,l,u,d=0,h=0,p=0,m=0,f=0,_=new function(){this.state=e.ACTIVE,this.phraseLength=0,this.refresh=()=>{this.state=e.ACTIVE,this.phraseLength=0}};s.parse=(g,y,b,x)=>{const E=`${n}parse(): `;d=0,h=0,p=0,m=0,f=0,r=void 0,i=void 0,o=void 0,a=void 0,_.refresh(),c=void 0,l=void 0,u=void 0,a=t.stringToChars(b),r=g.rules,i=g.udts;const v=y.toLowerCase();let S;for(const e in r)if(r.hasOwnProperty(e)&&v===r[e].lower){S=r[e].index;break}if(void 0===S)throw new Error(`${E}start rule name '${startRule}' not recognized`);(()=>{const e=`${n}initializeCallbacks(): `;let t,o;for(c=[],l=[],t=0;t<r.length;t+=1)c[t]=void 0;for(t=0;t<i.length;t+=1)l[t]=void 0;const a=[];for(t=0;t<r.length;t+=1)a.push(r[t].lower);for(t=0;t<i.length;t+=1)a.push(i[t].lower);for(const n in s.callbacks)if(s.callbacks.hasOwnProperty(n)){if(t=a.indexOf(n.toLowerCase()),t<0)throw new Error(`${e}syntax callback '${n}' not a rule or udt name`);if(o=s.callbacks[n]?s.callbacks[n]:void 0,"function"!=typeof o&&void 0!==o)throw new Error(`${e}syntax callback[${n}] must be function reference or falsy)`);t<r.length?c[t]=o:l[t-r.length]=o}})(),s.trace&&s.trace.init(r,i,a),s.stats&&s.stats.init(r,i),s.ast&&s.ast.init(r,i,a),u=x,o=[{type:e.RNM,index:S}],w(0,0),o=void 0;let O=!1;switch(_.state){case e.ACTIVE:throw new Error(`${E}final state should never be 'ACTIVE'`);case e.NOMATCH:O=!1;break;case e.EMPTY:case e.MATCH:O=_.phraseLength===a.length;break;default:throw new Error("unrecognized state")}return{success:O,state:_.state,stateName:e.idName(_.state),length:a.length,matched:_.phraseLength,maxMatched:f,maxTreeDepth:p,nodeHits:m}};const g=(t,s,r,i)=>{if(s.phraseLength>r){let e=`${n}opRNM(${t.name}): callback function error: `;throw e+=`sysData.phraseLength: ${s.phraseLength}`,e+=` must be <= remaining chars: ${r}`,new Error(e)}switch(s.state){case e.ACTIVE:if(!i)throw new Error(`${n}opRNM(${t.name}): callback function return error. ACTIVE state not allowed.`);break;case e.EMPTY:s.phraseLength=0;break;case e.MATCH:0===s.phraseLength&&(s.state=e.EMPTY);break;case e.NOMATCH:s.phraseLength=0;break;default:throw new Error(`${n}opRNM(${t.name}): callback function return error. Unrecognized return state: ${s.state}`)}},y=(t,c)=>{let h,p,m;const f=o[t],g=i[f.index];_.UdtIndex=g.index,d||(m=s.ast&&s.ast.udtDefined(f.index),m&&(p=r.length+f.index,h=s.ast.getLength(),s.ast.down(p,g.name)));const y=a.length-c;l[f.index](_,a,c,u),((t,s,r)=>{if(s.phraseLength>r){let e=`${n}opUDT(${t.name}): callback function error: `;throw e+=`sysData.phraseLength: ${s.phraseLength}`,e+=` must be <= remaining chars: ${r}`,new Error(e)}switch(s.state){case e.ACTIVE:throw new Error(`${n}opUDT(${t.name}) ACTIVE state return not allowed.`);case e.EMPTY:if(!t.empty)throw new Error(`${n}opUDT(${t.name}) may not return EMPTY.`);s.phraseLength=0;break;case e.MATCH:if(0===s.phraseLength){if(!t.empty)throw new Error(`${n}opUDT(${t.name}) may not return EMPTY.`);s.state=e.EMPTY}break;case e.NOMATCH:s.phraseLength=0;break;default:throw new Error(`${n}opUDT(${t.name}): callback function return error. Unrecognized return state: ${s.state}`)}})(g,_,y),d||m&&(_.state===e.NOMATCH?s.ast.setLength(h):s.ast.up(p,g.name,c,_.phraseLength))},w=(t,i)=>{const l=`${n}opExecute(): `,b=o[t];switch(m+=1,h>p&&(p=h),h+=1,_.refresh(),s.trace&&s.trace.down(b,i),b.type){case e.ALT:((t,s)=>{const n=o[t];for(let t=0;t<n.children.length&&(w(n.children[t],s),_.state===e.NOMATCH);t+=1);})(t,i);break;case e.CAT:((t,n)=>{let r,i,a,c;const l=o[t];s.ast&&(i=s.ast.getLength()),r=!0,a=n,c=0;for(let t=0;t<l.children.length;t+=1){if(w(l.children[t],a),_.state===e.NOMATCH){r=!1;break}a+=_.phraseLength,c+=_.phraseLength}r?(_.state=0===c?e.EMPTY:e.MATCH,_.phraseLength=c):(_.state=e.NOMATCH,_.phraseLength=0,s.ast&&s.ast.setLength(i))})(t,i);break;case e.REP:((t,n)=>{let r,i,c,l;const u=o[t];if(0===u.max)return _.state=e.EMPTY,void(_.phraseLength=0);for(i=n,c=0,l=0,s.ast&&(r=s.ast.getLength());!(i>=a.length)&&(w(t+1,i),_.state!==e.NOMATCH)&&_.state!==e.EMPTY&&(l+=1,c+=_.phraseLength,i+=_.phraseLength,l!==u.max););_.state===e.EMPTY||l>=u.min?(_.state=0===c?e.EMPTY:e.MATCH,_.phraseLength=c):(_.state=e.NOMATCH,_.phraseLength=0,s.ast&&s.ast.setLength(r))})(t,i);break;case e.RNM:((t,n)=>{let i,l,h;const p=o[t],m=r[p.index],f=c[m.index];if(d||(l=s.ast&&s.ast.ruleDefined(p.index),l&&(i=s.ast.getLength(),s.ast.down(p.index,r[p.index].name))),f){const t=a.length-n;f(_,a,n,u),g(m,_,t,!0),_.state===e.ACTIVE&&(h=o,o=m.opcodes,w(0,n),o=h,f(_,a,n,u),g(m,_,t,!1))}else h=o,o=m.opcodes,w(0,n,_),o=h;d||l&&(_.state===e.NOMATCH?s.ast.setLength(i):s.ast.up(p.index,m.name,n,_.phraseLength))})(t,i);break;case e.TRG:((t,s)=>{const n=o[t];_.state=e.NOMATCH,s<a.length&&n.min<=a[s]&&a[s]<=n.max&&(_.state=e.MATCH,_.phraseLength=1)})(t,i);break;case e.TBS:((t,s)=>{const n=o[t],r=n.string.length;if(_.state=e.NOMATCH,s+r<=a.length){for(let e=0;e<r;e+=1)if(a[s+e]!==n.string[e])return;_.state=e.MATCH,_.phraseLength=r}})(t,i);break;case e.TLS:((t,s)=>{let n;const r=o[t];_.state=e.NOMATCH;const i=r.string.length;if(0!==i){if(s+i<=a.length){for(let e=0;e<i;e+=1)if(n=a[s+e],n>=65&&n<=90&&(n+=32),n!==r.string[e])return;_.state=e.MATCH,_.phraseLength=i}}else _.state=e.EMPTY})(t,i);break;case e.UDT:y(t,i);break;case e.AND:((t,s)=>{switch(d+=1,w(t+1,s),d-=1,_.phraseLength=0,_.state){case e.EMPTY:case e.MATCH:_.state=e.EMPTY;break;case e.NOMATCH:_.state=e.NOMATCH;break;default:throw new Error(`opAND: invalid state ${_.state}`)}})(t,i);break;case e.NOT:((t,s)=>{switch(d+=1,w(t+1,s),d-=1,_.phraseLength=0,_.state){case e.EMPTY:case e.MATCH:_.state=e.NOMATCH;break;case e.NOMATCH:_.state=e.EMPTY;break;default:throw new Error(`opNOT: invalid state ${_.state}`)}})(t,i);break;default:throw new Error(`${l}unrecognized operator`)}d||i+_.phraseLength>f&&(f=i+_.phraseLength),s.stats&&s.stats.collect(b,_),s.trace&&s.trace.up(b,_.state,i,_.phraseLength),h-=1}},Gt={stringToChars:e=>[...e].map(e=>e.codePointAt(0)),charsToString:(e,t,s)=>{let n=e;for(;!(void 0===t||t<0);){if(void 0===s){n=e.slice(t);break}if(s<=0)return"";n=e.slice(t,t+s);break}return String.fromCodePoint(...n)}},zt={ALT:1,CAT:2,REP:3,RNM:4,TRG:5,TBS:6,TLS:7,UDT:11,AND:12,NOT:13,ACTIVE:100,MATCH:101,EMPTY:102,NOMATCH:103,SEM_PRE:200,SEM_POST:201,SEM_OK:300,idName:e=>{switch(e){case zt.ALT:return"ALT";case zt.CAT:return"CAT";case zt.REP:return"REP";case zt.RNM:return"RNM";case zt.TRG:return"TRG";case zt.TBS:return"TBS";case zt.TLS:return"TLS";case zt.UDT:return"UDT";case zt.AND:return"AND";case zt.NOT:return"NOT";case zt.ACTIVE:return"ACTIVE";case zt.EMPTY:return"EMPTY";case zt.MATCH:return"MATCH";case zt.NOMATCH:return"NOMATCH";case zt.SEM_PRE:return"SEM_PRE";case zt.SEM_POST:return"SEM_POST";case zt.SEM_OK:return"SEM_OK";default:return"UNRECOGNIZED STATE"}}};function Kt(){this.grammarObject="grammarObject",this.rules=[],this.rules[0]={name:"json-pointer",lower:"json-pointer",index:0,isBkr:!1},this.rules[1]={name:"reference-token",lower:"reference-token",index:1,isBkr:!1},this.rules[2]={name:"unescaped",lower:"unescaped",index:2,isBkr:!1},this.rules[3]={name:"escaped",lower:"escaped",index:3,isBkr:!1},this.rules[4]={name:"array-location",lower:"array-location",index:4,isBkr:!1},this.rules[5]={name:"array-index",lower:"array-index",index:5,isBkr:!1},this.rules[6]={name:"array-dash",lower:"array-dash",index:6,isBkr:!1},this.rules[7]={name:"slash",lower:"slash",index:7,isBkr:!1},this.udts=[],this.rules[0].opcodes=[],this.rules[0].opcodes[0]={type:3,min:0,max:1/0},this.rules[0].opcodes[1]={type:2,children:[2,3]},this.rules[0].opcodes[2]={type:4,index:7},this.rules[0].opcodes[3]={type:4,index:1},this.rules[1].opcodes=[],this.rules[1].opcodes[0]={type:3,min:0,max:1/0},this.rules[1].opcodes[1]={type:1,children:[2,3]},this.rules[1].opcodes[2]={type:4,index:2},this.rules[1].opcodes[3]={type:4,index:3},this.rules[2].opcodes=[],this.rules[2].opcodes[0]={type:1,children:[1,2,3]},this.rules[2].opcodes[1]={type:5,min:0,max:46},this.rules[2].opcodes[2]={type:5,min:48,max:125},this.rules[2].opcodes[3]={type:5,min:127,max:1114111},this.rules[3].opcodes=[],this.rules[3].opcodes[0]={type:2,children:[1,2]},this.rules[3].opcodes[1]={type:7,string:[126]},this.rules[3].opcodes[2]={type:1,children:[3,4]},this.rules[3].opcodes[3]={type:7,string:[48]},this.rules[3].opcodes[4]={type:7,string:[49]},this.rules[4].opcodes=[],this.rules[4].opcodes[0]={type:1,children:[1,2]},this.rules[4].opcodes[1]={type:4,index:5},this.rules[4].opcodes[2]={type:4,index:6},this.rules[5].opcodes=[],this.rules[5].opcodes[0]={type:1,children:[1,2]},this.rules[5].opcodes[1]={type:6,string:[48]},this.rules[5].opcodes[2]={type:2,children:[3,4]},this.rules[5].opcodes[3]={type:5,min:49,max:57},this.rules[5].opcodes[4]={type:3,min:0,max:1/0},this.rules[5].opcodes[5]={type:5,min:48,max:57},this.rules[6].opcodes=[],this.rules[6].opcodes[0]={type:7,string:[45]},this.rules[7].opcodes=[],this.rules[7].opcodes[0]={type:7,string:[47]},this.toString=function(){let e="";return e+="; JavaScript Object Notation (JSON) Pointer ABNF syntax\n",e+="; https://datatracker.ietf.org/doc/html/rfc6901\n",e+="json-pointer = *( slash reference-token ) ; MODIFICATION: surrogate text rule used\n",e+="reference-token = *( unescaped / escaped )\n",e+="unescaped = %x00-2E / %x30-7D / %x7F-10FFFF\n",e+=" ; %x2F ('/') and %x7E ('~') are excluded from 'unescaped'\n",e+='escaped = "~" ( "0" / "1" )\n',e+=" ; representing '~' and '/', respectively\n",e+="\n",e+="; https://datatracker.ietf.org/doc/html/rfc6901#section-4\n",e+="array-location = array-index / array-dash\n",e+="array-index = %x30 / ( %x31-39 *(%x30-39) )\n",e+=' ; "0", or digits without a leading "0"\n',e+='array-dash = "-"\n',e+="\n",e+="; Surrogate named rules\n",e+='slash = "/"\n','; JavaScript Object Notation (JSON) Pointer ABNF syntax\n; https://datatracker.ietf.org/doc/html/rfc6901\njson-pointer = *( slash reference-token ) ; MODIFICATION: surrogate text rule used\nreference-token = *( unescaped / escaped )\nunescaped = %x00-2E / %x30-7D / %x7F-10FFFF\n ; %x2F (\'/\') and %x7E (\'~\') are excluded from \'unescaped\'\nescaped = "~" ( "0" / "1" )\n ; representing \'~\' and \'/\', respectively\n\n; https://datatracker.ietf.org/doc/html/rfc6901#section-4\narray-location = array-index / array-dash\narray-index = %x30 / ( %x31-39 *(%x30-39) )\n ; "0", or digits without a leading "0"\narray-dash = "-"\n\n; Surrogate named rules\nslash = "/"\n'}}class Zt extends Error{constructor(e,t=void 0){if(super(e,t),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,null!=t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"cause")&&!("cause"in this)){const{cause:e}=t;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}if(null!=t&&"object"==typeof t){const{cause:e,...s}=t;Object.assign(this,s)}}}const Xt=Zt;new Kt;new Kt,new Wt,new Kt,new Wt,new Kt,new Wt,new Kt,new Wt;const Qt=e=>{if("string"!=typeof e&&"number"!=typeof e)throw new TypeError("Reference token must be a string or number");return String(e).replace(/~/g,"~0").replace(/\//g,"~1")};const Yt=class extends Xt{},es=e=>{if(!Array.isArray(e))throw new TypeError("Reference tokens must be a list of strings or numbers");try{return 0===e.length?"":`/${e.map(e=>{if("string"!=typeof e&&"number"!=typeof e)throw new TypeError("Reference token must be a string or number");return Qt(String(e))}).join("/")}`}catch(t){throw new Yt("Unexpected error during JSON Pointer compilation",{cause:t,referenceTokens:e})}};class ts extends Error{constructor(e,t=void 0){if(super(e,t),this.name=this.constructor.name,"string"==typeof e&&(this.message=e),"function"==typeof Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error(e).stack,null!=t&&"object"==typeof t&&Object.hasOwn(t,"cause")&&!("cause"in this)){const{cause:e}=t;this.cause=e,e instanceof Error&&"stack"in e&&(this.stack=`${this.stack}\nCAUSE: ${e.stack}`)}if(null!=t&&"object"==typeof t){const{cause:e,...s}=t;Object.assign(this,s)}}}const ss=ts;new function(){this.grammarObject="grammarObject",this.rules=[],this.rules[0]={name:"jsonpath-query",lower:"jsonpath-query",index:0,isBkr:!1},this.rules[1]={name:"segments",lower:"segments",index:1,isBkr:!1},this.rules[2]={name:"B",lower:"b",index:2,isBkr:!1},this.rules[3]={name:"S",lower:"s",index:3,isBkr:!1},this.rules[4]={name:"root-identifier",lower:"root-identifier",index:4,isBkr:!1},this.rules[5]={name:"selector",lower:"selector",index:5,isBkr:!1},this.rules[6]={name:"name-selector",lower:"name-selector",index:6,isBkr:!1},this.rules[7]={name:"string-literal",lower:"string-literal",index:7,isBkr:!1},this.rules[8]={name:"double-quoted",lower:"double-quoted",index:8,isBkr:!1},this.rules[9]={name:"single-quoted",lower:"single-quoted",index:9,isBkr:!1},this.rules[10]={name:"ESC",lower:"esc",index:10,isBkr:!1},this.rules[11]={name:"unescaped",lower:"unescaped",index:11,isBkr:!1},this.rules[12]={name:"escapable",lower:"escapable",index:12,isBkr:!1},this.rules[13]={name:"hexchar",lower:"hexchar",index:13,isBkr:!1},this.rules[14]={name:"non-surrogate",lower:"non-surrogate",index:14,isBkr:!1},this.rules[15]={name:"high-surrogate",lower:"high-surrogate",index:15,isBkr:!1},this.rules[16]={name:"low-surrogate",lower:"low-surrogate",index:16,isBkr:!1},this.rules[17]={name:"HEXDIG",lower:"hexdig",index:17,isBkr:!1},this.rules[18]={name:"wildcard-selector",lower:"wildcard-selector",index:18,isBkr:!1},this.rules[19]={name:"index-selector",lower:"index-selector",index:19,isBkr:!1},this.rules[20]={name:"int",lower:"int",index:20,isBkr:!1},this.rules[21]={name:"DIGIT1",lower:"digit1",index:21,isBkr:!1},this.rules[22]={name:"slice-selector",lower:"slice-selector",index:22,isBkr:!1},this.rules[23]={name:"start",lower:"start",index:23,isBkr:!1},this.rules[24]={name:"end",lower:"end",index:24,isBkr:!1},this.rules[25]={name:"step",lower:"step",index:25,isBkr:!1},this.rules[26]={name:"filter-selector",lower:"filter-selector",index:26,isBkr:!1},this.rules[27]={name:"logical-expr",lower:"logical-expr",index:27,isBkr:!1},this.rules[28]={name:"logical-or-expr",lower:"logical-or-expr",index:28,isBkr:!1},this.rules[29]={name:"logical-and-expr",lower:"logical-and-expr",index:29,isBkr:!1},this.rules[30]={name:"basic-expr",lower:"basic-expr",index:30,isBkr:!1},this.rules[31]={name:"paren-expr",lower:"paren-expr",index:31,isBkr:!1},this.rules[32]={name:"logical-not-op",lower:"logical-not-op",index:32,isBkr:!1},this.rules[33]={name:"test-expr",lower:"test-expr",index:33,isBkr:!1},this.rules[34]={name:"filter-query",lower:"filter-query",index:34,isBkr:!1},this.rules[35]={name:"rel-query",lower:"rel-query",index:35,isBkr:!1},this.rules[36]={name:"current-node-identifier",lower:"current-node-identifier",index:36,isBkr:!1},this.rules[37]={name:"comparison-expr",lower:"comparison-expr",index:37,isBkr:!1},this.rules[38]={name:"literal",lower:"literal",index:38,isBkr:!1},this.rules[39]={name:"comparable",lower:"comparable",index:39,isBkr:!1},this.rules[40]={name:"comparison-op",lower:"comparison-op",index:40,isBkr:!1},this.rules[41]={name:"singular-query",lower:"singular-query",index:41,isBkr:!1},this.rules[42]={name:"rel-singular-query",lower:"rel-singular-query",index:42,isBkr:!1},this.rules[43]={name:"abs-singular-query",lower:"abs-singular-query",index:43,isBkr:!1},this.rules[44]={name:"singular-query-segments",lower:"singular-query-segments",index:44,isBkr:!1},this.rules[45]={name:"name-segment",lower:"name-segment",index:45,isBkr:!1},this.rules[46]={name:"index-segment",lower:"index-segment",index:46,isBkr:!1},this.rules[47]={name:"number",lower:"number",index:47,isBkr:!1},this.rules[48]={name:"frac",lower:"frac",index:48,isBkr:!1},this.rules[49]={name:"exp",lower:"exp",index:49,isBkr:!1},this.rules[50]={name:"true",lower:"true",index:50,isBkr:!1},this.rules[51]={name:"false",lower:"false",index:51,isBkr:!1},this.rules[52]={name:"null",lower:"null",index:52,isBkr:!1},this.rules[53]={name:"function-name",lower:"function-name",index:53,isBkr:!1},this.rules[54]={name:"function-name-first",lower:"function-name-first",index:54,isBkr:!1},this.rules[55]={name:"function-name-char",lower:"function-name-char",index:55,isBkr:!1},this.rules[56]={name:"LCALPHA",lower:"lcalpha",index:56,isBkr:!1},this.rules[57]={name:"function-expr",lower:"function-expr",index:57,isBkr:!1},this.rules[58]={name:"function-argument",lower:"function-argument",index:58,isBkr:!1},this.rules[59]={name:"segment",lower:"segment",index:59,isBkr:!1},this.rules[60]={name:"child-segment",lower:"child-segment",index:60,isBkr:!1},this.rules[61]={name:"bracketed-selection",lower:"bracketed-selection",index:61,isBkr:!1},this.rules[62]={name:"member-name-shorthand",lower:"member-name-shorthand",index:62,isBkr:!1},this.rules[63]={name:"name-first",lower:"name-first",index:63,isBkr:!1},this.rules[64]={name:"name-char",lower:"name-char",index:64,isBkr:!1},this.rules[65]={name:"DIGIT",lower:"digit",index:65,isBkr:!1},this.rules[66]={name:"ALPHA",lower:"alpha",index:66,isBkr:!1},this.rules[67]={name:"descendant-segment",lower:"descendant-segment",index:67,isBkr:!1},this.rules[68]={name:"normalized-path",lower:"normalized-path",index:68,isBkr:!1},this.rules[69]={name:"normal-index-segment",lower:"normal-index-segment",index:69,isBkr:!1},this.rules[70]={name:"normal-selector",lower:"normal-selector",index:70,isBkr:!1},this.rules[71]={name:"normal-name-selector",lower:"normal-name-selector",index:71,isBkr:!1},this.rules[72]={name:"normal-single-quoted",lower:"normal-single-quoted",index:72,isBkr:!1},this.rules[73]={name:"normal-unescaped",lower:"normal-unescaped",index:73,isBkr:!1},this.rules[74]={name:"normal-escapable",lower:"normal-escapable",index:74,isBkr:!1},this.rules[75]={name:"normal-hexchar",lower:"normal-hexchar",index:75,isBkr:!1},this.rules[76]={name:"normal-HEXDIG",lower:"normal-hexdig",index:76,isBkr:!1},this.rules[77]={name:"normal-index-selector",lower:"normal-index-selector",index:77,isBkr:!1},this.rules[78]={name:"dot-prefix",lower:"dot-prefix",index:78,isBkr:!1},this.rules[79]={name:"double-dot-prefix",lower:"double-dot-prefix",index:79,isBkr:!1},this.rules[80]={name:"left-bracket",lower:"left-bracket",index:80,isBkr:!1},this.rules[81]={name:"right-bracket",lower:"right-bracket",index:81,isBkr:!1},this.rules[82]={name:"left-paren",lower:"left-paren",index:82,isBkr:!1},this.rules[83]={name:"right-paren",lower:"right-paren",index:83,isBkr:!1},this.rules[84]={name:"comma",lower:"comma",index:84,isBkr:!1},this.rules[85]={name:"colon",lower:"colon",index:85,isBkr:!1},this.rules[86]={name:"dquote",lower:"dquote",index:86,isBkr:!1},this.rules[87]={name:"squote",lower:"squote",index:87,isBkr:!1},this.rules[88]={name:"questionmark",lower:"questionmark",index:88,isBkr:!1},this.rules[89]={name:"disjunction",lower:"disjunction",index:89,isBkr:!1},this.rules[90]={name:"conjunction",lower:"conjunction",index:90,isBkr:!1},this.udts=[],this.rules[0].opcodes=[],this.rules[0].opcodes[0]={type:2,children:[1,2]},this.rules[0].opcodes[1]={type:4,index:4},this.rules[0].opcodes[2]={type:4,index:1},this.rules[1].opcodes=[],this.rules[1].opcodes[0]={type:3,min:0,max:1/0},this.rules[1].opcodes[1]={type:2,children:[2,3]},this.rules[1].opcodes[2]={type:4,index:3},this.rules[1].opcodes[3]={type:4,index:59},this.rules[2].opcodes=[],this.rules[2].opcodes[0]={type:1,children:[1,2,3,4]},this.rules[2].opcodes[1]={type:6,string:[32]},this.rules[2].opcodes[2]={type:6,string:[9]},this.rules[2].opcodes[3]={type:6,string:[10]},this.rules[2].opcodes[4]={type:6,string:[13]},this.rules[3].opcodes=[],this.rules[3].opcodes[0]={type:3,min:0,max:1/0},this.rules[3].opcodes[1]={type:4,index:2},this.rules[4].opcodes=[],this.rules[4].opcodes[0]={type:7,string:[36]},this.rules[5].opcodes=[],this.rules[5].opcodes[0]={type:1,children:[1,2,3,4,5]},this.rules[5].opcodes[1]={type:4,index:6},this.rules[5].opcodes[2]={type:4,index:18},this.rules[5].opcodes[3]={type:4,index:22},this.rules[5].opcodes[4]={type:4,index:19},this.rules[5].opcodes[5]={type:4,index:26},this.rules[6].opcodes=[],this.rules[6].opcodes[0]={type:4,index:7},this.rules[7].opcodes=[],this.rules[7].opcodes[0]={type:1,children:[1,6]},this.rules[7].opcodes[1]={type:2,children:[2,3,5]},this.rules[7].opcodes[2]={type:4,index:86},this.rules[7].opcodes[3]={type:3,min:0,max:1/0},this.rules[7].opcodes[4]={type:4,index:8},this.rules[7].opcodes[5]={type:4,index:86},this.rules[7].opcodes[6]={type:2,children:[7,8,10]},this.rules[7].opcodes[7]={type:4,index:87},this.rules[7].opcodes[8]={type:3,min:0,max:1/0},this.rules[7].opcodes[9]={type:4,index:9},this.rules[7].opcodes[10]={type:4,index:87},this.rules[8].opcodes=[],this.rules[8].opcodes[0]={type:1,children:[1,2,3,6]},this.rules[8].opcodes[1]={type:4,index:11},this.rules[8].opcodes[2]={type:6,string:[39]},this.rules[8].opcodes[3]={type:2,children:[4,5]},this.rules[8].opcodes[4]={type:4,index:10},this.rules[8].opcodes[5]={type:6,string:[34]},this.rules[8].opcodes[6]={type:2,children:[7,8]},this.rules[8].opcodes[7]={type:4,index:10},this.rules[8].opcodes[8]={type:4,index:12},this.rules[9].opcodes=[],this.rules[9].opcodes[0]={type:1,children:[1,2,3,6]},this.rules[9].opcodes[1]={type:4,index:11},this.rules[9].opcodes[2]={type:6,string:[34]},this.rules[9].opcodes[3]={type:2,children:[4,5]},this.rules[9].opcodes[4]={type:4,index:10},this.rules[9].opcodes[5]={type:6,string:[39]},this.rules[9].opcodes[6]={type:2,children:[7,8]},this.rules[9].opcodes[7]={type:4,index:10},this.rules[9].opcodes[8]={type:4,index:12},this.rules[10].opcodes=[],this.rules[10].opcodes[0]={type:6,string:[92]},this.rules[11].opcodes=[],this.rules[11].opcodes[0]={type:1,children:[1,2,3,4,5]},this.rules[11].opcodes[1]={type:5,min:32,max:33},this.rules[11].opcodes[2]={type:5,min:35,max:38},this.rules[11].opcodes[3]={type:5,min:40,max:91},this.rules[11].opcodes[4]={type:5,min:93,max:55295},this.rules[11].opcodes[5]={type:5,min:57344,max:1114111},this.rules[12].opcodes=[],this.rules[12].opcodes[0]={type:1,children:[1,2,3,4,5,6,7,8]},this.rules[12].opcodes[1]={type:6,string:[98]},this.rules[12].opcodes[2]={type:6,string:[102]},this.rules[12].opcodes[3]={type:6,string:[110]},this.rules[12].opcodes[4]={type:6,string:[114]},this.rules[12].opcodes[5]={type:6,string:[116]},this.rules[12].opcodes[6]={type:7,string:[47]},this.rules[12].opcodes[7]={type:7,string:[92]},this.rules[12].opcodes[8]={type:2,children:[9,10]},this.rules[12].opcodes[9]={type:6,string:[117]},this.rules[12].opcodes[10]={type:4,index:13},this.rules[13].opcodes=[],this.rules[13].opcodes[0]={type:1,children:[1,2]},this.rules[13].opcodes[1]={type:4,index:14},this.rules[13].opcodes[2]={type:2,children:[3,4,5,6]},this.rules[13].opcodes[3]={type:4,index:15},this.rules[13].opcodes[4]={type:7,string:[92]},this.rules[13].opcodes[5]={type:6,string:[117]},this.rules[13].opcodes[6]={type:4,index:16},this.rules[14].opcodes=[],this.rules[14].opcodes[0]={type:1,children:[1,11]},this.rules[14].opcodes[1]={type:2,children:[2,9]},this.rules[14].opcodes[2]={type:1,children:[3,4,5,6,7,8]},this.rules[14].opcodes[3]={type:4,index:65},this.rules[14].opcodes[4]={type:7,string:[97]},this.rules[14].opcodes[5]={type:7,string:[98]},this.rules[14].opcodes[6]={type:7,string:[99]},this.rules[14].opcodes[7]={type:7,string:[101]},this.rules[14].opcodes[8]={type:7,string:[102]},this.rules[14].opcodes[9]={type:3,min:3,max:3},this.rules[14].opcodes[10]={type:4,index:17},this.rules[14].opcodes[11]={type:2,children:[12,13,14]},this.rules[14].opcodes[12]={type:7,string:[100]},this.rules[14].opcodes[13]={type:5,min:48,max:55},this.rules[14].opcodes[14]={type:3,min:2,max:2},this.rules[14].opcodes[15]={type:4,index:17},this.rules[15].opcodes=[],this.rules[15].opcodes[0]={type:2,children:[1,2,7]},this.rules[15].opcodes[1]={type:7,string:[100]},this.rules[15].opcodes[2]={type:1,children:[3,4,5,6]},this.rules[15].opcodes[3]={type:7,string:[56]},this.rules[15].opcodes[4]={type:7,string:[57]},this.rules[15].opcodes[5]={type:7,string:[97]},this.rules[15].opcodes[6]={type:7,string:[98]},this.rules[15].opcodes[7]={type:3,min:2,max:2},this.rules[15].opcodes[8]={type:4,index:17},this.rules[16].opcodes=[],this.rules[16].opcodes[0]={type:2,children:[1,2,7]},this.rules[16].opcodes[1]={type:7,string:[100]},this.rules[16].opcodes[2]={type:1,children:[3,4,5,6]},this.rules[16].opcodes[3]={type:7,string:[99]},this.rules[16].opcodes[4]={type:7,string:[100]},this.rules[16].opcodes[5]={type:7,string:[101]},this.rules[16].opcodes[6]={type:7,string:[102]},this.rules[16].opcodes[7]={type:3,min:2,max:2},this.rules[16].opcodes[8]={type:4,index:17},this.rules[17].opcodes=[],this.rules[17].opcodes[0]={type:1,children:[1,2,3,4,5,6,7]},this.rules[17].opcodes[1]={type:4,index:65},this.rules[17].opcodes[2]={type:7,string:[97]},this.rules[17].opcodes[3]={type:7,string:[98]},this.rules[17].opcodes[4]={type:7,string:[99]},this.rules[17].opcodes[5]={type:7,string:[100]},this.rules[17].opcodes[6]={type:7,string:[101]},this.rules[17].opcodes[7]={type:7,string:[102]},this.rules[18].opcodes=[],this.rules[18].opcodes[0]={type:7,string:[42]},this.rules[19].opcodes=[],this.rules[19].opcodes[0]={type:4,index:20},this.rules[20].opcodes=[],this.rules[20].opcodes[0]={type:1,children:[1,2]},this.rules[20].opcodes[1]={type:7,string:[48]},this.rules[20].opcodes[2]={type:2,children:[3,5,6]},this.rules[20].opcodes[3]={type:3,min:0,max:1},this.rules[20].opcodes[4]={type:7,string:[45]},this.rules[20].opcodes[5]={type:4,index:21},this.rules[20].opcodes[6]={type:3,min:0,max:1/0},this.rules[20].opcodes[7]={type:4,index:65},this.rules[21].opcodes=[],this.rules[21].opcodes[0]={type:5,min:49,max:57},this.rules[22].opcodes=[],this.rules[22].opcodes[0]={type:2,children:[1,5,6,7,11]},this.rules[22].opcodes[1]={type:3,min:0,max:1},this.rules[22].opcodes[2]={type:2,children:[3,4]},this.rules[22].opcodes[3]={type:4,index:23},this.rules[22].opcodes[4]={type:4,index:3},this.rules[22].opcodes[5]={type:4,index:85},this.rules[22].opcodes[6]={type:4,index:3},this.rules[22].opcodes[7]={type:3,min:0,max:1},this.rules[22].opcodes[8]={type:2,children:[9,10]},this.rules[22].opcodes[9]={type:4,index:24},this.rules[22].opcodes[10]={type:4,index:3},this.rules[22].opcodes[11]={type:3,min:0,max:1},this.rules[22].opcodes[12]={type:2,children:[13,14]},this.rules[22].opcodes[13]={type:4,index:85},this.rules[22].opcodes[14]={type:3,min:0,max:1},this.rules[22].opcodes[15]={type:2,children:[16,17]},this.rules[22].opcodes[16]={type:4,index:3},this.rules[22].opcodes[17]={type:4,index:25},this.rules[23].opcodes=[],this.rules[23].opcodes[0]={type:4,index:20},this.rules[24].opcodes=[],this.rules[24].opcodes[0]={type:4,index:20},this.rules[25].opcodes=[],this.rules[25].opcodes[0]={type:4,index:20},this.rules[26].opcodes=[],this.rules[26].opcodes[0]={type:2,children:[1,2,3]},this.rules[26].opcodes[1]={type:4,index:88},this.rules[26].opcodes[2]={type:4,index:3},this.rules[26].opcodes[3]={type:4,index:27},this.rules[27].opcodes=[],this.rules[27].opcodes[0]={type:4,index:28},this.rules[28].opcodes=[],this.rules[28].opcodes[0]={type:2,children:[1,2]},this.rules[28].opcodes[1]={type:4,index:29},this.rules[28].opcodes[2]={type:3,min:0,max:1/0},this.rules[28].opcodes[3]={type:2,children:[4,5,6,7]},this.rules[28].opcodes[4]={type:4,index:3},this.rules[28].opcodes[5]={type:4,index:89},this.rules[28].opcodes[6]={type:4,index:3},this.rules[28].opcodes[7]={type:4,index:29},this.rules[29].opcodes=[],this.rules[29].opcodes[0]={type:2,children:[1,2]},this.rules[29].opcodes[1]={type:4,index:30},this.rules[29].opcodes[2]={type:3,min:0,max:1/0},this.rules[29].opcodes[3]={type:2,children:[4,5,6,7]},this.rules[29].opcodes[4]={type:4,index:3},this.rules[29].opcodes[5]={type:4,index:90},this.rules[29].opcodes[6]={type:4,index:3},this.rules[29].opcodes[7]={type:4,index:30},this.rules[30].opcodes=[],this.rules[30].opcodes[0]={type:1,children:[1,2,3]},this.rules[30].opcodes[1]={type:4,index:31},this.rules[30].opcodes[2]={type:4,index:37},this.rules[30].opcodes[3]={type:4,index:33},this.rules[31].opcodes=[],this.rules[31].opcodes[0]={type:2,children:[1,5,6,7,8,9]},this.rules[31].opcodes[1]={type:3,min:0,max:1},this.rules[31].opcodes[2]={type:2,children:[3,4]},this.rules[31].opcodes[3]={type:4,index:32},this.rules[31].opcodes[4]={type:4,index:3},this.rules[31].opcodes[5]={type:4,index:82},this.rules[31].opcodes[6]={type:4,index:3},this.rules[31].opcodes[7]={type:4,index:27},this.rules[31].opcodes[8]={type:4,index:3},this.rules[31].opcodes[9]={type:4,index:83},this.rules[32].opcodes=[],this.rules[32].opcodes[0]={type:7,string:[33]},this.rules[33].opcodes=[],this.rules[33].opcodes[0]={type:2,children:[1,5]},this.rules[33].opcodes[1]={type:3,min:0,max:1},this.rules[33].opcodes[2]={type:2,children:[3,4]},this.rules[33].opcodes[3]={type:4,index:32},this.rules[33].opcodes[4]={type:4,index:3},this.rules[33].opcodes[5]={type:1,children:[6,7]},this.rules[33].opcodes[6]={type:4,index:34},this.rules[33].opcodes[7]={type:4,index:57},this.rules[34].opcodes=[],this.rules[34].opcodes[0]={type:1,children:[1,2]},this.rules[34].opcodes[1]={type:4,index:35},this.rules[34].opcodes[2]={type:4,index:0},this.rules[35].opcodes=[],this.rules[35].opcodes[0]={type:2,children:[1,2]},this.rules[35].opcodes[1]={type:4,index:36},this.rules[35].opcodes[2]={type:4,index:1},this.rules[36].opcodes=[],this.rules[36].opcodes[0]={type:7,string:[64]},this.rules[37].opcodes=[],this.rules[37].opcodes[0]={type:2,children:[1,2,3,4,5]},this.rules[37].opcodes[1]={type:4,index:39},this.rules[37].opcodes[2]={type:4,index:3},this.rules[37].opcodes[3]={type:4,index:40},this.rules[37].opcodes[4]={type:4,index:3},this.rules[37].opcodes[5]={type:4,index:39},this.rules[38].opcodes=[],this.rules[38].opcodes[0]={type:1,children:[1,2,3,4,5]},this.rules[38].opcodes[1]={type:4,index:47},this.rules[38].opcodes[2]={type:4,index:7},this.rules[38].opcodes[3]={type:4,index:50},this.rules[38].opcodes[4]={type:4,index:51},this.rules[38].opcodes[5]={type:4,index:52},this.rules[39].opcodes=[],this.rules[39].opcodes[0]={type:1,children:[1,2,3]},this.rules[39].opcodes[1]={type:4,index:41},this.rules[39].opcodes[2]={type:4,index:57},this.rules[39].opcodes[3]={type:4,index:38},this.rules[40].opcodes=[],this.rules[40].opcodes[0]={type:1,children:[1,2,3,4,5,6]},this.rules[40].opcodes[1]={type:7,string:[61,61]},this.rules[40].opcodes[2]={type:7,string:[33,61]},this.rules[40].opcodes[3]={type:7,string:[60,61]},this.rules[40].opcodes[4]={type:7,string:[62,61]},this.rules[40].opcodes[5]={type:7,string:[60]},this.rules[40].opcodes[6]={type:7,string:[62]},this.rules[41].opcodes=[],this.rules[41].opcodes[0]={type:1,children:[1,2]},this.rules[41].opcodes[1]={type:4,index:42},this.rules[41].opcodes[2]={type:4,index:43},this.rules[42].opcodes=[],this.rules[42].opcodes[0]={type:2,children:[1,2]},this.rules[42].opcodes[1]={type:4,index:36},this.rules[42].opcodes[2]={type:4,index:44},this.rules[43].opcodes=[],this.rules[43].opcodes[0]={type:2,children:[1,2]},this.rules[43].opcodes[1]={type:4,index:4},this.rules[43].opcodes[2]={type:4,index:44},this.rules[44].opcodes=[],this.rules[44].opcodes[0]={type:3,min:0,max:1/0},this.rules[44].opcodes[1]={type:2,children:[2,3]},this.rules[44].opcodes[2]={type:4,index:3},this.rules[44].opcodes[3]={type:1,children:[4,5]},this.rules[44].opcodes[4]={type:4,index:45},this.rules[44].opcodes[5]={type:4,index:46},this.rules[45].opcodes=[],this.rules[45].opcodes[0]={type:1,children:[1,5]},this.rules[45].opcodes[1]={type:2,children:[2,3,4]},this.rules[45].opcodes[2]={type:4,index:80},this.rules[45].opcodes[3]={type:4,index:6},this.rules[45].opcodes[4]={type:4,index:81},this.rules[45].opcodes[5]={type:2,children:[6,7]},this.rules[45].opcodes[6]={type:4,index:78},this.rules[45].opcodes[7]={type:4,index:62},this.rules[46].opcodes=[],this.rules[46].opcodes[0]={type:2,children:[1,2,3]},this.rules[46].opcodes[1]={type:4,index:80},this.rules[46].opcodes[2]={type:4,index:19},this.rules[46].opcodes[3]={type:4,index:81},this.rules[47].opcodes=[],this.rules[47].opcodes[0]={type:2,children:[1,4,6]},this.rules[47].opcodes[1]={type:1,children:[2,3]},this.rules[47].opcodes[2]={type:4,index:20},this.rules[47].opcodes[3]={type:7,string:[45,48]},this.rules[47].opcodes[4]={type:3,min:0,max:1},this.rules[47].opcodes[5]={type:4,index:48},this.rules[47].opcodes[6]={type:3,min:0,max:1},this.rules[47].opcodes[7]={type:4,index:49},this.rules[48].opcodes=[],this.rules[48].opcodes[0]={type:2,children:[1,2]},this.rules[48].opcodes[1]={type:7,string:[46]},this.rules[48].opcodes[2]={type:3,min:1,max:1/0},this.rules[48].opcodes[3]={type:4,index:65},this.rules[49].opcodes=[],this.rules[49].opcodes[0]={type:2,children:[1,2,6]},this.rules[49].opcodes[1]={type:7,string:[101]},this.rules[49].opcodes[2]={type:3,min:0,max:1},this.rules[49].opcodes[3]={type:1,children:[4,5]},this.rules[49].opcodes[4]={type:7,string:[45]},this.rules[49].opcodes[5]={type:7,string:[43]},this.rules[49].opcodes[6]={type:3,min:1,max:1/0},this.rules[49].opcodes[7]={type:4,index:65},this.rules[50].opcodes=[],this.rules[50].opcodes[0]={type:6,string:[116,114,117,101]},this.rules[51].opcodes=[],this.rules[51].opcodes[0]={type:6,string:[102,97,108,115,101]},this.rules[52].opcodes=[],this.rules[52].opcodes[0]={type:6,string:[110,117,108,108]},this.rules[53].opcodes=[],this.rules[53].opcodes[0]={type:2,children:[1,2]},this.rules[53].opcodes[1]={type:4,index:54},this.rules[53].opcodes[2]={type:3,min:0,max:1/0},this.rules[53].opcodes[3]={type:4,index:55},this.rules[54].opcodes=[],this.rules[54].opcodes[0]={type:4,index:56},this.rules[55].opcodes=[],this.rules[55].opcodes[0]={type:1,children:[1,2,3]},this.rules[55].opcodes[1]={type:4,index:54},this.rules[55].opcodes[2]={type:7,string:[95]},this.rules[55].opcodes[3]={type:4,index:65},this.rules[56].opcodes=[],this.rules[56].opcodes[0]={type:5,min:97,max:122},this.rules[57].opcodes=[],this.rules[57].opcodes[0]={type:2,children:[1,2,3,4,13,14]},this.rules[57].opcodes[1]={type:4,index:53},this.rules[57].opcodes[2]={type:4,index:82},this.rules[57].opcodes[3]={type:4,index:3},this.rules[57].opcodes[4]={type:3,min:0,max:1},this.rules[57].opcodes[5]={type:2,children:[6,7]},this.rules[57].opcodes[6]={type:4,index:58},this.rules[57].opcodes[7]={type:3,min:0,max:1/0},this.rules[57].opcodes[8]={type:2,children:[9,10,11,12]},this.rules[57].opcodes[9]={type:4,index:3},this.rules[57].opcodes[10]={type:4,index:84},this.rules[57].opcodes[11]={type:4,index:3},this.rules[57].opcodes[12]={type:4,index:58},this.rules[57].opcodes[13]={type:4,index:3},this.rules[57].opcodes[14]={type:4,index:83},this.rules[58].opcodes=[],this.rules[58].opcodes[0]={type:1,children:[1,2,3,4]},this.rules[58].opcodes[1]={type:4,index:27},this.rules[58].opcodes[2]={type:4,index:34},this.rules[58].opcodes[3]={type:4,index:57},this.rules[58].opcodes[4]={type:4,index:38},this.rules[59].opcodes=[],this.rules[59].opcodes[0]={type:1,children:[1,2]},this.rules[59].opcodes[1]={type:4,index:60},this.rules[59].opcodes[2]={type:4,index:67},this.rules[60].opcodes=[],this.rules[60].opcodes[0]={type:1,children:[1,2]},this.rules[60].opcodes[1]={type:4,index:61},this.rules[60].opcodes[2]={type:2,children:[3,4]},this.rules[60].opcodes[3]={type:4,index:78},this.rules[60].opcodes[4]={type:1,children:[5,6]},this.rules[60].opcodes[5]={type:4,index:18},this.rules[60].opcodes[6]={type:4,index:62},this.rules[61].opcodes=[],this.rules[61].opcodes[0]={type:2,children:[1,2,3,4,10,11]},this.rules[61].opcodes[1]={type:4,index:80},this.rules[61].opcodes[2]={type:4,index:3},this.rules[61].opcodes[3]={type:4,index:5},this.rules[61].opcodes[4]={type:3,min:0,max:1/0},this.rules[61].opcodes[5]={type:2,children:[6,7,8,9]},this.rules[61].opcodes[6]={type:4,index:3},this.rules[61].opcodes[7]={type:4,index:84},this.rules[61].opcodes[8]={type:4,index:3},this.rules[61].opcodes[9]={type:4,index:5},this.rules[61].opcodes[10]={type:4,index:3},this.rules[61].opcodes[11]={type:4,index:81},this.rules[62].opcodes=[],this.rules[62].opcodes[0]={type:2,children:[1,2]},this.rules[62].opcodes[1]={type:4,index:63},this.rules[62].opcodes[2]={type:3,min:0,max:1/0},this.rules[62].opcodes[3]={type:4,index:64},this.rules[63].opcodes=[],this.rules[63].opcodes[0]={type:1,children:[1,2,3,4]},this.rules[63].opcodes[1]={type:4,index:66},this.rules[63].opcodes[2]={type:7,string:[95]},this.rules[63].opcodes[3]={type:5,min:128,max:55295},this.rules[63].opcodes[4]={type:5,min:57344,max:1114111},this.rules[64].opcodes=[],this.rules[64].opcodes[0]={type:1,children:[1,2]},this.rules[64].opcodes[1]={type:4,index:63},this.rules[64].opcodes[2]={type:4,index:65},this.rules[65].opcodes=[],this.rules[65].opcodes[0]={type:5,min:48,max:57},this.rules[66].opcodes=[],this.rules[66].opcodes[0]={type:1,children:[1,2]},this.rules[66].opcodes[1]={type:5,min:65,max:90},this.rules[66].opcodes[2]={type:5,min:97,max:122},this.rules[67].opcodes=[],this.rules[67].opcodes[0]={type:2,children:[1,2]},this.rules[67].opcodes[1]={type:4,index:79},this.rules[67].opcodes[2]={type:1,children:[3,4,5]},this.rules[67].opcodes[3]={type:4,index:61},this.rules[67].opcodes[4]={type:4,index:18},this.rules[67].opcodes[5]={type:4,index:62},this.rules[68].opcodes=[],this.rules[68].opcodes[0]={type:2,children:[1,2]},this.rules[68].opcodes[1]={type:4,index:4},this.rules[68].opcodes[2]={type:3,min:0,max:1/0},this.rules[68].opcodes[3]={type:4,index:69},this.rules[69].opcodes=[],this.rules[69].opcodes[0]={type:2,children:[1,2,3]},this.rules[69].opcodes[1]={type:4,index:80},this.rules[69].opcodes[2]={type:4,index:70},this.rules[69].opcodes[3]={type:4,index:81},this.rules[70].opcodes=[],this.rules[70].opcodes[0]={type:1,children:[1,2]},this.rules[70].opcodes[1]={type:4,index:71},this.rules[70].opcodes[2]={type:4,index:77},this.rules[71].opcodes=[],this.rules[71].opcodes[0]={type:2,children:[1,2,4]},this.rules[71].opcodes[1]={type:4,index:87},this.rules[71].opcodes[2]={type:3,min:0,max:1/0},this.rules[71].opcodes[3]={type:4,index:72},this.rules[71].opcodes[4]={type:4,index:87},this.rules[72].opcodes=[],this.rules[72].opcodes[0]={type:1,children:[1,2]},this.rules[72].opcodes[1]={type:4,index:73},this.rules[72].opcodes[2]={type:2,children:[3,4]},this.rules[72].opcodes[3]={type:4,index:10},this.rules[72].opcodes[4]={type:4,index:74},this.rules[73].opcodes=[],this.rules[73].opcodes[0]={type:1,children:[1,2,3,4]},this.rules[73].opcodes[1]={type:5,min:32,max:38},this.rules[73].opcodes[2]={type:5,min:40,max:91},this.rules[73].opcodes[3]={type:5,min:93,max:55295},this.rules[73].opcodes[4]={type:5,min:57344,max:1114111},this.rules[74].opcodes=[],this.rules[74].opcodes[0]={type:1,children:[1,2,3,4,5,6,7,8]},this.rules[74].opcodes[1]={type:6,string:[98]},this.rules[74].opcodes[2]={type:6,string:[102]},this.rules[74].opcodes[3]={type:6,string:[110]},this.rules[74].opcodes[4]={type:6,string:[114]},this.rules[74].opcodes[5]={type:6,string:[116]},this.rules[74].opcodes[6]={type:7,string:[39]},this.rules[74].opcodes[7]={type:7,string:[92]},this.rules[74].opcodes[8]={type:2,children:[9,10]},this.rules[74].opcodes[9]={type:6,string:[117]},this.rules[74].opcodes[10]={type:4,index:75},this.rules[75].opcodes=[],this.rules[75].opcodes[0]={type:2,children:[1,2,3]},this.rules[75].opcodes[1]={type:7,string:[48]},this.rules[75].opcodes[2]={type:7,string:[48]},this.rules[75].opcodes[3]={type:1,children:[4,7,10,13]},this.rules[75].opcodes[4]={type:2,children:[5,6]},this.rules[75].opcodes[5]={type:7,string:[48]},this.rules[75].opcodes[6]={type:5,min:48,max:55},this.rules[75].opcodes[7]={type:2,children:[8,9]},this.rules[75].opcodes[8]={type:7,string:[48]},this.rules[75].opcodes[9]={type:6,string:[98]},this.rules[75].opcodes[10]={type:2,children:[11,12]},this.rules[75].opcodes[11]={type:7,string:[48]},this.rules[75].opcodes[12]={type:5,min:101,max:102},this.rules[75].opcodes[13]={type:2,children:[14,15]},this.rules[75].opcodes[14]={type:7,string:[49]},this.rules[75].opcodes[15]={type:4,index:76},this.rules[76].opcodes=[],this.rules[76].opcodes[0]={type:1,children:[1,2]},this.rules[76].opcodes[1]={type:4,index:65},this.rules[76].opcodes[2]={type:5,min:97,max:102},this.rules[77].opcodes=[],this.rules[77].opcodes[0]={type:1,children:[1,2]},this.rules[77].opcodes[1]={type:7,string:[48]},this.rules[77].opcodes[2]={type:2,children:[3,4]},this.rules[77].opcodes[3]={type:4,index:21},this.rules[77].opcodes[4]={type:3,min:0,max:1/0},this.rules[77].opcodes[5]={type:4,index:65},this.rules[78].opcodes=[],this.rules[78].opcodes[0]={type:7,string:[46]},this.rules[79].opcodes=[],this.rules[79].opcodes[0]={type:7,string:[46,46]},this.rules[80].opcodes=[],this.rules[80].opcodes[0]={type:7,string:[91]},this.rules[81].opcodes=[],this.rules[81].opcodes[0]={type:7,string:[93]},this.rules[82].opcodes=[],this.rules[82].opcodes[0]={type:7,string:[40]},this.rules[83].opcodes=[],this.rules[83].opcodes[0]={type:7,string:[41]},this.rules[84].opcodes=[],this.rules[84].opcodes[0]={type:7,string:[44]},this.rules[85].opcodes=[],this.rules[85].opcodes[0]={type:7,string:[58]},this.rules[86].opcodes=[],this.rules[86].opcodes[0]={type:6,string:[34]},this.rules[87].opcodes=[],this.rules[87].opcodes[0]={type:6,string:[39]},this.rules[88].opcodes=[],this.rules[88].opcodes[0]={type:7,string:[63]},this.rules[89].opcodes=[],this.rules[89].opcodes[0]={type:7,string:[124,124]},this.rules[90].opcodes=[],this.rules[90].opcodes[0]={type:7,string:[38,38]},this.toString=function(){let e="";return e+="; JSONPath: Query Expressions for JSON\n",e+="; https://www.rfc-editor.org/rfc/rfc9535\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.1.1\n",e+="jsonpath-query = root-identifier segments\n",e+="segments = *(S segment)\n",e+="\n",e+="B = %x20 / ; Space\n",e+=" %x09 / ; Horizontal tab\n",e+=" %x0A / ; Line feed or New line\n",e+=" %x0D ; Carriage return\n",e+="S = *B ; optional blank space\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.2.1\n",e+='root-identifier = "$"\n',e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.3\n",e+="selector = name-selector /\n",e+=" wildcard-selector /\n",e+=" slice-selector /\n",e+=" index-selector /\n",e+=" filter-selector\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.1.1\n",e+="name-selector = string-literal\n",e+="\n",e+='string-literal = dquote *double-quoted dquote / ; "string", MODIFICATION: surrogate text rule used\n',e+=" squote *single-quoted squote ; 'string', MODIFICATION: surrogate text rule used\n",e+="\n",e+="double-quoted = unescaped /\n",e+=" %x27 / ; '\n",e+=' ESC %x22 / ; \\"\n',e+=" ESC escapable\n",e+="\n",e+="single-quoted = unescaped /\n",e+=' %x22 / ; "\n',e+=" ESC %x27 / ; \\'\n",e+=" ESC escapable\n",e+="\n",e+="ESC = %x5C ; \\ backslash\n",e+="\n",e+="unescaped = %x20-21 / ; see RFC 8259\n",e+=' ; omit 0x22 "\n',e+=" %x23-26 /\n",e+=" ; omit 0x27 '\n",e+=" %x28-5B /\n",e+=" ; omit 0x5C \\\n",e+=" %x5D-D7FF /\n",e+=" ; skip surrogate code points\n",e+=" %xE000-10FFFF\n",e+="\n",e+="escapable = %x62 / ; b BS backspace U+0008\n",e+=" %x66 / ; f FF form feed U+000C\n",e+=" %x6E / ; n LF line feed U+000A\n",e+=" %x72 / ; r CR carriage return U+000D\n",e+=" %x74 / ; t HT horizontal tab U+0009\n",e+=' "/" / ; / slash (solidus) U+002F\n',e+=' "\\" / ; \\ backslash (reverse solidus) U+005C\n',e+=" (%x75 hexchar) ; uXXXX U+XXXX\n",e+="\n",e+="hexchar = non-surrogate /\n",e+=' (high-surrogate "\\" %x75 low-surrogate)\n',e+='non-surrogate = ((DIGIT / "A"/"B"/"C" / "E"/"F") 3HEXDIG) /\n',e+=' ("D" %x30-37 2HEXDIG )\n',e+='high-surrogate = "D" ("8"/"9"/"A"/"B") 2HEXDIG\n',e+='low-surrogate = "D" ("C"/"D"/"E"/"F") 2HEXDIG\n',e+="\n",e+='HEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"\n',e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.2.1\n",e+='wildcard-selector = "*"\n',e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.3.1\n",e+="index-selector = int ; decimal integer\n",e+="\n",e+='int = "0" /\n',e+=' (["-"] DIGIT1 *DIGIT) ; - optional\n',e+="DIGIT1 = %x31-39 ; 1-9 non-zero digit\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.4.1\n",e+="slice-selector = [start S] colon S [end S] [colon [S step ]] ; MODIFICATION: surrogate text rule used\n",e+="\n",e+="start = int ; included in selection\n",e+="end = int ; not included in selection\n",e+="step = int ; default: 1\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.5.1\n",e+="filter-selector = questionmark S logical-expr ; MODIFICATION: surrogate text rule used\n",e+="\n",e+="logical-expr = logical-or-expr\n",e+="logical-or-expr = logical-and-expr *(S disjunction S logical-and-expr) ; MODIFICATION: surrogate text rule used\n",e+=" ; disjunction\n",e+=" ; binds less tightly than conjunction\n",e+="logical-and-expr = basic-expr *(S conjunction S basic-expr) ; MODIFICATION: surrogate text rule used\n",e+=" ; conjunction\n",e+=" ; binds more tightly than disjunction\n",e+="\n",e+="basic-expr = paren-expr /\n",e+=" comparison-expr /\n",e+=" test-expr\n",e+="\n",e+="paren-expr = [logical-not-op S] left-paren S logical-expr S right-paren ; MODIFICATION: surrogate text rule used\n",e+=" ; parenthesized expression\n",e+='logical-not-op = "!" ; logical NOT operator\n',e+="\n",e+="test-expr = [logical-not-op S]\n",e+=" (filter-query / ; existence/non-existence\n",e+=" function-expr) ; LogicalType or NodesType\n",e+="filter-query = rel-query / jsonpath-query\n",e+="rel-query = current-node-identifier segments\n",e+='current-node-identifier = "@"\n',e+="\n",e+="comparison-expr = comparable S comparison-op S comparable\n",e+="literal = number / string-literal /\n",e+=" true / false / null\n",e+="comparable = singular-query / ; singular query value\n",e+=" function-expr / ; ValueType\n",e+=" literal\n",e+=" ; MODIFICATION: https://www.rfc-editor.org/errata/eid8352\n",e+='comparison-op = "==" / "!=" /\n',e+=' "<=" / ">=" /\n',e+=' "<" / ">"\n',e+="\n",e+="singular-query = rel-singular-query / abs-singular-query\n",e+="rel-singular-query = current-node-identifier singular-query-segments\n",e+="abs-singular-query = root-identifier singular-query-segments\n",e+="singular-query-segments = *(S (name-segment / index-segment))\n",e+="name-segment = (left-bracket name-selector right-bracket) / ; MODIFICATION: surrogate text rule used\n",e+=" (dot-prefix member-name-shorthand) ; MODIFICATION: surrogate text rule used\n",e+="index-segment = left-bracket index-selector right-bracket ; MODIFICATION: surrogate text rule used\n",e+="\n",e+='number = (int / "-0") [ frac ] [ exp ] ; decimal number\n',e+='frac = "." 1*DIGIT ; decimal fraction\n',e+='exp = "e" [ "-" / "+" ] 1*DIGIT ; decimal exponent\n',e+="true = %x74.72.75.65 ; true\n",e+="false = %x66.61.6c.73.65 ; false\n",e+="null = %x6e.75.6c.6c ; null\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.4\n",e+="function-name = function-name-first *function-name-char\n",e+="function-name-first = LCALPHA\n",e+='function-name-char = function-name-first / "_" / DIGIT\n',e+='LCALPHA = %x61-7A ; "a".."z"\n',e+="\n",e+="function-expr = function-name left-paren S [function-argument ; MODIFICATION: surrogate text rule used\n",e+=" *(S comma S function-argument)] S right-paren ; MODIFICATION: surrogate text rule used\n",e+="function-argument = logical-expr / ; MODIFICATION: https://www.rfc-editor.org/errata/eid8343\n",e+=" filter-query / ; (includes singular-query)\n",e+=" function-expr /\n",e+=" literal\n",e+="\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.5\n",e+="segment = child-segment / descendant-segment\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.5.1.1\n",e+="child-segment = bracketed-selection /\n",e+=" (dot-prefix ; MODIFICATION: surrogate text rule used\n",e+=" (wildcard-selector /\n",e+=" member-name-shorthand))\n",e+="\n",e+="bracketed-selection = left-bracket S selector *(S comma S selector) S right-bracket\n",e+=" ; MODIFICATION: surrogate text rule used\n",e+="\n",e+="member-name-shorthand = name-first *name-char\n",e+="name-first = ALPHA /\n",e+=' "_" /\n',e+=" %x80-D7FF /\n",e+=" ; skip surrogate code points\n",e+=" %xE000-10FFFF\n",e+="name-char = name-first / DIGIT\n",e+="\n",e+="DIGIT = %x30-39 ; 0-9\n",e+="ALPHA = %x41-5A / %x61-7A ; A-Z / a-z\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#section-2.5.2.1\n",e+="descendant-segment = double-dot-prefix (bracketed-selection / ; MODIFICATION: surrogate text rule used\n",e+=" wildcard-selector /\n",e+=" member-name-shorthand)\n",e+="\n",e+="; https://www.rfc-editor.org/rfc/rfc9535#name-normalized-paths\n",e+="normalized-path = root-identifier *(normal-index-segment)\n",e+="normal-index-segment = left-bracket normal-selector right-bracket ; MODIFICATION: surrogate text rule used\n",e+="normal-selector = normal-name-selector / normal-index-selector\n",e+="normal-name-selector = squote *normal-single-quoted squote ; 'string', MODIFICATION: surrogate text rule used\n",e+="normal-single-quoted = normal-unescaped /\n",e+=" ESC normal-escapable\n",e+="normal-unescaped = ; omit %x0-1F control codes\n",e+=" %x20-26 /\n",e+=" ; omit 0x27 '\n",e+=" %x28-5B /\n",e+=" ; omit 0x5C \\\n",e+=" %x5D-D7FF /\n",e+=" ; skip surrogate code points\n",e+=" %xE000-10FFFF\n",e+="\n",e+="normal-escapable = %x62 / ; b BS backspace U+0008\n",e+=" %x66 / ; f FF form feed U+000C\n",e+=" %x6E / ; n LF line feed U+000A\n",e+=" %x72 / ; r CR carriage return U+000D\n",e+=" %x74 / ; t HT horizontal tab U+0009\n",e+=" \"'\" / ; ' apostrophe U+0027\n",e+=' "\\" / ; \\ backslash (reverse solidus) U+005C\n',e+=" (%x75 normal-hexchar)\n",e+=" ; certain values u00xx U+00XX\n",e+='normal-hexchar = "0" "0"\n',e+=" (\n",e+=' ("0" %x30-37) / ; "00"-"07"\n',e+=" ; omit U+0008-U+000A BS HT LF\n",e+=' ("0" %x62) / ; "0b"\n',e+=" ; omit U+000C-U+000D FF CR\n",e+=' ("0" %x65-66) / ; "0e"-"0f"\n',e+=' ("1" normal-HEXDIG)\n',e+=" )\n",e+='normal-HEXDIG = DIGIT / %x61-66 ; "0"-"9", "a"-"f"\n',e+='normal-index-selector = "0" / (DIGIT1 *DIGIT)\n',e+=" ; non-negative decimal integer\n",e+="\n",e+="; Surrogate named rules\n",e+='dot-prefix = "."\n',e+='double-dot-prefix = ".."\n',e+='left-bracket = "["\n',e+='right-bracket = "]"\n',e+='left-paren = "("\n',e+='right-paren = ")"\n',e+='comma = ","\n',e+='colon = ":"\n',e+='dquote = %x22 ; "\n',e+="squote = %x27 ; '\n",e+='questionmark = "?"\n',e+='disjunction = "||"\n',e+='conjunction = "&&"\n','; JSONPath: Query Expressions for JSON\n; https://www.rfc-editor.org/rfc/rfc9535\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.1.1\njsonpath-query = root-identifier segments\nsegments = *(S segment)\n\nB = %x20 / ; Space\n %x09 / ; Horizontal tab\n %x0A / ; Line feed or New line\n %x0D ; Carriage return\nS = *B ; optional blank space\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.2.1\nroot-identifier = "$"\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.3\nselector = name-selector /\n wildcard-selector /\n slice-selector /\n index-selector /\n filter-selector\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.1.1\nname-selector = string-literal\n\nstring-literal = dquote *double-quoted dquote / ; "string", MODIFICATION: surrogate text rule used\n squote *single-quoted squote ; \'string\', MODIFICATION: surrogate text rule used\n\ndouble-quoted = unescaped /\n %x27 / ; \'\n ESC %x22 / ; \\"\n ESC escapable\n\nsingle-quoted = unescaped /\n %x22 / ; "\n ESC %x27 / ; \\\'\n ESC escapable\n\nESC = %x5C ; \\ backslash\n\nunescaped = %x20-21 / ; see RFC 8259\n ; omit 0x22 "\n %x23-26 /\n ; omit 0x27 \'\n %x28-5B /\n ; omit 0x5C \\\n %x5D-D7FF /\n ; skip surrogate code points\n %xE000-10FFFF\n\nescapable = %x62 / ; b BS backspace U+0008\n %x66 / ; f FF form feed U+000C\n %x6E / ; n LF line feed U+000A\n %x72 / ; r CR carriage return U+000D\n %x74 / ; t HT horizontal tab U+0009\n "/" / ; / slash (solidus) U+002F\n "\\" / ; \\ backslash (reverse solidus) U+005C\n (%x75 hexchar) ; uXXXX U+XXXX\n\nhexchar = non-surrogate /\n (high-surrogate "\\" %x75 low-surrogate)\nnon-surrogate = ((DIGIT / "A"/"B"/"C" / "E"/"F") 3HEXDIG) /\n ("D" %x30-37 2HEXDIG )\nhigh-surrogate = "D" ("8"/"9"/"A"/"B") 2HEXDIG\nlow-surrogate = "D" ("C"/"D"/"E"/"F") 2HEXDIG\n\nHEXDIG = DIGIT / "A" / "B" / "C" / "D" / "E" / "F"\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.2.1\nwildcard-selector = "*"\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.3.1\nindex-selector = int ; decimal integer\n\nint = "0" /\n (["-"] DIGIT1 *DIGIT) ; - optional\nDIGIT1 = %x31-39 ; 1-9 non-zero digit\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.4.1\nslice-selector = [start S] colon S [end S] [colon [S step ]] ; MODIFICATION: surrogate text rule used\n\nstart = int ; included in selection\nend = int ; not included in selection\nstep = int ; default: 1\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.3.5.1\nfilter-selector = questionmark S logical-expr ; MODIFICATION: surrogate text rule used\n\nlogical-expr = logical-or-expr\nlogical-or-expr = logical-and-expr *(S disjunction S logical-and-expr) ; MODIFICATION: surrogate text rule used\n ; disjunction\n ; binds less tightly than conjunction\nlogical-and-expr = basic-expr *(S conjunction S basic-expr) ; MODIFICATION: surrogate text rule used\n ; conjunction\n ; binds more tightly than disjunction\n\nbasic-expr = paren-expr /\n comparison-expr /\n test-expr\n\nparen-expr = [logical-not-op S] left-paren S logical-expr S right-paren ; MODIFICATION: surrogate text rule used\n ; parenthesized expression\nlogical-not-op = "!" ; logical NOT operator\n\ntest-expr = [logical-not-op S]\n (filter-query / ; existence/non-existence\n function-expr) ; LogicalType or NodesType\nfilter-query = rel-query / jsonpath-query\nrel-query = current-node-identifier segments\ncurrent-node-identifier = "@"\n\ncomparison-expr = comparable S comparison-op S comparable\nliteral = number / string-literal /\n true / false / null\ncomparable = singular-query / ; singular query value\n function-expr / ; ValueType\n literal\n ; MODIFICATION: https://www.rfc-editor.org/errata/eid8352\ncomparison-op = "==" / "!=" /\n "<=" / ">=" /\n "<" / ">"\n\nsingular-query = rel-singular-query / abs-singular-query\nrel-singular-query = current-node-identifier singular-query-segments\nabs-singular-query = root-identifier singular-query-segments\nsingular-query-segments = *(S (name-segment / index-segment))\nname-segment = (left-bracket name-selector right-bracket) / ; MODIFICATION: surrogate text rule used\n (dot-prefix member-name-shorthand) ; MODIFICATION: surrogate text rule used\nindex-segment = left-bracket index-selector right-bracket ; MODIFICATION: surrogate text rule used\n\nnumber = (int / "-0") [ frac ] [ exp ] ; decimal number\nfrac = "." 1*DIGIT ; decimal fraction\nexp = "e" [ "-" / "+" ] 1*DIGIT ; decimal exponent\ntrue = %x74.72.75.65 ; true\nfalse = %x66.61.6c.73.65 ; false\nnull = %x6e.75.6c.6c ; null\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.4\nfunction-name = function-name-first *function-name-char\nfunction-name-first = LCALPHA\nfunction-name-char = function-name-first / "_" / DIGIT\nLCALPHA = %x61-7A ; "a".."z"\n\nfunction-expr = function-name left-paren S [function-argument ; MODIFICATION: surrogate text rule used\n *(S comma S function-argument)] S right-paren ; MODIFICATION: surrogate text rule used\nfunction-argument = logical-expr / ; MODIFICATION: https://www.rfc-editor.org/errata/eid8343\n filter-query / ; (includes singular-query)\n function-expr /\n literal\n\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.5\nsegment = child-segment / descendant-segment\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.5.1.1\nchild-segment = bracketed-selection /\n (dot-prefix ; MODIFICATION: surrogate text rule used\n (wildcard-selector /\n member-name-shorthand))\n\nbracketed-selection = left-bracket S selector *(S comma S selector) S right-bracket\n ; MODIFICATION: surrogate text rule used\n\nmember-name-shorthand = name-first *name-char\nname-first = ALPHA /\n "_" /\n %x80-D7FF /\n ; skip surrogate code points\n %xE000-10FFFF\nname-char = name-first / DIGIT\n\nDIGIT = %x30-39 ; 0-9\nALPHA = %x41-5A / %x61-7A ; A-Z / a-z\n\n; https://www.rfc-editor.org/rfc/rfc9535#section-2.5.2.1\ndescendant-segment = double-dot-prefix (bracketed-selection / ; MODIFICATION: surrogate text rule used\n wildcard-selector /\n member-name-shorthand)\n\n; https://www.rfc-editor.org/rfc/rfc9535#name-normalized-paths\nnormalized-path = root-identifier *(normal-index-segment)\nnormal-index-segment = left-bracket normal-selector right-bracket ; MODIFICATION: surrogate text rule used\nnormal-selector = normal-name-selector / normal-index-selector\nnormal-name-selector = squote *normal-single-quoted squote ; \'string\', MODIFICATION: surrogate text rule used\nnormal-single-quoted = normal-unescaped /\n ESC normal-escapable\nnormal-unescaped = ; omit %x0-1F control codes\n %x20-26 /\n ; omit 0x27 \'\n %x28-5B /\n ; omit 0x5C \\\n %x5D-D7FF /\n ; skip surrogate code points\n %xE000-10FFFF\n\nnormal-escapable = %x62 / ; b BS backspace U+0008\n %x66 / ; f FF form feed U+000C\n %x6E / ; n LF line feed U+000A\n %x72 / ; r CR carriage return U+000D\n %x74 / ; t HT horizontal tab U+0009\n "\'" / ; \' apostrophe U+0027\n "\\" / ; \\ backslash (reverse solidus) U+005C\n (%x75 normal-hexchar)\n ; certain values u00xx U+00XX\nnormal-hexchar = "0" "0"\n (\n ("0" %x30-37) / ; "00"-"07"\n ; omit U+0008-U+000A BS HT LF\n ("0" %x62) / ; "0b"\n ; omit U+000C-U+000D FF CR\n ("0" %x65-66) / ; "0e"-"0f"\n ("1" normal-HEXDIG)\n )\nnormal-HEXDIG = DIGIT / %x61-66 ; "0"-"9", "a"-"f"\nnormal-index-selector = "0" / (DIGIT1 *DIGIT)\n ; non-negative decimal integer\n\n; Surrogate named rules\ndot-prefix = "."\ndouble-dot-prefix = ".."\nleft-bracket = "["\nright-bracket = "]"\nleft-paren = "("\nright-paren = ")"\ncomma = ","\ncolon = ":"\ndquote = %x22 ; "\nsquote = %x27 ; \'\nquestionmark = "?"\ndisjunction = "||"\nconjunction = "&&"\n'}};const ns=class extends ss{},rs=e=>{if(!Array.isArray(e))throw new ns("Selectors must be an array, got: "+typeof e,{selectors:e});try{return`$${e.map(e=>{if("string"==typeof e)return`['${(e=>{if("string"!=typeof e)throw new TypeError("Selector must be a string");let t="";for(const s of e){const e=s.codePointAt(0);switch(e){case 8:t+="\\b";break;case 9:t+="\\t";break;case 10:t+="\\n";break;case 12:t+="\\f";break;case 13:t+="\\r";break;case 39:t+="\\'";break;case 92:t+="\\\\";break;default:t+=e<=31?`\\u${e.toString(16).padStart(4,"0")}`:s}}return t})(e)}']`;if("number"==typeof e){if(!Number.isSafeInteger(e)||e<0)throw new TypeError(`Index selector must be a non-negative safe integer, got: ${e}`);return`[${e}]`}throw new TypeError("Selector must be a string or non-negative integer, got: "+typeof e)}).join("")}`}catch(t){throw new ns("Failed to compile normalized JSONPath",{cause:t,selectors:e})}},is=(e,t,s,n)=>{const{realm:r}=e,{value:i}=s;if(r.isObject(t)&&r.hasProperty(t,i)){n(r.getProperty(t,i),i)}},os=(e,t,s,n)=>{const{realm:r}=e,{value:i}=s;if(!r.isArray(t))return;const o=r.getLength(t),a=((e,t)=>e>=0?e:t+e)(i,o);if(a>=0&&a<o){n(r.getElement(t,a),a)}},as=(e,t,s,n)=>{const{realm:r}=e;for(const[e,s]of r.entries(t))n(s,e)},cs=(e,t)=>e>=0?Math.min(e,t):Math.max(t+e,0),ls=(e,t,s,n)=>{const{realm:r}=e,{start:i,end:o,step:a}=s;if(!r.isArray(t))return;const c=((e,t,s,n)=>{const r=s??1;if(0===r)return null;let i,o;if(r>0){const s=0,r=n,a=null!==e?cs(e,n):s,c=null!==t?cs(t,n):r;i=Math.max(a,0),o=Math.min(c,n)}else{const s=n-1,r=-n-1,a=null!==e?e>=0?Math.min(e,n-1):Math.max(n+e,-1):s,c=null!==t?t>=0?Math.min(t,n-1):Math.max(n+t,-1):r;o=Math.min(a,n-1),i=Math.max(c,-1)}return{lower:i,upper:o,step:r}})(i,o,a,r.getLength(t));if(null===c)return;const{lower:l,upper:u,step:d}=c;if(d>0)for(let e=l;e<u;e+=d){n(r.getElement(t,e),e)}else for(let e=u;e>l;e+=d){n(r.getElement(t,e),e)}},us=(e,t,s,n)=>n.value,ds=(e,t,s)=>{const{realm:n}=e,{selector:r}=s;switch(r.type){case"NameSelector":{const{value:e}=r;return n.isObject(t)&&n.hasProperty(t,e)?n.getProperty(t,e):void 0}case"IndexSelector":{const{value:e}=r;if(!n.isArray(t))return;const s=n.getLength(t),i=e>=0?e:s+e;return i>=0&&i<s?n.getElement(t,i):void 0}default:return}},hs=(e,t,s,n)=>{const{selectors:r}=s;for(const s of r)Ss(e,t,s,n)},ps=(e,t,s)=>{const n=[],r=e=>{n.push(e)},{selector:i}=s;switch(i.type){case"BracketedSelection":hs(e,t,i,r);break;case"NameSelector":case"WildcardSelector":case"IndexSelector":case"SliceSelector":case"FilterSelector":Ss(e,t,i,r)}return n},ms=(e,t,s,n)=>{let r=s;for(const t of n){const s=[];if("DescendantSegment"===t.type){const n=r=>{const{realm:i}=e,o=ps(e,r,t);s.push(...o);for(const[,e]of i.entries(r))n(e)};for(const e of r)n(e)}else for(const n of r){const r=ps(e,n,t);s.push(...r)}r=s}return r},fs=(e,t,s,n)=>{const{query:r}=n;let i;switch(r.type){case"RelQuery":i=((e,t,s,n)=>{const{segments:r}=n;return 0===r.length?[s]:ms(e,0,[s],r)})(e,0,s,r);break;case"JsonPathQuery":i=((e,t,s,n)=>{const{segments:r}=n;return 0===r.length?[t]:ms(e,0,[t],r)})(e,t,0,r);break;default:i=[]}return o=i,Object.defineProperty(o,"_isNodelist",{value:!0,enumerable:!1,writable:!1}),o;var o};let _s;const gs=(e,t,s,n)=>{const{name:r,arguments:i}=n,o=e.functions[r];if("function"!=typeof o)return;const a=i.map(n=>((e,t,s,n)=>{switch(n.type){case"Literal":case"RelSingularQuery":case"AbsSingularQuery":case"FunctionExpr":return ys(e,t,s,n);case"FilterQuery":return fs(e,t,s,n);case"TestExpr":return"FilterQuery"===n.expression.type?fs(e,t,s,n.expression):"FunctionExpr"===n.expression.type?ys(e,t,s,n.expression):_s(e,t,s,n);case"LogicalOrExpr":case"LogicalAndExpr":case"LogicalNotExpr":case"ComparisonExpr":return _s(e,t,s,n);default:return}})(e,t,s,n));return o(e.realm,...a)},ys=(e,t,s,n)=>{switch(n.type){case"Literal":return us(e,t,s,n);case"RelSingularQuery":return((e,t,s,n)=>{let r=s;for(const t of n.segments)if(r=ds(e,r,t),void 0===r)return;return r})(e,0,s,n);case"AbsSingularQuery":return((e,t,s,n)=>{let r=t;for(const t of n.segments)if(r=ds(e,r,t),void 0===r)return;return r})(e,t,0,n);case"FunctionExpr":return gs(e,t,s,n);default:return}},ws=(e,t,s,n)=>{const{left:r,op:i,right:o}=n,a=ys(e,t,s,r),c=ys(e,t,s,o);return e.realm.compare(a,i,c)},bs=e=>Array.isArray(e),xs=(e,t,s,n)=>{switch(n.type){case"LogicalOrExpr":return!!xs(e,t,s,n.left)||xs(e,t,s,n.right);case"LogicalAndExpr":return!!xs(e,t,s,n.left)&&xs(e,t,s,n.right);case"LogicalNotExpr":return!xs(e,t,s,n.expression);case"TestExpr":{const{expression:r}=n;if("FilterQuery"===r.type){return fs(e,t,s,r).length>0}if("FunctionExpr"===r.type){const n=gs(e,t,s,r);return"boolean"==typeof n?n:void 0!==n&&(bs(n)?n.length>0:Boolean(n))}return!1}case"ComparisonExpr":return ws(e,t,s,n);default:return!1}};_s=xs;const Es=xs,vs=(e,t,s,n)=>{const{realm:r,root:i}=e,{expression:o}=s;for(const[s,a]of r.entries(t)){Es(e,i,a,o)&&n(a,s)}},Ss=(e,t,s,n)=>{switch(s.type){case"NameSelector":is(e,t,s,n);break;case"IndexSelector":os(e,t,s,n);break;case"WildcardSelector":as(e,t,s,n);break;case"SliceSelector":ls(e,t,s,n);break;case"FilterSelector":vs(e,t,s,n)}};new Map;class Os{node;key;index;parent;parentPath;inList;#e=!1;#t=!1;#s=!1;#n=!1;#r;#i=!1;constructor(e,t,s,n,r){this.node=e,this.parent=t,this.parentPath=s,this.key=n,this.index=r&&"number"==typeof n?n:void 0,this.inList=r}get shouldSkip(){return this.#e}get shouldStop(){return this.#t}get removed(){return this.#s}isRoot(){return null===this.parentPath}get depth(){let e=0,t=this.parentPath;for(;null!==t;)e+=1,t=t.parentPath;return e}getAncestry(){const e=[];let t=this.parentPath;for(;null!==t;)e.push(t),t=t.parentPath;return e}getAncestorNodes(){return this.getAncestry().map(e=>e.node)}getPathKeys(){const e=[];let t=this;for(;null!==t&&void 0!==t.key;){const{key:s,parent:n,parentPath:r}=t;if(J(n)&&"value"===s){if(!$(n.key))throw new TypeError("MemberElement.key must be a StringElement");e.unshift(n.key.toValue())}else V(r?.node)&&"number"==typeof s&&e.unshift(s);t=t.parentPath}return e}formatPath(e="jsonpointer"){const t=this.getPathKeys();return 0===t.length?"jsonpath"===e?"$":"":"jsonpath"===e?rs(t):es(t)}findParent(e){let t=this.parentPath;for(;null!==t;){if(e(t))return t;t=t.parentPath}return null}find(e){return e(this)?this:this.findParent(e)}skip(){this.#e=!0}stop(){this.#t=!0}replaceWith(e){this.#i&&console.warn("Warning: replaceWith() called on a stale Path. This path belongs to a node whose visit has already completed. The replacement will have no effect. To replace a parent node, do so from the parent's own visitor."),this.#n=!0,this.#r=e,this.node=e}remove(){this.#i&&console.warn("Warning: remove() called on a stale Path. This path belongs to a node whose visit has already completed. The removal will have no effect. To remove a parent node, do so from the parent's own visitor."),this.#s=!0}_getReplacementNode(){return this.#r}_wasReplaced(){return this.#n}_reset(){this.#e=!1,this.#t=!1,this.#s=!1,this.#n=!1,this.#r=void 0}_markStale(){this.#i=!0}}class As extends AggregateError{constructor(e,t,s){super(e,t,s),this.name=this.constructor.name,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}const ks=As;class Ts extends Error{static[Symbol.hasInstance](e){return super[Symbol.hasInstance](e)||Function.prototype[Symbol.hasInstance].call(ks,e)}constructor(e,t){super(e,t),this.name=this.constructor.name,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}const Is=Ts;const Ns=class extends Is{constructor(e,t){if(super(e,t),null!=t&&"object"==typeof t){const{cause:e,...s}=t;Object.assign(this,s)}}};const Cs=a(function(e,t){return e||t});const Fs=ot(1,mt(gt,a(function(e,t){return Xe(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:pt(Cs)(e,t)})(wt,At)));const Ps=ot(1,mt(Fs,Ce(Ke,v("[object Promise]"))));class Ms extends F{constructor(e,t,s){super(e,t,s),this.element="sourceMap"}static transfer(e,t){t.startLine=e.startLine,t.startCharacter=e.startCharacter,t.startOffset=e.startOffset,t.endLine=e.endLine,t.endCharacter=e.endCharacter,t.endOffset=e.endOffset}static from(e){const{startLine:t,startCharacter:s,startOffset:n,endLine:r,endCharacter:i,endOffset:o}=e;if("number"!=typeof t||"number"!=typeof s||"number"!=typeof n||"number"!=typeof r||"number"!=typeof i||"number"!=typeof o)return;const a="sm1:"+[t,s,n,r,i,o].map(js).join("");const c=new Ms(a);return c.startLine=t,c.startCharacter=s,c.startOffset=n,c.endLine=r,c.endCharacter=i,c.endOffset=o,c}applyTo(e){this.content&&([e.startLine,e.startCharacter,e.startOffset,e.endLine,e.endCharacter,e.endOffset]=function(e){const t=e.startsWith("sm1:")?e.slice(4):e,s=[];let n=0;for(let e=0;e<6;e++){const e=Ls(t,n);s.push(e.value),n=e.next}return s}(this.content))}}const Rs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function js(e){let t=e>>>0,s="";do{let e=31&t;t>>>=5,0!==t&&(e|=32),s+=Rs[e]}while(0!==t);return s}function Ls(e,t=0){let s=0,n=0,r=t;for(;;){const t=e[r++],i=Rs.indexOf(t);if(-1===i)throw new Error(`Invalid Base64 VLQ char: ${t}`);if(s|=(31&i)<<n,n+=5,!!!(32&i))break}return{value:s>>>0,next:r}}const Ds=Ms;const $s=class extends Ns{value;constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}};const Bs=class extends $s{};const Us=class extends $s{},qs=(e,t)=>{const{visited:s=new WeakMap}=t,n={...t,visited:s};if(s.has(e))return s.get(e);const r=Ws(e);s.set(e,r);const{content:i}=e;return Array.isArray(i)?r.content=i.map(e=>qs(e,n)):D(i)?r.content=qs(i,n):r.content=i instanceof S?Vs(i,n):i,r},Vs=(e,t)=>{const{visited:s=new WeakMap}=t,n={...t,visited:s};if(s.has(e))return s.get(e);const{key:r,value:i}=e,o=void 0!==r?qs(r,n):void 0,a=void 0!==i?qs(i,n):void 0,c=new S(o,a);return s.set(e,c),c},Hs=(e,t={})=>{if(e instanceof S)return Vs(e,t);if(e instanceof A)return((e,t)=>{const{visited:s=new WeakMap}=t,n={...t,visited:s};if(s.has(e))return s.get(e);const r=[...e].map(e=>qs(e,n)),i=new A(r);return s.set(e,i),i})(e,t);if(D(e))return qs(e,t);throw new Bs("Value provided to cloneDeep function couldn't be cloned",{value:e})};Hs.safe=e=>{try{return Hs(e)}catch{return e}};const Js=e=>{const{key:t,value:s}=e;return new S(t,s)},Ws=e=>{const t=new(0,e.constructor);t.element=e.element,e.isMetaEmpty||(t.meta=Hs(e.meta)),e.isAttributesEmpty||(t.attributes=Hs(e.attributes)),G(e)&&Ds.transfer(e,t);const{content:s}=e;return D(s)?t.content=Ws(s):Array.isArray(s)?t.content=[...s]:t.content=s instanceof S?Js(s):s,t},Gs=e=>{if(e instanceof S)return Js(e);if(e instanceof A)return(e=>{const t=[...e];return new A(t)})(e);if(D(e))return Ws(e);throw new Us("Value provided to cloneShallow function couldn't be cloned",{value:e})};Gs.safe=e=>{try{return Gs(e)}catch{return e}};const zs=e=>{const t=e?.element;return void 0===t||"element"===t?"Element":`${t.charAt(0).toUpperCase()}${t.slice(1)}Element`},Ks=e=>D(e),Zs=e=>Gs(e),Xs=(e,t,s)=>{J(e)?e.value=s:Array.isArray(e)?e[t]=null===s?void 0:s:null===s?delete e[t]:e[t]=s},Qs=e=>J(e)?["key","value"]:V(e)||H(e)?["content"]:[],Ys=(e,t)=>{if(void 0!==e[t])return e[t];const s=t.length;for(const n in e){if(!n.includes("|"))continue;const r=n.indexOf(t);if(-1===r)continue;const i=0===r||"|"===n[r-1],o=r+s===n.length||"|"===n[r+s];if(i&&o)return e[n]}},en=(e,t,s)=>{if(void 0===t)return null;const n=e,r=s?"leave":"enter",i=Ys(n,t);if(!s&&"function"==typeof i)return i;if(null!=i){const e=i[r];if("function"==typeof e)return e}const o=n[r];if("function"==typeof o)return o;if(null!=o){const e=Ys(o,t);if("function"==typeof e)return e}return null},tn=(e,t={})=>{const{visitFnGetter:s=en,nodeTypeGetter:n=zs,exposeEdits:r=!1}=t,i=Symbol("internal-skip"),o=Symbol("break"),a=new Array(e.length).fill(i);return{enter(t){let c=t.node,l=!1;for(let u=0;u<e.length;u+=1)if(a[u]===i){const i=s(e[u],n(c),!1);if("function"==typeof i){const s=nn(t,c),n=i.call(e[u],s);if(Ps(n))throw new Ns("Async visitor not supported in sync mode",{visitor:e[u],visitFn:i});if(s.shouldStop){a[u]=o;break}if(s.shouldSkip&&(a[u]=c),s.removed)return void t.remove();if(s._wasReplaced()){const e=s._getReplacementNode();if(!r)return t.replaceWith(e),e;c=e,l=!0}else if(void 0!==n){if(!r)return t.replaceWith(n),n;c=n,l=!0}}}if(l)return t.replaceWith(c),c},leave(t){const r=t.node;for(let c=0;c<e.length;c+=1)if(a[c]===i){const i=s(e[c],n(r),!0);if("function"==typeof i){const s=nn(t,r),n=i.call(e[c],s);if(Ps(n))throw new Ns("Async visitor not supported in sync mode",{visitor:e[c],visitFn:i});if(s.shouldStop){a[c]=o;break}if(s.removed)return void t.remove();if(s._wasReplaced()){const e=s._getReplacementNode();return t.replaceWith(e),e}if(void 0!==n)return t.replaceWith(n),n}}else a[c]===r&&(a[c]=i)}}},sn=(e,t={})=>{const{visitFnGetter:s=en,nodeTypeGetter:n=zs,exposeEdits:r=!1}=t,i=Symbol("internal-skip"),o=Symbol("break"),a=new Array(e.length).fill(i);return{async enter(t){let c=t.node,l=!1;for(let u=0;u<e.length;u+=1)if(a[u]===i){const i=s(e[u],n(c),!1);if("function"==typeof i){const s=nn(t,c),n=await i.call(e[u],s);if(s.shouldStop){a[u]=o;break}if(s.shouldSkip&&(a[u]=c),s.removed)return void t.remove();if(s._wasReplaced()){const e=s._getReplacementNode();if(!r)return t.replaceWith(e),e;c=e,l=!0}else if(void 0!==n){if(!r)return t.replaceWith(n),n;c=n,l=!0}}}if(l)return t.replaceWith(c),c},async leave(t){const r=t.node;for(let c=0;c<e.length;c+=1)if(a[c]===i){const i=s(e[c],n(r),!0);if("function"==typeof i){const s=nn(t,r),n=await i.call(e[c],s);if(s.shouldStop){a[c]=o;break}if(s.removed)return void t.remove();if(s._wasReplaced()){const e=s._getReplacementNode();return t.replaceWith(e),e}if(void 0!==n)return t.replaceWith(n),n}}else a[c]===r&&(a[c]=i)}}};function nn(e,t){return new Os(t,e.parent,e.parentPath,e.key,e.inList)}function*rn(e,t,s){const{keyMap:n,state:r,nodeTypeGetter:i,nodePredicate:o,nodeCloneFn:a,detectCycles:c,mutable:l,mutationFn:u}=s,d="function"==typeof n;let h,p,m=Array.isArray(e),f=[e],_=-1,g=[],y=e,w=null,b=null;const x=[];do{_+=1;const e=_===f.length;let s;const E=e&&0!==g.length;if(e){if(s=0===x.length?void 0:w?.key,y=p,p=x.pop(),b=w?.parentPath?.parentPath??null,E)if(l)for(const[e,t]of g)u(y,e,t);else if(m){y=y.slice();let e=0;for(const[t,s]of g){const n=t-e;null===s?(y.splice(n,1),e+=1):y[n]=s}}else{y=a(y);for(const[e,t]of g)y[e]=t}if(void 0!==h){_=h.index,f=h.keys,g=h.edits;const e=h.inArray;if(b=h.parentPath,h=h.prev,E&&!l){const t=e?_:f[_];g.push([t,y])}m=e}}else if(void 0!==p&&(s=m?_:f[_],y=p[s],void 0===y))continue;if(!Array.isArray(y)){if(!o(y))throw new Ns(`Invalid AST Node: ${String(y)}`,{node:y});if(c&&x.includes(y))continue;w=new Os(y,p,b,s,m);const n=en(t,i(y),e);if(n){for(const[e,s]of Object.entries(r))t[e]=s;const i=yield{visitFn:n,path:w,isLeaving:e};if(w.shouldStop)break;if(w.shouldSkip&&!e)continue;if(w.removed){if(g.push([s,null]),!e)continue}else if(w._wasReplaced()){const t=w._getReplacementNode();if(g.push([s,t]),!e){if(!o(t))continue;y=t}}else if(void 0!==i&&(g.push([s,i]),!e)){if(!o(i))continue;y=i}w._markStale()}}if(!e){if(h={inArray:m,index:_,keys:f,edits:g,parentPath:b,prev:h},m=Array.isArray(y),m)f=y;else if(d)f=n(y);else{const e=i(y);f=void 0!==e?n[e]??[]:[]}_=-1,g=[],void 0!==p&&x.push(p),p=y,b=w}}while(void 0!==h);return 0!==g.length?g.at(-1)[1]:e}tn[Symbol.for("nodejs.util.promisify.custom")]=sn;const on=(e,t,s={})=>{const n=rn(e,t,{keyMap:s.keyMap??Qs,state:s.state??{},nodeTypeGetter:s.nodeTypeGetter??zs,nodePredicate:s.nodePredicate??Ks,nodeCloneFn:s.nodeCloneFn??Zs,detectCycles:s.detectCycles??!0,mutable:s.mutable??!1,mutationFn:s.mutationFn??Xs});let r=n.next();for(;!r.done;){const e=r.value,s=e.visitFn.call(t,e.path);if(Ps(s))throw new Ns("Async visitor not supported in sync mode",{visitor:t,visitFn:e.visitFn});r=n.next(s)}return r.value},an=async(e,t,s={})=>{const n=rn(e,t,{keyMap:s.keyMap??Qs,state:s.state??{},nodeTypeGetter:s.nodeTypeGetter??zs,nodePredicate:s.nodePredicate??Ks,nodeCloneFn:s.nodeCloneFn??Zs,detectCycles:s.detectCycles??!0,mutable:s.mutable??!1,mutationFn:s.mutationFn??Xs});let r=n.next();for(;!r.done;){const e=r.value,s=await e.visitFn.call(t,e.path);r=n.next(s)}return r.value};on[Symbol.for("nodejs.util.promisify.custom")]=an,Os.prototype.traverse=function(e,t){return on(this.node,e,t)},Os.prototype.traverseAsync=function(e,t){return an(this.node,e,t)};var cn=re(function(e,t,s){var n,r={};for(n in s=s||{},t=t||{})u(n,t)&&(r[n]=u(n,s)?e(n,t[n],s[n]):t[n]);for(n in s)u(n,s)&&!u(n,r)&&(r[n]=s[n]);return r});const ln=cn;var un=re(function e(t,s,n){return ln(function(s,n,r){return Be(n)&&Be(r)?e(t,n,r):t(s,n,r)},s,n)});const dn=un;const hn=a(function(e,t){return dn(function(e,t,s){return s},e,t)});const pn=a(function(e,t){return null==t||t!=t?e:t});const mn=re(function(e,t,s){return pn(e,ce(t,s))});const fn=Ie(0,-1);var _n=a(function(e,t){return e.apply(this,t)});const gn=_n;const yn=_t(At);var wn=o(function(e){return null!=e&&"function"==typeof e["fantasy-land/empty"]?e["fantasy-land/empty"]():null!=e&&null!=e.constructor&&"function"==typeof e.constructor["fantasy-land/empty"]?e.constructor["fantasy-land/empty"]():null!=e&&"function"==typeof e.empty?e.empty():null!=e&&null!=e.constructor&&"function"==typeof e.constructor.empty?e.constructor.empty():e==Set||e instanceof Set?new Set:e==Map||e instanceof Map?new Map:me(e)?[]:fe(e)?"":Be(e)?{}:p(e)?function(){return arguments}():function(e){var t=Object.prototype.toString.call(e);return"[object Uint8ClampedArray]"===t||"[object Int8Array]"===t||"[object Uint8Array]"===t||"[object Int16Array]"===t||"[object Uint16Array]"===t||"[object Int32Array]"===t||"[object Uint32Array]"===t||"[object Float32Array]"===t||"[object Float64Array]"===t||"[object BigInt64Array]"===t||"[object BigUint64Array]"===t}(e)?e.constructor.from(""):void 0});const bn=wn;const xn=o(function(e){return null!=e&&v(e,bn(e))});const En=ot(1,At(Array.isArray)?Array.isArray:Ce(b,Pe("Array")));const vn=mt(En,xn);const Sn=ot(3,function(e,t,s){var n=de(e,s),r=de(fn(e),s);if(!yn(n)&&!vn(e)){var i=xe(n,r);return gn(i,t)}});const On=class extends T{constructor(e,t,s){super(e||[],t,s),this.element="link"}get relation(){if(this.hasAttributesProperty("relation"))return this.attributes.get("relation")}set relation(e){this.attributes.set("relation",e)}get href(){if(this.hasAttributesProperty("href"))return this.attributes.get("href")}set href(e){this.attributes.set("href",e)}};const An=class extends T{constructor(e,t,s){super(e||[],t,s),this.element="ref",this.path||(this.path="element")}get path(){if(this.hasAttributesProperty("path"))return this.attributes.get("path")}set path(e){this.attributes.set("path",e)}};const kn=class extends F{constructor(e,t,s){super(e,t,s),this.element="annotation"}get code(){if(this.hasAttributesProperty("code"))return this.attributes.get("code")}set code(e){this.attributes.set("code",e)}};const Tn=class extends F{constructor(e,t,s){super(e,t,s),this.element="comment"}},In=e=>e instanceof On,Nn=e=>e instanceof An;const Cn=class{namespace;constructor(e){this.namespace=e||new this.Namespace}serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);const t={element:e.element};if(e.isMetaEmpty||(t.meta=this.serialiseObject(e.meta)),e.isAttributesEmpty||(t.attributes=this.serialiseObject(e.attributes)),!(e instanceof Ds)){const s=Ds.from(e);s&&(t.meta||(t.meta={}),t.meta.__mappings__=this.serialise(s))}const s=this.serialiseContent(e.content);return void 0!==s&&(t.content=s),t}deserialise(e){if(!e.element)throw new Error("Given value is not an object containing an element name");const t=new(this.namespace.getElementClass(e.element));let s;t.element!==e.element&&(t.element=e.element);let n=e.meta;if(e.meta?.__mappings__){const{__mappings__:t,...r}=e.meta;s=t,n=Object.keys(r).length>0?r:void 0}if(n&&this.deserialiseObject(n,t.meta),s){this.deserialise(s).applyTo(t)}e.attributes&&this.deserialiseObject(e.attributes,t.attributes);const r=this.deserialiseContent(e.content);return void 0===r&&null!==t.content||(t.content=r),t}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t=e,s={key:this.serialise(t.key)};return t.value&&(s.value=this.serialise(t.value)),s}if(e&&Array.isArray(e)){if(0===e.length)return;return e.map(e=>this.serialise(e))}return e}deserialiseContent(e){if(e){if(e.element)return this.deserialise(e);if(e.key){const t=new this.namespace.KeyValuePair(this.deserialise(e.key));return e.value&&(t.value=this.deserialise(e.value)),t}if(Array.isArray(e))return e.map(e=>this.deserialise(e))}return e}serialiseObject(e){const t={};if(e.forEach((e,s)=>{e&&(t[s.toValue()]=this.serialise(e))}),0!==Object.keys(t).length)return t}deserialiseObject(e,t){Object.keys(e).forEach(s=>{t.set(s,this.deserialise(e[s]))})}},Fn=e=>null===e,Pn=e=>"string"==typeof e,Mn=e=>"number"==typeof e,Rn=e=>"boolean"==typeof e,jn=e=>null!==e&&"object"==typeof e;class Ln{elementMap={};elementDetection=[];Element;KeyValuePair;_elements;_attributeElementKeys=[];_attributeElementArrayKeys=[];constructor(e){this.Element=T,this.KeyValuePair=S,e&&e.noDefault||this.useDefault()}use(e){return e.namespace&&e.namespace({base:this}),e.load&&e.load({base:this}),this}useDefault(){return this.register("null",M).register("string",F).register("number",P).register("boolean",R).register("array",C).register("object",L).register("member",j).register("ref",An).register("link",On).register("sourceMap",Ds),this.detect(Fn,M,!1).detect(Pn,F,!1).detect(Mn,P,!1).detect(Rn,R,!1).detect(Array.isArray,C,!1).detect(jn,L,!1),this}register(e,t){return this._elements=void 0,this.elementMap[e]=t,this}unregister(e){return this._elements=void 0,delete this.elementMap[e],this}detect(e,t,s){return void 0===s||s?this.elementDetection.unshift([e,t]):this.elementDetection.push([e,t]),this}toElement(e){if(e instanceof this.Element)return e;let t;for(const[s,n]of this.elementDetection)if(s(e)){t=new n(e);break}return t}getElementClass(e){const t=this.elementMap[e];return void 0===t?this.Element:t}fromRefract(e){return this.serialiser.deserialise(e)}toRefract(e){return this.serialiser.serialise(e)}get elements(){return void 0===this._elements&&(this._elements={Element:this.Element},Object.keys(this.elementMap).forEach(e=>{const t=e[0].toUpperCase()+e.substring(1);this._elements[t]=this.elementMap[e]})),this._elements}get serialiser(){return new Cn(this)}}Cn.prototype.Namespace=Ln;const Dn=Ln,$n=new Dn,Bn={isElement:D,isStringElement:$,isNumberElement:B,isNullElement:U,isBooleanElement:q,isArrayElement:V,isObjectElement:H,isMemberElement:J,isPrimitiveElement:W,isLinkElement:In,isRefElement:Nn,isAnnotationElement:e=>e instanceof kn,isCommentElement:e=>e instanceof Tn,isParseResultElement:e=>e instanceof K,isSourceMapElement:e=>e instanceof Ds,hasElementSourceMap:G,includesSymbols:(e,t)=>{if(0===t.length)return!0;if(!e.hasAttributesProperty("symbols"))return!1;const s=e.attributes.get("symbols");return!!V(s)&&t.every(e=>s.includes(e))},includesClasses:z},Un={toolboxCreator:()=>({predicates:Bn,namespace:$n}),visitorOptions:{exposeEdits:!0}},qn=(e,t,s={})=>{if(0===t.length)return e;const n=hn(Un,s),{toolboxCreator:r,visitorOptions:i}=n,o=r(),a=t.map(e=>e(o)),c=tn(a.map(mn({},"visitor")),i);a.forEach(Sn(["pre"],[]));const l=on(e,c);return a.forEach(Sn(["post"],[])),l};function Vn(e){return void 0===e?new M:Hn(e)}function Hn(e){if(e instanceof T)return e;if("string"==typeof e)return new F(e);if("number"==typeof e)return new P(e);if("boolean"==typeof e)return new R(e);if(null===e)return new M;if(Array.isArray(e))return new C(e.map(Vn));if("object"==typeof e)return new L(e);throw new Error("Cannot refract value of type "+typeof e)}qn[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,s={})=>{if(0===t.length)return e;const n=hn(Un,s),{toolboxCreator:r,visitorOptions:i}=n,o=r(),a=t.map(e=>e(o)),c=sn(a.map(mn({},"visitor")),i);await Promise.allSettled(a.map(Sn(["pre"],[])));const l=await an(e,c);return await Promise.allSettled(a.map(Sn(["post"],[]))),l},T.prototype.ObjectElement=L,T.prototype.ArrayElement=C,T.prototype.RefElement=An,T.prototype.MemberElement=j,T.prototype.refract=Hn;var Jn=re(function e(t,s,n){if(0===t.length)return s;var r=t[0];if(t.length>1){var i=ae(r,n);(Y(i)||"object"!=typeof i)&&(i=ie(t[1])?[]:{}),s=e(Array.prototype.slice.call(t,1),s,i)}return function(e,t,s){if(ie(e)&&me(s)){var n=e<0?s.length+e:e,r=[].concat(s);return r[n]=t,r}var i={};for(var o in s)i[o]=s[o];return i[e]=t,i}(r,s,n)});const Wn=Jn;const Gn=re(function(e,t,s){var n=Array.prototype.slice.call(s,0);return n.splice(e,t),n});var zn=re(function(e,t,s){return Wn([e],t,s)});const Kn=zn;var Zn=a(function e(t,s){if(null==s)return s;switch(t.length){case 0:return s;case 1:return function(e,t){if(null==t)return t;if(ie(e)&&me(t))return Gn(e,1,t);var s={};for(var n in t)s[n]=t[n];return delete s[e],s}(t[0],s);default:var n=t[0],r=Array.prototype.slice.call(t,1);return null==s[n]?function(e,t){if(ie(e)&&me(t))return[].concat(t);var s={};for(var n in t)s[n]=t[n];return s}(n,s):Kn(n,e(r,s[n]),s)}});const Xn=Zn,Qn=e=>{if(!D(e))return e;if($(e)||B(e)||q(e)||U(e))return e.toValue();const t=new WeakMap,s=e=>{if(!D(e))return e;if(H(e)){if(t.has(e))return t.get(e);const n={};return t.set(e,n),e.forEach((e,t)=>{const r=s(t),i=s(e);"string"==typeof r&&(n[r]=i)}),n}if(V(e)){if(t.has(e))return t.get(e);const n=[];return t.set(e,n),e.forEach(e=>n.push(s(e))),n}return Nn(e)?String(e.toValue()):In(e)?$(e.href)?e.href.toValue():"":e.toValue()};return s(e)},Yn=e=>{const t=e.isMetaEmpty?void 0:Hs(e.meta),s=e.isAttributesEmpty?void 0:Hs(e.attributes);return new e.constructor(void 0,t,s)},er=(e,t)=>t.clone&&t.isMergeableElement(e)?sr(Yn(e),e,t):e,tr={clone:!0,isMergeableElement:e=>H(e)||V(e),arrayElementMerge:(e,t,s)=>new(0,e.constructor)(e.concat(t).map(e=>er(e,s))),objectElementMerge:(e,t,s)=>{const n=H(e)?Yn(e):Yn(t);return H(e)&&e.forEach((e,t,r)=>{const i=Gs(r);i.value=er(e,s),n.content.push(i)}),t.forEach((t,r,i)=>{const o=Qn(r);let a;if(H(e)&&e.hasKey(o)&&s.isMergeableElement(t)){const n=e.get(o);a=Gs(i),a.value=((e,t)=>{if("function"!=typeof t.customMerge)return sr;const s=t.customMerge(e,t);return"function"==typeof s?s:sr})(r,s)(n,t,s)}else a=Gs(i),a.value=er(t,s);n.remove(o),n.content.push(a)}),n},customMerge:void 0,customMetaMerge:void 0,customAttributesMerge:void 0},sr=(e,t,s)=>{const n={...tr,...s};n.isMergeableElement=n.isMergeableElement??tr.isMergeableElement,n.arrayElementMerge=n.arrayElementMerge??tr.arrayElementMerge,n.objectElementMerge=n.objectElementMerge??tr.objectElementMerge;const r=V(t);if(!(r===V(e)))return er(t,n);const i=r&&"function"==typeof n.arrayElementMerge?n.arrayElementMerge(e,t,n):n.objectElementMerge(e,t,n);return i.meta=(e=>"function"!=typeof e.customMetaMerge?e=>Hs(e):e.customMetaMerge)(n)(e.meta,t.meta),i.attributes=(e=>"function"!=typeof e.customAttributesMerge?e=>Hs(e):e.customAttributesMerge)(n)(e.attributes,t.attributes),i};sr.all=(e,t)=>{if(!Array.isArray(e))throw new TypeError("First argument of deepmerge should be an array.");return 0===e.length?new L:e.reduce((e,s)=>sr(e,s,t),Yn(e[0]))};const nr=sr;const rr=class{element;constructor(e){Object.assign(this,e)}copyMetaAndAttributes(e,t){if(!e.isMetaEmpty||!t.isMetaEmpty){const s=t.isMetaEmpty?new L:t.meta,n=e.isMetaEmpty?new L:e.meta;t.meta=nr(s,n)}if(!e.isAttributesEmpty||!t.isAttributesEmpty){const s=t.isAttributesEmpty?new L:t.attributes,n=e.isAttributesEmpty?new L:e.attributes;t.attributes=nr(s,n)}Ds.transfer(e,t)}};const ir=class extends rr{enter(e){this.element=Hs(e.node),e.stop()}};const or=o(function(e){return function(){return e}});const ar=or(void 0);const cr=v(ar());const lr=o(function(e){return ot(ke(xt,0,Et("length",e)),function(){for(var t=0,s=e.length;t<s;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0})});const ur=o(function(e){return!xn(e)});var dr=_t(Fs);const hr=lr([Ct,dr,ur]);const pr=a(function(e,t){for(var s={},n=0;n<e.length;)e[n]in t&&(s[e[n]]=t[e[n]]),n+=1;return s});const mr=class extends rr{specObj;passingOptionsNames=["specObj","parent"];constructor({specObj:e,...t}){super({...t}),this.specObj=e}retrievePassingOptions(){return pr(this.passingOptionsNames,this)}retrieveFixedFields(e){const t=de(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]}retrieveVisitor(e){return Ze(At,["visitors",...e],this.specObj)?de(["visitors",...e],this.specObj):de(["visitors",...e,"$visitor"],this.specObj)}retrieveVisitorInstance(e,t={}){const s=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...s,...t})}toRefractedElement(e,t,s={}){const n=this.retrieveVisitorInstance(e,s);return n instanceof ir&&n?.constructor===ir?Hs(t):(on(t,n,s),n.element)}};const fr=class extends mr{specPath;ignoredFields;constructor({specPath:e,ignoredFields:t,...s}){super({...s}),this.specPath=e,this.ignoredFields=t||[]}ObjectElement(e){const t=e.node,s=this.specPath(t),n=this.retrieveFixedFields(s);t.forEach((e,t,r)=>{const i=Qn(t);if($(t)&&n.includes(i)&&!this.ignoredFields.includes(i)){const n=this.toRefractedElement([...s,"fixedFields",i],e),o=new j(Hs(t),n);this.copyMetaAndAttributes(r,o),o.classes.push("fixed-field"),this.element.content.push(o)}else this.ignoredFields.includes(i)||this.element.content.push(Hs(r))}),this.copyMetaAndAttributes(t,this.element),e.stop()}},_r=(e,t,s=[])=>{const n=Object.getOwnPropertyDescriptors(t);for(let e of s)delete n[e];Object.defineProperties(e,n)},gr=(e,t=[e])=>{const s=Object.getPrototypeOf(e);return null===s?t:gr(s,[...t,s])},yr=(e,t,s=[])=>{var n;const r=null!==(n=((...e)=>{if(0===e.length)return;let t;const s=e.map(e=>gr(e));for(;s.every(e=>e.length>0);){const e=s.map(e=>e.pop()),n=e[0];if(!e.every(e=>e===n))break;t=n}return t})(...e))&&void 0!==n?n:Object.prototype,i=Object.create(r),o=gr(r);for(let t of e){let e=gr(t);for(let t=e.length-1;t>=0;t--){let n=e[t];-1===o.indexOf(n)&&(_r(i,n,["constructor",...s]),o.push(n))}}return i.constructor=t,i},wr=e=>e.filter((t,s)=>e.indexOf(t)==s),br=(e,t)=>{const s=t.map(e=>gr(e));let n=0,r=!0;for(;r;){r=!1;for(let i=t.length-1;i>=0;i--){const t=s[i][n];if(null!=t&&(r=!0,null!=Object.getOwnPropertyDescriptor(t,e)))return s[i][0]}n++}},xr=(e,t=Object.prototype)=>new Proxy({},{getPrototypeOf:()=>t,setPrototypeOf(){throw Error("Cannot set prototype of Proxies created by ts-mixer")},getOwnPropertyDescriptor:(t,s)=>Object.getOwnPropertyDescriptor(br(s,e)||{},s),defineProperty(){throw new Error("Cannot define new properties on Proxies created by ts-mixer")},has:(s,n)=>void 0!==br(n,e)||void 0!==t[n],get:(s,n)=>(br(n,e)||t)[n],set(t,s,n){const r=br(s,e);if(void 0===r)throw new Error("Cannot set new properties on Proxies created by ts-mixer");return r[s]=n,!0},deleteProperty(){throw new Error("Cannot delete properties on Proxies created by ts-mixer")},ownKeys:()=>e.map(Object.getOwnPropertyNames).reduce((e,t)=>t.concat(e.filter(e=>t.indexOf(e)<0)))}),Er=null,vr="copy",Sr="copy",Or="deep",Ar=new WeakMap,kr=e=>Ar.get(e),Tr=(e,t)=>{var s,n;const r=wr([...Object.getOwnPropertyNames(e),...Object.getOwnPropertyNames(t)]),i={};for(let o of r)i[o]=wr([...null!==(s=null==e?void 0:e[o])&&void 0!==s?s:[],...null!==(n=null==t?void 0:t[o])&&void 0!==n?n:[]]);return i},Ir=(e,t)=>{var s,n,r,i;return{property:Tr(null!==(s=null==e?void 0:e.property)&&void 0!==s?s:{},null!==(n=null==t?void 0:t.property)&&void 0!==n?n:{}),method:Tr(null!==(r=null==e?void 0:e.method)&&void 0!==r?r:{},null!==(i=null==t?void 0:t.method)&&void 0!==i?i:{})}},Nr=(e,t)=>{var s,n,r,i,o,a;return{class:wr([...null!==(s=null==e?void 0:e.class)&&void 0!==s?s:[],...null!==(n=null==t?void 0:t.class)&&void 0!==n?n:[]]),static:Ir(null!==(r=null==e?void 0:e.static)&&void 0!==r?r:{},null!==(i=null==t?void 0:t.static)&&void 0!==i?i:{}),instance:Ir(null!==(o=null==e?void 0:e.instance)&&void 0!==o?o:{},null!==(a=null==t?void 0:t.instance)&&void 0!==a?a:{})}},Cr=new Map,Fr=(...e)=>{const t=((...e)=>{var t;const s=new Set,n=new Set([...e]);for(;n.size>0;)for(let e of n){const r=[...gr(e.prototype).map(e=>e.constructor),...null!==(t=kr(e))&&void 0!==t?t:[]].filter(e=>!s.has(e));for(let e of r)n.add(e);s.add(e),n.delete(e)}return[...s]})(...e).map(e=>Cr.get(e)).filter(e=>!!e);return 0==t.length?{}:1==t.length?t[0]:t.reduce((e,t)=>Nr(e,t))},Pr=e=>{let t=Cr.get(e);return t||(t={},Cr.set(e,t)),t};function Mr(...e){var t,s,n;const r=e.map(e=>e.prototype),i=Er;if(null!==i){const e=r.map(e=>e[i]).filter(e=>"function"==typeof e),t=function(...t){for(let s of e)s.apply(this,t)},s={[i]:t};r.push(s)}function o(...t){for(const s of e)_r(this,new s(...t));null!==i&&"function"==typeof this[i]&&this[i].apply(this,t)}var a,c;o.prototype="copy"===Sr?yr(r,o):(a=r,c=o,xr([...a,{constructor:c}])),Object.setPrototypeOf(o,"copy"===vr?yr(e,null,["prototype"]):xr(e,Function.prototype));let l=o;if("none"!==Or){const r="deep"===Or?Fr(...e):((...e)=>{const t=e.map(e=>Pr(e));return 0===t.length?{}:1===t.length?t[0]:t.reduce((e,t)=>Nr(e,t))})(...e);for(let e of null!==(t=null==r?void 0:r.class)&&void 0!==t?t:[]){const t=e(l);t&&(l=t)}Rr(null!==(s=null==r?void 0:r.static)&&void 0!==s?s:{},l),Rr(null!==(n=null==r?void 0:r.instance)&&void 0!==n?n:{},l.prototype)}var u,d;return u=l,d=e,Ar.set(u,d),l}const Rr=(e,t)=>{const s=e.property,n=e.method;if(s)for(let e in s)for(let n of s[e])n(t,e);if(n)for(let e in n)for(let s of n[e])s(t,e,Object.getOwnPropertyDescriptor(t,e))};const jr=function(){return!1};const Lr=class extends mr{specPath;ignoredFields;fieldPatternPredicate=jr;constructor({specPath:e,ignoredFields:t,fieldPatternPredicate:s,...n}){super({...n}),this.specPath=e,this.ignoredFields=t||[],"function"==typeof s&&(this.fieldPatternPredicate=s)}ObjectElement(e){const t=e.node;t.forEach((e,t,s)=>{const n=Qn(t);if(!this.ignoredFields.includes(n)&&this.fieldPatternPredicate(n)){const n=this.specPath(e),r=this.toRefractedElement(n,e),i=new j(Hs(t),r);this.copyMetaAndAttributes(s,i),i.classes.push("patterned-field"),this.element.content.push(i)}else this.ignoredFields.includes(n)||this.element.content.push(Hs(s))}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Dr=class extends Lr{constructor(e){super(e),this.fieldPatternPredicate=hr}};const $r=class{parent;constructor({parent:e}){this.parent=e}},Br=Mr(fr,$r,ir),Ur=Mr(fr,ir),qr=Mr(fr,ir),Vr=Mr(fr,ir),Hr=Mr(mr,$r,ir),Jr=Mr(mr,$r,ir),Wr=Mr(mr,$r,ir),Gr=Mr(mr,$r,ir),zr=Mr(mr,$r,ir),Kr=Mr(Dr,$r,ir),Zr=Mr(Dr,$r,ir),Xr=Mr(Dr,$r,ir),Qr=Mr(Dr,$r,ir);const Yr=class extends L{constructor(e,t,s){super(e,t,s),this.element="JSONSchemaDraft4"}get idField(){return this.get("id")}set idField(e){this.set("id",e)}get $schema(){return this.get("$schema")}set $schema(e){this.set("$schema",e)}get multipleOf(){return this.get("multipleOf")}set multipleOf(e){this.set("multipleOf",e)}get maximum(){return this.get("maximum")}set maximum(e){this.set("maximum",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get minimum(){return this.get("minimum")}set minimum(e){this.set("minimum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get maxLength(){return this.get("maxLength")}set maxLength(e){this.set("maxLength",e)}get minLength(){return this.get("minLength")}set minLength(e){this.set("minLength",e)}get pattern(){return this.get("pattern")}set pattern(e){this.set("pattern",e)}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get itemsField(){return this.get("items")}set itemsField(e){this.set("items",e)}get maxItems(){return this.get("maxItems")}set maxItems(e){this.set("maxItems",e)}get minItems(){return this.get("minItems")}set minItems(e){this.set("minItems",e)}get uniqueItems(){return this.get("uniqueItems")}set uniqueItems(e){this.set("uniqueItems",e)}get maxProperties(){return this.get("maxProperties")}set maxProperties(e){this.set("maxProperties",e)}get minProperties(){return this.get("minProperties")}set minProperties(e){this.set("minProperties",e)}get required(){return this.get("required")}set required(e){this.set("required",e)}get properties(){return this.get("properties")}set properties(e){this.set("properties",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get patternProperties(){return this.get("patternProperties")}set patternProperties(e){this.set("patternProperties",e)}get dependencies(){return this.get("dependencies")}set dependencies(e){this.set("dependencies",e)}get enum(){return this.get("enum")}set enum(e){this.set("enum",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get allOf(){return this.get("allOf")}set allOf(e){this.set("allOf",e)}get anyOf(){return this.get("anyOf")}set anyOf(e){this.set("anyOf",e)}get oneOf(){return this.get("oneOf")}set oneOf(e){this.set("oneOf",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get definitions(){return this.get("definitions")}set definitions(e){this.set("definitions",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get default(){return this.get("default")}set default(e){this.set("default",e)}get format(){return this.get("format")}set format(e){this.set("format",e)}get base(){return this.get("base")}set base(e){this.set("base",e)}get linksField(){return this.get("links")}set linksField(e){this.set("links",e)}get media(){return this.get("media")}set media(e){this.set("media",e)}get readOnly(){return this.get("readOnly")}set readOnly(e){this.set("readOnly",e)}};const ei=class extends Br{constructor(e){super(e),this.element=new Yr,this.specPath=or(["document","objects","JSONSchema"])}get defaultDialectIdentifier(){return"http://json-schema.org/draft-04/schema#"}ObjectElement(e){const t=e.node;return this.handleDialectIdentifier(t),this.handleSchemaIdentifier(t),this.parent=this.element,fr.prototype.ObjectElement.call(this,e)}handleDialectIdentifier(e){if(cr(this.parent)&&!$(e.get("$schema")))this.element.meta.set("inheritedDialectIdentifier",this.defaultDialectIdentifier);else if(this.parent instanceof Yr&&!$(e.get("$schema"))){const e=pn(Qn(this.parent.meta.get("inheritedDialectIdentifier")),Qn(this.parent.$schema));this.element.meta.set("inheritedDialectIdentifier",e)}}handleSchemaIdentifier(e,t="id"){const s=void 0!==this.parent?Hs(this.parent.meta.get("ancestorsSchemaIdentifiers")??new C):new C,n=Qn(e.get(t));hr(n)&&s.push(n),this.element.meta.set("ancestorsSchemaIdentifiers",s)}},ti=e=>H(e)&&e.hasKey("$ref");const si=class extends Gr{ObjectElement(e){const t=e.node,s=ti(t)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];this.element=this.toRefractedElement(s,t),e.stop()}ArrayElement(e){const t=e.node;this.element=new C,this.element.classes.push("json-schema-items"),t.forEach(e=>{const t=ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],s=this.toRefractedElement(t,e);this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const ni=class extends ir{ArrayElement(e){super.enter(e),this.element.classes.push("json-schema-required")}};const ri=class extends Qr{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-properties"),this.specPath=e=>ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}};const ii=class extends Xr{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-patternProperties"),this.specPath=e=>ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}};const oi=class extends Zr{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-dependencies"),this.specPath=e=>ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}};const ai=class extends ir{ArrayElement(e){super.enter(e),this.element.classes.push("json-schema-enum")}};const ci=class extends ir{StringElement(e){super.enter(e),this.element.classes.push("json-schema-type")}ArrayElement(e){super.enter(e),this.element.classes.push("json-schema-type")}};const li=class extends Hr{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-allOf")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],s=this.toRefractedElement(t,e);this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const ui=class extends Jr{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-anyOf")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],s=this.toRefractedElement(t,e);this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const di=class extends Wr{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-oneOf")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],s=this.toRefractedElement(t,e);this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const hi=class extends Kr{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-definitions"),this.specPath=e=>ti(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}};const pi=class extends zr{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-links")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","LinkDescription"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const mi=class extends L{constructor(e,t,s){super(e,t,s),this.element="JSONReference",this.classes.push("json-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}};const fi=class extends Ur{constructor(e){super(e),this.element=new mi,this.specPath=or(["document","objects","JSONReference"])}ObjectElement(e){fr.prototype.ObjectElement.call(this,e),$(this.element.$ref)&&this.element.classes.push("reference-element")}};const _i=class extends ir{StringElement(e){super.enter(e),this.element.classes.push("reference-value")}};const gi=function(){return!0};const yi=re(function(e,t,s){return ot(Math.max(e.length,t.length,s.length),function(){return e.apply(this,arguments)?t.apply(this,arguments):s.apply(this,arguments)})});const wi=o(function(e){return function(t,s){return e(t,s)?-1:e(s,t)?1:0}});var bi=a(function(e,t){return Array.prototype.slice.call(t,0).sort(e)});const xi=bi;const Ei=o(function(e){return oe(0,e)});function vi(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}const Si=o(vi);const Oi=_t(Y);const Ai=mt(En,ur);function ki(e){return function(e){if(Array.isArray(e))return Ti(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ti(e,t);var s={}.toString.call(e).slice(8,-1);return"Object"===s&&e.constructor&&(s=e.constructor.name),"Map"===s||"Set"===s?Array.from(e):"Arguments"===s||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s)?Ti(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ti(e,t){(null==t||t>e.length)&&(t=e.length);for(var s=0,n=Array(t);s<t;s++)n[s]=e[s];return n}var Ii=Ce(xi(wi(function(e,t){return e.length>t.length})),Ei,ce("length")),Ni=Pt(function(e,t,s){var n=s.apply(void 0,ki(e));return Oi(n)?Si(n):t});const Ci=yi(Ai,function(e){var t=Ii(e);return ot(t,function(){for(var t=arguments.length,s=new Array(t),n=0;n<t;n++)s[n]=arguments[n];return ke(Ni(s),void 0,e)})},ar);const Fi=class extends mr{alternator;constructor({alternator:e,...t}){super({...t}),this.alternator=e}enter(e){const t=e.node,s=this.alternator.map(({predicate:e,specPath:t})=>yi(e,or(t),ar)),n=Ci(s)(t);this.element=this.toRefractedElement(n,t),e.stop()}};const Pi=class extends Fi{constructor(e){super(e),this.alternator=[{predicate:ti,specPath:["document","objects","JSONReference"]},{predicate:gi,specPath:["document","objects","JSONSchema"]}]}};const Mi=class extends L{constructor(e,t,s){super(e,t,s),this.element="media"}get binaryEncoding(){return this.get("binaryEncoding")}set binaryEncoding(e){this.set("binaryEncoding",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}};const Ri=class extends Vr{constructor(e){super(e),this.element=new Mi,this.specPath=or(["document","objects","Media"])}};const ji=class extends L{constructor(e,t,s){super(e,t,s),this.element="linkDescription"}get href(){return this.get("href")}set href(e){this.set("href",e)}get rel(){return this.get("rel")}set rel(e){this.set("rel",e)}get title(){return this.get("title")}set title(e){this.set("title",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get mediaType(){return this.get("mediaType")}set mediaType(e){this.set("mediaType",e)}get method(){return this.get("method")}set method(e){this.set("method",e)}get encType(){return this.get("encType")}set encType(e){this.set("encType",e)}get schema(){return this.get("schema")}set schema(e){this.set("schema",e)}};const Li=class extends qr{constructor(e){super(e),this.element=new ji,this.specPath=or(["document","objects","LinkDescription"])}},Di={visitors:{value:ir,JSONSchemaOrJSONReferenceVisitor:Pi,document:{objects:{JSONSchema:{element:"jSONSchemaDraft4",$visitor:ei,fixedFields:{id:{$visitor:ir,alias:"idField"},$schema:{$ref:"#/visitors/value"},multipleOf:{$ref:"#/visitors/value"},maximum:{$ref:"#/visitors/value"},exclusiveMaximum:{$ref:"#/visitors/value"},minimum:{$ref:"#/visitors/value"},exclusiveMinimum:{$ref:"#/visitors/value"},maxLength:{$ref:"#/visitors/value"},minLength:{$ref:"#/visitors/value"},pattern:{$ref:"#/visitors/value"},additionalItems:Pi,items:{$visitor:si,alias:"itemsField"},maxItems:{$ref:"#/visitors/value"},minItems:{$ref:"#/visitors/value"},uniqueItems:{$ref:"#/visitors/value"},maxProperties:{$ref:"#/visitors/value"},minProperties:{$ref:"#/visitors/value"},required:ni,properties:ri,additionalProperties:Pi,patternProperties:ii,dependencies:oi,enum:ai,type:ci,allOf:li,anyOf:ui,oneOf:di,not:Pi,definitions:hi,title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},format:{$ref:"#/visitors/value"},base:{$ref:"#/visitors/value"},links:{$visitor:pi,alias:"linksField"},media:{$ref:"#/visitors/document/objects/Media"},readOnly:{$ref:"#/visitors/value"}}},JSONReference:{element:"jSONReference",$visitor:fi,fixedFields:{$ref:_i}},Media:{element:"media",$visitor:Ri,fixedFields:{binaryEncoding:{$ref:"#/visitors/value"},type:{$ref:"#/visitors/value"}}},LinkDescription:{element:"linkDescription",$visitor:Li,fixedFields:{href:{$ref:"#/visitors/value"},rel:{$ref:"#/visitors/value"},title:{$ref:"#/visitors/value"},targetSchema:Pi,mediaType:{$ref:"#/visitors/value"},method:{$ref:"#/visitors/value"},encType:{$ref:"#/visitors/value"},schema:Pi}}}}}};const $i=class extends Is{},Bi=Jt(Di),Ui=e=>Object.entries(e).map(([e,t])=>Nt(t)?{name:e,...t}:{name:e,$visitor:t});Object.defineProperty(Yr,"fixedFields",{get:()=>Ui(Bi.visitors.document.objects.JSONSchema.fixedFields),enumerable:!0}),Object.defineProperty(mi,"fixedFields",{get:()=>Ui(Bi.visitors.document.objects.JSONReference.fixedFields),enumerable:!0}),Object.defineProperty(Mi,"fixedFields",{get:()=>Ui(Bi.visitors.document.objects.Media.fixedFields),enumerable:!0}),Object.defineProperty(ji,"fixedFields",{get:()=>Ui(Bi.visitors.document.objects.LinkDescription.fixedFields),enumerable:!0});const qi=class extends Yr{constructor(e,t,s){super(e,t,s),this.element="JSONSchemaDraft6"}get idField(){throw new $i("id keyword from Core vocabulary has been renamed to $id.")}set idField(e){throw new $i("id keyword from Core vocabulary has been renamed to $id.")}get $id(){return this.get("$id")}set $id(e){this.set("$id",e)}get exclusiveMaximum(){return this.get("exclusiveMaximum")}set exclusiveMaximum(e){this.set("exclusiveMaximum",e)}get exclusiveMinimum(){return this.get("exclusiveMinimum")}set exclusiveMinimum(e){this.set("exclusiveMinimum",e)}get containsField(){return this.get("contains")}set containsField(e){this.set("contains",e)}get itemsField(){return this.get("items")}set itemsField(e){this.set("items",e)}get propertyNames(){return this.get("propertyNames")}set propertyNames(e){this.set("propertyNames",e)}get const(){return this.get("const")}set const(e){this.set("const",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get examples(){return this.get("examples")}set examples(e){this.set("examples",e)}};const Vi=class extends ei{constructor(e){super(e),this.element=new qi}get defaultDialectIdentifier(){return"http://json-schema.org/draft-06/schema#"}BooleanElement(e){this.enter(e),this.element.classes.push("boolean-json-schema")}handleSchemaIdentifier(e,t="$id"){return super.handleSchemaIdentifier(e,t)}};const Hi=class extends si{BooleanElement(e){this.element=this.toRefractedElement(["document","objects","JSONSchema"],e.node),e.stop()}};const Ji=class extends ir{ArrayElement(e){this.enter(e),this.element.classes.push("json-schema-examples")}};const Wi=class extends ji{get hrefSchema(){return this.get("hrefSchema")}set hrefSchema(e){this.set("hrefSchema",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get schema(){throw new $i("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}set schema(e){throw new $i("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}get submissionSchema(){return this.get("submissionSchema")}set submissionSchema(e){this.set("submissionSchema",e)}get method(){throw new $i("method keyword from Hyper-Schema vocabulary has been removed.")}set method(e){throw new $i("method keyword from Hyper-Schema vocabulary has been removed.")}get encType(){throw new $i("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}set encType(e){throw new $i("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}get submissionEncType(){return this.get("submissionEncType")}set submissionEncType(e){this.set("submissionEncType",e)}};const Gi=class extends Li{constructor(e){super(e),this.element=new Wi}},zi=Ce(Wn(["visitors","document","objects","JSONSchema","element"],"jSONSchemaDraft6"),Wn(["visitors","document","objects","JSONSchema","$visitor"],Vi),Xn(["visitors","document","objects","JSONSchema","fixedFields","id"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","$id"],{$ref:"#/visitors/value"}),Wn(["visitors","document","objects","JSONSchema","fixedFields","contains"],{$visitor:Di.visitors.JSONSchemaOrJSONReferenceVisitor,alias:"containsField"}),Wn(["visitors","document","objects","JSONSchema","fixedFields","items"],{$visitor:Hi,alias:"itemsField"}),Wn(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],Di.visitors.JSONSchemaOrJSONReferenceVisitor),Wn(["visitors","document","objects","JSONSchema","fixedFields","const"],{$ref:"#/visitors/value"}),Wn(["visitors","document","objects","JSONSchema","fixedFields","examples"],Ji),Wn(["visitors","document","objects","LinkDescription","$visitor"],Gi),Wn(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],Di.visitors.JSONSchemaOrJSONReferenceVisitor),Xn(["visitors","document","objects","LinkDescription","fixedFields","schema"]),Wn(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],Di.visitors.JSONSchemaOrJSONReferenceVisitor),Xn(["visitors","document","objects","LinkDescription","fixedFields","method"]),Xn(["visitors","document","objects","LinkDescription","fixedFields","encType"]),Wn(["visitors","document","objects","LinkDescription","fixedFields","submissionEncType"],{$ref:"#/visitors/value"}))(Di),Ki=Jt(zi),Zi=e=>Object.entries(e).map(([e,t])=>Nt(t)?{name:e,...t}:{name:e,$visitor:t});Object.defineProperty(qi,"fixedFields",{get:()=>Zi(Ki.visitors.document.objects.JSONSchema.fixedFields),enumerable:!0}),Object.defineProperty(Wi,"fixedFields",{get:()=>Zi(Ki.visitors.document.objects.LinkDescription.fixedFields),enumerable:!0});const Xi=class extends qi{constructor(e,t,s){super(e,t,s),this.element="JSONSchemaDraft7"}get $comment(){return this.get("$comment")}set $comment(e){this.set("$comment",e)}get itemsField(){return this.get("items")}set itemsField(e){this.set("items",e)}get if(){return this.get("if")}set if(e){this.set("if",e)}get then(){return this.get("then")}set then(e){this.set("then",e)}get else(){return this.get("else")}set else(e){this.set("else",e)}get not(){return this.get("not")}set not(e){this.set("not",e)}get contentEncoding(){return this.get("contentEncoding")}set contentEncoding(e){this.set("contentEncoding",e)}get contentMediaType(){return this.get("contentMediaType")}set contentMediaType(e){this.set("contentMediaType",e)}get media(){throw new $i('media keyword from Hyper-Schema vocabulary has been moved to validation vocabulary as "contentMediaType" / "contentEncoding"')}set media(e){throw new $i('media keyword from Hyper-Schema vocabulary has been moved to validation vocabulary as "contentMediaType" / "contentEncoding"')}get writeOnly(){return this.get("writeOnly")}set writeOnly(e){this.set("writeOnly",e)}};const Qi=class extends Vi{constructor(e){super(e),this.element=new Xi}get defaultDialectIdentifier(){return"http://json-schema.org/draft-07/schema#"}};const Yi=class extends Wi{get anchor(){return this.get("anchor")}set anchor(e){this.set("anchor",e)}get anchorPointer(){return this.get("anchorPointer")}set anchorPointer(e){this.set("anchorPointer",e)}get templatePointers(){return this.get("templatePointers")}set templatePointers(e){this.set("templatePointers",e)}get templateRequired(){return this.get("templateRequired")}set templateRequired(e){this.set("templateRequired",e)}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get mediaType(){throw new $i("mediaType keyword from Hyper-Schema vocabulary has been renamed to targetMediaType.")}set mediaType(e){throw new $i("mediaType keyword from Hyper-Schema vocabulary has been renamed to targetMediaType.")}get targetMediaType(){return this.get("targetMediaType")}set targetMediaType(e){this.set("targetMediaType",e)}get targetHints(){return this.get("targetHints")}set targetHints(e){this.set("targetHints",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get $comment(){return this.get("$comment")}set $comment(e){this.set("$comment",e)}get hrefSchema(){return this.get("hrefSchema")}set hrefSchema(e){this.set("hrefSchema",e)}get headerSchema(){return this.get("headerSchema")}set headerSchema(e){this.set("headerSchema",e)}get submissionSchema(){return this.get("submissionSchema")}set submissionSchema(e){this.set("submissionSchema",e)}get submissionEncType(){throw new $i("submissionEncType keyword from Hyper-Schema vocabulary has been renamed to submissionMediaType.")}set submissionEncType(e){throw new $i("submissionEncType keyword from Hyper-Schema vocabulary has been renamed to submissionMediaType.")}get submissionMediaType(){return this.get("submissionMediaType")}set submissionMediaType(e){this.set("submissionMediaType",e)}};const eo=class extends Gi{constructor(e){super(e),this.element=new Yi}},to=Ce(Wn(["visitors","document","objects","JSONSchema","element"],"jSONSchemaDraft7"),Wn(["visitors","document","objects","JSONSchema","$visitor"],Qi),Wn(["visitors","document","objects","JSONSchema","fixedFields","$comment"],zi.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","if"],zi.visitors.JSONSchemaOrJSONReferenceVisitor),Wn(["visitors","document","objects","JSONSchema","fixedFields","then"],zi.visitors.JSONSchemaOrJSONReferenceVisitor),Wn(["visitors","document","objects","JSONSchema","fixedFields","else"],zi.visitors.JSONSchemaOrJSONReferenceVisitor),Xn(["visitors","document","objects","JSONSchema","fixedFields","media"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","contentEncoding"],zi.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","contentMediaType"],zi.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","writeOnly"],zi.visitors.value),Wn(["visitors","document","objects","LinkDescription","$visitor"],eo),Wn(["visitors","document","objects","LinkDescription","fixedFields","anchor"],zi.visitors.value),Wn(["visitors","document","objects","LinkDescription","fixedFields","anchorPointer"],zi.visitors.value),Xn(["visitors","document","objects","LinkDescription","fixedFields","mediaType"]),Wn(["visitors","document","objects","LinkDescription","fixedFields","targetMediaType"],zi.visitors.value),Wn(["visitors","document","objects","LinkDescription","fixedFields","targetHints"],zi.visitors.value),Wn(["visitors","document","objects","LinkDescription","fixedFields","description"],zi.visitors.value),Wn(["visitors","document","objects","LinkDescription","fixedFields","$comment"],zi.visitors.value),Wn(["visitors","document","objects","LinkDescription","fixedFields","headerSchema"],zi.visitors.JSONSchemaOrJSONReferenceVisitor),Xn(["visitors","document","objects","LinkDescription","fixedFields","submissionEncType"]),Wn(["visitors","document","objects","LinkDescription","fixedFields","submissionMediaType"],zi.visitors.value))(zi),so=Jt(to),no=e=>Object.entries(e).map(([e,t])=>Nt(t)?{name:e,...t}:{name:e,$visitor:t});Object.defineProperty(Xi,"fixedFields",{get:()=>no(so.visitors.document.objects.JSONSchema.fixedFields),enumerable:!0}),Object.defineProperty(Yi,"fixedFields",{get:()=>no(so.visitors.document.objects.LinkDescription.fixedFields),enumerable:!0});const ro=class extends Xi{constructor(e,t,s){super(e,t,s),this.element="JSONSchema201909"}get $vocabulary(){return this.get("$vocabulary")}set $vocabulary(e){this.set("$vocabulary",e)}get $anchor(){return this.get("$anchor")}set $anchor(e){this.set("$anchor",e)}get $recursiveAnchor(){return this.get("$recursiveAnchor")}set $recursiveAnchor(e){this.set("$recursiveAnchor",e)}get $recursiveRef(){return this.get("$recursiveRef")}set $recursiveRef(e){this.set("$recursiveRef",e)}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}get $defs(){return this.get("$defs")}set $defs(e){this.set("$defs",e)}get definitions(){throw new $i("definitions keyword from Validation vocabulary has been renamed to $defs.")}set definitions(e){throw new $i("definitions keyword from Validation vocabulary has been renamed to $defs.")}get not(){return this.get("not")}set not(e){this.set("not",e)}get if(){return this.get("if")}set if(e){this.set("if",e)}get then(){return this.get("then")}set then(e){this.set("then",e)}get else(){return this.get("else")}set else(e){this.set("else",e)}get dependentSchemas(){return this.get("dependentSchemas")}set dependentSchemas(e){this.set("dependentSchemas",e)}get dependencies(){throw new $i("dependencies keyword from Validation vocabulary has been renamed to dependentSchemas.")}set dependencies(e){throw new $i("dependencies keyword from Validation vocabulary has been renamed to dependentSchemas.")}get itemsField(){return this.get("items")}set itemsField(e){this.set("items",e)}get contains(){return this.get("contains")}set contains(e){this.set("contains",e)}get additionalProperties(){return this.get("additionalProperties")}set additionalProperties(e){this.set("additionalProperties",e)}get additionalItems(){return this.get("additionalItems")}set additionalItems(e){this.set("additionalItems",e)}get propertyNames(){return this.get("propertyNames")}set propertyNames(e){this.set("propertyNames",e)}get unevaluatedItems(){return this.get("unevaluatedItems")}set unevaluatedItems(e){this.set("unevaluatedItems",e)}get unevaluatedProperties(){return this.get("unevaluatedProperties")}set unevaluatedProperties(e){this.set("unevaluatedProperties",e)}get maxContains(){return this.get("maxContains")}set maxContains(e){this.set("maxContains",e)}get minContains(){return this.get("minContains")}set minContains(e){this.set("minContains",e)}get dependentRequired(){return this.get("dependentRequired")}set dependentRequired(e){this.set("dependentRequired",e)}get deprecated(){return this.get("deprecated")}set deprecated(e){this.set("deprecated",e)}get contentSchema(){return this.get("contentSchema")}set contentSchema(e){this.set("contentSchema",e)}};const io=class extends Qi{constructor(e){super(e),this.element=new ro}get defaultDialectIdentifier(){return"https://json-schema.org/draft/2019-09/schema"}ObjectElement(e){const t=e.node;this.handleDialectIdentifier(t),this.handleSchemaIdentifier(t),this.parent=this.element,fr.prototype.ObjectElement.call(this,e),$(this.element.$ref)&&(this.element.classes.push("reference-element"),this.element.meta.set("referenced-element","schema"))}};const oo=class extends ir{ObjectElement(e){this.enter(e),this.element.classes.push("json-schema-$vocabulary")}};const ao=class extends ir{StringElement(e){this.enter(e),this.element.classes.push("reference-value")}},co=Mr(mr,$r,ir),lo=Mr(Dr,$r,ir);const uo=class extends lo{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-$defs"),this.specPath=or(["document","objects","JSONSchema"])}};const ho=class extends co{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-allOf")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const po=class extends co{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-anyOf")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const mo=class extends co{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-oneOf")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const fo=class extends lo{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-dependentSchemas"),this.specPath=or(["document","objects","JSONSchema"])}};const _o=class extends co{ObjectElement(e){this.element=this.toRefractedElement(["document","objects","JSONSchema"],e.node),e.stop()}ArrayElement(e){const t=e.node;this.element=new C,this.element.classes.push("json-schema-items"),t.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}BooleanElement(e){this.element=this.toRefractedElement(["document","objects","JSONSchema"],e.node),e.stop()}};const go=class extends lo{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-properties"),this.specPath=or(["document","objects","JSONSchema"])}};const yo=class extends lo{constructor(e){super(e),this.element=new L,this.element.classes.push("json-schema-patternProperties"),this.specPath=or(["document","objects","JSONSchema"])}};const wo=class extends ir{ObjectElement(e){this.enter(e),this.element.classes.push("json-schema-dependentRequired")}};const bo=class extends Yi{constructor(e,t,s){super(e,t,s),this.element="linkDescription"}get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get hrefSchema(){return this.get("hrefSchema")}set hrefSchema(e){this.set("hrefSchema",e)}get headerSchema(){return this.get("headerSchema")}set headerSchema(e){this.set("headerSchema",e)}get submissionSchema(){return this.get("submissionSchema")}set submissionSchema(e){this.set("submissionSchema",e)}};const xo=class extends eo{constructor(e){super(e),this.element=new bo}},Eo=Ce(Wn(["visitors","document","objects","JSONSchema","element"],"jSONSchema201909"),Wn(["visitors","document","objects","JSONSchema","$visitor"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","$vocabulary"],oo),Wn(["visitors","document","objects","JSONSchema","fixedFields","$anchor"],to.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","$recursiveAnchor"],to.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","$recursiveRef"],to.visitors.value),Xn(["visitors","document","objects","JSONReference","$visitor"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","$ref"],ao),Xn(["visitors","document","objects","JSONSchema","fixedFields","definitions"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","$defs"],uo),Wn(["visitors","document","objects","JSONSchema","fixedFields","allOf"],ho),Wn(["visitors","document","objects","JSONSchema","fixedFields","anyOf"],po),Wn(["visitors","document","objects","JSONSchema","fixedFields","oneOf"],mo),Wn(["visitors","document","objects","JSONSchema","fixedFields","not"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","if"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","then"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","else"],io),Xn(["visitors","document","objects","JSONSchema","fixedFields","dependencies"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","dependentSchemas"],fo),Wn(["visitors","document","objects","JSONSchema","fixedFields","items"],{$visitor:_o,alias:"itemsField"}),Wn(["visitors","document","objects","JSONSchema","fixedFields","contains"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","properties"],go),Wn(["visitors","document","objects","JSONSchema","fixedFields","patternProperties"],yo),Wn(["visitors","document","objects","JSONSchema","fixedFields","additionalProperties"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","additionalItems"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedItems"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedProperties"],io),Wn(["visitors","document","objects","JSONSchema","fixedFields","maxContains"],to.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","minContains"],to.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","dependentRequired"],wo),Wn(["visitors","document","objects","JSONSchema","fixedFields","deprecated"],to.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","contentSchema"],io),Wn(["visitors","document","objects","LinkDescription","element"],"linkDescription"),Wn(["visitors","document","objects","LinkDescription","$visitor"],xo),Wn(["visitors","document","objects","LinkDescription","fixedFields","targetSchema"],io),Wn(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],io),Wn(["visitors","document","objects","LinkDescription","fixedFields","headerSchema"],io),Wn(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],io))(to),vo=Jt(Eo),So=e=>Object.entries(e).map(([e,t])=>Nt(t)?{name:e,...t}:{name:e,$visitor:t});Object.defineProperty(ro,"fixedFields",{get:()=>So(vo.visitors.document.objects.JSONSchema.fixedFields),enumerable:!0}),Object.defineProperty(bo,"fixedFields",{get:()=>So(vo.visitors.document.objects.LinkDescription.fixedFields),enumerable:!0});const Oo=class extends ro{constructor(e,t,s){super(e,t,s),this.element="JSONSchema202012"}get $dynamicAnchor(){return this.get("$dynamicAnchor")}set $dynamicAnchor(e){this.set("$dynamicAnchor",e)}get $recursiveAnchor(){throw new $i("$recursiveAnchor keyword from Core vocabulary has been renamed to $dynamicAnchor.")}set $recursiveAnchor(e){throw new $i("$recursiveAnchor keyword from Core vocabulary has been renamed to $dynamicAnchor.")}get $dynamicRef(){return this.get("$dynamicRef")}set $dynamicRef(e){this.set("$dynamicRef",e)}get $recursiveRef(){throw new $i("$recursiveRef keyword from Core vocabulary has been renamed to $dynamicRef.")}set $recursiveRef(e){throw new $i("$recursiveRef keyword from Core vocabulary has been renamed to $dynamicRef.")}get prefixItems(){return this.get("prefixItems")}set prefixItems(e){this.set("prefixItems",e)}};const Ao=class extends io{constructor(e){super(e),this.element=new Oo}get defaultDialectIdentifier(){return"https://json-schema.org/draft/2020-12/schema"}};const ko=class extends co{constructor(e){super(e),this.element=new C,this.element.classes.push("json-schema-prefixItems")}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const To=class extends bo{get targetSchema(){return this.get("targetSchema")}set targetSchema(e){this.set("targetSchema",e)}get hrefSchema(){return this.get("hrefSchema")}set hrefSchema(e){this.set("hrefSchema",e)}get headerSchema(){return this.get("headerSchema")}set headerSchema(e){this.set("headerSchema",e)}get submissionSchema(){return this.get("submissionSchema")}set submissionSchema(e){this.set("submissionSchema",e)}};const Io=class extends xo{constructor(e){super(e),this.element=new To}},No=Ce(Wn(["visitors","document","objects","JSONSchema","element"],"jSONSchema202012"),Wn(["visitors","document","objects","JSONSchema","$visitor"],Ao),Xn(["visitors","document","objects","JSONSchema","fixedFields","$recursiveAnchor"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","$dynamicAnchor"],Eo.visitors.value),Xn(["visitors","document","objects","JSONSchema","fixedFields","$recursiveRef"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","$dynamicRef"],Eo.visitors.value),Wn(["visitors","document","objects","JSONSchema","fixedFields","not"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","if"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","then"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","else"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","prefixItems"],ko),Wn(["visitors","document","objects","JSONSchema","fixedFields","items"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","contains"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","additionalProperties"],Ao),Xn(["visitors","document","objects","JSONSchema","fixedFields","additionalItems"]),Wn(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedItems"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedProperties"],Ao),Wn(["visitors","document","objects","JSONSchema","fixedFields","contentSchema"],Ao),Wn(["visitors","document","objects","LinkDescription","element"],"linkDescription"),Wn(["visitors","document","objects","LinkDescription","$visitor"],Io),Wn(["visitors","document","objects","LinkDescription","fixedFields","targetSchema"],Ao),Wn(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],Ao),Wn(["visitors","document","objects","LinkDescription","fixedFields","headerSchema"],Ao),Wn(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],Ao))(Eo);const Co=class{element;constructor(e={}){Object.assign(this,e)}copyMetaAndAttributes(e,t){if(!e.isMetaEmpty||!t.isMetaEmpty){const s=t.isMetaEmpty?new L:t.meta,n=e.isMetaEmpty?new L:e.meta;t.meta=nr(s,n)}if(!e.isAttributesEmpty||!t.isAttributesEmpty){const s=t.isAttributesEmpty?new L:t.attributes,n=e.isAttributesEmpty?new L:e.attributes;t.attributes=nr(s,n)}Ds.transfer(e,t)}};const Fo=class extends Co{enter(e){this.element=Hs(e.node),e.stop()}};const Po=class extends Co{specObj;passingOptionsNames=["specObj"];constructor({specObj:e,...t}){super({...t}),this.specObj=e}retrievePassingOptions(){return pr(this.passingOptionsNames,this)}retrieveFixedFields(e){const t=de(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]}retrieveVisitor(e){return Ze(At,["visitors",...e],this.specObj)?de(["visitors",...e],this.specObj):de(["visitors",...e,"$visitor"],this.specObj)}retrieveVisitorInstance(e,t={}){const s=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...s,...t})}toRefractedElement(e,t,s={}){const n=this.retrieveVisitorInstance(e,s);return n instanceof Fo&&n?.constructor===Fo?Hs(t):(on(t,n,s),n.element)}};var Mo=function(){function e(e,t){this.xf=t,this.n=e,this.i=0}return e.prototype["@@transducer/init"]=Ue,e.prototype["@@transducer/result"]=qe,e.prototype["@@transducer/step"]=function(e,t){this.i+=1;var s=0===this.n?e:this.xf["@@transducer/step"](e,t);return this.n>=0&&this.i>=this.n?vi(s):s},e}();function Ro(e){return function(t){return new Mo(e,t)}}const jo=a($e(["take"],Ro,function(e,t){return Ie(0,e<0?1/0:e,t)}));const Lo=a(function(e,t){return v(jo(e.length,t),e)}),Do=e=>$(e.key)&&Lo("x-",Qn(e.key)),$o=e=>H(e)&&e.hasKey("reference");const Bo=class extends Po{specPath;ignoredFields;canSupportSpecificationExtensions=!0;specificationExtensionPredicate=Do;constructor({specPath:e,ignoredFields:t,canSupportSpecificationExtensions:s,specificationExtensionPredicate:n,...r}){super({...r}),this.specPath=e,this.ignoredFields=t||[],"boolean"==typeof s&&(this.canSupportSpecificationExtensions=s),"function"==typeof n&&(this.specificationExtensionPredicate=n)}ObjectElement(e){const t=e.node,s=this.specPath(t),n=this.retrieveFixedFields(s);t.forEach((e,t,r)=>{if($(t)&&n.includes(Qn(t))&&!this.ignoredFields.includes(Qn(t))){const n=this.toRefractedElement([...s,"fixedFields",Qn(t)],e),i=new j(Hs(t),n);this.copyMetaAndAttributes(r,i),i.classes.push("fixed-field"),this.element.push(i)}else if(this.canSupportSpecificationExtensions&&this.specificationExtensionPredicate(r)){const e=this.toRefractedElement(["document","extension"],r);this.element.push(e)}else this.ignoredFields.includes(Qn(t))||this.element.push(Hs(r))}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Uo=class extends Po{specPath;ignoredFields;fieldPatternPredicate=jr;canSupportSpecificationExtensions=!1;specificationExtensionPredicate=Do;constructor({specPath:e,ignoredFields:t,fieldPatternPredicate:s,canSupportSpecificationExtensions:n,specificationExtensionPredicate:r,...i}){super({...i}),this.specPath=e,this.ignoredFields=t||[],"function"==typeof s&&(this.fieldPatternPredicate=s),"boolean"==typeof n&&(this.canSupportSpecificationExtensions=n),"function"==typeof r&&(this.specificationExtensionPredicate=r)}ObjectElement(e){const t=e.node;t.forEach((e,t,s)=>{if(this.canSupportSpecificationExtensions&&this.specificationExtensionPredicate(s)){const e=this.toRefractedElement(["document","extension"],s);this.element.push(e)}else if(!this.ignoredFields.includes(Qn(t))&&this.fieldPatternPredicate(Qn(t))){const n=this.specPath(e),r=this.toRefractedElement(n,e),i=new j(Hs(t),r);this.copyMetaAndAttributes(s,i),i.classes.push("patterned-field"),this.element.push(i)}else this.ignoredFields.includes(Qn(t))||this.element.push(Hs(s))}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const qo=class extends Uo{constructor(e){super(e),this.fieldPatternPredicate=hr}},Vo=Mr(Po,Fo),Ho=Mr(Bo,Fo),Jo=Mr(qo,Fo);const Wo=class extends L{constructor(e,t,s){super(e,t,s),this.element="arazzoSpecification1",this.classes.push("api"),this.classes.push("arazzo")}get arazzo(){return this.get("arazzo")}set arazzo(e){this.set("arazzo",e)}get info(){return this.get("info")}set info(e){this.set("info",e)}get sourceDescriptions(){return this.get("sourceDescriptions")}set sourceDescriptions(e){this.set("sourceDescriptions",e)}get workflows(){return this.get("workflows")}set workflows(e){this.set("workflows",e)}get components(){return this.get("components")}set components(e){this.set("components",e)}};const Go=class extends Ho{element;specPath;canSupportSpecificationExtensions;constructor(e){super(e),this.element=new Wo,this.specPath=or(["document","objects","ArazzoSpecification"]),this.canSupportSpecificationExtensions=!0}ObjectElement(e){return Bo.prototype.ObjectElement.call(this,e)}};const zo=class extends F{constructor(e,t,s){super(e,t,s),this.element="arazzo",this.classes.push("spec-version"),this.classes.push("version")}};const Ko=class extends Vo{StringElement(e){const t=e.node,s=new zo(Qn(t));this.copyMetaAndAttributes(t,s),this.element=s,e.stop()}};class Zo extends C{static primaryClass="source-descriptions";constructor(e,t,s){super(e,t,s),this.classes.push(Zo.primaryClass)}}const Xo=Zo;const Qo=class extends Vo{element;constructor(e){super(e),this.element=new Xo}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","SourceDescription"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};class Yo extends C{static primaryClass="workflows";constructor(e,t,s){super(e,t,s),this.classes.push(Yo.primaryClass)}}const ea=Yo;const ta=class extends Vo{element;constructor(e){super(e),this.element=new ea}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","Workflow"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const sa=class extends L{constructor(e,t,s){super(e,t,s),this.element="info",this.classes.push("info")}get title(){return this.get("title")}set title(e){this.set("title",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get version(){return this.get("version")}set version(e){this.set("version",e)}};const na=class extends Ho{constructor(e){super(e),this.element=new sa,this.specPath=or(["document","objects","Info"]),this.canSupportSpecificationExtensions=!0}};const ra=class extends Fo{StringElement(e){super.enter(e),this.element.classes.push("arazzo-version"),this.element.classes.push("version")}};const ia=class extends L{constructor(e,t,s){super(e,t,s),this.element="sourceDescription"}get name(){return this.get("name")}set name(e){this.set("name",e)}get url(){return this.get("url")}set url(e){this.set("url",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}};const oa=class extends Ho{constructor(e){super(e),this.element=new ia,this.specPath=or(["document","objects","SourceDescription"]),this.canSupportSpecificationExtensions=!0}};const aa=class extends Fo{StringElement(e){super.enter(e),this.element.classes.push("source-description-url")}};const ca=class extends L{constructor(e,t,s){super(e,t,s),this.element="workflow"}get workflowId(){return this.get("workflowId")}set workflowId(e){this.set("workflowId",e)}get summary(){return this.get("summary")}set summary(e){this.set("summary",e)}get description(){return this.get("description")}set description(e){this.set("description",e)}get inputs(){return this.get("inputs")}set inputs(e){this.set("inputs",e)}get dependsOn(){return this.get("dependsOn")}set dependsOn(e){this.set("dependsOn",e)}get steps(){return this.get("steps")}set steps(e){this.set("steps",e)}get successActions(){return this.get("successActions")}set successActions(e){this.set("successActions",e)}get failureActions(){return this.get("failureActions")}set failureActions(e){this.set("failureActions",e)}get outputs(){return this.get("outputs")}set outputs(e){this.set("outputs",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}};const la=class extends Ho{constructor(e){super(e),this.element=new ca,this.specPath=or(["document","objects","Workflow"]),this.canSupportSpecificationExtensions=!0}};class ua extends C{static primaryClass="workflow-depends-on";constructor(e,t,s){super(e,t,s),this.classes.push(ua.primaryClass)}}const da=ua;const ha=class extends Vo{element;constructor(e){super(e),this.element=new da}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["value"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};class pa extends C{static primaryClass="workflow-steps";constructor(e,t,s){super(e,t,s),this.classes.push(pa.primaryClass)}}const ma=pa;const fa=class extends Vo{constructor(e){super(e),this.element=new ma}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","Step"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};class _a extends C{static primaryClass="workflow-success-actions";constructor(e,t,s){super(e,t,s),this.classes.push(_a.primaryClass)}}const ga=_a,ya=e=>e instanceof Oo;const wa=class extends L{constructor(e,t,s){super(e,t,s),this.element="components"}get inputs(){return this.get("inputs")}set inputs(e){this.set("inputs",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get successActions(){return this.get("successActions")}set successActions(e){this.set("successActions",e)}get failureActions(){return this.get("failureActions")}set failureActions(e){this.set("failureActions",e)}};const ba=class extends L{constructor(e,t,s){super(e,t,s),this.element="criterion"}get context(){return this.get("context")}set context(e){this.set("context",e)}get condition(){return this.get("condition")}set condition(e){this.set("condition",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}};const xa=class extends L{constructor(e,t,s){super(e,t,s),this.element="criterionExpressionType"}get type(){return this.get("type")}set type(e){this.set("type",e)}get version(){return this.get("version")}set version(e){this.set("version",e)}};const Ea=class extends L{constructor(e,t,s){super(e,t,s),this.element="failureAction"}get name(){return this.get("name")}set name(e){this.set("name",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get workflowId(){return this.get("workflowId")}set workflowId(e){this.set("workflowId",e)}get stepId(){return this.get("stepId")}set stepId(e){this.set("stepId",e)}get retryAfter(){return this.get("retryAfter")}set retryAfter(e){this.set("retryAfter",e)}get retryLimit(){return this.get("retryLimit")}set retryLimit(e){this.set("retryLimit",e)}get criteria(){return this.get("criteria")}set criteria(e){this.set("criteria",e)}};const va=class extends L{constructor(e,t,s){super(e,t,s),this.element="parameter"}get name(){return this.get("name")}set name(e){this.set("name",e)}get in(){return this.get("in")}set in(e){this.set("in",e)}get value(){return this.get("value")}set value(e){this.set("value",e)}};const Sa=class extends L{constructor(e,t,s){super(e,t,s),this.element="payloadReplacement"}get target(){return this.get("target")}set target(e){this.set("target",e)}get value(){return this.get("value")}set value(e){this.set("value",e)}};const Oa=class extends L{constructor(e,t,s){super(e,t,s),this.element="requestBody"}get contentType(){return this.get("contentType")}set contentType(e){this.set("contentType",e)}get payload(){return this.get("payload")}set payload(e){this.set("payload",e)}get replacements(){return this.get("replacements")}set replacements(e){this.set("replacements",e)}};const Aa=class extends L{constructor(e,t,s){super(e,t,s),this.element="reusable",this.classes.push("arazzo-reference")}get reference(){return this.get("reference")}set reference(e){this.set("reference",e)}get value(){return this.get("value")}set value(e){this.set("value",e)}};const ka=class extends L{constructor(e,t,s){super(e,t,s),this.element="step"}get description(){return this.get("description")}set description(e){this.set("description",e)}get stepId(){return this.get("stepId")}set stepId(e){this.set("stepId",e)}get operationId(){return this.get("operationId")}set operationId(e){this.set("operationId",e)}get operationPath(){return this.get("operationPath")}set operationPath(e){this.set("operationPath",e)}get workflowId(){return this.get("workflowId")}set workflowId(e){this.set("workflowId",e)}get parameters(){return this.get("parameters")}set parameters(e){this.set("parameters",e)}get requestBody(){return this.get("requestBody")}set requestBody(e){this.set("requestBody",e)}get successCriteria(){return this.get("successCriteria")}set successCriteria(e){this.set("successCriteria",e)}get onSuccess(){return this.get("onSuccess")}set onSuccess(e){this.set("onSuccess",e)}get onFailure(){return this.get("onFailure")}set onFailure(e){this.set("onFailure",e)}get outputs(){return this.get("outputs")}set outputs(e){this.set("outputs",e)}};const Ta=class extends L{constructor(e,t,s){super(e,t,s),this.element="successAction"}get name(){return this.get("name")}set name(e){this.set("name",e)}get type(){return this.get("type")}set type(e){this.set("type",e)}get workflowId(){return this.get("workflowId")}set workflowId(e){this.set("workflowId",e)}get stepId(){return this.get("stepId")}set stepId(e){this.set("stepId",e)}get criteria(){return this.get("criteria")}set criteria(e){this.set("criteria",e)}};class Ia extends L{static primaryClass="components-failure-actions";constructor(e,t,s){super(e,t,s),this.classes.push(Ia.primaryClass)}}const Na=Ia;class Ca extends L{static primaryClass="components-inputs";constructor(e,t,s){super(e,t,s),this.classes.push(Ca.primaryClass)}}const Fa=Ca;class Pa extends L{static primaryClass="components-parameters";constructor(e,t,s){super(e,t,s),this.classes.push(Pa.primaryClass),this.classes.push("parameters")}}const Ma=Pa;class Ra extends L{static primaryClass="components-success-actions";constructor(e,t,s){super(e,t,s),this.classes.push(Ra.primaryClass)}}const ja=Ra;class La extends C{static primaryClass="failure-action-criteria";constructor(e,t,s){super(e,t,s),this.classes.push(La.primaryClass),this.classes.push("criteria")}}const Da=La;class $a extends C{static primaryClass="request-body-replacements";constructor(e,t,s){super(e,t,s),this.classes.push($a.primaryClass)}}const Ba=$a;class Ua extends C{static primaryClass="step-depends-on";constructor(e,t,s){super(e,t,s),this.classes.push(Ua.primaryClass)}}const qa=Ua;class Va extends C{static primaryClass="step-on-failure";constructor(e,t,s){super(e,t,s),this.classes.push(Va.primaryClass)}}const Ha=Va;class Ja extends C{static primaryClass="step-on-success";constructor(e,t,s){super(e,t,s),this.classes.push(Ja.primaryClass)}}const Wa=Ja;class Ga extends L{static primaryClass="step-outputs";constructor(e,t,s){super(e,t,s),this.classes.push(Ga.primaryClass)}}const za=Ga;class Ka extends C{static primaryClass="step-parameters";constructor(e,t,s){super(e,t,s),this.classes.push(Ka.primaryClass),this.classes.push("parameters")}}const Za=Ka;class Xa extends C{static primaryClass="step-success-criteria";constructor(e,t,s){super(e,t,s),this.classes.push(Xa.primaryClass),this.classes.push("criteria")}}const Qa=Xa;class Ya extends C{static primaryClass="success-action-criteria";constructor(e,t,s){super(e,t,s),this.classes.push(Ya.primaryClass),this.classes.push("criteria")}}const ec=Ya;class tc extends C{static primaryClass="workflow-failure-actions";constructor(e,t,s){super(e,t,s),this.classes.push(tc.primaryClass)}}const sc=tc;class nc extends L{static primaryClass="workflow-outputs";constructor(e,t,s){super(e,t,s),this.classes.push(nc.primaryClass)}}const rc=nc;class ic extends C{static primaryClass="workflow-parameters";constructor(e,t,s){super(e,t,s),this.classes.push(ic.primaryClass),this.classes.push("parameters")}}const oc=ic,ac=e=>e instanceof zo,cc=e=>e instanceof Wo,lc=e=>e instanceof wa,uc=e=>e instanceof ba,dc=e=>e instanceof xa,hc=e=>e instanceof Ea,pc=e=>e instanceof sa,mc=e=>e instanceof va,fc=e=>e instanceof Sa,_c=e=>e instanceof Oa,gc=e=>e instanceof Aa,yc=e=>e instanceof ia,wc=e=>e instanceof ka,bc=e=>e instanceof Ta,xc=e=>e instanceof ca,Ec=e=>e instanceof Na,vc=e=>e instanceof Fa,Sc=e=>e instanceof Ma,Oc=e=>e instanceof ja,Ac=e=>e instanceof Da,kc=e=>e instanceof Ba,Tc=e=>e instanceof Xo,Ic=e=>e instanceof qa,Nc=e=>e instanceof Ha,Cc=e=>e instanceof Wa,Fc=e=>e instanceof za,Pc=e=>e instanceof Za,Mc=e=>e instanceof Qa,Rc=e=>e instanceof ec,jc=e=>e instanceof da,Lc=e=>e instanceof sc,Dc=e=>e instanceof rc,$c=e=>e instanceof oc,Bc=e=>e instanceof ea,Uc=e=>e instanceof ma,qc=e=>e instanceof ga;const Vc=class extends Vo{constructor(e){super(e),this.element=new ga}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=$o(e)?["document","objects","Reusable"]:["document","objects","SuccessAction"],s=this.toRefractedElement(t,e);gc(s)&&s.meta.set("referenced-element","successAction"),this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Hc=class extends Vo{constructor(e){super(e),this.element=new sc}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=$o(e)?["document","objects","Reusable"]:["document","objects","FailureAction"],s=this.toRefractedElement(t,e);gc(s)&&s.meta.set("referenced-element","failureAction"),this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Jc=class extends Jo{constructor(e){super(e),this.element=new rc,this.specPath=or(["value"])}};const Wc=class extends Vo{constructor(e){super(e),this.element=new oc}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=$o(e)?["document","objects","Reusable"]:["document","objects","Parameter"],s=this.toRefractedElement(t,e);gc(s)&&s.meta.set("referenced-element","parameter"),this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Gc=class extends Ho{constructor(e){super(e),this.element=new ka,this.specPath=or(["document","objects","Step"]),this.canSupportSpecificationExtensions=!0}};const zc=class extends Vo{constructor(e){super(e),this.element=new Za}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=$o(e)?["document","objects","Reusable"]:["document","objects","Parameter"],s=this.toRefractedElement(t,e);gc(s)&&s.meta.set("referenced-element","parameter"),this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Kc=class extends Vo{constructor(e){super(e),this.element=new Qa}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","Criterion"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Zc=class extends Vo{constructor(e){super(e),this.element=new Wa}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=$o(e)?["document","objects","Reusable"]:["document","objects","SuccessAction"],s=this.toRefractedElement(t,e);gc(s)&&s.meta.set("referenced-element","successAction"),this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Xc=class extends Vo{constructor(e){super(e),this.element=new Ha}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=$o(e)?["document","objects","Reusable"]:["document","objects","FailureAction"],s=this.toRefractedElement(t,e);gc(s)&&s.meta.set("referenced-element","failureAction"),this.element.push(s)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const Qc=class extends Jo{constructor(e){super(e),this.element=new za,this.specPath=or(["value"])}};const Yc=class extends Ho{constructor(e){super(e),this.element=new va,this.specPath=or(["document","objects","Parameter"]),this.canSupportSpecificationExtensions=!0}};const el=class extends Ho{constructor(e){super(e),this.element=new Ta,this.specPath=or(["document","objects","SuccessAction"]),this.canSupportSpecificationExtensions=!0}};const tl=class extends Vo{element;constructor(e){super(e),this.element=new ec}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","Criterion"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const sl=class extends Ho{constructor(e){super(e),this.element=new Ea,this.specPath=or(["document","objects","FailureAction"]),this.canSupportSpecificationExtensions=!0}};const nl=class extends Vo{element;constructor(e){super(e),this.element=new Da}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","Criterion"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const rl=class extends Ho{constructor(e){super(e),this.element=new wa,this.specPath=or(["document","objects","Components"]),this.canSupportSpecificationExtensions=!0}};const il=class extends Jo{constructor(e){super(e),this.element=new Fa,this.specPath=or(["document","objects","JSONSchema"]),this.fieldPatternPredicate=e=>/^[a-zA-Z0-9.\-_]+$/.test(String(e))}};const ol=class extends Jo{constructor(e){super(e),this.element=new Ma,this.specPath=or(["document","objects","Parameter"]),this.fieldPatternPredicate=e=>/^[a-zA-Z0-9.\-_]+$/.test(String(e))}};const al=class extends Jo{constructor(e){super(e),this.element=new ja,this.specPath=or(["document","objects","SuccessAction"]),this.fieldPatternPredicate=e=>/^[a-zA-Z0-9.\-_]+$/.test(String(e))}};const cl=class extends Jo{constructor(e){super(e),this.element=new Na,this.specPath=or(["document","objects","FailureAction"]),this.fieldPatternPredicate=e=>/^[a-zA-Z0-9.\-_]+$/.test(String(e))}};const ll=class extends Ho{constructor(e){super(e),this.element=new Aa,this.specPath=or(["document","objects","Reusable"]),this.canSupportSpecificationExtensions=!1}ObjectElement(e){const t=Bo.prototype.ObjectElement.call(this,e);return $(this.element.reference)&&this.element.classes.push("reference-element"),t}};const ul=class extends Fo{StringElement(e){super.enter(e),this.element.classes.push("reference-value")}};const dl=class extends Ho{constructor(e){super(e),this.element=new ba,this.specPath=or(["document","objects","Criterion"]),this.canSupportSpecificationExtensions=!0}};const hl=class extends Vo{ObjectElement(e){const t=e.node;return this.toRefractedElement(["document","objects","CriterionExpressionType"],t)}};const pl=class extends Ho{constructor(e){super(e),this.element=new xa,this.specPath=or(["document","objects","CriterionExpressionType"]),this.canSupportSpecificationExtensions=!0}};const ml=class extends Fo{StringElement(e){super.enter(e),this.element.classes.push("version")}};const fl=class extends Ho{constructor(e){super(e),this.element=new Oa,this.specPath=or(["document","objects","RequestBody"]),this.canSupportSpecificationExtensions=!0}};const _l=class extends Vo{element;constructor(e){super(e),this.element=new Ba}ArrayElement(e){const t=e.node;t.forEach(e=>{const t=this.toRefractedElement(["document","objects","PayloadReplacement"],e);this.element.push(t)}),this.copyMetaAndAttributes(t,this.element),e.stop()}};const gl=class extends Ho{constructor(e){super(e),this.element=new Sa,this.specPath=or(["document","objects","PayloadReplacement"]),this.canSupportSpecificationExtensions=!0}},yl=Jt(No),wl=e=>Object.entries(e).map(([e,t])=>Nt(t)?{name:e,...t}:{name:e,$visitor:t});Object.defineProperty(Oo,"fixedFields",{get:()=>wl(yl.visitors.document.objects.JSONSchema.fixedFields),enumerable:!0}),Object.defineProperty(To,"fixedFields",{get:()=>wl(yl.visitors.document.objects.LinkDescription.fixedFields),enumerable:!0});const bl=class extends Oo{};const xl=class extends Ao{constructor(e){super(e),this.element=new bl}};const El=class extends Po{MemberElement(e){const t=e.node;this.element=Hs(t),this.element.classes.push("specification-extension"),e.stop()}},{JSONSchema:{fixedFields:vl}}=No.visitors.document.objects,Sl={visitors:{value:Fo,document:{objects:{ArazzoSpecification:{element:"arazzoSpecification1",$visitor:Go,fixedFields:{arazzo:{element:"arazzo",$visitor:Ko},info:{$ref:"#/visitors/document/objects/Info"},sourceDescriptions:Qo,workflows:ta,components:{$ref:"#/visitors/document/objects/Components"}}},Info:{element:"info",$visitor:na,fixedFields:{title:{$ref:"#/visitors/value"},summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},version:ra}},SourceDescription:{element:"sourceDescription",$visitor:oa,fixedFields:{name:{$ref:"#/visitors/value"},url:aa,type:{$ref:"#/visitors/value"}}},Workflow:{element:"workflow",$visitor:la,fixedFields:{workflowId:{$ref:"#/visitors/value"},summary:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},inputs:xl,dependsOn:ha,steps:fa,successActions:Vc,failureActions:Hc,outputs:Jc,parameters:Wc}},Step:{element:"step",$visitor:Gc,fixedFields:{description:{$ref:"#/visitors/value"},stepId:{$ref:"#/visitors/value"},operationId:{$ref:"#/visitors/value"},operationPath:{$ref:"#/visitors/value"},workflowId:{$ref:"#/visitors/value"},parameters:zc,requestBody:{$ref:"#/visitors/document/objects/RequestBody"},successCriteria:Kc,onSuccess:Zc,onFailure:Xc,outputs:Qc}},Parameter:{element:"parameter",$visitor:Yc,fixedFields:{name:{$ref:"#/visitors/value"},in:{$ref:"#/visitors/value"},value:{$ref:"#/visitors/value"}}},SuccessAction:{element:"successAction",$visitor:el,fixedFields:{name:{$ref:"#/visitors/value"},type:{$ref:"#/visitors/value"},workflowId:{$ref:"#/visitors/value"},stepId:{$ref:"#/visitors/value"},criteria:tl}},FailureAction:{element:"failureAction",$visitor:sl,fixedFields:{name:{$ref:"#/visitors/value"},type:{$ref:"#/visitors/value"},workflowId:{$ref:"#/visitors/value"},stepId:{$ref:"#/visitors/value"},retryAfter:{$ref:"#/visitors/value"},retryLimit:{$ref:"#/visitors/value"},criteria:nl}},Components:{element:"components",$visitor:rl,fixedFields:{inputs:il,parameters:ol,successActions:al,failureActions:cl}},Reusable:{element:"reusable",$visitor:ll,fixedFields:{reference:ul,value:{$ref:"#/visitors/value"}}},Criterion:{element:"criterion",$visitor:dl,fixedFields:{context:{$ref:"#/visitors/value"},condition:{$ref:"#/visitors/value"},type:hl}},CriterionExpressionType:{element:"criterionExpressionType",$visitor:pl,fixedFields:{type:{$ref:"#/visitors/value"},version:ml}},RequestBody:{element:"requestBody",$visitor:fl,fixedFields:{contentType:{$ref:"#/visitors/value"},payload:{$ref:"#/visitors/value"},replacements:_l}},PayloadReplacement:{element:"payloadReplacement",$visitor:gl,fixedFields:{target:{$ref:"#/visitors/value"},value:{$ref:"#/visitors/value"}}},JSONSchema:{element:"jSONSchema202012",$visitor:xl,fixedFields:{...vl}}},extension:{$visitor:El}}}},Ol={namespace:e=>{const{base:t}=e;return t.register("arazzo",zo),t.register("arazzoSpecification1",Wo),t.register("components",wa),t.register("criterion",ba),t.register("criterionExpressionType",xa),t.register("failureAction",Ea),t.register("info",sa),t.register("parameter",va),t.register("payloadReplacement",Sa),t.register("requestBody",Oa),t.register("reusable",Aa),t.register("sourceDescription",ia),t.register("step",ka),t.register("successAction",Ta),t.register("workflow",ca),t.register("jSONSchema202012",bl),t}},Al=()=>{const s=new Dn,n={...e,...t,isStringElement:$};return s.use(Ol),{predicates:n,namespace:s}},kl=(e,{element:t="arazzoSpecification1",plugins:s=[],specificationObj:n=Sl}={})=>{const r=Hn(e),i=Jt(n),o=i.elementMap[t];if(!o)throw new Error(`Unknown element type: "${t}"`);const a=new(de(o,i))({specObj:i});return on(r,a),qn(a.element,s,{toolboxCreator:Al})},Tl=(e,t={})=>kl(e,{...t,element:"arazzoSpecification1"});const Il=class extends $i{};const Nl=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Il("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Il("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Il("latest method in MediaTypes class is not yet implemented.")}};const Cl=class extends Ns{source;parserOptions;constructor(e,t){super(e,t),void 0!==t&&(this.source=t.source,this.parserOptions=t.parserOptions)}};const Fl=class{adapters=[];async detectAdapterCandidates(e,t={}){const s=[];for(const n of this.adapters)At(n.detect)&&await n.detect(e,t)&&s.push(n);return s}async findAdapter(e,t={}){if(Ct(t.mediaType))return this.adapters.find(e=>!!En(e.mediaTypes)&&e.mediaTypes.includes(t.mediaType));const s=await this.detectAdapterCandidates(e,t);return Ei(s)}use(e){return this.adapters.push(e),this}async findNamespace(e,t={}){const s=await this.findAdapter(e,t);return s?.namespace}async findMediaType(e){const t=await this.findAdapter(e,{});if(void 0===t)return(new Nl).unknownMediaType;if(void 0===t.mediaTypes)return(new Nl).unknownMediaType;if(void 0===t.detectionRegExp)return t.mediaTypes.latest();const{detectionRegExp:s}=t,n=e.match(s);if(null===n)return(new Nl).unknownMediaType;const{groups:r}=n,i=r?.version||r?.version_json||r?.version_yaml,o=r?.version_json?"json":r?.version_yaml?"yaml":"generic";return void 0===i?t.mediaTypes.latest():t.mediaTypes.findBy(i,o)}async parse(e,t={}){let s;try{s=await this.findAdapter(e,t)}catch(s){throw new Cl("Encountered an unexpected error while matching parser adapters against the source.",{source:e,parserOptions:t,cause:s})}if(cr(s))throw new Cl("Source did not match any registered parsers",{source:e,parserOptions:t});try{return s.parse(e,t)}catch(s){throw new Cl("Parsing encountered an unexpected error.",{source:e,parserOptions:t,cause:s})}}};var Pl=a(function(e,t){for(var s={},n={},r=0,i=e.length;r<i;)n[e[r]]=1,r+=1;for(var o in t)n.hasOwnProperty(o)||(s[o]=t[o]);return s});const Ml=Pl;const Rl=_t(cr);var jl=__webpack_require__(333);const Ll=new Uint8Array([0,97,115,109,1,0,0,0,0,16,8,100,121,108,105,110,107,46,48,1,5,156,91,4,30,0,1,179,1,23,96,1,127,1,127,96,2,127,127,1,127,96,1,127,0,96,3,127,127,127,0,96,3,127,127,127,1,127,96,2,127,127,0,96,4,127,127,127,127,1,127,96,5,127,127,127,127,127,0,96,4,127,127,127,127,0,96,0,0,96,5,127,127,127,127,127,1,127,96,0,1,127,96,8,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,127,127,0,96,6,127,124,127,127,127,127,1,127,96,16,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,96,6,127,127,127,127,127,127,0,96,2,126,127,1,127,96,7,127,127,127,127,127,127,127,1,127,96,2,124,127,1,124,96,4,127,127,127,127,1,126,96,4,127,126,127,127,1,127,96,3,127,126,127,1,126,2,219,3,17,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,8,102,100,95,119,114,105,116,101,0,6,3,101,110,118,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,0,0,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,7,102,100,95,115,101,101,107,0,21,3,101,110,118,9,95,97,98,111,114,116,95,106,115,0,9,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,8,102,100,95,99,108,111,115,101,0,0,3,101,110,118,35,116,114,101,101,95,115,105,116,116,101,114,95,113,117,101,114,121,95,112,114,111,103,114,101,115,115,95,99,97,108,108,98,97,99,107,0,0,3,101,110,118,29,116,114,101,101,95,115,105,116,116,101,114,95,112,114,111,103,114,101,115,115,95,99,97,108,108,98,97,99,107,0,1,3,101,110,118,26,116,114,101,101,95,115,105,116,116,101,114,95,112,97,114,115,101,95,99,97,108,108,98,97,99,107,0,7,3,101,110,118,24,116,114,101,101,95,115,105,116,116,101,114,95,108,111,103,95,99,97,108,108,98,97,99,107,0,5,3,101,110,118,15,95,95,115,116,97,99,107,95,112,111,105,110,116,101,114,3,127,1,3,101,110,118,13,95,95,109,101,109,111,114,121,95,98,97,115,101,3,127,0,3,101,110,118,12,95,95,116,97,98,108,101,95,98,97,115,101,3,127,0,7,71,79,84,46,109,101,109,11,95,95,115,116,97,99,107,95,108,111,119,3,127,1,7,71,79,84,46,109,101,109,12,95,95,115,116,97,99,107,95,104,105,103,104,3,127,1,7,71,79,84,46,109,101,109,11,95,95,104,101,97,112,95,98,97,115,101,3,127,1,3,101,110,118,6,109,101,109,111,114,121,2,1,128,4,128,128,2,3,101,110,118,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,112,0,30,3,150,2,148,2,5,5,6,0,2,3,7,5,5,4,0,5,5,2,7,3,16,3,4,0,3,6,10,3,0,0,17,4,4,3,2,2,1,4,0,5,4,1,2,1,12,1,2,4,0,5,8,7,4,2,1,3,8,0,0,5,2,5,0,9,1,3,1,0,4,11,2,2,8,12,3,5,1,6,3,4,7,13,7,8,3,3,0,0,5,1,1,6,8,0,18,19,4,0,0,0,4,5,4,4,4,0,20,0,5,7,5,10,4,8,5,1,1,3,3,5,3,1,1,1,1,1,4,4,4,4,0,0,0,10,1,1,2,3,1,1,5,2,0,0,0,0,1,0,4,4,0,4,3,0,0,11,0,2,0,0,0,5,0,4,5,0,14,4,1,4,22,0,15,0,15,2,0,0,0,0,0,0,0,0,13,2,1,2,0,0,0,2,2,2,2,2,2,9,2,2,0,2,2,2,2,5,5,5,1,0,0,0,2,2,5,1,1,0,2,0,0,0,0,0,2,2,0,0,0,0,0,0,5,0,0,0,0,0,0,1,5,2,2,2,2,5,2,2,2,2,5,2,2,1,1,2,0,6,10,3,0,5,9,11,4,4,4,2,0,0,4,0,1,1,1,1,0,0,9,9,6,57,8,127,1,65,200,211,0,11,127,1,65,192,211,0,11,127,1,65,204,211,0,11,127,1,65,196,211,0,11,127,1,65,136,213,0,11,127,1,65,144,213,0,11,127,1,65,148,219,0,11,127,1,65,152,219,0,11,7,135,33,152,1,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,156,2,6,109,97,108,108,111,99,0,34,6,99,97,108,108,111,99,0,41,7,114,101,97,108,108,111,99,0,94,4,102,114,101,101,0,51,13,116,115,95,114,97,110,103,101,95,101,100,105,116,0,80,6,109,101,109,99,109,112,0,18,24,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,99,111,117,110,116,0,154,2,23,116,115,95,108,97,110,103,117,97,103,101,95,115,116,97,116,101,95,99,111,117,110,116,0,153,2,23,116,115,95,108,97,110,103,117,97,103,101,95,97,98,105,95,118,101,114,115,105,111,110,0,148,2,16,116,115,95,108,97,110,103,117,97,103,101,95,110,97,109,101,0,145,2,23,116,115,95,108,97,110,103,117,97,103,101,95,102,105,101,108,100,95,99,111,117,110,116,0,137,2,22,116,115,95,108,97,110,103,117,97,103,101,95,110,101,120,116,95,115,116,97,116,101,0,42,23,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,110,97,109,101,0,244,1,27,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,102,111,114,95,110,97,109,101,0,30,7,115,116,114,110,99,109,112,0,27,23,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,116,121,112,101,0,69,29,116,115,95,108,97,110,103,117,97,103,101,95,102,105,101,108,100,95,110,97,109,101,95,102,111,114,95,105,100,0,213,1,25,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,110,101,119,0,191,1,28,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,100,101,108,101,116,101,0,180,1,33,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,114,101,115,101,116,95,115,116,97,116,101,0,173,1,27,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,114,101,115,101,116,0,172,1,26,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,110,101,120,116,0,170,1,36,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,99,117,114,114,101,110,116,95,115,121,109,98,111,108,0,167,1,13,116,115,95,112,111,105,110,116,95,101,100,105,116,0,142,1,16,116,115,95,112,97,114,115,101,114,95,100,101,108,101,116,101,0,141,1,15,116,115,95,112,97,114,115,101,114,95,114,101,115,101,116,0,40,22,116,115,95,112,97,114,115,101,114,95,115,101,116,95,108,97,110,103,117,97,103,101,0,140,1,29,116,115,95,112,97,114,115,101,114,95,115,101,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,115,0,57,12,116,115,95,113,117,101,114,121,95,110,101,119,0,138,1,15,116,115,95,113,117,101,114,121,95,100,101,108,101,116,101,0,76,8,105,115,119,115,112,97,99,101,0,103,8,105,115,119,97,108,110,117,109,0,19,22,116,115,95,113,117,101,114,121,95,112,97,116,116,101,114,110,95,99,111,117,110,116,0,137,1,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,99,111,117,110,116,0,136,1,21,116,115,95,113,117,101,114,121,95,115,116,114,105,110,103,95,99,111,117,110,116,0,135,1,28,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,110,97,109,101,95,102,111,114,95,105,100,0,134,1,34,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,113,117,97,110,116,105,102,105,101,114,95,102,111,114,95,105,100,0,133,1,28,116,115,95,113,117,101,114,121,95,115,116,114,105,110,103,95,118,97,108,117,101,95,102,111,114,95,105,100,0,132,1,31,116,115,95,113,117,101,114,121,95,112,114,101,100,105,99,97,116,101,115,95,102,111,114,95,112,97,116,116,101,114,110,0,131,1,31,116,115,95,113,117,101,114,121,95,115,116,97,114,116,95,98,121,116,101,95,102,111,114,95,112,97,116,116,101,114,110,0,130,1,29,116,115,95,113,117,101,114,121,95,101,110,100,95,98,121,116,101,95,102,111,114,95,112,97,116,116,101,114,110,0,129,1,26,116,115,95,113,117,101,114,121,95,105,115,95,112,97,116,116,101,114,110,95,114,111,111,116,101,100,0,128,1,29,116,115,95,113,117,101,114,121,95,105,115,95,112,97,116,116,101,114,110,95,110,111,110,95,108,111,99,97,108,0,127,38,116,115,95,113,117,101,114,121,95,105,115,95,112,97,116,116,101,114,110,95,103,117,97,114,97,110,116,101,101,100,95,97,116,95,115,116,101,112,0,126,24,116,115,95,113,117,101,114,121,95,100,105,115,97,98,108,101,95,99,97,112,116,117,114,101,0,125,24,116,115,95,113,117,101,114,121,95,100,105,115,97,98,108,101,95,112,97,116,116,101,114,110,0,124,12,116,115,95,116,114,101,101,95,99,111,112,121,0,146,2,14,116,115,95,116,114,101,101,95,100,101,108,101,116,101,0,144,2,7,116,115,95,105,110,105,116,0,140,2,18,116,115,95,112,97,114,115,101,114,95,110,101,119,95,119,97,115,109,0,139,2,28,116,115,95,112,97,114,115,101,114,95,101,110,97,98,108,101,95,108,111,103,103,101,114,95,119,97,115,109,0,138,2,20,116,115,95,112,97,114,115,101,114,95,112,97,114,115,101,95,119,97,115,109,0,135,2,30,116,115,95,112,97,114,115,101,114,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,115,95,119,97,115,109,0,132,2,30,116,115,95,108,97,110,103,117,97,103,101,95,116,121,112,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,131,2,32,116,115,95,108,97,110,103,117,97,103,101,95,116,121,112,101,95,105,115,95,118,105,115,105,98,108,101,95,119,97,115,109,0,130,2,25,116,115,95,108,97,110,103,117,97,103,101,95,109,101,116,97,100,97,116,97,95,119,97,115,109,0,129,2,27,116,115,95,108,97,110,103,117,97,103,101,95,115,117,112,101,114,116,121,112,101,115,95,119,97,115,109,0,128,2,25,116,115,95,108,97,110,103,117,97,103,101,95,115,117,98,116,121,112,101,115,95,119,97,115,109,0,255,1,22,116,115,95,116,114,101,101,95,114,111,111,116,95,110,111,100,101,95,119,97,115,109,0,254,1,34,116,115,95,116,114,101,101,95,114,111,111,116,95,110,111,100,101,95,119,105,116,104,95,111,102,102,115,101,116,95,119,97,115,109,0,253,1,17,116,115,95,116,114,101,101,95,101,100,105,116,95,119,97,115,109,0,252,1,28,116,115,95,116,114,101,101,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,115,95,119,97,115,109,0,251,1,31,116,115,95,116,114,101,101,95,103,101,116,95,99,104,97,110,103,101,100,95,114,97,110,103,101,115,95,119,97,115,109,0,250,1,23,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,110,101,119,95,119,97,115,109,0,249,1,24,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,111,112,121,95,119,97,115,109,0,248,1,26,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,100,101,108,101,116,101,95,119,97,115,109,0,247,1,25,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,114,101,115,101,116,95,119,97,115,109,0,246,1,28,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,114,101,115,101,116,95,116,111,95,119,97,115,109,0,245,1,36,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,102,105,114,115,116,95,99,104,105,108,100,95,119,97,115,109,0,243,1,35,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,108,97,115,116,95,99,104,105,108,100,95,119,97,115,109,0,242,1,46,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,105,110,100,101,120,95,119,97,115,109,0,241,1,49,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,240,1,37,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,110,101,120,116,95,115,105,98,108,105,110,103,95,119,97,115,109,0,239,1,41,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,112,114,101,118,105,111,117,115,95,115,105,98,108,105,110,103,95,119,97,115,109,0,238,1,35,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,100,101,115,99,101,110,100,97,110,116,95,119,97,115,109,0,237,1,31,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,112,97,114,101,110,116,95,119,97,115,109,0,236,1,40,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,116,121,112,101,95,105,100,95,119,97,115,109,0,235,1,41,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,115,116,97,116,101,95,105,100,95,119,97,115,109,0,234,1,41,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,233,1,43,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,105,115,95,109,105,115,115,105,110,103,95,119,97,115,109,0,232,1,35,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,105,100,95,119,97,115,109,0,231,1,34,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,115,116,97,114,116,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,230,1,32,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,101,110,100,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,229,1,31,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,115,116,97,114,116,95,105,110,100,101,120,95,119,97,115,109,0,228,1,29,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,101,110,100,95,105,110,100,101,120,95,119,97,115,109,0,227,1,36,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,102,105,101,108,100,95,105,100,95,119,97,115,109,0,226,1,33,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,100,101,112,116,104,95,119,97,115,109,0,225,1,44,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,100,101,115,99,101,110,100,97,110,116,95,105,110,100,101,120,95,119,97,115,109,0,224,1,32,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,119,97,115,109,0,223,1,19,116,115,95,110,111,100,101,95,115,121,109,98,111,108,95,119,97,115,109,0,222,1,33,116,115,95,110,111,100,101,95,102,105,101,108,100,95,110,97,109,101,95,102,111,114,95,99,104,105,108,100,95,119,97,115,109,0,221,1,39,116,115,95,110,111,100,101,95,102,105,101,108,100,95,110,97,109,101,95,102,111,114,95,110,97,109,101,100,95,99,104,105,108,100,95,119,97,115,109,0,220,1,33,116,115,95,110,111,100,101,95,99,104,105,108,100,114,101,110,95,98,121,95,102,105,101,108,100,95,105,100,95,119,97,115,109,0,219,1,33,116,115,95,110,111,100,101,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,98,121,116,101,95,119,97,115,109,0,218,1,39,116,115,95,110,111,100,101,95,102,105,114,115,116,95,110,97,109,101,100,95,99,104,105,108,100,95,102,111,114,95,98,121,116,101,95,119,97,115,109,0,217,1,27,116,115,95,110,111,100,101,95,103,114,97,109,109,97,114,95,115,121,109,98,111,108,95,119,97,115,109,0,216,1,24,116,115,95,110,111,100,101,95,99,104,105,108,100,95,99,111,117,110,116,95,119,97,115,109,0,215,1,30,116,115,95,110,111,100,101,95,110,97,109,101,100,95,99,104,105,108,100,95,99,111,117,110,116,95,119,97,115,109,0,214,1,18,116,115,95,110,111,100,101,95,99,104,105,108,100,95,119,97,115,109,0,212,1,24,116,115,95,110,111,100,101,95,110,97,109,101,100,95,99,104,105,108,100,95,119,97,115,109,0,211,1,30,116,115,95,110,111,100,101,95,99,104,105,108,100,95,98,121,95,102,105,101,108,100,95,105,100,95,119,97,115,109,0,210,1,25,116,115,95,110,111,100,101,95,110,101,120,116,95,115,105,98,108,105,110,103,95,119,97,115,109,0,209,1,25,116,115,95,110,111,100,101,95,112,114,101,118,95,115,105,98,108,105,110,103,95,119,97,115,109,0,208,1,31,116,115,95,110,111,100,101,95,110,101,120,116,95,110,97,109,101,100,95,115,105,98,108,105,110,103,95,119,97,115,109,0,207,1,31,116,115,95,110,111,100,101,95,112,114,101,118,95,110,97,109,101,100,95,115,105,98,108,105,110,103,95,119,97,115,109,0,206,1,29,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,95,99,111,117,110,116,95,119,97,115,109,0,205,1,19,116,115,95,110,111,100,101,95,112,97,114,101,110,116,95,119,97,115,109,0,204,1,34,116,115,95,110,111,100,101,95,99,104,105,108,100,95,119,105,116,104,95,100,101,115,99,101,110,100,97,110,116,95,119,97,115,109,0,203,1,33,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,105,110,100,101,120,95,119,97,115,109,0,201,1,39,116,115,95,110,111,100,101,95,110,97,109,101,100,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,105,110,100,101,120,95,119,97,115,109,0,200,1,36,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,199,1,42,116,115,95,110,111,100,101,95,110,97,109,101,100,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,198,1,24,116,115,95,110,111,100,101,95,115,116,97,114,116,95,112,111,105,110,116,95,119,97,115,109,0,197,1,22,116,115,95,110,111,100,101,95,101,110,100,95,112,111,105,110,116,95,119,97,115,109,0,196,1,24,116,115,95,110,111,100,101,95,115,116,97,114,116,95,105,110,100,101,120,95,119,97,115,109,0,195,1,22,116,115,95,110,111,100,101,95,101,110,100,95,105,110,100,101,120,95,119,97,115,109,0,194,1,22,116,115,95,110,111,100,101,95,116,111,95,115,116,114,105,110,103,95,119,97,115,109,0,193,1,21,116,115,95,110,111,100,101,95,99,104,105,108,100,114,101,110,95,119,97,115,109,0,192,1,27,116,115,95,110,111,100,101,95,110,97,109,101,100,95,99,104,105,108,100,114,101,110,95,119,97,115,109,0,190,1,32,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,115,95,111,102,95,116,121,112,101,95,119,97,115,109,0,189,1,21,116,115,95,110,111,100,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,188,1,24,116,115,95,110,111,100,101,95,104,97,115,95,99,104,97,110,103,101,115,95,119,97,115,109,0,187,1,22,116,115,95,110,111,100,101,95,104,97,115,95,101,114,114,111,114,95,119,97,115,109,0,186,1,21,116,115,95,110,111,100,101,95,105,115,95,101,114,114,111,114,95,119,97,115,109,0,185,1,23,116,115,95,110,111,100,101,95,105,115,95,109,105,115,115,105,110,103,95,119,97,115,109,0,184,1,21,116,115,95,110,111,100,101,95,105,115,95,101,120,116,114,97,95,119,97,115,109,0,183,1,24,116,115,95,110,111,100,101,95,112,97,114,115,101,95,115,116,97,116,101,95,119,97,115,109,0,182,1,29,116,115,95,110,111,100,101,95,110,101,120,116,95,112,97,114,115,101,95,115,116,97,116,101,95,119,97,115,109,0,181,1,21,116,115,95,113,117,101,114,121,95,109,97,116,99,104,101,115,95,119,97,115,109,0,179,1,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,115,95,119,97,115,109,0,177,1,6,109,101,109,115,101,116,0,52,6,109,101,109,99,112,121,0,36,7,109,101,109,109,111,118,101,0,154,1,8,105,115,119,97,108,112,104,97,0,104,8,105,115,119,98,108,97,110,107,0,158,1,8,105,115,119,100,105,103,105,116,0,163,1,8,105,115,119,108,111,119,101,114,0,159,1,8,105,115,119,117,112,112,101,114,0,155,1,9,105,115,119,120,100,105,103,105,116,0,152,1,6,109,101,109,99,104,114,0,101,6,115,116,114,108,101,110,0,102,6,115,116,114,99,109,112,0,151,1,7,115,116,114,110,99,97,116,0,156,1,7,115,116,114,110,99,112,121,0,153,1,8,116,111,119,108,111,119,101,114,0,165,1,8,116,111,119,117,112,112,101,114,0,164,1,8,115,101,116,84,104,114,101,119,0,166,1,25,95,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,114,101,115,116,111,114,101,0,162,1,23,95,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,97,108,108,111,99,0,161,1,28,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,103,101,116,95,99,117,114,114,101,110,116,0,160,1,24,95,95,119,97,115,109,95,97,112,112,108,121,95,100,97,116,97,95,114,101,108,111,99,115,0,155,2,8,2,202,1,9,64,1,0,35,2,11,30,157,1,150,1,149,1,147,1,146,1,145,1,139,1,152,2,150,2,151,2,149,2,37,147,2,148,1,144,1,143,1,51,143,2,142,2,141,2,136,2,134,2,133,2,178,1,176,1,174,1,175,1,171,1,169,1,168,1,12,1,1,10,210,251,10,148,2,208,1,1,3,127,2,64,32,1,40,2,76,34,2,65,0,78,4,64,32,2,69,13,1,35,1,65,148,214,0,106,40,2,24,32,2,65,255,255,255,255,3,113,71,13,1,11,2,64,32,0,65,255,1,113,34,3,32,1,40,2,80,70,13,0,32,1,40,2,20,34,2,32,1,40,2,16,70,13,0,32,1,32,2,65,1,106,54,2,20,32,2,32,0,58,0,0,15,11,32,1,32,3,16,106,15,11,32,1,65,204,0,106,34,2,32,2,40,2,0,34,3,65,255,255,255,255,3,32,3,27,54,2,0,2,64,2,64,32,0,65,255,1,113,34,4,32,1,40,2,80,70,13,0,32,1,40,2,20,34,3,32,1,40,2,16,70,13,0,32,1,32,3,65,1,106,54,2,20,32,3,32,0,58,0,0,12,1,11,32,1,32,4,16,106,11,32,2,40,2,0,26,32,2,65,0,54,2,0,11,205,5,2,7,127,1,126,2,64,32,1,45,0,0,65,1,113,13,0,32,0,65,0,54,2,16,32,1,40,2,0,34,2,40,2,0,26,32,2,32,2,40,2,0,34,2,65,1,107,54,2,0,32,2,65,1,70,4,64,32,0,40,2,12,33,2,32,0,32,0,40,2,16,34,3,65,1,106,34,4,32,0,40,2,20,34,5,75,4,127,65,8,32,5,65,1,116,34,3,32,4,32,3,32,4,75,27,34,3,32,3,65,8,77,27,34,4,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,20,32,0,32,2,54,2,12,32,0,40,2,16,34,3,65,1,106,5,32,4,11,54,2,16,32,2,32,3,65,3,116,106,32,1,41,2,0,55,2,0,11,32,0,40,2,16,34,1,69,13,0,3,64,32,0,32,1,65,1,107,34,1,54,2,16,2,64,32,0,40,2,12,32,1,65,3,116,106,40,2,0,34,4,40,2,36,34,2,4,64,65,0,33,1,65,0,32,4,32,2,65,3,116,107,34,6,32,4,65,1,113,27,3,64,2,64,32,6,32,1,65,3,116,106,41,2,0,34,9,167,34,2,65,1,113,13,0,32,2,32,2,40,2,0,34,2,65,1,107,54,2,0,32,2,65,1,71,13,0,32,0,40,2,12,33,2,32,0,32,0,40,2,16,34,3,65,1,106,34,5,32,0,40,2,20,34,8,75,4,127,65,8,32,8,65,1,116,34,3,32,5,32,3,32,5,75,27,34,3,32,3,65,8,77,27,34,5,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,5,54,2,20,32,0,32,2,54,2,12,32,0,40,2,16,34,3,65,1,106,5,32,5,11,54,2,16,32,2,32,3,65,3,116,106,32,9,55,2,0,11,32,1,65,1,106,34,1,32,4,40,2,36,73,13,0,11,35,8,40,2,0,17,2,0,12,1,11,2,64,32,4,45,0,44,65,192,0,113,69,13,0,32,4,40,2,72,65,25,73,13,0,32,4,40,2,48,35,8,40,2,0,17,2,0,11,2,64,32,0,40,2,8,34,2,69,13,0,32,0,40,2,4,34,5,65,1,106,34,1,65,32,75,13,0,32,0,40,2,0,33,3,32,0,32,1,32,2,75,4,127,65,8,32,2,65,1,116,34,2,32,1,32,1,32,2,73,27,34,1,32,1,65,8,77,27,34,2,65,3,116,33,1,2,127,32,3,4,64,32,3,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,8,32,0,32,3,54,2,0,32,0,40,2,4,34,5,65,1,106,5,32,1,11,54,2,4,32,3,32,5,65,3,116,106,34,1,65,0,54,2,4,32,1,32,4,54,2,0,12,1,11,32,4,35,8,40,2,0,17,2,0,11,32,0,40,2,16,34,1,13,0,11,11,11,37,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,3,54,2,12,32,0,32,1,32,2,32,3,16,96,32,4,65,16,106,36,0,11,153,3,1,7,127,32,0,32,0,40,2,0,32,0,45,0,16,106,34,3,54,2,0,2,64,32,0,40,2,8,34,5,32,3,75,4,64,32,0,32,3,44,0,0,34,1,65,255,1,113,34,2,54,2,12,65,1,33,4,32,1,65,0,72,4,64,2,64,32,5,32,3,107,34,6,65,1,70,13,0,2,64,32,1,65,96,79,4,64,2,64,32,1,65,111,77,4,64,32,0,32,2,65,15,113,34,2,54,2,12,35,1,65,222,10,106,32,2,106,45,0,0,32,3,45,0,1,34,1,65,5,118,118,65,1,113,69,13,4,32,1,65,63,113,33,7,65,2,33,1,12,1,11,32,0,32,2,65,240,1,107,34,2,54,2,12,32,1,65,116,75,13,3,35,1,65,176,12,106,32,3,45,0,1,34,1,65,4,118,106,44,0,0,32,2,118,65,1,113,69,13,3,32,0,32,1,65,63,113,32,2,65,6,116,114,34,2,54,2,12,65,2,33,4,32,6,65,2,70,13,3,65,3,33,1,32,3,45,0,2,65,128,127,115,34,7,65,255,1,113,65,63,75,13,3,11,32,0,32,7,65,255,1,113,32,2,65,6,116,114,34,2,54,2,12,32,6,34,4,32,1,71,13,1,12,2,11,32,1,65,66,73,13,1,32,0,32,2,65,31,113,34,2,54,2,12,65,1,33,1,11,32,1,32,3,106,45,0,0,65,128,127,115,65,255,1,113,34,4,65,63,77,13,3,32,1,33,4,11,32,0,65,127,54,2,12,11,32,0,32,4,58,0,16,32,3,32,5,73,15,11,32,0,65,0,54,2,12,32,0,65,0,58,0,16,32,3,32,5,73,15,11,32,0,32,2,65,6,116,32,4,114,54,2,12,32,0,32,1,65,1,106,58,0,16,32,3,32,5,73,11,219,3,1,6,127,3,64,32,0,40,2,12,16,103,4,64,32,0,16,12,26,12,1,11,32,0,40,2,12,65,59,70,4,64,32,0,16,12,26,32,0,40,2,12,33,1,3,64,2,64,32,1,14,11,3,0,0,0,0,0,0,0,0,0,3,0,11,32,0,32,0,40,2,0,32,0,45,0,16,106,34,4,54,2,0,32,0,2,127,2,64,32,0,40,2,8,34,5,32,4,75,4,64,32,0,32,4,44,0,0,34,2,65,255,1,113,34,1,54,2,12,65,1,32,2,65,0,78,13,2,26,65,1,33,3,2,64,32,5,32,4,107,34,5,65,1,70,13,0,2,64,32,2,65,96,79,4,64,2,64,32,2,65,111,77,4,64,32,0,32,1,65,15,113,34,1,54,2,12,35,1,65,222,10,106,32,1,106,45,0,0,32,4,45,0,1,34,2,65,5,118,118,65,1,113,69,13,4,32,2,65,63,113,33,6,65,2,33,2,12,1,11,32,0,32,1,65,240,1,107,34,1,54,2,12,32,2,65,116,75,13,3,35,1,65,176,12,106,32,4,45,0,1,34,2,65,4,118,106,44,0,0,32,1,118,65,1,113,69,13,3,32,0,32,2,65,63,113,32,1,65,6,116,114,34,1,54,2,12,65,2,33,3,32,5,65,2,70,13,3,65,3,33,2,32,4,45,0,2,65,128,127,115,34,6,65,255,1,113,65,63,75,13,3,11,32,0,32,6,65,255,1,113,32,1,65,6,116,114,34,1,54,2,12,32,5,34,3,32,2,71,13,1,12,2,11,32,2,65,66,73,13,1,32,0,32,1,65,31,113,34,1,54,2,12,65,1,33,2,11,32,2,32,4,106,45,0,0,65,128,127,115,65,255,1,113,34,3,65,63,77,13,2,32,2,33,3,11,65,127,33,1,32,0,65,127,54,2,12,32,0,32,3,58,0,16,12,3,11,32,0,65,0,54,2,12,32,0,65,0,58,0,16,12,4,11,32,0,32,1,65,6,116,32,3,114,34,1,54,2,12,32,2,65,1,106,11,58,0,16,12,0,11,0,11,11,11,23,0,32,0,45,0,0,65,32,113,69,4,64,32,1,32,2,32,0,16,105,26,11,11,107,1,1,127,35,0,65,128,2,107,34,5,36,0,2,64,32,2,32,3,76,13,0,32,4,65,128,192,4,113,13,0,32,5,32,1,32,2,32,3,107,34,3,65,128,2,32,3,65,128,2,73,34,1,27,16,52,26,32,1,69,4,64,3,64,32,0,32,5,65,128,2,16,14,32,3,65,128,2,107,34,3,65,255,1,75,13,0,11,11,32,0,32,5,32,3,16,14,11,32,5,65,128,2,106,36,0,11,216,1,2,5,127,1,126,2,127,32,1,40,2,4,32,1,40,2,8,34,5,65,28,108,106,34,3,65,28,107,40,2,0,34,6,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,33,4,65,0,33,2,2,64,32,4,13,0,32,5,65,2,73,4,64,32,1,47,1,16,33,2,12,1,11,32,3,65,56,107,40,2,0,40,2,0,47,1,66,34,4,69,13,0,32,1,40,2,0,40,2,8,34,2,40,2,84,32,2,47,1,36,32,4,108,65,1,116,106,32,3,65,8,107,40,2,0,65,1,116,106,47,1,0,33,2,11,32,3,65,24,107,41,2,0,33,7,32,3,65,16,107,40,2,0,33,3,32,0,32,1,40,2,0,54,2,20,32,0,32,6,54,2,16,32,0,32,2,54,2,12,32,0,32,3,54,2,8,32,0,32,7,55,2,0,11,232,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,40,2,0,34,2,32,1,65,5,116,34,6,106,34,3,40,2,0,4,64,32,0,40,2,52,33,5,32,3,40,2,12,4,64,32,4,32,3,41,2,12,55,3,8,32,5,32,4,65,8,106,16,10,11,32,3,40,2,20,4,64,32,4,32,3,41,2,20,55,3,0,32,5,32,4,16,10,11,32,3,40,2,4,34,2,4,64,32,2,40,2,0,34,7,4,127,32,7,35,8,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,3,40,2,4,5,32,2,11,35,8,40,2,0,17,2,0,11,32,3,40,2,0,32,0,65,36,106,32,5,16,26,32,0,40,2,0,33,2,11,32,0,40,2,4,32,1,65,127,115,106,65,5,116,34,1,4,64,32,2,32,6,106,34,2,32,2,65,32,106,32,1,252,10,0,0,11,32,0,32,0,40,2,4,65,1,107,54,2,4,32,4,65,16,106,36,0,11,129,1,1,2,127,2,64,2,64,32,2,65,4,79,4,64,32,0,32,1,114,65,3,113,13,1,3,64,32,0,40,2,0,32,1,40,2,0,71,13,2,32,1,65,4,106,33,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,1,11,3,64,32,0,45,0,0,34,3,32,1,45,0,0,34,4,70,4,64,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,3,32,4,107,15,11,65,0,11,29,1,1,127,65,1,33,1,32,0,65,48,107,65,10,79,4,127,32,0,16,104,65,0,71,5,65,1,11,11,20,0,32,1,40,2,76,65,0,72,26,32,0,65,2,32,1,16,105,26,11,184,13,1,16,127,32,0,40,2,0,34,2,65,0,54,2,48,32,2,66,0,55,2,52,32,2,65,0,59,1,64,32,2,65,0,54,2,32,32,2,65,0,54,2,60,32,2,32,2,47,1,44,65,191,252,3,113,59,1,44,32,2,47,1,66,34,5,4,64,32,1,40,2,84,32,1,47,1,36,32,5,108,65,1,116,106,33,11,11,32,2,32,2,40,2,36,34,5,65,3,116,107,33,12,2,64,32,5,69,4,64,12,1,11,65,0,32,12,32,2,65,1,113,27,33,16,3,64,32,16,32,10,65,3,116,106,34,4,40,2,0,33,3,32,4,47,1,6,33,5,32,4,47,1,4,33,8,2,64,32,2,40,2,20,34,17,13,0,32,3,65,1,113,13,0,32,3,45,0,45,65,1,113,69,13,0,32,2,32,2,47,1,44,65,128,2,114,59,1,44,11,2,64,32,2,2,127,2,64,2,64,32,2,2,127,32,3,65,1,113,34,14,69,4,64,32,3,45,0,44,65,128,1,113,4,64,32,2,32,2,47,1,44,65,128,1,114,59,1,44,11,32,3,40,2,12,33,5,32,3,40,2,8,33,6,32,3,40,2,4,33,4,32,10,13,3,32,2,32,5,54,2,12,32,2,32,6,54,2,8,32,2,32,4,54,2,4,32,3,40,2,20,33,9,32,3,40,2,16,33,5,32,3,40,2,24,12,1,11,32,5,65,255,1,113,33,4,32,10,13,1,32,2,32,4,54,2,4,32,2,32,8,65,255,1,113,54,2,12,32,2,32,8,65,8,118,65,15,113,54,2,8,65,0,33,9,32,5,65,128,254,3,113,65,8,118,34,5,11,54,2,24,32,2,32,9,54,2,20,32,2,32,5,54,2,16,12,3,11,32,8,65,255,1,113,33,9,32,8,65,8,118,65,15,113,33,6,32,5,65,8,118,34,15,32,4,106,12,1,11,65,0,32,5,32,3,40,2,20,34,5,27,33,9,32,5,32,6,106,33,6,32,3,40,2,24,33,15,32,3,40,2,16,32,4,106,11,32,2,40,2,16,106,34,5,54,2,16,32,2,32,6,32,17,106,173,32,9,32,15,106,65,0,32,2,40,2,24,32,6,27,106,173,66,32,134,132,55,2,20,32,2,40,2,4,33,4,11,32,4,32,5,106,33,4,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,127,32,2,2,127,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,32,14,69,4,64,32,3,40,2,28,33,6,32,3,47,1,40,34,9,65,254,255,3,71,4,64,65,226,4,33,5,32,2,32,3,45,0,45,65,2,113,4,127,65,226,4,5,32,3,40,2,32,11,32,2,40,2,32,106,54,2,32,11,32,4,32,6,106,33,8,32,3,40,2,36,34,4,32,2,47,1,40,65,254,255,3,73,13,3,26,32,4,34,5,32,3,47,1,44,34,6,65,4,113,13,3,26,32,5,69,34,5,32,9,65,255,255,3,70,113,13,1,32,6,65,1,113,13,2,32,5,13,1,32,2,32,2,40,2,32,32,3,40,2,48,65,228,0,108,106,54,2,32,32,3,65,36,106,33,6,12,8,11,32,2,32,2,40,2,32,32,3,65,26,116,65,31,117,65,226,4,113,106,34,6,54,2,32,32,4,32,8,65,128,224,3,113,65,12,118,106,34,4,32,7,32,4,32,7,75,27,33,7,32,3,65,8,113,33,5,32,2,47,1,40,65,254,255,3,73,13,5,32,5,13,5,32,3,65,2,113,13,4,32,2,40,2,56,33,6,12,6,11,32,3,65,36,106,33,6,65,0,33,4,12,2,11,32,2,32,2,40,2,32,65,228,0,106,54,2,32,32,3,40,2,36,11,32,3,65,36,106,33,6,13,4,11,65,0,12,4,11,32,2,32,6,65,228,0,106,54,2,32,11,32,2,40,2,56,33,6,65,0,33,4,32,5,13,6,11,65,0,33,4,32,3,65,128,254,3,113,65,8,118,12,2,11,32,3,40,2,60,11,32,2,40,2,60,106,54,2,60,32,8,32,7,32,7,32,8,73,27,33,7,32,2,32,6,40,2,0,4,127,32,3,40,2,56,5,65,0,11,32,2,40,2,56,106,34,6,54,2,56,32,3,47,1,44,34,5,65,4,113,13,2,32,3,47,1,40,11,65,255,255,3,113,69,13,0,32,11,69,13,0,32,11,32,13,65,1,116,106,34,5,47,1,0,69,13,0,65,1,33,4,32,2,32,6,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,2,64,32,5,47,1,0,34,5,65,254,255,3,107,14,2,7,6,0,11,32,1,40,2,72,32,5,65,3,108,106,45,0,1,65,1,113,13,5,12,6,11,32,14,13,1,32,3,47,1,44,33,5,11,32,5,65,1,113,69,13,2,32,2,32,6,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,32,3,47,1,44,65,1,118,65,1,113,12,1,11,32,3,65,2,113,69,13,1,32,2,32,6,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,32,3,65,2,118,65,1,113,11,65,1,33,4,13,1,12,2,11,32,4,69,13,1,32,2,32,2,40,2,48,32,3,40,2,48,106,54,2,48,32,3,40,2,52,33,4,11,32,2,32,2,40,2,52,32,4,106,54,2,52,11,32,13,2,127,32,14,69,4,64,32,3,45,0,44,65,192,0,113,4,64,32,2,32,2,47,1,44,65,192,0,114,59,1,44,11,32,3,47,1,40,65,255,255,3,70,4,64,32,2,65,255,255,3,59,1,42,32,2,32,2,47,1,44,65,24,114,59,1,44,11,32,3,47,1,44,65,2,118,65,1,113,12,1,11,32,3,65,3,118,65,1,113,11,69,106,33,13,32,10,65,1,106,34,10,32,0,40,2,0,34,2,40,2,36,34,4,73,13,0,11,11,32,2,32,7,32,2,40,2,16,34,0,32,2,40,2,4,106,107,54,2,28,32,2,47,1,40,34,5,65,253,255,3,75,4,64,32,2,32,2,40,2,32,32,0,32,2,40,2,20,65,30,108,106,106,65,244,3,106,54,2,32,11,2,64,32,4,69,13,0,32,12,32,4,65,3,116,106,65,8,107,40,2,0,33,1,2,64,32,12,40,2,0,34,0,65,1,113,69,4,64,32,2,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,59,1,68,32,2,32,0,65,198,0,65,42,32,0,40,2,36,27,106,47,1,0,59,1,70,32,0,45,0,44,65,8,113,69,13,1,32,2,32,2,47,1,44,65,8,114,59,1,44,12,1,11,32,2,32,0,65,16,118,59,1,70,32,2,32,0,65,128,254,3,113,65,8,118,59,1,68,11,2,64,32,1,65,1,113,13,0,32,1,45,0,44,65,16,113,69,13,0,32,2,32,2,47,1,44,65,16,114,59,1,44,11,32,4,65,1,70,13,0,32,2,45,0,44,65,3,113,13,0,2,64,2,64,32,0,65,1,113,4,64,32,5,32,0,65,128,254,3,113,65,8,118,71,13,3,65,1,33,4,32,1,65,1,113,13,2,32,1,47,1,64,33,4,12,1,11,32,0,47,1,40,32,5,71,13,2,65,1,33,4,32,0,47,1,64,33,0,2,64,32,1,65,1,113,4,64,32,0,13,1,12,3,11,32,0,32,1,47,1,64,34,4,77,13,1,11,32,0,65,1,106,33,4,12,1,11,32,4,65,1,106,33,4,11,32,2,32,4,59,1,64,11,11,185,3,1,6,127,3,64,32,0,32,0,40,2,0,32,0,45,0,16,106,34,4,54,2,0,2,64,2,64,32,0,40,2,8,34,5,32,4,75,4,64,32,0,32,4,44,0,0,34,2,65,255,1,113,34,1,54,2,12,65,1,33,3,32,2,65,0,72,4,64,2,64,32,5,32,4,107,34,5,65,1,70,13,0,2,64,32,2,65,96,79,4,64,2,64,32,2,65,111,77,4,64,32,0,32,1,65,15,113,34,1,54,2,12,35,1,65,222,10,106,32,1,106,45,0,0,32,4,45,0,1,34,2,65,5,118,118,65,1,113,69,13,4,32,2,65,63,113,33,6,65,2,33,2,12,1,11,32,0,32,1,65,240,1,107,34,1,54,2,12,32,2,65,116,75,13,3,35,1,65,176,12,106,32,4,45,0,1,34,2,65,4,118,106,44,0,0,32,1,118,65,1,113,69,13,3,32,0,32,2,65,63,113,32,1,65,6,116,114,34,1,54,2,12,65,2,33,3,32,5,65,2,70,13,3,65,3,33,2,32,4,45,0,2,65,128,127,115,34,6,65,255,1,113,65,63,75,13,3,11,32,0,32,6,65,255,1,113,32,1,65,6,116,114,34,1,54,2,12,32,5,34,3,32,2,71,13,1,12,2,11,32,2,65,66,73,13,1,32,0,32,1,65,31,113,34,1,54,2,12,65,1,33,2,11,32,2,32,4,106,45,0,0,65,128,127,115,65,255,1,113,34,3,65,63,77,13,3,32,2,33,3,11,32,0,65,127,54,2,12,65,127,33,1,11,32,0,32,3,58,0,16,12,2,11,65,0,33,1,32,0,65,0,54,2,12,32,0,65,0,58,0,16,12,1,11,32,0,32,1,65,6,116,32,3,114,34,1,54,2,12,32,0,32,2,65,1,106,58,0,16,11,32,1,16,19,13,0,32,0,40,2,12,34,3,65,45,107,65,2,73,13,0,32,3,65,223,0,70,13,0,11,11,222,4,2,1,126,4,127,32,0,40,2,0,32,1,65,5,116,106,34,6,40,2,0,33,1,32,2,41,2,0,33,5,2,127,32,0,40,2,40,34,2,4,64,32,0,32,2,65,1,107,34,2,54,2,40,32,0,40,2,36,32,2,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,0,32,4,59,1,0,32,0,65,2,106,65,0,65,146,1,252,11,0,32,5,167,33,2,32,0,66,0,55,2,152,1,32,0,65,1,54,2,148,1,32,0,65,0,54,2,160,1,32,0,2,127,2,64,2,64,2,64,32,1,4,64,32,0,65,0,59,0,29,32,0,32,3,58,0,28,32,0,32,5,55,2,20,32,0,32,1,54,2,16,32,0,65,1,59,1,144,1,32,0,65,0,58,0,31,32,0,32,1,41,2,4,55,2,4,32,0,32,1,40,2,12,54,2,12,32,0,32,1,40,2,152,1,34,4,54,2,152,1,32,0,32,1,40,2,160,1,34,9,54,2,160,1,32,0,32,1,40,2,156,1,34,1,54,2,156,1,32,2,69,13,1,32,2,65,1,113,13,3,65,226,4,33,3,32,0,32,2,45,0,45,65,2,113,4,127,65,226,4,5,32,2,40,2,32,11,32,4,106,54,2,152,1,65,0,32,2,40,2,12,32,2,40,2,20,34,4,27,33,7,32,4,32,2,40,2,8,106,33,4,32,2,40,2,24,33,8,32,2,40,2,16,32,2,40,2,4,106,12,4,11,32,0,66,0,55,2,4,65,0,33,1,32,0,65,0,54,2,12,32,2,13,1,11,32,6,32,1,54,2,8,11,32,6,32,0,54,2,0,15,11,32,0,32,4,32,2,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,5,66,32,136,167,65,255,1,113,33,7,32,5,66,40,136,167,65,15,113,33,4,32,5,66,56,136,167,34,8,32,5,66,48,136,167,65,255,1,113,106,11,32,0,40,2,4,106,54,2,4,65,0,33,3,32,0,32,0,40,2,8,32,4,106,173,32,7,32,8,106,65,0,32,0,40,2,12,32,4,27,106,173,66,32,134,132,55,2,8,32,0,2,127,32,2,65,1,113,69,4,64,32,0,32,2,40,2,36,34,4,4,127,32,2,40,2,56,5,65,0,11,32,1,106,32,2,47,1,44,65,1,113,106,32,2,47,1,40,65,254,255,3,70,106,54,2,156,1,65,0,32,4,69,13,1,26,32,2,40,2,60,12,1,11,32,0,32,1,32,2,65,1,118,65,1,113,106,54,2,156,1,65,0,11,32,9,106,54,2,160,1,32,6,32,0,54,2,0,11,229,9,2,22,127,1,126,35,0,65,128,1,107,34,4,36,0,32,2,40,2,0,34,22,2,127,32,2,40,2,16,34,23,41,2,0,34,25,167,34,6,65,1,113,4,64,32,25,66,56,136,167,12,1,11,32,6,40,2,16,11,34,18,106,33,13,32,1,40,2,8,33,6,32,1,40,2,4,33,14,32,1,40,2,20,33,20,32,1,40,2,0,33,11,32,1,40,2,16,40,2,0,33,3,2,64,2,64,2,64,2,64,3,64,32,3,65,1,113,13,3,32,3,40,2,36,69,13,3,32,3,47,1,66,34,7,4,127,32,20,40,2,8,34,8,40,2,84,32,8,47,1,36,32,7,108,65,1,116,106,5,65,0,11,33,19,32,3,40,2,36,34,21,69,13,3,2,127,32,3,32,21,65,3,116,107,34,15,40,2,0,34,7,65,1,113,69,4,64,32,7,47,1,44,65,2,118,65,1,113,12,1,11,32,7,65,3,118,65,1,113,11,34,3,69,33,16,65,0,33,12,2,64,32,3,13,0,32,19,69,13,0,32,19,47,1,0,33,12,65,1,33,16,11,32,1,32,20,54,2,20,32,1,32,15,54,2,16,32,1,32,12,54,2,12,32,1,32,6,54,2,8,32,1,32,14,54,2,4,32,1,32,11,54,2,0,2,127,32,15,40,2,0,34,5,65,1,113,34,17,69,4,64,65,0,32,6,32,5,40,2,20,34,7,27,33,8,32,5,40,2,24,33,9,32,5,40,2,16,33,3,32,7,32,14,106,12,1,11,32,15,45,0,7,34,3,33,9,32,6,33,8,32,14,11,33,7,32,11,32,22,75,13,3,32,15,32,23,70,13,2,32,3,32,11,106,33,10,2,64,2,64,2,64,2,64,2,64,2,64,32,18,13,0,32,10,32,13,73,13,0,32,17,13,1,32,5,40,2,36,69,13,1,32,5,40,2,48,69,13,1,32,4,32,1,41,2,8,55,3,88,32,4,32,1,41,2,16,55,3,96,32,4,32,1,41,2,0,55,3,80,32,4,65,64,107,32,2,41,2,8,55,3,0,32,4,32,2,41,2,16,55,3,72,32,4,32,2,41,2,0,55,3,56,32,4,65,232,0,106,32,4,65,208,0,106,32,4,65,56,106,16,24,32,4,40,2,120,69,13,1,12,7,11,32,18,13,1,11,32,10,32,13,75,13,1,12,2,11,32,10,32,13,73,13,1,11,32,15,40,2,0,34,3,65,1,113,13,0,32,3,40,2,36,69,13,0,32,3,40,2,48,13,1,11,65,1,33,17,32,21,65,1,70,13,4,32,8,32,9,106,33,6,3,64,65,0,33,12,2,127,32,15,32,17,65,3,116,106,34,3,40,2,0,34,9,65,1,113,34,8,4,64,32,9,65,3,118,65,1,113,12,1,11,32,9,47,1,44,65,2,118,65,1,113,11,69,4,64,32,19,4,127,32,19,32,16,65,1,116,106,47,1,0,5,65,0,11,33,12,32,16,65,1,106,33,16,11,2,127,32,8,4,64,32,3,45,0,5,65,15,113,33,5,32,3,45,0,6,33,11,32,3,45,0,4,12,1,11,32,9,40,2,8,33,5,32,9,40,2,4,33,11,32,9,40,2,12,11,33,8,32,1,32,20,54,2,20,32,1,32,3,54,2,16,32,1,32,12,54,2,12,32,1,32,5,32,7,106,34,14,54,2,4,32,1,32,10,32,11,106,34,11,54,2,0,32,1,65,0,32,6,32,5,27,32,8,106,34,6,54,2,8,2,127,32,3,40,2,0,34,5,65,1,113,34,24,4,64,32,3,45,0,7,34,10,33,8,32,6,33,9,32,14,12,1,11,65,0,32,6,32,5,40,2,20,34,7,27,33,9,32,5,40,2,24,33,8,32,5,40,2,16,33,10,32,7,32,14,106,11,33,7,32,11,32,22,75,13,5,32,3,32,23,70,13,4,32,10,32,11,106,33,10,2,64,2,64,2,64,2,64,2,64,32,18,13,0,32,10,32,13,73,13,0,32,24,13,1,32,5,40,2,36,69,13,1,32,5,40,2,48,69,13,1,32,4,32,1,41,2,8,55,3,40,32,4,32,1,41,2,16,55,3,48,32,4,32,1,41,2,0,55,3,32,32,4,32,2,41,2,8,55,3,16,32,4,32,2,41,2,16,55,3,24,32,4,32,2,41,2,0,55,3,8,32,4,65,232,0,106,32,4,65,32,106,32,4,65,8,106,16,24,32,4,40,2,120,69,13,1,12,8,11,32,18,13,1,11,32,10,32,13,75,13,1,12,2,11,32,10,32,13,73,13,1,11,32,3,40,2,0,34,3,65,1,113,13,0,32,3,40,2,36,69,13,0,32,3,40,2,48,13,2,11,32,8,32,9,106,33,6,32,17,65,1,106,34,17,32,21,71,13,0,11,12,4,11,32,3,45,0,44,65,1,113,32,12,114,69,13,0,11,32,0,32,1,41,2,0,55,2,0,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,12,3,11,32,0,32,1,32,1,32,4,65,232,0,106,32,12,27,32,5,47,1,44,65,1,113,27,34,1,41,2,0,55,2,0,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,12,2,11,32,0,32,1,41,2,0,55,2,0,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,12,1,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,32,4,65,128,1,106,36,0,11,255,20,2,19,127,1,126,35,0,65,48,107,34,13,36,0,32,1,65,0,54,2,28,32,1,65,0,54,2,16,32,1,40,2,0,32,13,65,0,58,0,46,32,13,65,0,59,1,44,32,2,65,5,116,106,40,2,0,33,12,2,64,32,5,65,0,72,4,64,12,1,11,32,5,65,255,255,255,255,1,113,65,247,255,255,255,1,70,13,0,32,5,65,9,106,34,8,65,255,255,255,255,1,113,33,10,32,8,65,3,116,35,7,40,2,0,17,0,0,33,9,32,1,40,2,28,33,6,11,32,1,40,2,24,33,7,32,1,32,6,65,1,106,34,8,32,1,40,2,32,34,11,75,4,127,65,8,32,11,65,1,116,34,6,32,8,32,6,32,8,75,27,34,8,32,8,65,8,77,27,34,6,65,24,108,33,8,2,127,32,7,4,64,32,7,32,8,35,6,40,2,0,17,1,0,12,1,11,32,8,35,7,40,2,0,17,0,0,11,33,7,32,1,32,6,54,2,32,32,1,32,7,54,2,24,32,1,40,2,28,34,6,65,1,106,5,32,8,11,54,2,28,32,7,32,6,65,24,108,106,34,8,65,1,58,0,20,32,8,65,0,54,2,16,32,8,32,10,54,2,12,32,8,65,0,54,2,8,32,8,32,9,54,2,4,32,8,32,12,54,2,0,32,8,32,13,45,0,46,58,0,23,32,8,32,13,47,1,44,59,0,21,32,1,40,2,28,34,20,4,64,32,2,65,5,116,33,23,3,64,32,17,65,24,108,34,21,32,1,40,2,24,106,34,11,40,2,0,33,14,32,4,32,11,32,3,17,1,0,34,2,65,2,113,33,18,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,2,65,1,113,69,4,64,32,14,47,1,144,1,33,2,32,18,69,13,4,32,11,40,2,12,33,16,32,11,40,2,8,33,12,32,11,40,2,4,33,7,32,2,13,1,65,1,33,15,12,2,11,32,18,69,13,6,32,11,40,2,12,33,16,32,11,40,2,8,33,12,32,11,40,2,4,33,7,65,1,33,15,12,1,11,32,16,69,4,64,65,0,33,16,65,0,33,15,12,1,11,32,16,65,8,35,9,40,2,0,17,1,0,33,8,32,12,65,3,116,34,2,4,64,32,8,32,7,32,2,252,10,0,0,11,32,12,69,4,64,65,0,33,15,65,0,33,12,12,2,11,65,0,33,15,65,0,33,6,32,12,65,1,71,4,64,32,12,65,126,113,33,7,65,0,33,9,3,64,32,8,32,6,65,3,116,106,34,10,40,2,0,34,2,65,1,113,69,4,64,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,10,40,2,8,34,2,65,1,113,69,4,64,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,6,65,2,106,33,6,32,9,65,2,106,34,9,32,7,71,13,0,11,11,2,64,32,12,65,1,113,69,13,0,32,8,32,6,65,3,116,106,40,2,0,34,2,65,1,113,13,0,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,8,33,7,11,2,64,32,12,65,2,73,13,0,32,7,32,12,65,3,116,106,33,2,65,0,33,6,32,12,65,1,118,34,8,65,1,71,4,64,32,8,65,254,255,255,255,7,113,33,9,65,0,33,10,3,64,32,7,32,6,65,3,116,106,34,8,41,2,0,33,25,32,8,32,2,32,6,65,127,115,65,3,116,106,34,19,41,2,0,55,2,0,32,19,32,25,55,2,0,32,8,41,2,8,33,25,32,8,32,2,32,6,65,254,255,255,255,1,115,65,3,116,106,34,8,41,2,0,55,2,8,32,8,32,25,55,2,0,32,6,65,2,106,33,6,32,10,65,2,106,34,10,32,9,71,13,0,11,11,32,12,65,2,113,69,13,0,32,7,32,6,65,3,116,106,34,8,41,2,0,33,25,32,8,32,2,32,6,65,127,115,65,3,116,106,34,2,41,2,0,55,2,0,32,2,32,25,55,2,0,11,32,7,33,8,11,32,1,40,2,16,34,7,33,2,2,64,3,64,32,2,34,10,69,13,1,32,1,40,2,0,32,1,40,2,12,34,9,32,2,65,1,107,34,2,65,4,116,106,40,2,12,34,6,65,5,116,106,40,2,0,32,14,71,13,0,11,32,7,65,1,106,34,2,32,1,40,2,20,75,4,64,32,9,32,2,65,4,116,35,6,40,2,0,17,1,0,33,9,32,1,32,2,54,2,20,32,1,32,9,54,2,12,32,1,40,2,16,33,7,11,32,10,65,4,116,33,2,2,64,32,7,32,10,77,13,0,32,7,32,10,107,65,4,116,34,7,69,13,0,32,2,32,9,106,34,10,65,16,106,32,10,32,7,252,10,0,0,11,32,2,32,9,106,34,2,32,6,54,0,12,32,2,32,16,54,0,8,32,2,32,12,54,0,4,32,2,32,8,54,0,0,32,1,32,1,40,2,16,65,1,106,54,2,16,32,15,69,13,2,12,3,11,32,1,40,2,0,34,6,32,23,106,34,7,40,2,16,33,19,32,7,40,2,12,33,2,32,7,40,2,8,33,22,32,1,32,1,40,2,4,34,10,65,1,106,34,9,32,1,40,2,8,34,7,75,4,127,32,6,65,8,32,7,65,1,116,34,7,32,9,32,7,32,9,75,27,34,7,32,7,65,8,77,27,34,7,65,5,116,35,6,40,2,0,17,1,0,33,6,32,1,32,7,54,2,8,32,1,32,6,54,2,0,32,1,40,2,4,34,10,65,1,106,5,32,9,11,54,2,4,32,6,32,10,65,5,116,106,34,7,65,0,54,2,28,32,7,66,0,55,2,20,32,7,32,19,54,2,16,32,7,32,2,54,2,12,32,7,32,22,54,2,8,32,7,65,0,54,2,4,32,7,32,14,54,2,0,32,14,4,64,32,14,32,14,40,2,148,1,65,1,106,54,2,148,1,11,2,64,32,2,69,13,0,32,2,65,1,113,13,0,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,1,40,2,4,65,1,107,33,7,32,1,40,2,12,33,6,32,1,32,1,40,2,16,34,9,65,1,106,34,2,32,1,40,2,20,34,10,75,4,127,65,8,32,10,65,1,116,34,10,32,2,32,2,32,10,73,27,34,2,32,2,65,8,77,27,34,10,65,4,116,33,2,2,127,32,6,4,64,32,6,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,6,32,1,32,10,54,2,20,32,1,32,6,54,2,12,32,1,40,2,16,34,9,65,1,106,5,32,2,11,54,2,16,32,6,32,9,65,4,116,106,34,2,32,7,54,2,12,32,2,32,16,54,2,8,32,2,32,12,54,2,4,32,2,32,8,54,2,0,32,15,13,2,12,1,11,32,2,69,13,2,11,32,14,47,1,144,1,34,6,4,64,32,14,65,16,106,33,19,65,1,33,7,3,64,2,64,2,127,32,6,32,7,34,10,70,4,64,32,14,45,0,28,33,16,32,14,40,2,24,33,18,32,14,40,2,20,33,9,32,14,40,2,16,33,12,32,1,40,2,24,32,21,106,12,1,11,32,1,40,2,28,34,6,65,63,75,13,1,32,19,32,10,65,4,116,106,34,2,45,0,12,33,16,32,2,40,2,8,33,18,32,2,40,2,4,33,9,32,2,40,2,0,33,12,32,13,32,1,40,2,24,34,7,32,21,106,34,2,41,2,16,55,3,32,32,13,32,2,41,2,8,55,3,24,32,13,32,2,41,2,0,55,3,16,32,6,65,1,106,33,2,32,1,32,1,40,2,32,34,8,32,6,77,4,127,32,7,65,8,32,8,65,1,116,34,8,32,2,32,2,32,8,73,27,34,2,32,2,65,8,77,27,34,2,65,24,108,35,6,40,2,0,17,1,0,33,7,32,1,32,2,54,2,32,32,1,32,7,54,2,24,32,1,40,2,28,34,6,65,1,106,5,32,2,11,54,2,28,32,7,32,6,65,24,108,106,34,2,32,13,41,3,16,55,2,0,32,2,32,13,41,3,32,55,2,16,32,2,32,13,41,3,24,55,2,8,2,64,32,1,40,2,24,32,1,40,2,28,65,24,108,106,34,15,65,12,107,40,2,0,34,8,69,13,0,32,15,65,16,107,40,2,0,33,2,32,15,65,20,107,34,7,40,2,0,33,6,32,7,32,8,65,8,35,9,40,2,0,17,1,0,34,8,54,2,0,32,2,65,3,116,34,11,4,64,32,8,32,6,32,11,252,10,0,0,11,32,2,69,13,0,65,0,33,6,32,2,65,1,71,4,64,32,2,65,126,113,33,22,65,0,33,8,3,64,32,6,65,3,116,34,24,32,7,40,2,0,106,40,2,0,34,11,65,1,113,69,4,64,32,11,32,11,40,2,0,65,1,106,54,2,0,32,11,40,2,0,26,11,32,7,40,2,0,32,24,106,40,2,8,34,11,65,1,113,69,4,64,32,11,32,11,40,2,0,65,1,106,54,2,0,32,11,40,2,0,26,11,32,6,65,2,106,33,6,32,8,65,2,106,34,8,32,22,71,13,0,11,11,32,2,65,1,113,69,13,0,32,7,40,2,0,32,6,65,3,116,106,40,2,0,34,2,65,1,113,13,0,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,15,65,24,107,11,34,6,32,12,54,2,0,2,64,2,127,2,64,32,9,4,64,2,64,32,5,65,0,78,4,64,32,6,40,2,4,33,7,32,6,32,6,40,2,8,34,8,65,1,106,34,2,32,6,40,2,12,34,12,75,4,127,65,8,32,12,65,1,116,34,8,32,2,32,2,32,8,73,27,34,2,32,2,65,8,77,27,34,8,65,3,116,33,2,2,127,32,7,4,64,32,7,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,7,32,6,32,8,54,2,12,32,6,32,7,54,2,4,32,6,40,2,8,34,8,65,1,106,5,32,2,11,54,2,8,32,7,32,8,65,3,116,106,34,2,32,18,54,2,4,32,2,32,9,54,2,0,32,9,65,1,113,13,1,32,9,32,9,40,2,0,65,1,106,54,2,0,32,9,40,2,0,26,12,3,11,32,9,65,1,113,69,13,2,11,32,9,65,3,118,65,1,113,12,2,11,32,6,32,6,40,2,16,65,1,106,54,2,16,12,2,11,32,9,47,1,44,65,2,118,65,1,113,11,13,1,32,6,32,6,40,2,16,65,1,106,54,2,16,32,16,65,1,113,13,1,11,32,6,65,0,58,0,20,11,32,10,65,1,106,33,7,32,10,32,14,47,1,144,1,34,6,73,13,0,11,11,32,17,65,1,106,33,17,12,3,11,32,18,13,1,11,32,11,40,2,8,4,64,32,1,40,2,52,33,2,65,0,33,6,3,64,32,13,32,11,40,2,4,32,6,65,3,116,106,41,2,0,55,3,8,32,2,32,13,65,8,106,16,10,32,6,65,1,106,34,6,32,11,40,2,8,73,13,0,11,11,32,11,65,0,54,2,8,32,11,40,2,4,34,2,69,13,0,32,2,35,8,40,2,0,17,2,0,32,11,65,0,54,2,12,32,11,66,0,55,2,4,11,32,1,40,2,28,32,17,65,127,115,106,65,24,108,34,2,4,64,32,1,40,2,24,32,21,106,34,8,32,8,65,24,106,32,2,252,10,0,0,11,32,1,32,1,40,2,28,65,1,107,54,2,28,32,20,65,1,107,33,20,11,32,17,32,20,73,13,0,65,0,33,17,32,1,40,2,28,34,20,13,0,11,11,32,0,32,1,41,2,12,55,2,0,32,0,32,1,40,2,20,54,2,8,32,13,65,48,106,36,0,11,239,2,1,5,127,35,0,65,32,107,34,4,36,0,3,64,2,64,32,0,32,0,40,2,148,1,65,1,107,34,5,54,2,148,1,32,5,13,0,32,0,47,1,144,1,34,3,4,127,32,3,65,1,107,34,5,4,64,3,64,32,4,32,0,32,3,65,4,116,106,34,3,41,2,8,55,3,24,32,4,32,3,41,2,0,55,3,16,32,4,40,2,20,4,64,32,4,32,4,41,2,20,55,3,8,32,2,32,4,65,8,106,16,10,11,32,4,40,2,16,32,1,32,2,16,26,32,5,34,3,65,1,107,34,5,13,0,11,11,32,4,32,0,41,2,24,55,3,24,32,4,32,0,41,2,16,55,3,16,32,4,40,2,20,4,64,32,4,32,4,41,2,20,55,3,0,32,2,32,4,16,10,11,32,0,40,2,16,5,65,0,11,2,64,32,1,40,2,4,34,3,65,49,77,4,64,32,1,40,2,0,33,6,32,1,40,2,8,34,7,32,3,77,4,64,65,8,32,7,65,1,116,34,7,32,3,65,1,106,34,3,32,3,32,7,73,27,34,3,32,3,65,8,77,27,34,7,65,2,116,33,3,2,127,32,6,4,64,32,6,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,6,32,1,32,7,54,2,8,32,1,32,6,54,2,0,32,1,40,2,4,33,3,11,32,1,32,3,65,1,106,54,2,4,32,6,32,3,65,2,116,106,32,0,54,2,0,12,1,11,32,0,35,8,40,2,0,17,2,0,11,34,0,13,1,11,11,32,4,65,32,106,36,0,11,96,1,2,127,32,2,69,4,64,65,0,15,11,32,0,45,0,0,34,3,4,127,2,64,3,64,32,3,32,1,45,0,0,34,4,71,13,1,32,4,69,13,1,32,2,65,1,107,34,2,69,13,1,32,1,65,1,106,33,1,32,0,45,0,1,33,3,32,0,65,1,106,33,0,32,3,13,0,11,65,0,33,3,11,32,3,5,65,0,11,32,1,45,0,0,107,11,54,1,1,127,65,1,33,1,2,64,2,64,2,64,32,0,35,2,65,11,106,16,71,65,1,107,14,2,0,2,1,11,3,64,32,0,16,72,65,1,70,13,0,11,12,1,11,65,0,33,1,11,32,1,11,168,9,1,14,127,35,0,65,48,107,34,6,36,0,32,0,40,2,32,65,31,77,4,64,2,127,32,0,40,2,24,34,3,4,64,32,3,65,128,6,35,6,40,2,0,17,1,0,12,1,11,65,128,6,35,7,40,2,0,17,0,0,11,33,3,32,0,65,32,54,2,32,32,0,32,3,54,2,24,11,65,0,33,3,32,0,65,0,54,2,28,35,10,33,5,2,64,32,0,40,2,4,34,4,69,13,0,32,2,32,5,40,2,0,32,2,27,33,10,3,64,32,0,40,2,0,32,3,65,5,116,106,34,7,40,2,28,65,2,71,4,64,32,0,40,2,24,33,4,32,0,32,0,40,2,28,34,2,65,1,106,34,5,32,0,40,2,32,34,8,75,4,127,65,8,32,8,65,1,116,34,2,32,5,32,2,32,5,75,27,34,2,32,2,65,8,77,27,34,5,65,24,108,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,5,54,2,32,32,0,32,4,54,2,24,32,0,40,2,28,34,2,65,1,106,5,32,5,11,54,2,28,32,6,65,0,54,2,40,32,6,66,0,55,3,32,32,6,66,0,55,3,24,32,4,32,2,65,24,108,106,34,2,32,7,40,2,0,54,2,0,32,2,32,6,40,2,40,54,2,20,32,2,32,6,41,3,32,55,2,12,32,2,32,6,41,3,24,55,2,4,32,0,40,2,4,33,4,11,32,3,65,1,106,34,3,32,4,73,13,0,11,32,0,40,2,28,34,4,69,13,0,65,0,33,5,65,1,33,3,65,0,33,2,3,64,2,64,65,0,33,11,65,1,33,7,32,3,69,13,0,3,64,32,11,65,24,108,34,13,32,0,40,2,24,106,34,3,40,2,0,33,8,32,6,32,3,40,2,20,54,2,16,32,6,32,3,41,2,12,55,3,8,32,6,32,3,41,2,4,55,3,0,65,0,33,3,2,64,32,2,4,64,3,64,32,5,32,3,65,2,116,106,40,2,0,32,8,70,13,2,32,3,65,1,106,34,3,32,2,71,13,0,11,11,32,8,69,13,0,32,8,47,1,144,1,4,64,32,8,65,16,106,33,14,65,0,33,7,3,64,32,14,32,7,65,4,116,106,34,3,40,2,0,33,15,2,64,32,3,40,2,4,34,4,69,13,0,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,4,65,128,254,3,113,65,8,118,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,1,40,2,8,32,1,40,2,4,106,32,4,77,13,0,32,1,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,3,64,2,64,2,64,2,64,2,64,2,64,32,3,45,0,0,34,4,14,35,6,4,4,4,4,4,4,4,4,3,2,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,1,0,11,32,4,65,220,0,71,13,3,11,65,220,0,32,10,16,9,32,3,44,0,0,32,10,16,9,32,3,65,1,106,33,3,12,3,11,35,1,65,139,8,106,32,10,16,20,32,3,65,1,106,33,3,12,2,11,35,1,65,154,3,106,32,10,16,20,32,3,65,1,106,33,3,12,1,11,32,4,192,32,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,2,127,32,7,69,4,64,32,0,40,2,24,32,13,106,12,1,11,32,0,40,2,24,33,3,32,0,32,0,40,2,28,34,9,65,1,106,34,4,32,0,40,2,32,34,16,75,4,127,65,8,32,16,65,1,116,34,9,32,4,32,4,32,9,73,27,34,4,32,4,65,8,77,27,34,9,65,24,108,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,9,54,2,32,32,0,32,3,54,2,24,32,0,40,2,28,34,9,65,1,106,5,32,4,11,54,2,28,32,3,32,9,65,24,108,106,34,3,32,8,54,2,0,32,3,32,6,40,2,16,54,2,20,32,3,32,6,41,3,8,55,2,12,32,3,32,6,41,3,0,55,2,4,32,0,40,2,24,32,0,40,2,28,65,24,108,106,65,24,107,11,32,15,54,2,0,32,7,65,1,106,34,7,32,8,47,1,144,1,73,13,0,11,11,2,64,32,2,65,1,106,34,3,32,12,77,13,0,65,8,32,12,65,1,116,34,4,32,3,32,3,32,4,73,27,34,4,32,4,65,8,77,27,34,12,65,2,116,33,4,32,5,4,64,32,5,32,4,35,6,40,2,0,17,1,0,33,5,12,1,11,32,4,35,7,40,2,0,17,0,0,33,5,11,32,5,32,2,65,2,116,106,32,8,54,2,0,32,0,40,2,28,33,4,65,0,33,7,32,3,33,2,11,32,11,65,1,106,34,11,32,4,73,13,0,11,32,4,33,3,32,7,65,1,113,69,13,1,11,11,32,5,69,13,0,32,5,35,8,40,2,0,17,2,0,11,32,6,65,48,106,36,0,11,190,1,1,4,127,2,127,2,64,32,3,69,13,0,32,1,35,1,65,171,10,106,32,2,16,27,13,0,65,255,255,3,12,1,11,32,0,40,2,8,32,0,40,2,4,106,65,255,255,3,113,34,7,4,64,3,64,2,64,32,6,65,255,255,3,113,65,254,255,3,70,13,0,32,0,40,2,72,32,4,65,3,108,106,34,5,45,0,0,32,5,45,0,2,114,65,1,113,69,13,0,32,5,45,0,1,32,3,71,13,0,32,0,40,2,56,32,4,65,2,116,106,40,2,0,34,5,32,1,32,2,16,27,13,0,32,2,32,5,106,45,0,0,13,0,32,0,40,2,76,32,4,65,1,116,106,47,1,0,12,3,11,32,6,65,1,106,34,6,65,255,255,3,113,34,4,32,7,73,13,0,11,11,65,0,11,65,255,255,3,113,11,251,50,2,15,127,1,126,35,0,65,32,107,34,9,36,0,65,1,33,6,2,64,32,1,40,2,12,34,5,69,13,0,32,5,65,221,0,71,32,5,65,41,71,113,69,4,64,65,127,33,6,12,1,11,32,0,40,2,108,33,8,32,0,40,2,64,33,12,2,64,32,0,40,2,112,34,7,4,64,32,12,32,8,32,7,65,3,116,106,65,4,107,47,1,0,70,13,1,11,32,0,32,7,65,1,106,34,5,32,0,40,2,116,34,10,75,4,127,65,8,32,10,65,1,116,34,7,32,5,32,5,32,7,73,27,34,5,32,5,65,8,77,27,34,7,65,3,116,33,5,2,127,32,8,4,64,32,8,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,8,32,0,32,7,54,2,116,32,0,32,8,54,2,108,32,0,40,2,112,34,7,65,1,106,5,32,5,11,54,2,112,32,1,40,2,4,33,10,32,1,40,2,0,33,13,32,8,32,7,65,3,116,106,34,5,65,0,59,1,6,32,5,32,12,59,1,4,32,5,32,13,32,10,107,54,2,0,32,1,40,2,12,33,5,11,32,0,65,60,106,33,13,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,65,34,107,14,7,2,1,1,1,1,1,4,0,11,2,64,32,5,65,219,0,107,14,5,0,1,1,1,3,1,11,32,1,16,12,26,32,1,16,13,32,9,65,0,54,2,24,32,9,66,0,55,2,16,65,127,33,14,65,0,33,7,65,0,33,10,3,64,32,0,40,2,64,33,15,2,64,2,64,2,64,2,64,32,0,32,1,32,2,32,3,32,9,65,16,106,16,31,34,6,4,64,2,64,32,6,65,127,71,13,0,65,1,33,6,32,7,69,13,0,32,1,40,2,12,65,221,0,70,13,2,11,32,9,40,2,16,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,10,69,13,13,32,10,35,8,40,2,0,17,2,0,12,13,11,32,12,32,15,70,4,64,32,4,65,0,54,2,4,32,4,40,2,0,33,5,32,9,40,2,16,33,8,2,64,2,64,32,9,40,2,20,34,6,32,4,40,2,8,75,4,64,2,127,32,5,4,64,32,5,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,5,32,4,32,6,54,2,8,32,4,32,5,54,2,0,32,4,40,2,4,34,11,69,13,1,32,11,69,13,1,32,5,32,6,106,32,5,32,11,252,10,0,0,12,1,11,32,6,69,13,1,11,32,8,4,64,32,6,69,13,1,32,5,32,8,32,6,252,10,0,0,12,1,11,32,6,69,13,0,32,5,65,0,32,6,252,11,0,11,32,4,32,4,40,2,4,32,6,106,54,2,4,12,4,11,2,64,32,4,40,2,4,34,6,32,9,40,2,20,34,5,73,4,64,32,4,40,2,0,33,8,32,4,40,2,8,34,11,32,5,73,4,64,65,8,32,11,65,1,116,34,6,32,5,32,5,32,6,73,27,34,6,32,6,65,8,77,27,33,6,2,127,32,8,4,64,32,8,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,8,32,4,32,6,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,33,6,11,32,5,32,6,107,34,11,4,64,32,6,32,8,106,65,0,32,11,252,11,0,11,32,4,32,5,54,2,4,12,1,11,32,5,69,13,3,11,65,0,33,6,32,9,40,2,16,33,17,3,64,32,6,32,17,106,45,0,0,33,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,4,40,2,0,32,6,106,34,18,45,0,0,34,8,14,5,1,2,6,3,0,5,11,32,11,65,5,73,13,3,12,4,11,32,11,65,5,79,13,3,66,128,130,136,136,32,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,4,11,32,11,65,5,79,13,2,66,129,130,136,136,32,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,3,11,32,11,65,5,79,13,1,66,129,130,136,152,192,0,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,2,11,66,130,132,136,160,192,0,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,1,11,65,0,33,8,11,32,18,32,8,58,0,0,32,5,32,6,65,1,106,34,6,71,13,0,11,12,1,11,32,1,16,12,26,32,0,32,0,40,2,64,65,1,107,54,2,64,32,7,65,1,71,4,64,65,0,33,6,3,64,32,0,40,2,60,34,3,32,10,32,6,65,2,116,106,40,2,0,65,20,108,106,32,10,32,6,65,1,106,34,6,65,2,116,106,40,2,0,34,5,59,1,14,32,3,32,5,65,20,108,106,34,3,65,6,107,32,0,40,2,64,59,1,0,32,3,65,2,107,34,3,32,3,47,1,0,65,16,114,59,1,0,32,6,32,14,71,13,0,11,11,32,9,40,2,16,34,3,4,64,32,3,35,8,40,2,0,17,2,0,11,32,10,69,13,8,32,10,35,8,40,2,0,17,2,0,12,8,11,32,4,40,2,4,33,6,11,32,5,32,6,79,13,0,3,64,32,4,40,2,0,32,5,106,34,6,66,128,130,136,136,32,32,6,49,0,0,34,20,66,3,134,136,167,65,0,32,20,66,5,84,27,58,0,0,32,5,65,1,106,34,5,32,4,40,2,4,73,13,0,11,11,2,64,32,7,65,1,106,34,5,32,16,77,13,0,65,8,32,16,65,1,116,34,6,32,5,32,5,32,6,73,27,34,6,32,6,65,8,77,27,34,16,65,2,116,33,6,32,10,4,64,32,10,32,6,35,6,40,2,0,17,1,0,33,10,12,1,11,32,6,35,7,40,2,0,17,0,0,33,10,11,32,10,32,7,65,2,116,106,32,15,54,2,0,32,0,40,2,60,33,6,32,0,32,0,40,2,64,34,7,65,1,106,34,8,32,0,40,2,68,34,11,75,4,127,65,8,32,11,65,1,116,34,7,32,8,32,7,32,8,75,27,34,7,32,7,65,8,77,27,34,8,65,20,108,33,7,2,127,32,6,4,64,32,6,32,7,35,6,40,2,0,17,1,0,12,1,11,32,7,35,7,40,2,0,17,0,0,11,33,6,32,0,32,8,54,2,68,32,0,32,6,54,2,60,32,0,40,2,64,34,7,65,1,106,5,32,8,11,54,2,64,32,9,65,255,255,3,59,1,8,32,9,65,127,54,2,4,32,6,32,7,65,20,108,106,34,7,65,0,54,1,2,32,7,65,0,59,1,0,32,7,32,9,40,2,4,54,1,6,32,7,32,9,47,1,8,59,1,10,32,7,65,0,59,1,18,32,7,65,255,255,3,54,1,14,32,7,32,2,59,1,12,32,9,65,0,54,2,20,32,14,65,1,106,33,14,32,5,33,7,12,0,11,0,11,2,64,32,5,16,19,13,0,32,1,40,2,12,34,5,65,223,0,70,13,0,32,5,65,45,71,13,7,11,32,1,40,2,0,33,5,32,1,16,22,32,1,40,2,0,33,7,32,1,16,13,32,1,40,2,12,65,58,71,4,64,32,1,65,0,58,0,16,32,1,32,5,54,2,0,32,1,16,12,26,12,7,11,32,1,16,12,26,32,1,16,13,32,9,65,0,54,2,24,32,9,66,0,55,2,16,32,0,32,1,32,2,32,3,32,9,65,16,106,16,31,34,3,4,64,32,9,40,2,16,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,65,1,32,3,32,3,65,127,70,27,33,6,12,7,11,32,0,40,2,156,1,32,5,32,7,32,5,107,16,107,34,7,69,4,64,32,1,32,5,54,2,0,65,3,33,6,12,7,11,32,13,40,2,0,33,6,32,12,33,5,3,64,2,64,32,6,32,5,65,20,108,106,34,3,32,7,59,1,4,32,3,47,1,14,34,3,65,255,255,3,70,13,0,32,3,32,5,77,13,0,32,3,34,5,32,0,40,2,64,73,13,1,11,11,32,4,32,9,65,16,106,16,54,32,9,40,2,16,34,3,69,13,3,32,3,35,8,40,2,0,17,2,0,12,3,11,32,1,40,2,0,33,5,32,0,32,1,16,46,13,5,32,0,40,2,156,1,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,30,34,7,69,4,64,32,1,65,0,58,0,16,32,1,32,5,65,1,106,54,2,0,32,1,16,12,26,65,2,33,6,12,6,11,32,13,16,47,32,0,32,0,40,2,64,34,5,65,1,106,54,2,64,32,0,40,2,60,32,5,65,20,108,106,34,5,66,128,128,128,128,112,55,1,2,32,5,32,7,59,1,0,32,5,65,2,65,0,32,3,27,59,1,18,32,5,65,255,255,3,54,1,14,32,5,32,2,59,1,12,32,5,65,255,255,3,59,1,10,12,2,11,32,1,16,12,26,32,1,16,13,32,0,40,2,60,33,6,32,0,32,0,40,2,64,34,8,65,1,106,34,5,32,0,40,2,68,34,7,75,4,127,65,8,32,7,65,1,116,34,7,32,5,32,5,32,7,73,27,34,5,32,5,65,8,77,27,34,7,65,20,108,33,5,2,127,32,6,4,64,32,6,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,6,32,0,32,7,54,2,68,32,0,32,6,54,2,60,32,0,40,2,64,34,8,65,1,106,5,32,5,11,54,2,64,32,9,65,255,255,3,59,1,20,32,9,65,127,54,2,16,32,6,32,8,65,20,108,106,34,5,65,0,54,1,2,32,5,65,0,59,1,0,32,5,32,9,40,2,16,54,1,6,32,5,32,9,47,1,20,59,1,10,32,5,65,2,65,0,32,3,27,59,1,18,32,5,65,255,255,3,54,1,14,32,5,32,2,59,1,12,12,1,11,32,1,16,12,26,32,1,16,13,2,64,2,64,2,64,2,64,32,1,40,2,12,34,5,65,34,107,14,13,1,2,3,3,3,3,1,3,3,3,3,3,2,0,11,32,5,65,219,0,71,13,2,11,32,9,65,0,54,2,24,32,9,66,0,55,2,16,2,64,2,64,2,64,2,64,32,0,32,1,32,2,32,5,65,46,70,4,127,32,1,16,12,26,32,1,16,13,65,1,5,32,3,11,32,9,65,16,106,16,31,34,6,65,1,106,14,2,1,0,2,11,3,64,32,4,32,9,65,16,106,16,54,32,9,65,0,54,2,20,32,1,40,2,12,34,3,65,46,70,4,64,32,1,16,12,26,32,1,16,13,11,32,0,32,1,32,2,32,3,65,46,70,32,9,65,16,106,16,31,34,6,69,13,0,11,32,6,65,127,71,13,1,11,65,1,33,6,32,1,40,2,12,65,41,70,13,1,11,32,9,40,2,16,34,0,69,13,6,32,0,35,8,40,2,0,17,2,0,12,6,11,32,1,16,12,26,32,9,40,2,16,34,3,69,13,2,32,3,35,8,40,2,0,17,2,0,12,2,11,32,1,16,12,26,2,127,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,2,65,223,0,70,13,0,32,2,65,45,70,13,0,65,1,12,1,11,32,1,40,2,0,33,2,32,1,16,22,2,64,32,1,40,2,12,34,3,65,63,70,13,0,32,3,65,33,70,13,0,65,1,12,1,11,32,1,16,12,26,32,0,65,24,106,34,7,32,2,32,1,40,2,0,32,2,107,16,45,33,5,32,0,40,2,84,33,2,32,0,32,0,40,2,88,34,4,65,1,106,34,3,32,0,40,2,92,34,12,75,4,127,65,8,32,12,65,1,116,34,4,32,3,32,3,32,4,73,27,34,3,32,3,65,8,77,27,34,4,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,92,32,0,32,2,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,3,11,54,2,88,32,2,32,4,65,3,116,106,34,2,32,5,54,2,4,32,2,65,2,54,2,0,32,1,16,13,3,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,32,1,40,2,12,34,2,65,34,107,14,8,1,3,3,3,3,3,3,0,2,11,32,1,16,12,26,32,1,16,13,32,0,40,2,84,33,2,32,0,32,0,40,2,88,34,3,65,1,106,34,1,32,0,40,2,92,34,4,75,4,127,65,8,32,4,65,1,116,34,3,32,1,32,1,32,3,73,27,34,1,32,1,65,8,77,27,34,3,65,3,116,33,1,2,127,32,2,4,64,32,2,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,2,32,0,32,3,54,2,92,32,0,32,2,54,2,84,32,0,40,2,88,34,3,65,1,106,5,32,1,11,54,2,88,32,2,32,3,65,3,116,106,66,0,55,2,0,65,0,12,7,11,65,1,32,0,32,1,16,46,13,6,26,32,7,32,0,40,2,132,1,32,0,40,2,136,1,16,45,12,2,11,32,2,65,192,0,70,13,2,11,2,64,32,2,16,19,13,0,32,1,40,2,12,34,2,65,223,0,70,13,0,32,2,65,45,70,13,0,65,1,12,5,11,32,1,40,2,0,33,2,32,1,16,22,32,7,32,2,32,1,40,2,0,32,2,107,16,45,11,33,2,32,0,40,2,84,33,3,32,0,32,0,40,2,88,34,4,65,1,106,34,5,32,0,40,2,92,34,12,75,4,127,65,8,32,12,65,1,116,34,4,32,5,32,4,32,5,75,27,34,4,32,4,65,8,77,27,34,5,65,3,116,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,5,54,2,92,32,0,32,3,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,5,11,54,2,88,32,3,32,4,65,3,116,106,34,3,65,2,54,2,0,12,1,11,32,1,16,12,26,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,2,65,223,0,70,13,0,32,2,65,45,70,13,0,65,1,12,3,11,32,1,40,2,0,33,3,32,1,16,22,2,64,2,64,32,0,40,2,16,34,5,69,13,0,32,1,40,2,0,32,3,107,33,4,32,0,40,2,12,33,12,65,0,33,2,3,64,2,64,32,4,32,12,32,2,65,3,116,106,34,6,40,2,4,70,4,64,32,0,40,2,0,32,6,40,2,0,106,32,3,32,4,16,27,69,13,1,11,32,2,65,1,106,34,2,32,5,71,13,1,12,2,11,11,32,2,65,127,71,13,1,11,32,1,65,0,58,0,16,32,1,32,3,54,2,0,32,1,16,12,26,65,4,12,3,11,32,0,40,2,84,33,3,32,0,32,0,40,2,88,34,4,65,1,106,34,5,32,0,40,2,92,34,12,75,4,127,65,8,32,12,65,1,116,34,4,32,5,32,4,32,5,75,27,34,4,32,4,65,8,77,27,34,5,65,3,116,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,5,54,2,92,32,0,32,3,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,5,11,54,2,88,32,3,32,4,65,3,116,106,34,3,65,1,54,2,0,11,32,3,32,2,54,2,4,32,1,16,13,12,0,11,0,11,33,6,12,4,11,32,1,40,2,0,33,8,2,64,32,5,16,19,13,0,32,1,40,2,12,34,5,65,223,0,70,13,0,32,5,65,45,71,13,4,11,32,1,16,22,2,64,2,64,32,1,40,2,0,32,8,107,34,6,65,1,70,4,64,65,0,33,7,65,0,33,5,32,8,45,0,0,65,223,0,70,13,1,11,32,8,35,1,65,181,10,106,32,6,16,27,69,4,64,32,1,16,13,2,64,2,64,2,64,32,1,40,2,12,16,19,13,0,65,0,33,5,65,1,33,7,2,64,32,1,40,2,12,34,6,65,34,107,14,12,2,3,3,3,3,3,3,5,3,3,3,1,0,11,32,6,65,223,0,71,13,2,11,32,1,40,2,0,33,6,32,1,16,22,65,1,33,7,32,0,40,2,156,1,32,6,32,1,40,2,0,32,6,107,65,1,16,30,34,5,13,3,32,1,65,0,58,0,16,32,1,32,6,54,2,0,32,1,16,12,26,65,2,33,6,12,8,11,32,1,40,2,0,33,7,32,0,32,1,16,46,4,64,65,1,33,6,12,8,11,32,0,40,2,156,1,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,30,34,5,4,64,65,1,33,7,12,3,11,32,1,65,0,58,0,16,32,1,32,7,65,1,106,54,2,0,32,1,16,12,26,65,2,33,6,12,7,11,32,1,65,0,58,0,16,32,1,16,12,26,65,1,33,6,12,6,11,32,0,40,2,156,1,32,8,32,6,65,1,16,30,34,5,69,13,1,65,0,33,7,11,32,13,16,47,32,0,32,0,40,2,64,34,6,65,1,106,54,2,64,32,0,40,2,60,32,6,65,20,108,106,34,6,66,128,128,128,128,112,55,1,2,32,6,32,5,59,1,0,32,6,65,2,65,0,32,3,27,59,1,18,32,6,65,255,255,3,54,1,14,32,6,32,2,59,1,12,32,6,65,255,255,3,59,1,10,32,0,40,2,60,32,0,40,2,64,65,20,108,106,34,3,65,20,107,33,6,2,64,32,5,65,253,255,3,75,13,0,32,0,40,2,156,1,40,2,72,32,5,65,3,108,106,45,0,2,65,1,113,69,13,0,32,3,65,18,107,32,6,47,1,0,59,1,0,32,6,65,0,59,1,0,11,32,7,4,64,32,3,65,2,107,34,7,32,7,47,1,0,65,128,4,114,59,1,0,11,32,5,69,4,64,32,3,65,2,107,34,5,32,5,47,1,0,65,1,114,59,1,0,11,2,64,2,64,32,1,40,2,12,65,47,71,13,0,32,3,65,18,107,34,10,47,1,0,69,4,64,32,1,65,0,58,0,16,32,1,32,8,65,1,107,54,2,0,32,1,16,12,26,65,5,33,6,12,7,11,32,1,16,12,26,32,1,40,2,0,33,5,32,6,2,127,2,64,2,64,32,1,40,2,12,16,19,13,0,65,1,33,6,2,64,32,1,40,2,12,34,3,65,34,107,14,12,2,10,10,10,10,10,10,10,10,10,10,1,0,11,32,3,65,223,0,71,13,9,11,32,1,16,22,32,0,40,2,156,1,34,3,32,5,32,1,40,2,0,32,5,107,65,1,16,30,12,1,11,32,0,32,1,16,46,13,7,32,0,40,2,156,1,34,3,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,30,11,34,7,59,1,0,32,7,69,4,64,32,1,65,0,58,0,16,32,1,32,5,54,2,0,32,1,16,12,26,65,2,33,6,12,7,11,32,3,40,2,0,65,15,73,13,0,32,10,47,1,0,34,5,65,253,255,3,75,13,1,32,3,40,2,72,32,5,65,3,108,106,45,0,2,65,1,113,69,13,1,32,3,40,2,156,1,32,5,65,2,116,106,34,5,47,1,2,34,6,69,13,1,32,3,40,2,160,1,32,5,47,1,0,65,1,116,106,33,3,65,0,33,5,3,64,32,3,32,5,65,1,116,106,47,1,0,32,7,70,13,1,32,6,32,5,65,1,106,34,5,71,13,0,11,12,1,11,32,1,16,13,32,9,65,0,54,2,12,32,9,66,0,55,2,4,32,2,65,1,106,33,10,65,0,33,3,65,0,33,7,3,64,32,3,65,255,255,3,113,34,11,65,7,75,33,14,3,64,65,0,33,8,2,64,2,64,2,64,32,1,40,2,12,65,33,107,14,14,0,2,2,2,2,2,2,2,2,2,2,2,2,1,2,11,32,1,16,12,26,32,1,16,13,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,5,65,45,70,13,0,32,5,65,223,0,71,13,8,11,32,1,40,2,0,33,5,32,1,16,22,32,1,40,2,0,33,6,32,1,16,13,32,0,40,2,156,1,32,5,32,6,32,5,107,16,107,34,6,69,4,64,32,1,32,5,54,2,0,65,3,33,6,12,9,11,32,14,13,2,32,9,65,16,106,32,11,65,1,116,106,32,6,59,1,0,32,3,65,1,106,33,3,12,3,11,32,1,16,12,26,32,1,16,13,65,1,33,8,11,32,0,47,1,64,33,5,32,0,32,1,32,10,32,8,32,9,65,4,106,16,31,34,6,4,64,32,6,65,127,71,13,7,65,1,33,6,32,1,40,2,12,65,41,71,13,7,2,64,32,8,69,13,0,32,7,65,255,255,3,113,34,5,69,13,7,32,13,40,2,0,32,5,65,20,108,106,34,5,32,5,47,1,18,65,4,114,59,1,18,32,5,47,1,14,34,5,65,255,255,3,70,13,0,32,0,40,2,64,32,5,77,13,0,32,13,40,2,0,32,5,65,20,108,106,34,5,32,5,47,1,18,65,4,114,59,1,18,32,5,47,1,14,34,6,65,255,255,3,70,13,0,3,64,32,6,65,255,255,3,113,34,5,32,0,40,2,64,79,13,1,32,13,40,2,0,32,5,65,20,108,106,34,5,32,5,47,1,18,65,4,114,59,1,18,32,5,47,1,14,34,6,65,255,255,3,71,13,0,11,11,32,3,65,255,255,3,113,34,3,4,64,2,64,32,9,65,16,106,33,11,65,0,33,5,65,0,33,10,65,0,33,14,32,0,40,2,60,32,12,65,255,255,3,113,65,20,108,106,33,15,32,0,40,2,120,33,6,32,0,40,2,124,34,8,4,64,65,0,33,7,3,64,2,127,32,6,32,7,65,1,116,106,47,1,0,34,16,69,4,64,32,3,32,5,70,4,64,32,15,32,14,59,1,16,12,5,11,32,7,65,1,106,33,14,65,0,33,10,65,0,12,1,11,32,3,32,5,77,4,64,65,1,33,10,65,0,12,1,11,65,0,32,5,65,1,106,32,16,32,11,32,5,65,1,116,106,47,1,0,71,32,10,114,34,10,65,1,113,27,11,33,5,32,7,65,1,106,34,7,32,8,71,13,0,11,11,32,15,32,8,59,1,16,2,64,2,64,32,3,32,8,106,34,7,32,0,40,2,128,1,75,4,64,32,7,65,1,116,33,5,2,127,32,6,4,64,32,6,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,6,32,0,32,7,54,2,128,1,32,0,32,6,54,2,120,32,0,40,2,124,34,10,32,8,75,13,1,11,32,8,65,1,116,33,5,12,1,11,32,8,65,1,116,33,5,32,10,32,8,107,65,1,116,34,8,69,13,0,32,6,32,7,65,1,116,106,32,5,32,6,106,32,8,252,10,0,0,11,32,3,65,1,116,34,7,4,64,32,5,32,6,106,32,11,32,7,252,10,0,0,11,32,0,32,0,40,2,124,32,3,106,34,5,54,2,124,32,0,40,2,120,33,7,32,0,32,5,65,1,106,34,3,32,0,40,2,128,1,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,3,32,3,32,5,73,27,34,3,32,3,65,8,77,27,34,5,65,1,116,33,3,2,127,32,7,4,64,32,7,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,7,32,0,32,5,54,2,128,1,32,0,32,7,54,2,120,32,0,40,2,124,34,5,65,1,106,5,32,3,11,54,2,124,32,7,32,5,65,1,116,106,65,0,59,1,0,11,11,32,1,16,12,26,32,9,40,2,4,34,3,69,13,5,32,3,35,8,40,2,0,17,2,0,12,5,5,32,0,40,2,64,33,7,32,4,32,9,65,4,106,16,54,32,9,65,0,54,2,8,32,5,32,5,32,7,70,107,33,7,12,1,11,0,11,0,11,0,11,32,1,65,0,58,0,16,32,1,32,8,65,1,107,54,2,0,32,1,16,12,26,65,5,33,6,12,4,11,32,1,65,0,58,0,16,32,1,32,8,54,2,0,32,1,16,12,26,65,2,33,6,12,3,11,32,1,16,13,65,3,33,7,3,64,32,7,33,3,65,2,33,7,2,64,2,64,3,64,2,64,32,1,40,2,12,34,5,65,192,0,71,4,64,2,64,32,5,65,42,107,14,22,4,2,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,5,11,35,1,65,196,12,106,32,3,65,255,1,113,65,2,116,106,40,2,0,33,7,12,3,11,32,1,16,12,26,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,5,65,223,0,70,13,0,32,5,65,45,70,13,0,65,1,33,6,12,8,11,32,1,40,2,0,33,5,32,1,16,22,32,1,40,2,0,33,6,32,1,16,13,32,0,32,5,32,6,32,5,107,16,45,33,10,32,10,32,4,40,2,4,34,6,79,4,64,32,4,40,2,0,33,8,32,10,65,1,106,34,5,32,10,32,4,40,2,8,34,11,79,4,64,65,8,32,11,65,1,116,34,6,32,5,32,5,32,6,73,27,34,6,32,6,65,8,77,27,33,6,2,127,32,8,4,64,32,8,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,8,32,4,32,6,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,33,6,11,32,6,107,34,11,4,64,32,6,32,8,106,65,0,32,11,252,11,0,11,32,4,32,5,54,2,4,11,32,4,40,2,0,32,10,106,34,5,66,131,136,144,160,192,0,32,5,49,0,0,34,20,66,3,134,136,167,65,0,32,20,66,5,84,27,58,0,0,32,13,40,2,0,33,8,32,12,33,5,3,64,2,64,2,127,32,8,32,5,65,20,108,106,34,6,47,1,6,65,255,255,3,70,4,64,32,6,65,6,106,12,1,11,32,6,65,8,106,32,6,47,1,8,65,255,255,3,70,13,0,26,32,6,47,1,10,65,255,255,3,71,13,1,32,6,65,10,106,11,32,10,59,1,0,11,32,6,47,1,14,34,6,65,255,255,3,70,13,2,32,5,32,6,79,13,2,32,6,34,5,32,0,40,2,64,73,13,0,11,12,1,11,11,65,4,65,2,32,3,65,2,75,27,33,7,11,32,1,16,12,26,32,1,16,13,12,1,11,11,2,64,2,64,2,64,2,64,32,3,65,1,107,14,4,2,1,3,0,3,11,32,13,16,47,32,0,32,0,40,2,64,34,1,65,1,106,54,2,64,32,0,40,2,60,32,1,65,20,108,106,34,0,66,128,128,128,128,112,55,1,2,32,0,65,0,59,1,0,32,0,65,128,128,160,1,54,1,16,32,0,32,12,59,1,14,32,0,32,2,59,1,12,32,0,65,255,255,3,59,1,10,12,2,11,32,13,16,47,32,0,32,0,40,2,64,34,1,65,1,106,54,2,64,32,0,40,2,60,32,1,65,20,108,106,34,1,66,128,128,128,128,112,55,1,2,32,1,65,0,59,1,0,32,1,65,128,128,160,1,54,1,16,32,1,32,12,59,1,14,32,1,32,2,59,1,12,32,1,65,255,255,3,59,1,10,32,0,40,2,64,34,1,65,1,107,33,2,32,0,40,2,60,33,0,3,64,32,0,32,12,65,20,108,106,34,5,47,1,14,34,12,65,255,255,3,71,32,2,32,12,75,113,13,0,11,32,5,32,1,59,1,14,12,1,11,32,0,40,2,64,33,1,32,0,40,2,60,33,0,3,64,32,0,32,12,65,20,108,106,34,2,47,1,14,34,12,65,255,255,3,71,32,1,32,12,75,113,13,0,11,32,2,32,1,59,1,14,11,32,4,47,1,4,4,64,35,1,32,3,65,2,116,106,65,212,12,106,33,1,65,4,65,2,32,3,65,3,107,65,2,73,27,33,0,65,0,33,6,3,64,32,3,33,5,2,64,2,64,2,64,2,64,2,64,32,4,40,2,0,32,6,106,34,2,45,0,0,65,1,107,14,4,0,1,4,2,3,11,32,1,40,2,0,33,5,12,3,11,65,2,33,5,12,2,11,32,0,33,5,12,1,11,65,0,33,5,11,32,2,32,5,58,0,0,32,6,65,1,106,34,6,32,4,47,1,4,73,13,0,11,11,65,0,33,6,12,2,11,65,1,33,6,11,32,9,40,2,4,34,0,69,13,0,32,0,35,8,40,2,0,17,2,0,11,32,9,65,32,106,36,0,32,6,11,144,10,2,19,127,1,126,35,0,65,32,107,34,11,36,0,2,64,32,1,40,2,0,34,6,32,0,70,13,0,32,0,47,1,144,1,34,14,4,64,32,0,65,16,106,33,15,32,1,40,2,4,34,5,65,48,106,33,16,32,5,65,32,113,33,17,32,5,65,3,118,65,1,113,33,18,32,5,65,128,254,3,113,65,8,118,33,19,32,1,45,0,11,33,20,32,1,45,0,10,33,21,3,64,2,64,2,64,32,15,32,4,65,4,116,106,34,12,40,2,4,34,7,32,5,70,13,0,32,7,69,13,1,32,5,69,13,1,32,19,33,3,32,7,65,1,113,34,9,4,127,32,7,65,128,254,3,113,65,8,118,5,32,7,47,1,40,11,65,255,255,3,113,32,5,65,1,113,34,13,4,127,32,3,5,32,5,47,1,40,11,65,255,255,3,113,71,13,1,32,12,45,0,11,33,10,32,12,45,0,10,33,3,2,64,2,64,2,64,32,9,4,64,32,7,65,32,113,13,1,12,3,11,32,7,45,0,45,65,2,113,13,0,32,7,40,2,32,69,13,1,11,2,64,32,13,4,64,32,17,69,13,1,12,4,11,32,5,45,0,45,65,2,113,13,3,32,5,40,2,32,13,3,11,32,9,13,1,11,32,7,40,2,4,33,3,11,32,21,33,8,32,13,4,127,32,8,5,32,5,40,2,4,11,32,3,71,13,1,32,20,33,3,32,9,4,127,32,10,5,32,7,40,2,16,11,32,13,4,127,32,3,5,32,5,40,2,16,11,71,13,1,65,0,33,3,65,0,33,10,32,9,4,127,65,0,5,32,7,40,2,36,11,32,13,4,127,65,0,5,32,5,40,2,36,11,71,13,1,32,18,33,3,32,9,4,127,32,7,65,3,118,65,1,113,5,32,7,47,1,44,65,2,118,65,1,113,11,32,13,4,127,32,3,5,32,5,47,1,44,65,2,118,65,1,113,11,71,13,1,35,1,33,3,35,1,33,8,2,127,32,3,65,148,12,106,32,9,13,0,26,35,1,65,148,12,106,32,7,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,7,65,48,106,32,7,40,2,36,27,11,34,3,40,2,24,33,9,2,64,2,127,32,8,65,148,12,106,32,13,13,0,26,35,1,65,148,12,106,32,5,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,16,32,5,40,2,36,27,11,34,10,40,2,24,34,8,65,25,79,4,64,32,8,32,9,71,13,3,32,3,40,2,0,33,3,32,10,40,2,0,33,10,12,1,11,32,8,32,9,71,13,2,11,32,3,32,10,32,8,16,18,13,1,11,32,6,32,12,40,2,0,34,3,70,4,64,65,0,33,3,2,127,65,0,32,5,65,1,113,13,0,26,65,0,32,5,40,2,36,69,13,0,26,32,5,40,2,60,11,33,4,2,64,32,7,65,1,113,13,0,32,7,40,2,36,69,13,0,32,7,40,2,60,33,3,11,32,3,32,4,78,13,4,32,5,65,1,113,69,4,64,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,32,1,40,2,0,33,6,11,32,11,32,12,41,2,4,55,3,8,32,2,32,11,65,8,106,16,10,32,12,32,1,41,2,4,34,22,55,2,4,32,6,40,2,160,1,33,2,65,0,33,4,2,64,32,22,167,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,32,1,40,2,60,33,4,11,32,0,32,2,32,4,106,54,2,160,1,12,4,11,32,3,47,1,0,32,6,47,1,0,71,13,0,32,3,40,2,4,32,6,40,2,4,71,13,0,32,3,40,2,152,1,32,6,40,2,152,1,71,13,0,32,6,47,1,144,1,4,64,32,6,65,16,106,33,1,65,0,33,4,3,64,32,12,40,2,0,32,11,32,1,32,4,65,4,116,106,34,8,41,2,8,55,3,24,32,11,32,8,41,2,0,55,3,16,32,11,65,16,106,32,2,16,32,32,4,65,1,106,34,4,32,6,47,1,144,1,73,13,0,11,11,32,6,40,2,160,1,33,4,32,5,4,64,65,0,33,2,2,64,32,5,65,1,113,13,0,32,5,40,2,36,69,13,0,32,5,40,2,60,33,2,11,32,2,32,4,106,33,4,11,32,4,32,0,40,2,160,1,76,13,3,32,0,32,4,54,2,160,1,12,3,11,32,4,65,1,106,34,4,32,14,71,13,0,11,32,14,65,8,70,13,1,11,32,6,4,64,32,6,32,6,40,2,148,1,65,1,106,54,2,148,1,11,32,6,40,2,160,1,33,2,32,6,40,2,156,1,33,3,32,0,32,14,65,1,106,59,1,144,1,32,0,32,14,65,4,116,106,34,8,32,1,41,2,8,55,2,24,32,8,32,1,41,2,0,55,2,16,32,1,40,2,4,34,4,4,64,32,4,65,1,113,69,4,64,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,32,1,45,0,4,33,4,11,2,64,32,4,65,1,113,69,4,64,65,0,33,4,65,0,33,6,32,1,40,2,4,34,1,40,2,36,34,8,4,64,32,1,40,2,56,33,6,11,32,6,32,1,47,1,44,65,1,113,106,32,1,47,1,40,65,254,255,3,70,106,33,6,32,8,69,13,1,32,1,40,2,60,33,4,12,1,11,32,4,65,1,118,65,1,113,33,6,65,0,33,4,11,32,3,32,6,106,33,3,32,2,32,4,106,33,2,11,32,0,40,2,156,1,32,3,73,4,64,32,0,32,3,54,2,156,1,11,32,2,32,0,40,2,160,1,76,13,0,32,0,32,2,54,2,160,1,11,32,11,65,32,106,36,0,11,117,2,1,127,1,126,32,0,173,66,7,124,66,248,255,255,255,31,131,33,2,35,1,65,140,213,0,106,34,1,40,2,0,34,0,69,4,64,32,1,35,5,34,0,54,2,0,11,2,64,32,2,32,0,173,124,34,2,66,255,255,255,255,15,88,4,64,32,2,167,34,1,63,0,65,16,116,77,13,1,32,1,16,1,13,1,11,35,1,65,216,213,0,106,65,48,54,2,0,65,127,15,11,35,1,65,140,213,0,106,32,1,54,2,0,32,0,11,253,41,1,11,127,35,0,65,16,107,34,11,36,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,244,1,77,4,64,35,1,65,164,215,0,106,34,2,40,2,0,34,4,65,16,32,0,65,11,106,65,248,3,113,32,0,65,11,73,27,34,7,65,3,118,34,0,118,34,1,65,3,113,4,64,2,64,32,2,32,1,65,127,115,65,1,113,32,0,106,34,3,65,3,116,34,1,106,34,0,34,6,65,40,106,34,7,32,0,40,2,48,34,0,40,2,8,34,5,70,4,64,32,2,32,4,65,126,32,3,119,113,54,2,0,12,1,11,32,5,32,7,54,2,12,32,6,32,5,54,2,48,11,32,0,65,8,106,33,5,32,0,32,1,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,11,11,32,7,35,1,65,164,215,0,106,34,2,40,2,8,34,8,77,13,1,32,1,4,64,2,64,32,2,65,2,32,0,116,34,5,65,0,32,5,107,114,32,1,32,0,116,113,104,34,3,65,3,116,34,1,106,34,0,34,6,65,40,106,34,9,32,0,40,2,48,34,0,40,2,8,34,5,70,4,64,32,2,32,4,65,126,32,3,119,113,34,4,54,2,0,12,1,11,32,5,32,9,54,2,12,32,6,32,5,54,2,48,11,32,0,32,7,65,3,114,54,2,4,32,0,32,7,106,34,6,32,1,32,7,107,34,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,32,8,4,64,35,1,65,164,215,0,106,34,5,34,2,32,8,65,120,113,106,65,40,106,33,1,32,2,40,2,20,33,2,2,127,32,4,65,1,32,8,65,3,118,116,34,7,113,69,4,64,32,5,32,4,32,7,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,5,32,1,32,2,54,2,8,32,5,32,2,54,2,12,32,2,32,1,54,2,12,32,2,32,5,54,2,8,11,32,0,65,8,106,33,5,35,1,65,164,215,0,106,34,0,32,6,54,2,20,32,0,32,3,54,2,8,12,11,11,35,1,65,164,215,0,106,34,0,40,2,4,34,10,69,13,1,32,10,104,65,2,116,32,0,106,40,2,176,2,34,3,40,2,4,65,120,113,32,7,107,33,0,32,3,33,1,3,64,2,64,32,1,40,2,16,34,5,69,4,64,32,1,40,2,20,34,5,69,13,1,11,32,5,40,2,4,65,120,113,32,7,107,34,1,32,0,32,0,32,1,75,34,1,27,33,0,32,5,32,3,32,1,27,33,3,32,5,33,1,12,1,11,11,32,3,40,2,24,33,9,32,3,32,3,40,2,12,34,5,71,4,64,32,3,40,2,8,34,1,32,5,54,2,12,32,5,32,1,54,2,8,12,10,11,32,3,40,2,20,34,1,4,127,32,3,65,20,106,5,32,3,40,2,16,34,1,69,13,3,32,3,65,16,106,11,33,2,3,64,32,2,33,6,32,1,34,5,65,20,106,33,2,32,1,40,2,20,34,1,13,0,32,5,65,16,106,33,2,32,5,40,2,16,34,1,13,0,11,32,6,65,0,54,2,0,12,9,11,65,127,33,7,32,0,65,191,127,75,13,0,32,0,65,11,106,34,1,65,120,113,33,7,35,1,65,164,215,0,106,40,2,4,34,6,69,13,0,65,31,33,8,32,0,65,244,255,255,7,77,4,64,32,7,65,38,32,1,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,8,11,65,0,32,7,107,33,0,2,64,2,64,35,1,65,164,215,0,106,32,8,65,2,116,106,40,2,176,2,34,1,4,64,32,7,65,25,32,8,65,1,118,107,65,0,32,8,65,31,71,27,116,33,3,3,64,2,64,32,1,40,2,4,65,120,113,32,7,107,34,4,32,0,79,13,0,32,1,33,2,32,4,34,0,13,0,65,0,33,0,32,1,33,5,12,3,11,32,5,32,1,40,2,20,34,4,32,4,32,1,32,3,65,29,118,65,4,113,106,40,2,16,34,1,70,27,32,5,32,4,27,33,5,32,3,65,1,116,33,3,32,1,13,0,11,11,32,2,32,5,114,69,4,64,65,0,33,2,65,2,32,8,116,34,1,65,0,32,1,107,114,32,6,113,34,1,69,13,3,35,1,65,164,215,0,106,32,1,104,65,2,116,106,40,2,176,2,33,5,11,32,5,69,13,1,11,3,64,32,5,40,2,4,65,120,113,32,7,107,34,3,32,0,73,33,1,32,3,32,0,32,1,27,33,0,32,5,32,2,32,1,27,33,2,32,5,40,2,16,34,1,4,127,32,1,5,32,5,40,2,20,11,34,5,13,0,11,11,32,2,69,13,0,32,0,35,1,65,164,215,0,106,40,2,8,32,7,107,79,13,0,32,2,40,2,24,33,8,32,2,32,2,40,2,12,34,5,71,4,64,32,2,40,2,8,34,1,32,5,54,2,12,32,5,32,1,54,2,8,12,8,11,32,2,40,2,20,34,1,4,127,32,2,65,20,106,5,32,2,40,2,16,34,1,69,13,3,32,2,65,16,106,11,33,3,3,64,32,3,33,4,32,1,34,5,65,20,106,33,3,32,1,40,2,20,34,1,13,0,32,5,65,16,106,33,3,32,5,40,2,16,34,1,13,0,11,32,4,65,0,54,2,0,12,7,11,32,7,35,1,65,164,215,0,106,34,0,40,2,8,34,2,77,4,64,32,0,40,2,20,33,0,2,64,32,2,32,7,107,34,1,65,16,79,4,64,32,0,32,7,106,34,3,32,1,65,1,114,54,2,4,32,0,32,2,106,32,1,54,2,0,32,0,32,7,65,3,114,54,2,4,12,1,11,32,0,32,2,65,3,114,54,2,4,32,0,32,2,106,34,1,32,1,40,2,4,65,1,114,54,2,4,65,0,33,3,65,0,33,1,11,35,1,65,164,215,0,106,34,2,32,1,54,2,8,32,2,32,3,54,2,20,32,0,65,8,106,33,5,12,9,11,32,7,35,1,65,164,215,0,106,34,0,40,2,12,34,2,73,4,64,32,0,32,2,32,7,107,34,1,54,2,12,32,0,32,0,40,2,24,34,0,32,7,106,34,2,54,2,24,32,2,32,1,65,1,114,54,2,4,32,0,32,7,65,3,114,54,2,4,32,0,65,8,106,33,5,12,9,11,65,0,33,5,32,7,65,47,106,34,4,2,127,35,1,65,252,218,0,106,34,0,40,2,0,4,64,32,0,40,2,8,12,1,11,35,1,34,1,65,252,218,0,106,34,0,65,0,54,2,20,32,0,66,127,55,2,12,32,0,66,128,160,128,128,128,128,4,55,2,4,32,1,65,164,215,0,106,65,0,54,2,188,3,32,0,32,11,65,12,106,65,112,113,65,216,170,213,170,5,115,54,2,0,65,128,32,11,34,0,106,34,6,65,0,32,0,107,34,8,113,34,1,32,7,77,13,8,35,1,65,164,215,0,106,34,0,40,2,184,3,34,3,4,64,32,0,40,2,176,3,34,0,32,1,106,34,9,32,0,77,13,9,32,3,32,9,73,13,9,11,2,64,35,1,65,164,215,0,106,34,0,45,0,188,3,65,4,113,69,4,64,2,64,2,64,2,64,2,64,32,0,40,2,24,34,3,4,64,32,0,65,192,3,106,33,0,3,64,32,0,40,2,0,34,9,32,3,77,4,64,32,3,32,9,32,0,40,2,4,106,73,13,3,11,32,0,40,2,8,34,0,13,0,11,11,65,0,16,33,34,2,65,127,70,13,3,32,1,33,3,35,1,65,252,218,0,106,40,2,4,34,0,65,1,107,34,6,32,2,113,4,64,32,1,32,2,107,32,2,32,6,106,65,0,32,0,107,113,106,33,3,11,32,3,32,7,77,13,3,35,1,65,164,215,0,106,34,6,40,2,176,3,33,0,32,6,40,2,184,3,34,6,4,64,32,0,32,0,32,3,106,34,8,79,13,4,32,6,32,8,73,13,4,11,32,3,16,33,34,0,32,2,71,13,1,12,5,11,32,6,32,2,107,32,8,113,34,3,16,33,34,2,32,0,40,2,0,32,0,40,2,4,106,70,13,1,32,2,33,0,11,32,0,65,127,70,13,1,32,7,65,48,106,32,3,77,4,64,32,0,33,2,12,4,11,35,1,65,252,218,0,106,40,2,8,34,2,32,4,32,3,107,106,65,0,32,2,107,113,34,2,16,33,65,127,70,13,1,32,2,32,3,106,33,3,32,0,33,2,12,3,11,32,2,65,127,71,13,2,11,35,1,65,164,215,0,106,34,0,32,0,40,2,188,3,65,4,114,54,2,188,3,11,32,1,16,33,33,2,65,0,16,33,33,0,32,2,65,127,70,13,5,32,0,65,127,70,13,5,32,0,32,2,77,13,5,32,0,32,2,107,34,3,32,7,65,40,106,77,13,5,11,35,1,65,164,215,0,106,34,0,32,0,40,2,176,3,32,3,106,34,1,54,2,176,3,32,0,40,2,180,3,32,1,73,4,64,32,0,32,1,54,2,180,3,11,2,64,35,1,65,164,215,0,106,34,0,40,2,24,34,1,4,64,32,0,65,192,3,106,33,0,3,64,32,2,32,0,40,2,0,34,4,32,0,40,2,4,34,6,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,4,11,35,1,65,164,215,0,106,34,0,40,2,16,34,1,65,0,32,1,32,2,77,27,69,4,64,32,0,32,2,54,2,16,11,65,0,33,0,35,1,34,4,65,164,215,0,106,34,1,65,0,54,2,204,3,32,1,32,3,54,2,196,3,32,1,32,2,54,2,192,3,32,1,65,127,54,2,32,32,1,32,4,65,252,218,0,106,40,2,0,54,2,36,3,64,35,1,65,164,215,0,106,32,0,65,3,116,106,34,1,32,1,65,40,106,34,4,54,2,48,32,1,32,4,54,2,52,32,0,65,1,106,34,0,65,32,71,13,0,11,35,1,34,1,65,164,215,0,106,34,0,32,3,65,40,107,34,3,65,120,32,2,107,65,7,113,34,4,107,34,6,54,2,12,32,0,32,2,32,4,106,34,4,54,2,24,32,4,32,6,65,1,114,54,2,4,32,2,32,3,106,65,40,54,2,4,32,0,32,1,65,252,218,0,106,40,2,16,54,2,28,12,4,11,32,1,32,2,79,13,2,32,1,32,4,73,13,2,32,0,40,2,12,65,8,113,13,2,32,0,32,3,32,6,106,54,2,4,35,1,34,2,65,164,215,0,106,34,0,32,1,65,120,32,1,107,65,7,113,34,4,106,34,6,54,2,24,32,0,32,0,40,2,12,32,3,106,34,3,32,4,107,34,4,54,2,12,32,6,32,4,65,1,114,54,2,4,32,1,32,3,106,65,40,54,2,4,32,0,32,2,65,252,218,0,106,40,2,16,54,2,28,12,3,11,65,0,33,5,12,6,11,65,0,33,5,12,4,11,35,1,65,164,215,0,106,34,0,40,2,16,32,2,75,4,64,32,0,32,2,54,2,16,11,32,2,32,3,106,33,6,35,1,65,228,218,0,106,33,0,2,64,3,64,32,6,32,0,40,2,0,34,4,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,45,0,12,65,8,113,69,13,3,11,35,1,65,228,218,0,106,33,0,3,64,2,64,32,0,40,2,0,34,4,32,1,77,4,64,32,1,32,4,32,0,40,2,4,106,34,6,73,13,1,11,32,0,40,2,8,33,0,12,1,11,11,35,1,34,4,65,164,215,0,106,34,0,32,3,65,40,107,34,8,65,120,32,2,107,65,7,113,34,9,107,34,10,54,2,12,32,0,32,2,32,9,106,34,9,54,2,24,32,9,32,10,65,1,114,54,2,4,32,2,32,8,106,65,40,54,2,4,32,0,32,4,65,252,218,0,106,40,2,16,54,2,28,32,1,32,6,65,39,32,6,107,65,7,113,106,65,47,107,34,4,32,4,32,1,65,16,106,73,27,34,4,65,27,54,2,4,32,4,32,0,41,2,200,3,55,2,16,32,4,32,0,41,2,192,3,55,2,8,32,0,32,2,54,2,192,3,32,0,32,3,54,2,196,3,32,0,65,0,54,2,204,3,32,0,32,4,65,8,106,54,2,200,3,32,4,65,24,106,33,0,3,64,32,0,65,7,54,2,4,32,0,65,8,106,32,0,65,4,106,33,0,32,6,73,13,0,11,32,1,32,4,70,13,0,32,4,32,4,40,2,4,65,126,113,54,2,4,32,1,32,4,32,1,107,34,2,65,1,114,54,2,4,32,4,32,2,54,2,0,2,127,32,2,65,255,1,77,4,64,35,1,65,164,215,0,106,34,3,32,2,65,248,1,113,106,65,40,106,33,0,2,127,32,3,40,2,0,34,4,65,1,32,2,65,3,118,116,34,2,113,69,4,64,32,3,32,2,32,4,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,3,32,0,32,1,54,2,8,32,3,32,1,54,2,12,65,8,33,4,65,12,12,1,11,65,31,33,0,32,2,65,255,255,255,7,77,4,64,32,2,65,38,32,2,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,0,11,32,1,32,0,54,2,28,32,1,66,0,55,2,16,35,1,65,164,215,0,106,34,4,32,0,65,2,116,106,34,3,65,176,2,106,33,6,2,64,2,64,32,4,40,2,4,34,8,65,1,32,0,116,34,9,113,69,4,64,32,4,32,8,32,9,114,54,2,4,32,3,32,1,54,2,176,2,32,1,32,6,54,2,24,12,1,11,32,2,65,25,32,0,65,1,118,107,65,0,32,0,65,31,71,27,116,33,0,32,3,40,2,176,2,33,4,3,64,32,4,34,3,40,2,4,65,120,113,32,2,70,13,2,32,0,65,29,118,33,4,32,0,65,1,116,33,0,32,3,32,4,65,4,113,106,34,6,40,2,16,34,4,13,0,11,32,6,32,1,54,2,16,32,1,32,3,54,2,24,11,65,12,33,4,32,1,34,3,33,0,65,8,12,1,11,32,3,40,2,8,34,0,32,1,54,2,12,32,3,32,1,54,2,8,32,1,32,0,54,2,8,65,0,33,0,65,12,33,4,65,24,11,33,2,32,1,32,4,106,32,3,54,2,0,32,1,32,2,106,32,0,54,2,0,11,35,1,65,164,215,0,106,34,0,40,2,12,34,1,32,7,77,13,0,32,0,32,1,32,7,107,34,1,54,2,12,32,0,32,0,40,2,24,34,0,32,7,106,34,2,54,2,24,32,2,32,1,65,1,114,54,2,4,32,0,32,7,65,3,114,54,2,4,32,0,65,8,106,33,5,12,4,11,35,1,65,216,213,0,106,65,48,54,2,0,12,3,11,32,0,32,2,54,2,0,32,0,32,0,40,2,4,32,3,106,54,2,4,32,2,65,120,32,2,107,65,7,113,106,34,8,32,7,65,3,114,54,2,4,32,4,65,120,32,4,107,65,7,113,106,34,4,32,7,32,8,106,34,3,107,33,6,2,64,35,1,65,164,215,0,106,34,0,40,2,24,32,4,70,4,64,32,0,32,3,54,2,24,32,0,32,0,40,2,12,32,6,106,34,0,54,2,12,32,3,32,0,65,1,114,54,2,4,12,1,11,35,1,65,164,215,0,106,34,0,40,2,20,32,4,70,4,64,32,0,32,3,54,2,20,32,0,32,0,40,2,8,32,6,106,34,0,54,2,8,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,12,1,11,32,4,40,2,4,34,2,65,3,113,65,1,70,4,64,32,2,65,120,113,33,9,32,4,40,2,12,33,1,2,64,32,2,65,255,1,77,4,64,32,4,40,2,8,34,0,32,1,70,4,64,35,1,65,164,215,0,106,34,0,32,0,40,2,0,65,126,32,2,65,3,118,119,113,54,2,0,12,2,11,32,0,32,1,54,2,12,32,1,32,0,54,2,8,12,1,11,32,4,40,2,24,33,7,2,64,32,1,32,4,71,4,64,32,4,40,2,8,34,0,32,1,54,2,12,32,1,32,0,54,2,8,12,1,11,2,64,32,4,40,2,20,34,2,4,127,32,4,65,20,106,5,32,4,40,2,16,34,2,69,13,1,32,4,65,16,106,11,33,0,3,64,32,0,33,5,32,2,34,1,65,20,106,33,0,32,1,40,2,20,34,2,13,0,32,1,65,16,106,33,0,32,1,40,2,16,34,2,13,0,11,32,5,65,0,54,2,0,12,1,11,65,0,33,1,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,0,32,4,40,2,28,34,2,65,2,116,106,34,5,40,2,176,2,32,4,70,4,64,32,5,32,1,54,2,176,2,32,1,13,1,32,0,32,0,40,2,4,65,126,32,2,119,113,54,2,4,12,2,11,2,64,32,4,32,7,40,2,16,70,4,64,32,7,32,1,54,2,16,12,1,11,32,7,32,1,54,2,20,11,32,1,69,13,1,11,32,1,32,7,54,2,24,32,4,40,2,16,34,0,4,64,32,1,32,0,54,2,16,32,0,32,1,54,2,24,11,32,4,40,2,20,34,0,69,13,0,32,1,32,0,54,2,20,32,0,32,1,54,2,24,11,32,6,32,9,106,33,6,32,4,32,9,106,34,4,40,2,4,33,2,11,32,4,32,2,65,126,113,54,2,4,32,3,32,6,65,1,114,54,2,4,32,3,32,6,106,32,6,54,2,0,32,6,65,255,1,77,4,64,35,1,65,164,215,0,106,34,1,32,6,65,248,1,113,106,65,40,106,33,0,2,127,32,1,40,2,0,34,2,65,1,32,6,65,3,118,116,34,5,113,69,4,64,32,1,32,2,32,5,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,3,54,2,8,32,1,32,3,54,2,12,32,3,32,0,54,2,12,32,3,32,1,54,2,8,12,1,11,65,31,33,1,32,6,65,255,255,255,7,77,4,64,32,6,65,38,32,6,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,1,11,32,3,32,1,54,2,28,32,3,66,0,55,2,16,35,1,65,164,215,0,106,34,2,32,1,65,2,116,106,34,0,65,176,2,106,33,5,2,64,2,64,32,2,40,2,4,34,4,65,1,32,1,116,34,7,113,69,4,64,32,2,32,4,32,7,114,54,2,4,32,0,32,3,54,2,176,2,32,3,32,5,54,2,24,12,1,11,32,6,65,25,32,1,65,1,118,107,65,0,32,1,65,31,71,27,116,33,1,32,0,40,2,176,2,33,0,3,64,32,0,34,2,40,2,4,65,120,113,32,6,70,13,2,32,1,65,29,118,33,0,32,1,65,1,116,33,1,32,2,32,0,65,4,113,106,34,5,40,2,16,34,0,13,0,11,32,5,32,3,54,2,16,32,3,32,2,54,2,24,11,32,3,32,3,54,2,12,32,3,32,3,54,2,8,12,1,11,32,2,40,2,8,34,0,32,3,54,2,12,32,2,32,3,54,2,8,32,3,65,0,54,2,24,32,3,32,2,54,2,12,32,3,32,0,54,2,8,11,32,8,65,8,106,33,5,12,2,11,2,64,32,8,69,13,0,2,64,35,1,65,164,215,0,106,34,1,32,2,40,2,28,34,3,65,2,116,106,34,4,40,2,176,2,32,2,70,4,64,32,4,32,5,54,2,176,2,32,5,13,1,32,1,32,6,65,126,32,3,119,113,34,6,54,2,4,12,2,11,2,64,32,2,32,8,40,2,16,70,4,64,32,8,32,5,54,2,16,12,1,11,32,8,32,5,54,2,20,11,32,5,69,13,1,11,32,5,32,8,54,2,24,32,2,40,2,16,34,1,4,64,32,5,32,1,54,2,16,32,1,32,5,54,2,24,11,32,2,40,2,20,34,1,69,13,0,32,5,32,1,54,2,20,32,1,32,5,54,2,24,11,2,64,32,0,65,15,77,4,64,32,2,32,0,32,7,106,34,0,65,3,114,54,2,4,32,0,32,2,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,2,32,7,65,3,114,54,2,4,32,2,32,7,106,34,4,32,0,65,1,114,54,2,4,32,0,32,4,106,32,0,54,2,0,32,0,65,255,1,77,4,64,35,1,65,164,215,0,106,34,5,32,0,65,248,1,113,106,65,40,106,33,1,2,127,32,5,40,2,0,34,3,65,1,32,0,65,3,118,116,34,0,113,69,4,64,32,5,32,0,32,3,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,0,32,1,32,4,54,2,8,32,0,32,4,54,2,12,32,4,32,1,54,2,12,32,4,32,0,54,2,8,12,1,11,65,31,33,5,32,0,65,255,255,255,7,77,4,64,32,0,65,38,32,0,65,8,118,103,34,1,107,118,65,1,113,32,1,65,1,116,107,65,62,106,33,5,11,32,4,32,5,54,2,28,32,4,66,0,55,2,16,35,1,32,5,65,2,116,106,65,212,217,0,106,33,1,2,64,2,64,32,6,65,1,32,5,116,34,3,113,69,4,64,35,1,65,164,215,0,106,32,3,32,6,114,54,2,4,32,1,32,4,54,2,0,32,4,32,1,54,2,24,12,1,11,32,0,65,25,32,5,65,1,118,107,65,0,32,5,65,31,71,27,116,33,5,32,1,40,2,0,33,1,3,64,32,1,34,3,40,2,4,65,120,113,32,0,70,13,2,32,5,65,29,118,33,1,32,5,65,1,116,33,5,32,3,32,1,65,4,113,106,34,6,40,2,16,34,1,13,0,11,32,6,32,4,54,2,16,32,4,32,3,54,2,24,11,32,4,32,4,54,2,12,32,4,32,4,54,2,8,12,1,11,32,3,40,2,8,34,0,32,4,54,2,12,32,3,32,4,54,2,8,32,4,65,0,54,2,24,32,4,32,3,54,2,12,32,4,32,0,54,2,8,11,32,2,65,8,106,33,5,12,1,11,2,64,32,9,69,13,0,2,64,35,1,65,164,215,0,106,34,1,32,3,40,2,28,34,2,65,2,116,106,34,6,40,2,176,2,32,3,70,4,64,32,6,32,5,54,2,176,2,32,5,13,1,32,1,32,10,65,126,32,2,119,113,54,2,4,12,2,11,2,64,32,3,32,9,40,2,16,70,4,64,32,9,32,5,54,2,16,12,1,11,32,9,32,5,54,2,20,11,32,5,69,13,1,11,32,5,32,9,54,2,24,32,3,40,2,16,34,1,4,64,32,5,32,1,54,2,16,32,1,32,5,54,2,24,11,32,3,40,2,20,34,1,69,13,0,32,5,32,1,54,2,20,32,1,32,5,54,2,24,11,2,64,32,0,65,15,77,4,64,32,3,32,0,32,7,106,34,0,65,3,114,54,2,4,32,0,32,3,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,3,32,7,65,3,114,54,2,4,32,3,32,7,106,34,5,32,0,65,1,114,54,2,4,32,0,32,5,106,32,0,54,2,0,32,8,4,64,35,1,65,164,215,0,106,34,6,34,2,32,8,65,120,113,106,65,40,106,33,1,32,2,40,2,20,33,2,2,127,65,1,32,8,65,3,118,116,34,7,32,4,113,69,4,64,32,6,32,4,32,7,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,4,32,1,32,2,54,2,8,32,4,32,2,54,2,12,32,2,32,1,54,2,12,32,2,32,4,54,2,8,11,35,1,65,164,215,0,106,34,1,32,5,54,2,20,32,1,32,0,54,2,8,11,32,3,65,8,106,33,5,11,32,11,65,16,106,36,0,32,5,11,128,1,2,1,126,3,127,2,64,32,0,66,128,128,128,128,16,84,4,64,32,0,33,2,12,1,11,3,64,32,1,65,1,107,34,1,32,0,32,0,66,10,128,34,2,66,10,126,125,167,65,48,114,58,0,0,32,0,66,255,255,255,255,159,1,86,32,2,33,0,13,0,11,11,32,2,66,0,82,4,64,32,2,167,33,3,3,64,32,1,65,1,107,34,1,32,3,32,3,65,10,110,34,4,65,10,108,107,65,48,114,58,0,0,32,3,65,9,75,32,4,33,3,13,0,11,11,32,1,11,139,4,1,3,127,32,2,65,128,4,79,4,64,32,2,4,64,32,0,32,1,32,2,252,10,0,0,11,32,0,15,11,32,0,32,2,106,33,3,2,64,32,0,32,1,115,65,3,113,69,4,64,2,64,32,0,65,3,113,69,4,64,32,0,33,2,12,1,11,32,2,69,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,65,3,113,69,13,1,32,2,32,3,73,13,0,11,11,32,3,65,124,113,33,4,2,64,32,3,65,192,0,73,13,0,32,2,32,4,65,64,106,34,5,75,13,0,3,64,32,2,32,1,40,2,0,54,2,0,32,2,32,1,40,2,4,54,2,4,32,2,32,1,40,2,8,54,2,8,32,2,32,1,40,2,12,54,2,12,32,2,32,1,40,2,16,54,2,16,32,2,32,1,40,2,20,54,2,20,32,2,32,1,40,2,24,54,2,24,32,2,32,1,40,2,28,54,2,28,32,2,32,1,40,2,32,54,2,32,32,2,32,1,40,2,36,54,2,36,32,2,32,1,40,2,40,54,2,40,32,2,32,1,40,2,44,54,2,44,32,2,32,1,40,2,48,54,2,48,32,2,32,1,40,2,52,54,2,52,32,2,32,1,40,2,56,54,2,56,32,2,32,1,40,2,60,54,2,60,32,1,65,64,107,33,1,32,2,65,64,107,34,2,32,5,77,13,0,11,11,32,2,32,4,79,13,1,3,64,32,2,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,73,13,0,11,12,1,11,32,3,65,4,73,4,64,32,0,33,2,12,1,11,32,2,65,4,73,4,64,32,0,33,2,12,1,11,32,3,65,4,107,33,4,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,2,32,1,45,0,1,58,0,1,32,2,32,1,45,0,2,58,0,2,32,2,32,1,45,0,3,58,0,3,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,77,13,0,11,11,32,2,32,3,73,4,64,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,32,3,71,13,0,11,11,32,0,11,241,4,2,6,127,1,126,35,0,65,16,107,33,4,2,64,32,0,40,2,0,34,3,69,13,0,32,0,40,2,24,34,6,32,3,40,2,36,34,7,70,13,0,32,4,32,0,40,2,20,54,2,8,32,4,32,0,41,2,12,55,3,0,32,0,41,2,28,33,9,32,1,32,6,65,3,116,65,0,32,3,32,7,65,3,116,107,32,3,65,1,113,27,106,34,5,54,2,0,32,1,32,4,41,3,0,55,2,4,32,1,32,4,40,2,8,54,2,12,32,1,32,9,55,2,20,32,1,32,6,54,2,16,32,2,2,127,32,5,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,34,4,58,0,0,2,127,32,5,40,2,0,34,1,65,1,113,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,0,40,2,28,33,1,32,0,40,2,36,34,3,4,64,32,2,32,3,32,1,65,1,116,106,47,1,0,32,4,114,65,0,71,34,4,58,0,0,11,32,0,32,1,65,1,106,54,2,28,32,5,40,2,0,33,1,11,65,0,33,3,2,64,32,1,65,1,113,13,0,32,1,40,2,36,69,13,0,32,1,40,2,56,33,3,11,32,0,32,0,40,2,32,32,3,106,32,4,106,54,2,32,32,0,2,127,32,5,40,2,0,34,1,65,1,113,4,64,32,0,65,20,106,33,6,32,0,65,16,106,33,7,32,0,40,2,20,33,8,32,0,40,2,16,33,3,32,5,45,0,7,34,2,32,0,40,2,12,106,12,1,11,65,0,32,0,40,2,20,32,1,40,2,20,34,2,27,33,8,32,0,65,20,106,33,6,32,0,65,16,106,33,7,32,0,40,2,16,32,2,106,33,3,32,1,40,2,24,33,2,32,0,40,2,12,32,1,40,2,16,106,11,34,4,54,2,12,65,1,33,5,32,0,32,0,40,2,24,65,1,106,34,1,54,2,24,32,0,32,3,173,32,2,32,8,106,173,66,32,134,132,55,2,16,32,1,32,0,40,2,0,34,2,40,2,36,34,8,79,13,0,32,6,40,2,0,33,6,32,0,2,127,32,2,32,8,65,3,116,107,32,1,65,3,116,106,41,2,0,34,9,167,34,1,65,1,113,4,64,32,9,66,32,136,167,65,255,1,113,33,2,32,9,66,40,136,167,65,15,113,33,0,32,9,66,48,136,167,65,255,1,113,12,1,11,32,1,40,2,12,33,2,32,1,40,2,8,33,0,32,1,40,2,4,11,32,4,106,54,2,12,32,7,32,0,32,3,106,173,65,0,32,6,32,0,27,32,2,106,173,66,32,134,132,55,2,0,11,32,5,11,193,2,1,5,127,35,0,65,16,107,34,5,36,0,32,1,32,2,71,4,64,32,0,40,2,0,34,3,32,1,65,5,116,106,33,4,2,64,32,3,32,2,65,5,116,106,34,2,40,2,4,34,3,69,13,0,32,4,40,2,4,13,0,32,4,32,3,54,2,4,32,2,65,0,54,2,4,11,32,2,40,2,0,4,64,32,0,40,2,52,33,6,32,2,40,2,12,4,64,32,5,32,2,41,2,12,55,3,8,32,6,32,5,65,8,106,16,10,11,32,2,40,2,20,4,64,32,5,32,2,41,2,20,55,3,0,32,6,32,5,16,10,11,32,2,40,2,4,34,3,4,64,32,3,40,2,0,34,7,4,127,32,7,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,2,40,2,4,5,32,3,11,35,8,40,2,0,17,2,0,11,32,2,40,2,0,32,0,65,36,106,32,6,16,26,11,32,2,32,4,41,2,0,55,2,0,32,2,32,4,41,2,24,55,2,24,32,2,32,4,41,2,16,55,2,16,32,2,32,4,41,2,8,55,2,8,32,0,40,2,4,32,1,65,127,115,106,65,5,116,34,2,4,64,32,0,40,2,0,32,1,65,5,116,106,34,1,32,1,65,32,106,32,2,252,10,0,0,11,32,0,32,0,40,2,4,65,1,107,54,2,4,11,32,5,65,16,106,36,0,11,237,3,2,11,127,1,126,32,0,40,2,0,34,5,32,0,40,2,4,34,6,65,4,116,106,34,3,65,4,107,40,2,0,33,11,32,3,65,9,107,45,0,0,33,2,32,3,65,10,107,45,0,0,33,1,2,64,32,3,65,16,107,40,2,0,34,4,65,1,113,4,64,32,1,32,2,106,33,9,12,1,11,32,4,40,2,16,32,4,40,2,4,106,33,9,32,4,45,0,44,65,192,0,113,69,13,0,32,3,65,12,107,47,1,0,32,1,65,16,116,114,32,2,65,24,116,114,33,10,32,4,40,2,36,34,3,4,64,3,64,32,4,32,3,65,3,116,107,33,7,32,3,33,1,3,64,2,64,2,64,32,7,32,1,65,1,107,34,1,65,3,116,106,34,8,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,2,40,2,36,33,3,32,8,40,2,4,33,10,32,2,33,4,12,1,11,32,1,13,1,11,11,32,3,13,0,11,11,32,0,32,10,54,2,16,32,0,32,4,54,2,12,11,32,0,32,6,65,1,107,34,2,54,2,4,2,64,32,2,69,13,0,32,9,32,11,106,33,3,3,64,2,64,32,2,33,1,32,5,32,6,65,4,116,106,65,32,107,40,2,0,34,7,65,1,113,69,4,64,32,7,40,2,36,34,8,32,5,32,1,65,4,116,106,40,2,8,65,1,106,34,4,75,13,1,11,32,0,32,1,65,1,107,34,2,54,2,4,32,1,33,6,32,2,13,1,12,2,11,11,32,0,40,2,8,34,2,32,6,73,4,64,32,5,65,8,32,2,65,1,116,34,1,32,6,32,1,32,6,75,27,34,1,32,1,65,8,77,27,34,1,65,4,116,35,6,40,2,0,17,1,0,33,5,32,0,32,1,54,2,8,32,0,32,5,54,2,0,32,7,40,2,36,33,8,32,0,40,2,4,33,1,11,32,0,32,1,65,1,106,54,2,4,32,7,32,8,65,3,116,107,32,4,65,3,116,106,41,2,0,33,12,32,5,32,1,65,4,116,106,34,0,32,3,54,2,12,32,0,32,4,54,2,8,32,0,32,12,55,2,0,11,11,217,4,2,7,127,1,126,35,0,65,32,107,34,2,36,0,2,64,32,0,40,2,160,9,34,1,69,13,0,32,0,40,2,136,10,34,3,69,13,0,32,1,40,2,116,34,1,69,13,0,32,3,32,1,17,2,0,11,32,0,65,0,54,2,136,10,32,0,40,2,152,10,4,64,32,2,32,0,65,152,10,106,41,2,0,55,3,24,32,0,65,136,9,106,32,2,65,24,106,16,10,32,0,66,0,55,2,152,10,11,32,0,66,0,55,2,128,10,32,0,65,0,54,2,248,9,32,0,40,2,32,4,64,65,0,33,1,32,0,65,0,54,2,124,32,0,65,0,58,0,128,1,32,0,66,0,55,2,36,32,0,65,0,54,2,32,32,0,40,2,68,33,5,2,64,32,0,40,2,100,34,3,4,64,3,64,2,64,32,5,32,1,65,24,108,106,34,6,40,2,20,34,7,69,13,0,32,7,32,6,40,2,16,34,4,77,13,0,32,6,41,2,0,33,8,32,0,32,1,54,2,104,32,0,32,8,55,2,36,32,0,32,4,54,2,32,65,0,33,1,32,0,40,2,72,69,13,3,32,0,40,2,108,34,3,32,4,77,4,64,32,4,32,0,40,2,112,32,3,106,73,13,4,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,12,3,11,32,1,65,1,106,34,1,32,3,71,13,0,11,11,32,0,32,3,54,2,104,32,5,32,3,65,24,108,106,34,1,65,4,107,40,2,0,33,3,32,1,65,16,107,41,2,0,33,8,32,0,65,0,54,2,72,32,0,32,8,55,2,36,32,0,32,3,54,2,32,32,0,66,0,55,2,108,65,1,33,1,11,32,0,65,0,54,2,0,32,0,32,1,54,2,116,11,32,0,40,2,132,9,16,58,32,0,65,224,9,106,33,1,32,0,40,2,224,9,4,64,32,2,32,1,41,2,0,55,3,16,32,0,65,136,9,106,32,2,65,16,106,16,10,11,32,0,40,2,232,9,4,64,32,2,32,0,65,232,9,106,41,2,0,55,3,8,32,0,65,136,9,106,32,2,65,8,106,16,10,11,32,1,66,0,55,2,0,32,1,65,0,54,2,16,32,1,66,0,55,2,8,32,0,40,2,180,9,4,64,32,2,32,0,65,180,9,106,41,2,0,55,3,0,32,0,65,136,9,106,32,2,16,10,32,0,66,0,55,2,180,9,11,32,0,65,0,58,0,198,10,32,0,65,0,54,2,144,10,32,0,65,0,59,1,196,10,32,0,66,0,55,2,180,10,32,0,66,0,55,2,172,10,32,0,65,188,10,106,65,0,54,2,0,32,2,65,32,106,36,0,11,90,2,1,127,1,126,2,64,2,127,65,0,32,0,69,13,0,26,32,0,173,32,1,173,126,34,3,167,34,2,32,0,32,1,114,65,128,128,4,73,13,0,26,65,127,32,2,32,3,66,32,136,167,27,11,34,2,16,34,34,0,69,13,0,32,0,65,4,107,45,0,0,65,3,113,69,13,0,32,0,65,0,32,2,16,52,26,11,32,0,11,219,3,1,8,127,2,64,32,2,65,253,255,3,75,13,0,32,0,40,2,24,33,4,32,2,32,0,40,2,12,73,4,64,2,64,2,64,32,1,32,4,79,4,64,32,0,40,2,44,32,0,40,2,48,32,1,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,4,47,1,0,34,7,69,4,64,12,3,11,32,4,65,2,106,33,4,3,64,32,4,65,4,106,33,3,32,4,47,1,2,34,10,4,127,32,3,32,10,65,1,116,106,65,0,33,6,3,64,32,3,47,1,0,32,2,70,13,4,32,3,65,2,106,33,3,32,6,65,1,106,34,6,32,10,71,13,0,11,5,32,3,11,33,4,65,0,33,3,32,9,65,1,106,34,9,32,7,71,13,0,11,12,2,11,32,0,40,2,40,32,0,40,2,4,32,1,108,65,1,116,106,32,2,65,1,116,106,47,1,0,33,3,12,1,11,32,4,47,1,0,33,3,11,32,0,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,2,45,0,0,34,0,69,13,1,32,2,32,0,65,3,116,106,34,0,45,0,0,13,1,32,1,32,0,65,8,106,34,0,65,6,107,47,1,0,32,0,65,4,107,45,0,0,65,1,113,27,33,5,12,1,11,2,64,32,1,32,4,79,4,64,32,0,40,2,44,32,0,40,2,48,32,1,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,8,69,13,2,32,0,65,2,106,33,0,65,0,33,1,3,64,32,0,65,4,106,33,3,32,0,47,1,2,34,7,4,127,32,3,32,7,65,1,116,106,65,0,33,6,3,64,32,3,47,1,0,32,2,70,13,4,32,3,65,2,106,33,3,32,6,65,1,106,34,6,32,7,71,13,0,11,5,32,3,11,33,0,32,1,65,1,106,34,1,32,8,71,13,0,11,12,2,11,32,0,40,2,40,32,0,40,2,4,32,1,108,65,1,116,106,32,2,65,1,116,106,47,1,0,33,5,12,1,11,32,0,47,1,0,33,5,11,32,5,65,255,255,3,113,11,23,1,2,127,3,64,32,0,16,72,34,2,65,1,70,13,0,11,32,2,65,2,70,11,196,1,1,5,127,32,1,40,2,16,33,3,32,1,40,2,8,33,4,32,1,40,2,4,33,5,32,1,40,2,0,33,6,32,1,40,2,20,33,2,32,0,32,1,40,2,12,59,1,16,32,0,32,2,54,2,0,32,0,65,0,54,2,8,32,0,40,2,4,33,1,32,0,32,0,40,2,12,4,127,65,0,5,2,127,32,1,4,64,32,1,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,1,32,0,65,8,54,2,12,32,0,32,1,54,2,4,32,0,40,2,8,11,34,2,65,1,106,54,2,8,32,1,32,2,65,28,108,106,34,0,65,0,54,2,24,32,0,66,0,55,2,16,32,0,32,4,54,2,12,32,0,32,5,54,2,8,32,0,32,6,54,2,4,32,0,32,3,54,2,0,11,205,3,1,5,127,2,64,2,64,32,0,40,2,16,34,4,69,13,0,32,0,40,2,12,33,6,3,64,2,64,32,2,32,6,32,3,65,3,116,106,34,5,40,2,4,70,4,64,32,0,40,2,0,32,5,40,2,0,106,32,1,32,2,16,27,69,13,1,11,32,3,65,1,106,34,3,32,4,71,13,1,12,2,11,11,32,3,65,0,78,13,1,11,32,0,40,2,0,33,3,32,0,40,2,4,33,6,32,2,65,1,106,34,5,4,64,32,5,32,6,106,34,4,32,0,40,2,8,34,7,77,4,127,32,6,5,65,8,32,7,65,1,116,34,7,32,4,32,4,32,7,73,27,34,4,32,4,65,8,77,27,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,4,54,2,8,32,0,32,3,54,2,0,32,0,40,2,4,11,33,4,32,5,4,64,32,3,32,4,106,65,0,32,5,252,11,0,11,32,0,32,0,40,2,4,32,5,106,54,2,4,32,0,40,2,0,33,3,11,32,2,4,64,32,3,32,6,106,32,1,32,2,252,10,0,0,11,32,0,40,2,0,32,0,40,2,4,106,65,1,107,65,0,58,0,0,32,0,40,2,12,33,3,32,0,32,0,40,2,16,34,4,65,1,106,34,1,32,0,40,2,20,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,1,32,1,32,4,73,27,34,1,32,1,65,8,77,27,34,4,65,3,116,33,1,2,127,32,3,4,64,32,3,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,3,32,0,32,4,54,2,20,32,0,32,3,54,2,12,32,0,40,2,16,34,4,65,1,106,5,32,1,11,54,2,16,32,3,32,4,65,3,116,106,34,1,32,2,54,2,4,32,1,32,6,54,2,0,32,0,47,1,16,65,1,107,33,3,11,32,3,65,255,255,3,113,11,218,10,1,8,127,65,1,33,3,32,1,40,2,12,65,34,70,4,64,32,1,40,2,0,33,8,32,1,16,12,26,32,1,40,2,0,33,2,32,0,65,0,54,2,136,1,2,127,3,64,2,64,32,1,40,2,12,33,3,2,127,2,64,2,64,32,4,65,1,113,4,64,32,0,40,2,136,1,33,4,2,64,2,64,2,64,2,64,2,64,32,3,65,238,0,107,14,7,0,4,4,4,1,4,2,3,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,10,58,0,0,12,6,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,13,58,0,0,12,5,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,9,58,0,0,12,4,11,32,3,65,48,70,13,2,11,32,0,40,2,132,1,33,2,32,1,40,2,0,33,6,2,64,32,4,32,1,45,0,16,34,3,106,34,5,32,0,40,2,140,1,77,13,0,2,127,32,2,4,64,32,2,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,2,32,0,32,5,54,2,140,1,32,0,32,2,54,2,132,1,32,0,40,2,136,1,34,5,32,4,77,13,0,32,5,32,4,107,34,5,69,13,0,32,2,32,4,106,34,7,32,3,106,32,7,32,5,252,10,0,0,11,2,64,32,3,69,34,5,13,0,32,2,32,4,106,33,2,32,6,4,64,32,5,13,1,32,2,32,6,32,3,252,10,0,0,12,1,11,32,3,69,13,0,32,2,65,0,32,3,252,11,0,11,32,0,32,0,40,2,136,1,32,3,106,54,2,136,1,12,2,11,2,64,2,64,2,127,2,64,32,3,65,220,0,71,4,64,32,3,65,10,70,13,4,65,0,32,3,65,34,71,13,7,26,32,0,40,2,132,1,33,3,32,1,40,2,0,34,8,32,2,107,34,4,32,0,40,2,136,1,34,5,106,34,6,32,0,40,2,140,1,77,13,3,32,3,69,13,1,32,3,32,6,35,6,40,2,0,17,1,0,12,2,11,32,0,40,2,132,1,33,3,2,64,32,1,40,2,0,34,7,32,2,107,34,4,32,0,40,2,136,1,34,5,106,34,6,32,0,40,2,140,1,77,13,0,2,127,32,3,4,64,32,3,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,3,32,0,32,6,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,6,32,5,77,13,0,32,6,32,5,107,34,6,69,13,0,32,3,32,5,106,34,9,32,4,106,32,9,32,6,252,10,0,0,11,2,64,32,2,32,7,70,13,0,32,3,32,5,106,33,3,32,2,4,64,32,4,69,13,1,32,3,32,2,32,4,252,10,0,0,12,1,11,32,4,69,13,0,32,3,65,0,32,4,252,11,0,11,32,0,32,0,40,2,136,1,32,4,106,54,2,136,1,32,1,40,2,0,65,1,106,33,2,65,1,12,6,11,32,6,35,7,40,2,0,17,0,0,11,33,3,32,0,32,6,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,6,32,5,77,13,0,32,6,32,5,107,34,6,69,13,0,32,3,32,5,106,34,7,32,4,106,32,7,32,6,252,10,0,0,11,2,64,32,2,32,8,70,13,0,32,3,32,5,106,33,3,32,2,4,64,32,4,69,13,1,32,3,32,2,32,4,252,10,0,0,12,1,11,32,4,69,13,0,32,3,65,0,32,4,252,11,0,11,32,0,32,0,40,2,136,1,32,4,106,54,2,136,1,65,0,12,6,11,12,3,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,0,58,0,0,11,32,1,40,2,0,32,1,45,0,16,106,33,2,65,0,11,33,4,32,1,16,12,13,1,11,11,32,1,65,0,58,0,16,32,1,32,8,54,2,0,65,1,11,33,3,32,1,16,12,26,11,32,3,11,110,1,3,127,32,0,40,2,4,65,1,106,34,1,32,0,40,2,8,34,2,75,4,64,65,8,32,2,65,1,116,34,2,32,1,32,1,32,2,73,27,34,1,32,1,65,8,77,27,34,2,65,20,108,33,1,2,127,32,0,40,2,0,34,3,4,64,32,3,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,1,32,0,32,2,54,2,8,32,0,32,1,54,2,0,11,11,223,6,2,15,127,2,126,2,64,32,0,45,0,28,13,0,32,0,40,2,4,34,7,32,0,40,2,8,34,8,65,28,108,106,65,28,107,40,2,0,34,11,40,2,0,34,3,65,1,113,13,0,3,64,32,3,40,2,36,34,15,69,4,64,65,0,15,11,32,7,32,8,65,28,108,106,34,3,65,20,107,41,2,0,33,17,32,3,65,24,107,40,2,0,33,3,65,0,33,12,65,0,33,9,2,64,3,64,65,0,33,6,2,127,2,64,2,64,32,11,45,0,0,65,1,113,4,127,65,0,5,32,11,40,2,0,34,2,32,2,40,2,36,65,3,116,107,11,32,9,65,3,116,106,34,6,40,2,0,34,5,65,1,113,69,4,64,32,5,40,2,4,32,3,106,34,10,32,5,40,2,16,106,34,2,32,1,75,13,1,32,5,40,2,24,65,0,32,5,40,2,12,65,0,32,17,66,32,136,167,32,5,40,2,8,34,4,27,106,32,5,40,2,20,34,3,27,106,173,66,32,134,32,3,32,4,32,17,167,106,106,173,132,33,17,32,5,47,1,44,34,3,65,4,113,69,33,13,2,64,32,3,65,192,0,113,69,13,0,32,6,40,2,4,33,14,32,5,40,2,36,34,4,4,64,3,64,32,5,32,4,65,3,116,107,33,16,32,4,33,6,3,64,2,64,2,64,32,16,32,6,65,1,107,34,6,65,3,116,106,34,10,40,2,0,34,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,32,3,40,2,36,33,4,32,10,40,2,4,33,14,32,3,33,5,12,1,11,32,6,13,1,11,11,32,4,13,0,11,32,5,69,13,1,11,32,0,32,14,54,2,36,32,0,32,5,54,2,32,11,32,2,12,3,11,32,3,32,6,45,0,6,106,34,10,32,6,45,0,7,34,4,106,34,2,32,1,77,13,1,11,32,0,32,8,65,1,106,34,4,32,0,40,2,12,34,2,75,4,127,65,8,32,2,65,1,116,34,2,32,4,32,2,32,4,75,27,34,2,32,2,65,8,77,27,34,2,65,28,108,33,4,2,127,32,7,4,64,32,7,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,7,32,0,32,2,54,2,12,32,0,32,7,54,2,4,32,0,40,2,8,34,8,65,1,106,5,32,4,11,54,2,8,32,7,32,8,65,28,108,106,34,2,65,0,54,2,24,32,2,32,12,54,2,20,32,2,32,9,54,2,16,32,2,32,17,55,2,8,32,2,32,3,54,2,4,32,2,32,6,54,2,0,32,0,40,2,4,34,7,32,0,40,2,8,34,8,65,28,108,106,34,2,65,8,107,40,2,0,33,5,2,127,32,2,65,28,107,40,2,0,34,11,40,2,0,34,3,65,1,113,34,6,4,64,32,3,65,1,118,65,1,113,12,1,11,32,3,47,1,44,65,1,113,11,69,4,64,32,8,65,2,73,13,4,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,4,69,13,4,32,0,40,2,20,34,2,40,2,84,32,2,47,1,36,32,4,108,65,1,116,106,32,5,65,1,116,106,47,1,0,69,13,4,11,32,1,32,10,73,4,64,32,0,65,1,58,0,28,65,1,15,11,32,0,32,0,40,2,24,65,1,106,54,2,24,65,1,15,11,32,6,45,0,4,65,0,32,17,66,32,136,167,32,6,49,0,5,66,15,131,34,18,167,27,106,32,4,106,173,66,32,134,32,17,32,18,124,66,255,255,255,255,15,131,132,33,17,32,5,65,127,115,65,3,118,65,1,113,33,13,32,2,11,33,3,32,12,32,13,106,33,12,32,9,65,1,106,34,9,32,15,71,13,0,11,65,0,15,11,32,6,69,13,0,11,11,65,0,11,210,12,2,10,127,1,126,35,0,65,160,1,107,34,10,36,0,2,127,32,0,40,2,0,34,8,69,4,64,32,1,32,2,35,1,65,253,10,106,65,0,16,11,12,1,11,32,8,65,8,118,33,12,2,127,2,64,2,64,2,64,2,64,2,64,32,4,13,0,32,8,65,1,113,4,127,32,8,65,5,118,65,1,113,5,32,8,47,1,44,65,9,118,65,1,113,11,13,0,2,64,2,64,2,64,32,5,69,4,64,32,8,65,1,113,69,13,1,32,8,65,2,113,69,13,5,32,8,65,2,118,65,1,113,13,4,12,5,11,32,6,69,13,1,12,3,11,32,8,47,1,44,34,9,65,1,113,13,1,12,3,11,32,7,35,1,65,161,10,106,71,13,3,12,5,11,32,9,65,1,118,65,1,113,69,13,1,11,2,127,32,1,32,7,35,1,65,161,10,106,70,13,0,26,32,1,32,2,35,1,65,233,11,106,65,0,16,11,32,1,106,34,9,32,7,69,13,0,26,32,10,32,7,54,2,96,32,9,32,1,32,2,65,1,75,27,32,2,35,1,65,230,11,106,32,10,65,224,0,106,16,11,32,9,106,11,33,9,2,64,32,8,65,1,113,69,4,64,2,64,32,8,47,1,40,34,12,65,255,255,3,71,13,0,32,8,40,2,36,13,0,32,8,40,2,16,69,13,0,32,9,32,1,32,2,65,1,75,34,5,27,32,2,35,1,65,217,11,106,65,0,16,11,32,9,106,34,9,32,1,32,5,27,33,5,65,1,33,14,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,8,40,2,48,34,6,65,1,106,14,15,0,1,5,5,5,5,5,5,5,5,3,2,5,5,4,5,11,32,5,32,2,35,1,65,193,10,106,65,0,16,11,12,5,11,32,5,32,2,35,1,65,197,11,106,65,0,16,11,12,4,11,32,5,32,2,35,1,65,149,11,106,65,0,16,11,12,3,11,32,5,32,2,35,1,65,139,11,106,65,0,16,11,12,2,11,32,5,32,2,35,1,65,144,11,106,65,0,16,11,12,1,11,32,6,65,32,107,65,222,0,77,4,64,32,10,32,6,54,2,64,32,5,32,2,35,1,65,192,11,106,32,10,65,64,107,16,11,12,1,11,32,10,32,6,54,2,80,32,5,32,2,35,1,65,236,9,106,32,10,65,208,0,106,16,11,11,32,9,106,12,7,11,32,5,32,12,32,5,27,33,5,12,1,11,32,5,13,0,32,12,65,255,1,113,33,5,11,35,1,65,171,10,106,33,13,2,64,2,64,2,64,32,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,13,12,1,11,65,0,33,13,32,3,40,2,8,32,3,40,2,4,106,32,5,77,13,0,32,3,40,2,56,32,5,65,2,116,106,40,2,0,33,13,11,65,1,33,14,32,9,32,1,32,2,65,1,75,27,33,12,32,8,65,1,113,4,127,32,8,65,5,118,65,1,113,5,32,8,47,1,44,65,9,118,65,1,113,11,4,64,32,12,32,2,35,1,65,207,11,106,65,0,16,11,32,9,106,33,5,2,64,32,6,69,4,64,32,8,65,1,113,4,127,32,8,65,2,118,65,1,113,5,32,8,47,1,44,65,1,118,65,1,113,11,69,13,1,11,32,10,32,13,54,2,32,32,5,32,1,32,2,65,1,75,27,32,2,35,1,65,223,7,106,32,10,65,32,106,16,11,32,5,106,12,6,11,32,10,32,13,54,2,48,32,5,32,1,32,2,65,1,75,27,32,2,35,1,65,202,11,106,32,10,65,48,106,16,11,32,5,106,12,5,11,32,10,32,13,54,2,16,32,12,32,2,35,1,65,222,7,106,32,10,65,16,106,16,11,32,9,106,12,4,11,32,7,35,1,65,161,10,106,70,13,1,11,32,1,12,2,11,32,8,65,1,113,4,64,32,12,65,255,1,113,33,5,12,1,11,32,8,47,1,40,33,5,11,35,1,65,171,10,106,33,9,2,64,2,64,2,64,32,5,65,255,255,3,113,34,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,9,12,1,11,65,0,33,9,32,3,40,2,8,32,3,40,2,4,106,32,5,77,13,0,32,3,40,2,56,32,5,65,2,116,106,40,2,0,33,9,11,2,127,2,127,2,64,32,8,65,1,113,69,4,64,32,8,40,2,36,69,13,1,32,10,32,9,54,2,144,1,32,1,32,2,35,1,65,222,7,106,32,10,65,144,1,106,16,11,32,1,106,12,3,11,32,8,65,2,118,65,1,113,12,1,11,32,8,47,1,44,65,1,118,65,1,113,11,4,64,32,10,32,9,54,2,128,1,32,1,32,2,35,1,65,241,10,106,32,10,65,128,1,106,16,11,32,1,106,12,1,11,32,10,32,9,54,2,112,32,1,32,2,35,1,65,132,11,106,32,10,65,240,0,106,16,11,32,1,106,11,11,33,9,2,64,32,0,45,0,0,65,1,113,13,0,32,0,40,2,0,34,11,40,2,36,34,6,69,13,0,32,11,47,1,66,34,8,4,64,32,3,40,2,84,32,3,47,1,36,32,8,108,65,1,116,106,33,15,11,65,0,33,5,32,3,40,2,32,4,64,32,3,40,2,68,32,3,40,2,64,32,8,65,2,116,106,34,5,47,1,0,65,2,116,106,34,16,32,5,47,1,2,65,2,116,106,33,5,11,65,0,32,7,32,14,27,33,12,65,0,33,7,65,0,33,13,3,64,32,10,32,11,32,6,65,3,116,107,32,13,65,3,116,106,41,2,0,34,18,55,3,152,1,2,127,2,127,32,18,167,34,6,65,1,113,4,64,32,6,65,3,118,65,1,113,12,1,11,32,6,47,1,44,65,2,118,65,1,113,11,4,64,32,10,32,10,41,3,152,1,55,3,8,32,10,65,8,106,32,9,32,1,32,2,65,1,75,27,32,2,32,3,32,4,65,0,65,0,65,0,16,49,12,1,11,2,127,32,15,69,4,64,65,0,33,6,65,0,12,1,11,32,15,32,7,65,1,116,106,47,1,0,34,6,65,2,106,65,255,255,3,113,65,3,79,4,64,32,3,40,2,72,32,6,65,3,108,106,45,0,1,65,0,71,12,1,11,32,6,11,33,17,2,127,32,12,32,16,34,11,32,5,79,13,0,26,3,64,2,64,32,11,45,0,3,13,0,32,7,32,11,45,0,2,71,13,0,32,3,40,2,60,32,11,47,1,0,65,2,116,106,40,2,0,12,2,11,32,11,65,4,106,34,11,32,5,73,13,0,11,32,12,11,33,8,32,10,32,10,41,3,152,1,55,3,0,32,7,65,1,106,33,7,32,10,32,9,32,1,32,2,65,1,75,27,32,2,32,3,32,4,32,6,32,17,65,1,113,32,8,16,49,11,32,9,106,33,9,32,13,65,1,106,34,13,32,0,40,2,0,34,11,40,2,36,34,6,73,13,0,11,11,32,14,4,127,32,9,32,1,32,2,65,1,75,27,32,2,35,1,65,137,11,106,65,0,16,11,32,9,106,5,32,9,11,32,1,107,11,32,10,65,160,1,106,36,0,11,178,2,1,7,127,2,64,32,0,65,255,255,7,75,13,0,35,1,34,2,65,128,48,106,32,2,65,240,47,106,32,0,32,0,65,255,1,113,34,6,65,3,110,34,3,65,3,108,107,65,255,1,113,65,2,116,106,40,2,0,32,3,32,2,65,208,58,106,34,3,32,3,32,0,65,8,118,34,4,106,45,0,0,65,214,0,108,106,106,45,0,0,108,65,11,118,65,6,112,65,2,116,106,32,2,65,192,207,0,106,32,4,106,45,0,0,65,2,116,106,40,2,0,34,3,65,8,117,33,2,32,3,65,255,1,113,34,3,65,1,77,4,64,32,2,65,0,32,1,32,3,115,107,113,32,0,106,15,11,32,2,65,255,1,113,34,3,69,13,0,32,2,65,8,118,33,2,3,64,35,1,65,192,55,106,32,3,65,1,118,34,4,32,2,106,34,5,65,1,116,106,34,7,45,0,0,34,8,32,6,70,4,64,35,1,65,128,48,106,32,7,45,0,1,65,2,116,106,40,2,0,34,2,65,255,1,113,34,3,65,1,77,4,64,65,0,32,1,32,3,115,107,32,2,65,8,117,113,32,0,106,15,11,65,127,65,1,32,1,27,32,0,106,15,11,32,2,32,5,32,6,32,8,73,34,5,27,33,2,32,4,32,3,32,4,107,32,5,27,34,3,13,0,11,11,32,0,11,171,12,1,8,127,2,64,32,0,69,13,0,32,0,65,8,107,34,3,32,0,65,4,107,40,2,0,34,1,65,120,113,34,0,106,33,5,35,1,33,4,2,64,32,1,65,1,113,13,0,32,1,65,2,113,69,13,1,32,3,32,3,40,2,0,34,1,107,34,3,32,4,65,164,215,0,106,40,2,16,73,13,1,32,0,32,1,106,33,0,2,64,2,64,2,64,35,1,65,164,215,0,106,34,6,40,2,20,32,3,71,4,64,32,3,40,2,12,33,2,32,1,65,255,1,77,4,64,32,2,32,3,40,2,8,34,4,71,13,2,32,6,34,4,32,4,40,2,0,65,126,32,1,65,3,118,119,113,54,2,0,12,5,11,32,3,40,2,24,33,7,32,2,32,3,71,4,64,32,3,40,2,8,34,1,32,2,54,2,12,32,2,32,1,54,2,8,12,4,11,32,3,40,2,20,34,1,4,127,32,3,65,20,106,5,32,3,40,2,16,34,1,69,13,3,32,3,65,16,106,11,33,4,3,64,32,4,33,6,32,1,34,2,65,20,106,33,4,32,2,40,2,20,34,1,13,0,32,2,65,16,106,33,4,32,2,40,2,16,34,1,13,0,11,32,6,65,0,54,2,0,12,3,11,32,5,40,2,4,34,1,65,3,113,65,3,71,13,3,35,1,65,164,215,0,106,32,0,54,2,8,32,5,32,1,65,126,113,54,2,4,32,3,32,0,65,1,114,54,2,4,32,5,32,0,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,2,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,3,40,2,28,34,1,65,2,116,106,34,4,40,2,176,2,32,3,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,4,32,4,40,2,4,65,126,32,1,119,113,54,2,4,12,2,11,2,64,32,3,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,3,40,2,16,34,1,4,64,32,2,32,1,54,2,16,32,1,32,2,54,2,24,11,32,3,40,2,20,34,1,69,13,0,32,2,32,1,54,2,20,32,1,32,2,54,2,24,11,32,3,32,5,79,13,0,32,5,40,2,4,34,1,65,1,113,69,13,0,2,64,2,64,2,64,2,64,32,1,65,2,113,69,4,64,35,1,65,164,215,0,106,34,4,40,2,24,32,5,70,4,64,32,4,34,1,32,3,54,2,24,32,1,32,1,40,2,12,32,0,106,34,0,54,2,12,32,3,32,0,65,1,114,54,2,4,32,3,32,1,40,2,20,71,13,6,32,1,65,0,54,2,8,32,1,65,0,54,2,20,15,11,35,1,65,164,215,0,106,34,4,40,2,20,34,8,32,5,70,4,64,32,4,34,1,32,3,54,2,20,32,1,32,1,40,2,8,32,0,106,34,0,54,2,8,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,15,11,32,1,65,120,113,32,0,106,33,0,32,5,40,2,12,33,2,32,1,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,70,4,64,35,1,65,164,215,0,106,34,4,32,4,40,2,0,65,126,32,1,65,3,118,119,113,54,2,0,12,5,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,4,11,32,5,40,2,24,33,7,32,2,32,5,71,4,64,32,5,40,2,8,34,1,32,2,54,2,12,32,2,32,1,54,2,8,12,3,11,32,5,40,2,20,34,1,4,127,32,5,65,20,106,5,32,5,40,2,16,34,1,69,13,2,32,5,65,16,106,11,33,4,3,64,32,4,33,6,32,1,34,2,65,20,106,33,4,32,2,40,2,20,34,1,13,0,32,2,65,16,106,33,4,32,2,40,2,16,34,1,13,0,11,32,6,65,0,54,2,0,12,2,11,32,5,32,1,65,126,113,54,2,4,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,12,3,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,5,40,2,28,34,1,65,2,116,106,34,4,40,2,176,2,32,5,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,4,32,4,40,2,4,65,126,32,1,119,113,54,2,4,12,2,11,2,64,32,5,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,1,4,64,32,2,32,1,54,2,16,32,1,32,2,54,2,24,11,32,5,40,2,20,34,1,69,13,0,32,2,32,1,54,2,20,32,1,32,2,54,2,24,11,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,32,3,32,8,71,13,0,35,1,65,164,215,0,106,32,0,54,2,8,15,11,32,0,65,255,1,77,4,64,35,1,65,164,215,0,106,34,2,34,4,32,0,65,248,1,113,106,65,40,106,33,1,2,127,32,4,40,2,0,34,4,65,1,32,0,65,3,118,116,34,0,113,69,4,64,32,2,32,0,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,0,32,1,32,3,54,2,8,32,0,32,3,54,2,12,32,3,32,1,54,2,12,32,3,32,0,54,2,8,15,11,65,31,33,2,32,0,65,255,255,255,7,77,4,64,32,0,65,38,32,0,65,8,118,103,34,1,107,118,65,1,113,32,1,65,1,116,107,65,62,106,33,2,11,32,3,32,2,54,2,28,32,3,66,0,55,2,16,35,1,65,164,215,0,106,34,7,34,6,32,2,65,2,116,106,34,1,65,176,2,106,33,4,2,127,2,64,2,127,32,6,40,2,4,34,6,65,1,32,2,116,34,5,113,69,4,64,32,7,32,5,32,6,114,54,2,4,32,1,32,3,54,2,176,2,65,24,33,2,65,8,12,1,11,32,0,65,25,32,2,65,1,118,107,65,0,32,2,65,31,71,27,116,33,2,32,1,40,2,176,2,33,4,3,64,32,4,34,1,40,2,4,65,120,113,32,0,70,13,2,32,2,65,29,118,33,4,32,2,65,1,116,33,2,32,1,32,4,65,4,113,106,34,6,40,2,16,34,4,13,0,11,32,6,32,3,54,2,16,65,24,33,2,32,1,33,4,65,8,11,33,0,32,3,34,1,12,1,11,32,1,40,2,8,34,4,32,3,54,2,12,32,1,32,3,54,2,8,65,24,33,0,65,8,33,2,65,0,11,33,6,32,2,32,3,106,32,4,54,2,0,32,3,32,1,54,2,12,32,0,32,3,106,32,6,54,2,0,35,1,65,164,215,0,106,34,0,32,0,40,2,32,65,1,107,34,0,65,127,32,0,27,54,2,32,11,11,242,2,2,2,127,1,126,2,64,32,2,69,13,0,32,0,32,1,58,0,0,32,0,32,2,106,34,3,65,1,107,32,1,58,0,0,32,2,65,3,73,13,0,32,0,32,1,58,0,2,32,0,32,1,58,0,1,32,3,65,3,107,32,1,58,0,0,32,3,65,2,107,32,1,58,0,0,32,2,65,7,73,13,0,32,0,32,1,58,0,3,32,3,65,4,107,32,1,58,0,0,32,2,65,9,73,13,0,32,0,65,0,32,0,107,65,3,113,34,4,106,34,3,32,1,65,255,1,113,65,129,130,132,8,108,34,1,54,2,0,32,3,32,2,32,4,107,65,124,113,34,4,106,34,2,65,4,107,32,1,54,2,0,32,4,65,9,73,13,0,32,3,32,1,54,2,8,32,3,32,1,54,2,4,32,2,65,8,107,32,1,54,2,0,32,2,65,12,107,32,1,54,2,0,32,4,65,25,73,13,0,32,3,32,1,54,2,24,32,3,32,1,54,2,20,32,3,32,1,54,2,16,32,3,32,1,54,2,12,32,2,65,16,107,32,1,54,2,0,32,2,65,20,107,32,1,54,2,0,32,2,65,24,107,32,1,54,2,0,32,2,65,28,107,32,1,54,2,0,32,4,32,3,65,4,113,65,24,114,34,4,107,34,2,65,32,73,13,0,32,1,173,66,129,128,128,128,16,126,33,5,32,3,32,4,106,33,1,3,64,32,1,32,5,55,3,24,32,1,32,5,55,3,16,32,1,32,5,55,3,8,32,1,32,5,55,3,0,32,1,65,32,106,33,1,32,2,65,32,107,34,2,65,31,75,13,0,11,11,32,0,11,211,1,1,7,127,32,0,40,2,8,34,2,65,1,107,34,4,4,64,2,64,32,2,65,2,107,34,1,69,4,64,65,1,33,3,12,1,11,32,0,40,2,4,33,6,32,4,33,2,3,64,32,2,33,3,2,64,2,127,32,6,32,1,34,2,65,28,108,106,34,5,40,2,0,40,2,0,34,1,65,1,113,4,64,32,1,65,2,113,13,4,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,34,1,65,1,113,13,3,32,1,65,2,118,65,1,113,11,13,0,32,5,65,28,107,40,2,0,40,2,0,47,1,66,34,1,69,13,0,32,0,40,2,0,40,2,8,34,7,40,2,84,32,7,47,1,36,32,1,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,13,2,11,32,2,65,1,107,34,1,13,0,11,65,1,33,3,11,32,0,32,3,54,2,8,11,32,4,65,0,71,11,250,2,1,4,127,32,0,40,2,4,34,3,32,1,40,2,4,34,2,73,4,64,32,0,40,2,0,33,4,32,0,40,2,8,34,5,32,2,73,4,127,65,8,32,5,65,1,116,34,3,32,2,32,2,32,3,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,2,54,2,8,32,0,32,4,54,2,0,32,0,40,2,4,33,3,32,1,40,2,4,5,32,2,11,32,3,107,34,2,4,64,32,3,32,4,106,65,0,32,2,252,11,0,11,32,0,32,1,40,2,4,34,2,54,2,4,11,32,2,65,255,255,3,113,4,64,65,0,33,3,65,0,33,4,3,64,32,1,40,2,0,32,3,106,45,0,0,33,2,2,64,2,64,2,64,2,64,2,64,2,64,32,0,40,2,0,32,3,106,34,3,45,0,0,14,5,5,1,2,3,0,4,11,65,4,33,2,12,4,11,32,2,65,255,1,113,65,5,79,13,2,66,129,132,136,160,192,0,32,2,65,3,116,173,66,248,1,131,136,167,33,2,12,3,11,32,2,65,255,1,113,65,5,79,13,1,66,130,132,136,160,192,0,32,2,65,3,116,173,66,248,1,131,136,167,33,2,12,2,11,32,2,65,255,1,113,65,5,79,13,0,66,131,136,144,160,192,0,32,2,65,3,116,173,66,248,1,131,136,167,33,2,12,1,11,65,0,33,2,11,32,3,32,2,58,0,0,32,4,65,1,106,34,4,65,255,255,3,113,34,3,32,1,47,1,4,73,13,0,11,11,11,214,5,2,9,127,1,126,35,0,65,32,107,34,7,36,0,32,3,40,2,4,34,5,4,127,32,3,40,2,0,32,5,65,4,116,106,34,5,65,16,107,40,2,0,33,4,32,5,65,12,107,40,2,0,5,65,0,11,33,5,2,64,32,4,65,1,113,13,0,2,64,2,64,32,4,40,2,36,69,13,0,32,0,65,132,1,106,33,9,3,64,32,4,47,1,42,32,2,70,13,1,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,4,65,1,113,4,127,32,4,65,128,254,3,113,65,8,118,5,32,4,47,1,40,11,33,6,32,0,40,2,160,9,33,5,35,1,65,171,10,106,33,4,2,64,2,64,2,64,32,6,65,255,255,3,113,34,6,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,4,12,1,11,65,0,33,4,32,5,40,2,8,32,5,40,2,4,106,32,6,77,13,0,32,5,40,2,56,32,6,65,2,116,106,40,2,0,33,4,11,32,7,32,4,54,2,16,32,9,65,128,8,35,1,65,249,3,106,32,7,65,16,106,16,11,26,32,0,40,2,96,34,5,4,64,32,0,40,2,92,65,0,32,9,32,5,17,3,0,11,32,9,33,5,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,5,45,0,0,34,4,65,34,70,13,0,32,4,65,220,0,70,13,0,32,4,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,5,45,0,0,33,4,11,32,4,192,32,0,40,2,140,10,16,9,32,5,65,1,106,33,5,12,0,11,0,11,2,64,32,3,40,2,0,34,6,32,3,40,2,4,34,4,65,4,116,106,34,8,65,16,107,40,2,0,34,5,65,1,113,13,0,32,5,40,2,36,34,10,69,13,0,32,8,65,4,107,40,2,0,33,11,32,3,32,4,65,1,106,34,8,32,3,40,2,8,34,12,75,4,127,32,6,65,8,32,12,65,1,116,34,4,32,8,32,4,32,8,75,27,34,4,32,4,65,8,77,27,34,4,65,4,116,35,6,40,2,0,17,1,0,33,6,32,3,32,4,54,2,8,32,3,32,6,54,2,0,32,5,40,2,36,33,10,32,3,40,2,4,34,4,65,1,106,5,32,8,11,54,2,4,32,5,32,10,65,3,116,107,41,2,0,33,13,32,6,32,4,65,4,116,106,34,5,32,11,54,2,12,32,5,65,0,54,2,8,32,5,32,13,55,2,0,32,3,40,2,4,33,4,11,2,127,32,4,69,4,64,65,0,33,4,65,0,12,1,11,32,3,40,2,0,32,4,65,4,116,106,34,5,65,16,107,40,2,0,33,4,32,5,65,12,107,40,2,0,11,33,5,32,4,65,1,113,13,2,65,1,33,6,32,4,40,2,36,13,0,11,11,32,6,65,1,113,69,13,1,11,32,7,32,1,41,2,0,55,3,8,32,0,65,136,9,106,32,7,65,8,106,16,10,32,1,32,5,54,2,4,32,1,32,4,54,2,0,32,4,65,1,113,13,0,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,11,32,7,65,32,106,36,0,11,243,3,1,5,127,35,1,65,171,10,106,33,5,2,64,2,64,2,64,32,3,2,127,32,0,40,2,0,34,6,65,1,113,4,64,32,6,65,128,254,3,113,65,8,118,12,1,11,32,6,47,1,40,11,32,3,27,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,5,12,1,11,65,0,33,5,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,5,11,3,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,45,0,0,34,3,14,35,5,3,3,3,3,3,3,3,3,1,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,2,11,35,1,65,139,8,106,32,4,16,20,32,5,65,1,106,33,5,12,5,11,35,1,65,154,3,106,32,4,16,20,32,5,65,1,106,33,5,12,4,11,32,3,65,220,0,70,13,1,11,32,3,192,32,4,16,9,32,5,65,1,106,33,5,12,2,11,65,220,0,32,4,16,9,32,5,44,0,0,32,4,16,9,32,5,65,1,106,33,5,12,1,11,11,2,64,32,0,40,2,0,34,3,65,1,113,13,0,32,3,40,2,36,34,9,69,13,0,32,3,47,1,66,32,2,47,1,36,108,33,3,65,0,33,6,3,64,65,0,33,7,2,64,2,127,32,0,45,0,0,65,1,113,4,127,65,0,5,32,0,40,2,0,34,5,32,5,40,2,36,65,3,116,107,11,32,6,65,3,116,106,34,5,40,2,0,34,8,65,1,113,4,64,32,8,65,3,118,65,1,113,12,1,11,32,8,47,1,44,65,2,118,65,1,113,11,13,0,32,3,69,13,0,32,2,40,2,84,32,3,65,1,116,106,47,1,0,33,7,32,3,65,1,106,33,3,11,32,5,32,1,32,2,32,7,32,4,16,56,2,127,32,5,40,2,0,34,7,65,1,113,4,64,32,5,45,0,6,32,5,45,0,7,106,12,1,11,32,7,40,2,16,32,7,40,2,4,106,11,32,1,106,33,1,32,6,65,1,106,34,6,32,9,71,13,0,11,11,11,138,3,2,5,127,1,126,35,1,65,252,11,106,33,5,65,1,33,4,2,64,2,64,32,1,69,13,0,32,2,69,13,0,65,0,33,5,3,64,65,0,33,4,32,5,32,1,32,3,65,24,108,106,34,6,40,2,16,34,7,75,13,2,32,6,40,2,20,34,5,32,7,73,13,2,32,3,65,1,106,34,3,32,2,71,13,0,11,32,2,33,4,32,1,33,5,11,32,0,32,0,40,2,68,32,4,65,24,108,34,1,35,6,40,2,0,17,1,0,34,2,54,2,68,32,1,4,64,32,2,32,5,32,1,252,10,0,0,11,32,0,32,4,54,2,100,32,0,40,2,68,33,5,32,0,40,2,32,33,1,65,0,33,3,2,64,3,64,2,64,32,5,32,3,65,24,108,106,34,6,40,2,20,34,7,32,1,77,13,0,32,7,32,6,40,2,16,34,2,77,13,0,32,1,32,2,77,4,64,32,0,32,6,41,2,0,55,2,36,32,0,32,2,54,2,32,32,2,33,1,11,32,0,32,3,54,2,104,65,0,33,3,32,0,40,2,72,69,13,2,32,0,40,2,108,34,2,32,1,77,4,64,32,1,32,0,40,2,112,32,2,106,73,13,3,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,12,2,11,32,3,65,1,106,34,3,32,4,71,13,0,11,32,0,32,4,54,2,104,32,5,32,4,65,24,108,106,34,1,65,4,107,40,2,0,33,2,32,1,65,16,107,41,2,0,33,8,32,0,65,0,54,2,72,32,0,32,8,55,2,36,32,0,32,2,54,2,32,32,0,66,0,55,2,108,65,1,33,3,11,32,0,65,0,54,2,0,32,0,32,3,54,2,116,65,1,33,4,11,32,4,11,244,2,1,7,127,35,0,65,16,107,34,3,36,0,32,0,40,2,48,34,1,4,64,32,1,32,1,40,2,148,1,65,1,106,54,2,148,1,11,32,0,40,2,4,34,1,4,64,32,0,65,36,106,33,6,3,64,32,0,40,2,0,32,4,65,5,116,106,34,2,40,2,0,4,64,32,0,40,2,52,33,5,32,2,40,2,12,4,64,32,3,32,2,41,2,12,55,3,8,32,5,32,3,65,8,106,16,10,11,32,2,40,2,20,4,64,32,3,32,2,41,2,20,55,3,0,32,5,32,3,16,10,11,32,2,40,2,4,34,1,4,64,32,1,40,2,0,34,7,4,127,32,7,35,8,40,2,0,17,2,0,32,1,65,0,54,2,8,32,1,66,0,55,2,0,32,2,40,2,4,5,32,1,11,35,8,40,2,0,17,2,0,11,32,2,40,2,0,32,6,32,5,16,26,32,0,40,2,4,33,1,11,32,4,65,1,106,34,4,32,1,73,13,0,11,11,32,0,65,0,54,2,4,32,0,40,2,0,33,1,32,0,32,0,40,2,8,4,127,65,0,5,2,127,32,1,4,64,32,1,65,128,2,35,6,40,2,0,17,1,0,12,1,11,65,128,2,35,7,40,2,0,17,0,0,11,33,1,32,0,65,8,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,11,34,4,65,1,106,54,2,4,32,0,40,2,48,33,2,32,1,32,4,65,5,116,106,34,0,66,0,55,2,4,32,0,32,2,54,2,0,32,0,66,0,55,2,12,32,0,66,0,55,2,20,32,0,65,0,54,2,28,32,3,65,16,106,36,0,11,201,1,2,6,127,1,126,35,0,65,32,107,34,2,36,0,32,0,40,2,0,33,4,32,0,45,0,0,65,1,113,69,4,64,32,4,40,2,36,33,3,11,32,1,40,2,0,33,6,3,64,2,64,32,3,65,0,71,33,5,32,3,69,13,0,32,2,32,4,32,4,40,2,36,65,3,116,107,32,3,65,1,107,34,3,65,3,116,106,41,2,0,34,8,55,3,24,32,8,167,34,0,65,1,113,4,127,32,8,66,56,136,167,32,8,66,48,136,167,65,255,1,113,106,5,32,0,40,2,16,32,0,40,2,4,106,11,69,34,7,32,0,32,6,71,113,69,4,64,32,7,33,5,12,1,11,32,2,32,2,41,3,24,55,3,16,32,2,32,1,41,2,0,55,3,8,32,2,65,16,106,32,2,65,8,106,16,59,69,13,1,11,11,32,2,65,32,106,36,0,32,5,11,146,9,2,21,127,1,126,35,0,65,224,0,107,34,3,36,0,2,64,2,64,32,2,69,13,0,32,1,40,2,16,40,2,0,34,6,65,1,113,13,0,32,3,40,2,92,33,7,32,3,40,2,88,33,11,32,3,40,2,84,33,15,32,3,40,2,80,33,8,32,3,40,2,76,33,16,32,3,40,2,72,33,9,3,64,32,6,40,2,36,34,21,69,13,1,32,6,40,2,48,69,13,1,2,64,2,64,2,64,32,1,40,2,20,34,17,40,2,8,34,10,40,2,32,69,13,0,32,10,40,2,64,32,6,47,1,66,34,12,65,2,116,106,34,13,47,1,2,34,14,69,13,0,32,10,40,2,68,32,13,47,1,0,65,2,116,106,34,4,32,14,65,2,116,106,33,14,2,64,3,64,32,4,47,1,0,32,2,79,13,1,32,4,65,4,106,34,4,32,14,71,13,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,6,11,2,64,3,64,32,14,65,4,107,34,13,47,1,0,32,2,77,13,1,32,13,34,14,32,4,71,13,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,6,11,32,12,4,127,32,10,40,2,84,32,10,47,1,36,32,12,108,65,1,116,106,5,65,0,11,33,22,32,6,69,13,1,32,6,32,21,65,3,116,107,33,23,32,1,40,2,0,33,10,32,1,40,2,4,33,13,32,1,40,2,8,33,12,65,0,33,18,65,0,33,6,3,64,32,4,33,19,2,64,2,64,3,64,32,6,32,21,70,13,1,65,0,33,15,2,127,32,23,32,6,65,3,116,106,34,11,40,2,0,34,5,65,1,113,34,20,4,64,32,5,65,3,118,65,1,113,12,1,11,32,5,47,1,44,65,2,118,65,1,113,11,69,4,64,32,22,4,127,32,22,32,18,65,1,116,106,47,1,0,5,65,0,11,33,15,32,18,65,1,106,33,18,11,2,127,32,6,69,4,64,32,10,33,9,32,12,33,8,32,13,12,1,11,2,127,32,20,4,64,32,11,45,0,4,33,8,32,11,45,0,6,33,9,32,11,45,0,5,65,15,113,12,1,11,32,5,40,2,12,33,8,32,5,40,2,4,33,9,32,5,40,2,8,11,33,4,65,0,32,12,32,4,27,32,8,106,33,8,32,9,32,10,106,33,9,32,4,32,13,106,11,33,16,2,127,32,20,4,64,32,5,65,3,118,65,1,113,33,4,32,8,32,11,45,0,7,34,7,106,33,12,32,7,32,9,106,33,10,32,16,12,1,11,32,5,40,2,24,65,0,32,8,32,5,40,2,20,34,7,27,106,33,12,32,5,40,2,16,32,9,106,33,10,32,5,47,1,44,65,2,118,65,1,113,33,4,32,7,32,16,106,11,33,13,32,6,65,1,106,33,6,32,4,4,64,32,17,33,7,12,1,11,32,17,33,7,32,19,45,0,2,32,18,65,1,107,75,13,0,11,32,3,32,17,54,2,92,32,3,32,11,54,2,88,32,3,32,15,54,2,84,32,3,32,8,54,2,80,32,3,32,16,54,2,76,32,3,32,9,54,2,72,32,19,65,4,106,33,4,2,64,32,19,45,0,3,65,1,70,4,64,32,4,32,14,70,13,7,32,3,32,3,41,3,80,55,3,8,32,3,32,3,41,3,88,55,3,16,32,3,32,3,41,3,72,55,3,0,32,3,65,48,106,32,3,32,2,16,60,32,3,40,2,64,13,1,12,4,11,2,64,2,64,32,20,4,64,32,5,65,2,113,32,15,114,13,1,12,5,11,32,5,45,0,44,65,1,113,13,0,32,15,69,13,1,11,32,0,32,3,41,3,72,55,2,0,32,0,32,3,41,3,88,55,2,16,32,0,32,3,41,3,80,55,2,8,12,10,11,32,5,40,2,36,69,13,2,32,5,40,2,48,69,13,2,32,3,32,3,41,3,88,55,3,40,32,3,32,3,41,3,80,55,3,32,32,3,32,3,41,3,72,55,3,24,32,0,32,3,65,24,106,65,0,65,1,16,61,12,9,11,32,0,32,3,41,2,48,55,2,0,32,0,32,3,65,64,107,41,2,0,55,2,16,32,0,32,3,41,2,56,55,2,8,12,8,11,32,3,32,7,54,2,92,32,3,32,11,54,2,88,32,3,32,15,54,2,84,32,3,32,8,54,2,80,32,3,32,16,54,2,76,32,3,32,9,54,2,72,12,3,11,32,4,32,14,71,13,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,5,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,4,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,3,11,32,1,32,3,41,3,72,55,2,0,32,1,32,3,41,3,88,34,24,55,2,16,32,1,32,3,41,3,80,55,2,8,32,24,167,40,2,0,34,6,65,1,113,69,13,0,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,32,3,65,224,0,106,36,0,11,175,6,1,18,127,2,64,32,1,40,2,16,40,2,0,34,6,65,1,113,13,0,65,48,65,52,32,3,27,33,20,32,1,40,2,20,33,13,32,1,40,2,8,33,8,32,1,40,2,4,33,5,32,1,40,2,0,33,4,3,64,32,6,40,2,36,69,13,1,65,0,33,1,65,0,33,15,32,6,47,1,66,34,9,4,64,32,13,40,2,8,34,12,40,2,84,32,12,47,1,36,32,9,108,65,1,116,106,33,15,11,32,6,40,2,36,34,18,69,13,1,32,6,32,18,65,3,116,107,33,21,32,4,33,12,32,5,33,9,32,8,33,16,65,0,33,17,65,0,33,14,2,64,3,64,65,0,33,11,2,127,32,21,32,1,65,3,116,106,34,10,40,2,0,34,4,65,1,113,34,5,4,64,32,4,65,3,118,65,1,113,12,1,11,32,4,47,1,44,65,2,118,65,1,113,11,69,4,64,32,15,4,127,32,15,32,17,65,1,116,106,47,1,0,5,65,0,11,33,11,32,17,65,1,106,33,17,11,2,127,32,1,69,4,64,32,12,33,4,32,16,33,8,32,9,12,1,11,2,127,32,5,4,64,32,10,45,0,4,33,8,32,10,45,0,6,33,6,32,10,45,0,5,65,15,113,12,1,11,32,4,40,2,12,33,8,32,4,40,2,4,33,6,32,4,40,2,8,11,33,5,65,0,32,16,32,5,27,32,8,106,33,8,32,6,32,12,106,33,4,32,5,32,9,106,11,33,5,2,127,2,64,2,64,2,64,2,127,2,64,32,10,40,2,0,34,7,65,1,113,34,6,4,64,32,1,65,1,106,33,1,32,8,32,10,45,0,7,34,9,106,33,16,32,4,32,9,106,33,12,32,3,13,1,32,5,33,9,12,3,11,32,7,40,2,24,65,0,32,8,32,7,40,2,20,34,9,27,106,33,16,32,1,65,1,106,33,1,32,7,40,2,16,32,4,106,33,12,32,5,32,9,106,33,9,32,3,69,13,2,32,7,47,1,44,65,1,113,12,1,11,32,5,33,9,32,7,65,1,118,65,1,113,11,32,11,114,13,1,12,2,11,2,64,32,11,65,254,255,3,107,14,2,2,1,0,11,32,11,69,4,64,32,6,4,64,32,7,65,2,113,69,13,3,32,7,65,2,118,65,1,113,69,13,3,12,2,11,32,7,47,1,44,34,7,65,1,113,69,13,2,32,7,65,1,118,65,1,113,69,13,2,12,1,11,32,13,40,2,8,40,2,72,32,11,65,3,108,106,45,0,1,65,1,113,69,13,1,11,32,14,65,1,106,32,2,32,14,71,13,1,26,32,0,32,13,54,2,20,32,0,32,10,54,2,16,32,0,32,11,54,2,12,32,0,32,8,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,15,11,65,0,33,19,2,64,32,10,40,2,0,34,6,65,1,113,13,0,32,6,40,2,36,69,13,0,32,2,32,14,107,34,7,32,6,32,20,106,40,2,0,34,19,73,13,3,11,32,14,32,19,106,11,33,14,32,1,32,18,71,13,0,11,32,0,32,13,54,2,20,32,0,32,10,54,2,16,32,0,32,11,54,2,12,32,0,32,8,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,12,2,11,32,0,32,13,54,2,20,32,0,32,10,54,2,16,32,0,32,11,54,2,12,32,0,32,8,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,32,7,33,2,12,0,11,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,106,1,2,127,2,64,32,0,47,1,12,34,1,4,64,65,1,33,2,2,64,2,64,32,1,65,254,255,3,107,14,2,0,3,1,11,65,0,15,11,32,0,40,2,20,40,2,8,40,2,72,32,1,65,3,108,106,45,0,1,65,0,71,15,11,32,0,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,2,118,65,1,113,15,11,32,0,47,1,44,65,1,118,65,1,113,33,2,11,32,2,11,112,1,2,127,65,255,255,3,33,2,2,64,2,64,32,0,40,2,12,34,1,65,255,255,3,113,69,4,64,32,0,40,2,16,40,2,0,34,1,65,1,113,4,64,32,1,65,128,254,3,113,65,8,118,33,1,12,2,11,32,1,47,1,40,33,1,11,32,1,65,255,255,3,113,65,255,255,3,70,13,1,11,32,0,40,2,20,40,2,8,40,2,76,32,1,65,255,255,3,113,65,1,116,106,47,1,0,33,2,11,32,2,11,95,2,3,127,1,126,32,1,40,2,8,33,2,32,1,40,2,4,33,3,2,127,32,1,40,2,16,41,2,0,34,5,167,34,1,65,1,113,4,64,32,5,66,56,136,167,12,1,11,65,0,32,2,32,1,40,2,20,34,4,27,33,2,32,3,32,4,106,33,3,32,1,40,2,24,11,33,1,32,0,32,3,54,2,0,32,0,32,1,32,2,106,54,2,4,11,184,4,1,6,127,35,0,65,32,107,34,3,36,0,32,0,65,0,58,0,120,32,0,65,0,59,1,4,32,0,32,0,41,2,32,55,2,44,32,0,32,0,40,2,40,54,2,52,32,0,35,1,65,240,11,106,34,1,41,2,0,55,2,56,32,0,65,64,107,32,1,40,2,8,54,2,0,2,64,32,0,40,2,104,32,0,40,2,100,70,13,0,32,0,65,240,0,106,33,4,2,64,32,0,40,2,112,34,1,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,5,32,3,32,0,41,2,36,55,3,24,32,0,32,5,32,1,32,3,65,24,106,32,4,32,2,17,6,0,54,2,72,32,0,40,2,112,34,1,13,0,65,0,33,1,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,11,2,64,32,0,40,2,116,13,0,32,0,40,2,32,32,0,40,2,108,107,34,2,32,1,70,4,64,32,0,65,0,54,2,0,32,0,65,1,54,2,116,12,1,11,32,0,32,0,40,2,72,32,2,106,32,1,32,2,107,34,2,32,0,35,1,65,208,211,0,106,32,0,40,2,84,34,1,65,2,116,106,32,0,65,216,0,106,32,1,65,3,73,27,40,2,0,34,5,17,4,0,54,2,116,32,0,40,2,0,33,1,2,64,32,2,65,3,75,13,0,32,1,65,127,71,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,6,32,3,32,0,41,2,36,55,3,16,32,0,32,6,32,1,32,3,65,16,106,32,4,32,2,17,6,0,34,1,54,2,72,32,0,32,0,40,2,112,34,4,4,127,32,1,5,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,65,0,11,32,4,32,0,32,5,17,4,0,54,2,116,32,0,40,2,0,33,1,11,32,1,65,127,71,13,0,32,0,65,1,54,2,116,11,32,0,40,2,32,13,0,2,64,32,0,40,2,0,65,255,253,3,71,13,0,32,0,40,2,72,69,13,0,32,0,40,2,96,4,64,32,3,65,255,253,3,54,2,0,32,0,65,132,1,106,34,1,65,128,8,35,1,65,253,8,106,32,3,16,11,26,32,0,40,2,92,65,1,32,1,32,0,40,2,96,17,3,0,11,32,0,65,1,16,66,11,32,0,65,0,54,2,124,32,0,65,1,58,0,128,1,11,32,3,65,32,106,36,0,11,212,5,2,5,127,1,126,35,0,65,16,107,34,5,36,0,2,64,32,0,40,2,116,34,2,69,4,64,32,0,40,2,32,33,3,12,1,11,2,64,32,0,40,2,0,34,3,65,10,70,4,64,32,0,65,1,58,0,128,1,32,0,65,0,54,2,40,32,0,65,0,54,2,124,32,0,32,0,40,2,36,65,1,106,54,2,36,32,0,40,2,32,33,4,12,1,11,2,64,32,0,40,2,32,34,4,69,32,3,65,255,253,3,70,113,13,0,32,0,45,0,128,1,65,1,71,13,0,32,0,32,0,40,2,124,65,1,106,54,2,124,11,32,0,32,0,40,2,40,32,2,106,54,2,40,11,32,0,32,2,32,4,106,34,3,54,2,32,11,32,0,40,2,68,32,0,40,2,104,34,4,65,24,108,106,33,2,3,64,2,64,2,64,32,2,40,2,20,34,6,32,3,75,4,64,32,6,32,2,40,2,16,71,13,1,11,32,0,40,2,100,34,6,32,4,75,4,64,32,0,32,4,65,1,106,34,4,54,2,104,11,32,4,32,6,73,13,1,65,0,33,2,11,32,1,4,64,32,0,32,0,41,2,32,55,2,44,32,0,32,0,40,2,40,54,2,52,11,2,64,32,2,4,64,2,64,32,0,40,2,108,34,1,32,3,77,4,64,32,3,32,0,40,2,112,34,2,32,1,106,73,13,1,11,32,0,32,3,54,2,108,32,0,40,2,80,33,1,32,0,40,2,76,33,2,32,5,32,0,41,2,36,55,3,8,32,0,32,2,32,3,32,5,65,8,106,32,0,65,240,0,106,32,1,17,6,0,54,2,72,32,0,40,2,112,34,2,13,0,65,0,33,2,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,11,32,0,40,2,32,32,0,40,2,108,107,34,1,32,2,70,4,64,32,0,65,0,54,2,0,32,0,65,1,54,2,116,12,2,11,32,0,32,0,40,2,72,32,1,106,32,2,32,1,107,34,1,32,0,35,1,65,208,211,0,106,32,0,40,2,84,34,2,65,2,116,106,32,0,65,216,0,106,32,2,65,3,73,27,40,2,0,34,4,17,4,0,54,2,116,32,0,40,2,0,33,2,2,64,32,1,65,3,75,13,0,32,2,65,127,71,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,3,32,5,32,0,41,2,36,55,3,0,32,0,32,3,32,1,32,5,32,0,65,240,0,106,32,2,17,6,0,34,2,54,2,72,32,0,32,0,40,2,112,34,1,4,127,32,2,5,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,65,0,11,32,1,32,0,32,4,17,4,0,54,2,116,32,0,40,2,0,33,2,11,32,2,65,127,71,13,1,32,0,65,1,54,2,116,12,1,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,32,0,65,1,54,2,116,32,0,65,0,54,2,0,11,32,5,65,16,106,36,0,15,11,32,2,41,2,24,33,7,32,0,32,2,40,2,40,34,3,54,2,32,32,0,32,7,55,2,36,32,2,65,24,106,33,2,12,0,11,0,11,89,1,1,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,0,34,1,65,8,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,66,0,55,2,4,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,65,0,11,5,0,16,3,0,11,81,1,1,127,2,64,2,64,2,64,32,1,65,254,255,3,107,14,2,0,2,1,11,65,3,15,11,32,0,40,2,72,32,1,65,3,108,106,34,0,45,0,1,32,0,45,0,0,34,1,113,65,127,115,65,1,113,65,2,65,3,32,0,45,0,2,65,1,113,27,32,1,65,1,113,27,33,2,11,32,2,11,194,5,1,13,127,2,64,2,64,32,0,40,2,4,34,5,69,4,64,12,1,11,32,2,47,1,64,33,13,32,0,40,2,0,33,8,32,5,65,1,71,4,64,3,64,2,64,32,8,32,6,32,5,65,1,118,34,15,106,34,3,65,2,116,106,40,2,0,34,9,47,1,64,34,14,32,13,73,13,0,65,0,33,4,2,64,32,14,4,64,3,64,32,4,32,13,70,13,2,32,9,32,4,65,3,116,34,7,106,34,10,47,1,4,34,11,32,2,32,7,106,34,7,47,1,4,34,12,73,13,2,32,11,32,12,75,13,3,32,10,47,1,2,34,11,32,7,47,1,2,34,12,73,13,2,32,11,32,12,75,13,3,32,10,47,1,0,34,11,32,7,47,1,0,34,12,73,13,2,32,11,32,12,75,13,3,32,10,47,1,6,65,255,255,1,113,34,10,32,7,47,1,6,65,255,255,1,113,34,7,73,13,2,32,7,32,10,73,13,3,32,4,65,1,106,34,4,32,14,71,13,0,11,11,32,9,47,1,66,32,2,47,1,66,75,13,1,11,32,3,33,6,11,32,5,32,15,107,34,5,65,1,75,13,0,11,11,32,8,32,6,65,2,116,106,40,2,0,34,10,47,1,64,34,7,32,13,73,13,0,2,64,2,64,32,7,4,64,65,0,33,4,3,64,32,4,32,13,70,13,2,32,10,32,4,65,3,116,34,5,106,34,3,47,1,4,34,8,32,2,32,5,106,34,5,47,1,4,34,9,73,13,2,32,8,32,9,75,13,4,32,3,47,1,2,34,8,32,5,47,1,2,34,9,73,13,2,32,8,32,9,75,13,4,32,3,47,1,0,34,8,32,5,47,1,0,34,9,73,13,2,32,8,32,9,75,13,4,32,3,47,1,6,65,255,255,1,113,34,3,32,5,47,1,6,65,255,255,1,113,34,5,73,13,2,32,3,32,5,75,13,4,32,4,65,1,106,34,4,32,7,71,13,0,11,11,32,10,47,1,66,34,3,32,2,47,1,66,34,4,79,13,1,11,32,6,65,1,106,33,6,12,1,11,32,3,32,4,77,13,1,11,2,127,32,1,40,2,4,34,3,4,64,32,1,32,3,65,1,107,34,3,54,2,4,32,1,40,2,0,32,3,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,1,32,2,65,198,0,252,10,0,0,32,0,40,2,0,33,4,32,0,40,2,4,34,2,65,1,106,34,3,32,0,40,2,8,75,4,64,32,3,65,2,116,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,3,54,2,8,32,0,32,4,54,2,0,32,0,40,2,4,33,2,11,32,6,65,2,116,33,3,2,64,32,2,32,6,77,13,0,32,2,32,6,107,65,2,116,34,2,69,13,0,32,3,32,4,106,34,6,65,4,106,32,6,32,2,252,10,0,0,11,32,3,32,4,106,32,1,54,0,0,32,0,32,0,40,2,4,65,1,106,54,2,4,11,11,170,6,2,7,127,1,126,35,0,65,208,0,107,34,3,36,0,2,64,2,64,32,0,40,2,8,34,4,65,2,73,13,0,32,3,65,52,106,33,5,32,3,65,20,106,33,6,32,4,33,2,3,64,32,0,32,2,65,1,107,34,2,54,2,8,32,3,32,0,40,2,4,32,2,65,28,108,106,34,2,40,2,24,54,2,72,32,3,65,64,107,32,2,41,2,16,55,3,0,32,3,32,2,41,2,8,55,3,56,32,3,32,2,41,2,0,55,3,48,2,64,2,64,32,2,65,28,107,40,2,0,34,7,40,2,0,34,2,65,1,113,69,4,64,32,2,40,2,36,13,1,11,32,3,66,0,55,3,8,32,0,40,2,0,33,2,32,3,65,0,54,2,44,32,3,32,2,54,2,16,12,1,11,32,0,40,2,0,33,8,32,7,41,2,0,33,9,32,3,32,2,47,1,66,34,2,4,127,32,8,40,2,8,34,7,40,2,84,32,7,47,1,36,32,2,108,65,1,116,106,5,65,0,11,54,2,44,32,3,32,8,54,2,16,32,3,32,9,55,3,8,11,32,3,32,3,41,3,64,55,3,32,32,6,32,5,40,2,8,54,2,8,32,6,32,5,41,2,0,55,2,0,32,3,32,3,40,2,72,54,2,40,32,3,65,0,58,0,7,32,3,65,8,106,32,3,65,48,106,32,3,65,7,106,32,1,17,4,0,26,32,3,45,0,7,65,1,70,4,64,32,0,40,2,8,65,1,106,32,4,73,13,2,11,2,64,32,3,65,8,106,32,3,65,48,106,32,3,65,7,106,32,1,17,4,0,69,13,0,2,127,3,64,32,3,45,0,7,65,1,70,4,64,32,0,40,2,4,33,2,32,0,32,0,40,2,8,34,4,65,1,106,34,1,32,0,40,2,12,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,1,32,1,32,4,73,27,34,1,32,1,65,8,77,27,34,4,65,28,108,33,1,2,127,32,2,4,64,32,2,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,12,32,0,32,2,54,2,4,32,0,40,2,8,34,4,65,1,106,5,32,1,11,54,2,8,65,2,33,1,32,2,32,4,65,28,108,106,12,2,11,2,64,2,64,32,3,40,2,48,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,48,13,1,11,32,3,65,8,106,32,3,65,48,106,32,3,65,7,106,32,1,17,4,0,69,13,3,12,1,11,11,65,1,33,1,32,0,40,2,4,33,2,32,0,32,0,40,2,8,34,5,65,1,106,34,4,32,0,40,2,12,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,2,4,64,32,2,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,2,32,0,32,5,54,2,12,32,0,32,2,54,2,4,32,0,40,2,8,34,5,65,1,106,5,32,4,11,54,2,8,32,2,32,5,65,28,108,106,11,34,2,32,3,41,3,48,55,2,0,32,2,32,3,40,2,72,54,2,24,32,2,32,3,65,64,107,41,3,0,55,2,16,32,2,32,3,41,3,56,55,2,8,12,3,11,32,0,40,2,8,34,2,65,2,79,13,0,11,11,32,0,32,4,54,2,8,65,0,33,1,11,32,3,65,208,0,106,36,0,32,1,11,243,5,2,11,127,1,126,35,0,65,208,0,107,34,2,36,0,2,64,2,64,32,0,40,2,4,34,5,32,0,40,2,8,34,3,65,28,108,106,34,8,65,28,107,40,2,0,34,9,40,2,0,34,6,65,1,113,69,4,64,32,6,40,2,36,13,1,11,32,2,66,0,55,3,8,32,0,40,2,0,33,1,32,2,66,0,55,2,28,32,2,66,0,55,2,36,32,2,65,0,54,2,44,32,2,66,0,55,2,20,32,2,32,1,54,2,16,12,1,11,32,0,40,2,0,34,10,40,2,8,33,4,32,6,47,1,66,34,1,4,127,32,4,40,2,84,32,4,47,1,36,32,1,108,65,1,116,106,5,65,0,11,33,11,32,8,65,4,107,40,2,0,33,1,2,64,2,64,32,3,65,1,107,34,7,69,13,0,32,6,47,1,44,34,6,65,1,113,13,0,32,6,65,4,113,13,1,32,5,32,7,65,28,108,106,34,6,65,28,107,40,2,0,40,2,0,47,1,66,34,7,69,13,1,32,1,32,4,40,2,84,32,4,47,1,36,32,7,108,65,1,116,106,32,6,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,1,12,1,11,32,1,65,1,106,33,1,11,32,9,41,2,0,33,12,32,2,32,10,54,2,16,32,2,32,12,55,3,8,32,2,32,8,65,24,107,34,4,40,2,8,54,2,28,32,2,32,4,41,2,0,55,2,20,32,2,32,11,54,2,44,32,2,32,1,54,2,40,32,2,66,0,55,3,32,11,65,0,33,4,2,64,32,2,65,8,106,32,2,65,48,106,32,2,65,207,0,106,16,37,69,13,0,2,64,3,64,32,2,45,0,79,65,1,70,4,64,32,0,32,3,65,1,106,34,1,32,0,40,2,12,34,4,75,4,127,65,8,32,4,65,1,116,34,3,32,1,32,1,32,3,73,27,34,1,32,1,65,8,77,27,34,3,65,28,108,33,1,2,127,32,5,4,64,32,5,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,5,32,0,32,3,54,2,12,32,0,32,5,54,2,4,32,0,40,2,8,34,3,65,1,106,5,32,1,11,54,2,8,65,2,33,4,12,2,11,2,64,2,64,32,2,40,2,48,40,2,0,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,32,1,40,2,48,13,1,11,32,2,65,8,106,32,2,65,48,106,32,2,65,207,0,106,16,37,13,1,12,3,11,11,65,1,33,4,32,0,32,3,65,1,106,34,1,32,0,40,2,12,34,6,75,4,127,65,8,32,6,65,1,116,34,3,32,1,32,1,32,3,73,27,34,1,32,1,65,8,77,27,34,3,65,28,108,33,1,2,127,32,5,4,64,32,5,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,5,32,0,32,3,54,2,12,32,0,32,5,54,2,4,32,0,40,2,8,34,3,65,1,106,5,32,1,11,54,2,8,11,32,5,32,3,65,28,108,106,34,1,32,2,41,2,48,55,2,0,32,1,32,2,40,2,72,54,2,24,32,1,32,2,65,64,107,41,2,0,55,2,16,32,1,32,2,41,2,56,55,2,8,11,32,2,65,208,0,106,36,0,32,4,11,231,3,1,8,127,35,0,65,16,107,34,7,36,0,2,64,2,64,32,1,40,2,4,34,4,65,255,255,3,71,4,64,32,4,65,255,255,3,113,33,6,32,0,40,2,48,33,4,12,1,11,32,0,40,2,52,34,5,65,255,255,3,113,33,6,2,64,2,64,32,0,40,2,76,34,8,69,13,0,32,6,69,13,0,32,5,65,255,255,3,113,33,9,32,0,40,2,48,33,4,3,64,32,4,32,3,65,12,108,106,34,10,40,2,4,65,127,70,13,2,32,3,65,1,106,34,3,32,9,71,13,0,11,11,2,64,32,0,40,2,72,32,5,77,4,64,32,1,65,255,255,3,54,2,4,12,1,11,32,0,40,2,48,33,4,32,0,40,2,56,34,3,32,5,77,4,64,65,8,32,3,65,1,116,34,3,32,5,65,1,106,34,5,32,3,32,5,75,27,34,3,32,3,65,8,77,27,34,5,65,12,108,33,3,2,127,32,4,4,64,32,4,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,4,32,0,32,5,54,2,56,32,0,32,4,54,2,48,32,0,40,2,52,33,5,11,32,0,32,5,65,1,106,54,2,52,32,4,32,5,65,12,108,106,34,3,65,0,54,2,8,32,3,66,0,55,2,0,32,1,32,6,54,2,4,32,6,65,255,255,3,71,13,2,11,32,0,65,1,58,0,159,1,65,0,33,3,32,0,32,7,65,12,106,32,7,65,8,106,32,7,65,4,106,65,0,16,116,69,13,2,32,2,32,7,40,2,12,34,2,70,13,2,32,1,32,0,40,2,24,32,2,65,4,116,106,34,2,40,2,4,54,2,4,32,2,65,255,255,3,54,2,4,32,2,32,2,47,1,14,65,128,128,1,114,59,1,14,32,0,40,2,48,32,1,47,1,4,65,12,108,106,34,3,65,0,54,2,4,12,2,11,32,10,65,0,54,2,4,32,0,32,8,65,1,107,54,2,76,32,1,32,3,65,255,255,3,113,34,6,54,2,4,11,32,4,32,6,65,12,108,106,33,3,11,32,7,65,16,106,36,0,32,3,11,219,1,1,2,127,65,160,1,35,7,34,1,40,2,0,17,0,0,34,0,65,0,65,200,0,252,11,0,32,0,66,0,55,2,136,1,32,0,66,128,128,128,128,112,55,2,128,1,32,0,66,127,55,2,120,32,0,66,0,55,2,112,32,0,66,128,128,128,128,112,55,2,104,32,0,66,127,55,2,96,32,0,66,0,55,2,88,32,0,66,128,128,128,128,112,55,2,80,32,0,66,255,255,255,255,15,55,2,72,32,0,66,0,55,2,144,1,32,0,66,0,55,2,152,1,65,128,1,32,1,40,2,0,17,0,0,33,1,32,0,65,8,54,2,32,32,0,32,1,54,2,24,32,0,40,2,44,65,7,77,4,64,2,127,32,0,40,2,36,34,1,4,64,32,1,65,128,1,35,6,40,2,0,17,1,0,12,1,11,65,128,1,35,7,40,2,0,17,0,0,11,33,1,32,0,65,8,54,2,44,32,0,32,1,54,2,36,11,32,0,11,194,8,1,17,127,2,64,32,0,45,0,28,69,4,64,32,0,40,2,8,33,4,32,0,40,2,4,33,6,2,64,3,64,2,64,2,127,32,6,32,4,34,8,65,28,108,106,34,2,65,28,107,40,2,0,34,5,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,69,4,64,32,8,65,2,73,13,1,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,1,69,13,1,32,0,40,2,20,34,3,40,2,84,32,3,47,1,36,32,1,108,65,1,116,106,32,2,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,1,11,32,0,32,0,40,2,24,65,1,107,54,2,24,11,32,0,32,8,65,1,107,34,4,54,2,8,32,4,69,13,1,32,6,32,4,65,28,108,106,34,1,40,2,20,33,13,32,1,40,2,12,33,14,32,1,40,2,8,33,15,32,1,40,2,4,33,16,32,1,40,2,16,33,10,32,1,65,28,107,40,2,0,2,64,32,5,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,5,40,2,4,33,9,32,2,40,2,36,34,3,4,64,3,64,32,2,32,3,65,3,116,107,33,12,32,3,33,1,3,64,2,64,2,64,32,12,32,1,65,1,107,34,1,65,3,116,106,34,17,40,2,0,34,7,65,1,113,13,0,32,7,45,0,44,65,192,0,113,69,13,0,32,7,40,2,36,33,3,32,17,40,2,4,33,9,32,7,33,2,12,1,11,32,1,13,1,11,11,32,3,13,0,11,32,2,69,13,1,11,32,0,32,9,54,2,36,32,0,32,2,54,2,32,11,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,12,32,10,65,1,106,34,10,77,13,0,11,2,64,32,5,40,2,0,34,1,65,1,113,4,64,32,5,45,0,7,34,2,32,5,45,0,6,106,33,9,32,5,45,0,5,65,15,113,33,3,32,5,45,0,4,33,5,12,1,11,65,0,32,1,40,2,12,32,1,40,2,20,34,2,27,33,5,32,1,40,2,16,32,1,40,2,4,106,33,9,32,2,32,1,40,2,8,106,33,3,32,1,40,2,24,33,2,11,32,1,65,1,113,4,127,32,1,65,3,118,65,1,113,5,32,1,47,1,44,65,2,118,65,1,113,11,33,11,32,0,40,2,12,34,1,32,8,73,4,64,65,8,32,1,65,1,116,34,1,32,8,32,1,32,8,75,27,34,1,32,1,65,8,77,27,34,4,65,28,108,33,1,2,127,32,6,4,64,32,6,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,6,32,0,32,4,54,2,12,32,0,32,6,54,2,4,32,0,40,2,8,33,4,11,32,0,32,4,65,1,106,54,2,8,32,6,32,4,65,28,108,106,34,1,65,0,54,2,24,32,1,32,13,32,11,69,106,54,2,20,32,1,32,10,54,2,16,32,1,32,3,32,15,106,173,32,2,32,5,106,65,0,32,14,32,3,27,106,173,66,32,134,132,55,2,8,32,1,32,9,32,16,106,54,2,4,32,1,32,7,32,12,65,3,116,107,32,10,65,3,116,106,34,2,54,2,0,2,64,2,127,32,0,40,2,4,32,0,40,2,8,34,4,65,28,108,106,34,3,65,28,107,40,2,0,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,69,4,64,32,4,65,2,73,13,1,32,3,65,56,107,40,2,0,40,2,0,47,1,66,34,1,69,13,1,32,0,40,2,20,34,4,40,2,84,32,4,47,1,36,32,1,108,65,1,116,106,32,3,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,1,11,2,127,32,2,40,2,0,34,1,65,1,113,4,64,32,2,45,0,6,12,1,11,32,1,40,2,4,11,4,64,32,0,65,1,58,0,28,15,11,12,3,11,32,0,65,0,16,48,26,11,15,11,32,0,65,0,58,0,28,2,64,2,127,32,0,40,2,4,32,0,40,2,8,34,3,65,28,108,106,34,2,65,28,107,40,2,0,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,69,4,64,32,3,65,2,73,13,1,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,1,69,13,1,32,0,40,2,20,34,3,40,2,84,32,3,47,1,36,32,1,108,65,1,116,106,32,2,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,1,11,12,1,11,32,0,65,0,16,48,26,15,11,32,0,32,0,40,2,24,65,1,106,54,2,24,11,165,4,1,4,127,32,0,4,64,32,0,40,2,60,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,68,32,0,66,0,55,2,60,11,32,0,40,2,72,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,80,32,0,66,0,55,2,72,11,32,0,40,2,84,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,92,32,0,66,0,55,2,84,11,32,0,40,2,96,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,104,32,0,66,0,55,2,96,11,32,0,40,2,108,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,116,32,0,66,0,55,2,108,11,32,0,40,2,132,1,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,140,1,32,0,66,0,55,2,132,1,11,32,0,40,2,120,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,128,1,32,0,66,0,55,2,120,11,32,0,40,2,144,1,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,152,1,32,0,66,0,55,2,144,1,11,32,0,40,2,0,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,8,32,0,66,0,55,2,0,11,32,0,40,2,12,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,20,32,0,66,0,55,2,12,11,32,0,40,2,24,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,32,32,0,66,0,55,2,24,11,32,0,40,2,36,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,44,32,0,66,0,55,2,36,11,32,0,40,2,52,34,2,4,64,65,0,33,1,3,64,32,0,40,2,48,32,1,65,12,108,106,34,3,40,2,0,34,4,4,64,32,4,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,0,40,2,52,33,2,11,32,1,65,1,106,34,1,32,2,73,13,0,11,11,32,0,40,2,48,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,56,32,0,66,0,55,2,48,11,32,0,35,8,40,2,0,17,2,0,11,11,140,27,1,40,127,35,0,65,208,0,107,34,11,36,0,32,3,65,0,54,2,64,32,3,65,0,54,2,52,32,3,65,24,106,33,24,32,3,65,36,106,33,29,32,3,65,12,106,33,17,32,11,65,14,106,33,33,32,11,65,12,106,33,40,2,64,3,64,2,64,32,3,40,2,4,69,4,64,32,3,40,2,28,69,13,3,32,34,32,3,40,2,52,34,34,79,13,3,32,11,32,3,40,2,8,54,2,16,32,11,32,3,41,2,0,55,3,8,32,3,32,24,40,2,8,54,2,8,32,3,32,24,41,2,0,55,2,0,32,24,32,11,40,2,16,54,2,8,32,24,32,11,41,3,8,55,2,0,32,30,65,1,106,33,30,12,1,11,32,3,40,2,36,33,4,32,3,40,2,12,33,13,2,64,32,3,40,2,16,34,6,32,3,40,2,40,34,5,106,34,7,32,3,40,2,44,77,13,0,32,7,65,2,116,33,9,2,127,32,4,4,64,32,4,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,4,32,3,32,7,54,2,44,32,3,32,4,54,2,36,32,3,40,2,40,34,7,32,5,77,13,0,32,7,32,5,107,65,2,116,34,7,69,13,0,32,4,32,9,106,32,4,32,5,65,2,116,106,32,7,252,10,0,0,11,2,64,32,6,69,13,0,32,6,65,2,116,33,9,32,4,32,5,65,2,116,106,33,4,32,13,4,64,32,9,69,13,1,32,4,32,13,32,9,252,10,0,0,12,1,11,32,9,69,13,0,32,4,65,0,32,9,252,11,0,11,65,0,33,4,32,3,65,0,54,2,16,32,3,32,3,40,2,40,32,6,106,54,2,40,65,0,33,21,2,64,32,3,40,2,4,69,13,0,3,64,32,3,40,2,0,32,21,65,2,116,106,40,2,0,33,14,2,64,2,127,2,64,32,4,69,4,64,32,14,47,1,64,33,6,12,1,11,2,64,2,64,2,64,32,14,47,1,64,34,6,32,17,40,2,0,32,4,65,2,116,106,65,4,107,40,2,0,34,13,47,1,64,34,7,73,13,0,32,6,4,64,65,0,33,4,3,64,32,4,32,7,70,13,3,32,14,32,4,65,3,116,34,9,106,34,5,47,1,4,34,8,32,9,32,13,106,34,9,47,1,4,34,15,73,13,3,32,8,32,15,75,13,2,32,5,47,1,2,34,8,32,9,47,1,2,34,15,73,13,3,32,8,32,15,75,13,2,32,5,47,1,0,34,8,32,9,47,1,0,34,15,73,13,3,32,8,32,15,75,13,2,32,5,47,1,6,65,255,255,1,113,34,5,32,9,47,1,6,65,255,255,1,113,34,9,73,13,3,32,5,32,9,75,13,2,32,4,65,1,106,34,4,32,6,71,13,0,11,11,32,14,47,1,66,34,4,32,13,47,1,66,34,5,73,13,3,32,4,32,5,77,13,2,11,3,64,32,3,40,2,0,32,21,65,2,116,106,40,2,0,33,4,2,127,32,3,40,2,40,34,5,4,64,32,3,32,5,65,1,107,34,5,54,2,40,32,3,40,2,36,32,5,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,7,32,4,65,198,0,252,10,0,0,32,3,40,2,12,33,4,32,3,32,3,40,2,16,34,6,65,1,106,34,5,32,3,40,2,20,34,9,75,4,127,65,8,32,9,65,1,116,34,9,32,5,32,5,32,9,73,27,34,5,32,5,65,8,77,27,34,9,65,2,116,33,5,2,127,32,4,4,64,32,4,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,4,32,3,32,9,54,2,20,32,3,32,4,54,2,12,32,3,40,2,16,34,6,65,1,106,5,32,5,11,54,2,16,32,4,32,6,65,2,116,106,32,7,54,2,0,32,21,65,1,106,34,21,32,3,40,2,4,73,13,0,11,12,6,11,32,14,32,6,65,3,116,106,65,8,107,12,2,11,32,17,32,29,32,14,16,70,12,2,11,32,14,32,6,65,3,116,106,65,8,107,32,14,32,6,65,255,255,3,113,27,11,33,10,32,2,69,13,0,32,10,47,1,2,33,9,65,0,33,4,32,2,34,5,65,2,79,4,64,3,64,32,4,32,4,32,5,65,1,118,34,6,106,34,4,32,1,32,4,65,28,108,106,47,1,0,32,9,75,27,33,4,32,5,32,6,107,34,5,65,1,75,13,0,11,11,32,1,32,4,65,28,108,106,34,26,47,1,0,32,9,71,13,0,32,10,47,1,6,32,14,47,1,66,65,20,108,33,5,32,10,47,1,4,33,27,2,127,32,10,47,1,0,34,22,32,0,40,2,156,1,34,18,40,2,24,34,36,79,4,64,32,18,40,2,44,32,18,40,2,48,32,22,32,36,107,65,2,116,106,40,2,0,65,1,116,106,34,13,65,2,106,33,31,32,13,47,1,0,12,1,11,32,18,40,2,40,32,18,40,2,4,32,22,108,65,1,116,106,65,2,107,33,13,65,0,33,31,65,0,11,33,32,65,255,255,1,113,33,41,32,0,40,2,60,32,5,106,33,19,32,27,65,1,106,33,37,65,0,33,38,65,255,255,3,33,23,32,27,65,1,116,33,42,65,0,33,9,65,0,33,28,3,64,2,64,2,64,2,127,2,64,2,64,2,64,32,22,32,36,73,4,64,32,18,40,2,4,33,9,3,64,32,9,32,23,65,1,106,34,23,65,255,255,3,113,34,5,77,13,9,32,13,47,1,2,33,4,32,13,65,2,106,34,6,33,13,32,4,69,13,0,11,12,1,11,32,13,65,2,106,34,4,32,31,71,13,1,32,32,65,255,255,3,113,69,13,7,32,13,65,6,106,34,6,32,13,47,1,4,65,1,116,106,33,31,32,32,65,1,107,33,32,32,13,47,1,2,33,4,32,13,47,1,6,34,23,33,5,11,32,18,40,2,12,32,5,75,13,1,32,6,33,13,12,3,11,32,4,47,1,0,33,23,32,4,12,1,11,32,18,40,2,52,32,4,65,255,255,3,113,65,3,116,106,34,4,65,8,106,33,38,32,4,45,0,0,33,28,65,0,33,9,32,6,11,33,13,32,28,69,4,64,32,9,33,4,12,1,11,32,38,32,28,65,3,116,106,34,4,65,8,107,45,0,0,13,2,32,4,65,4,107,45,0,0,4,64,32,9,33,4,32,27,33,5,32,22,33,15,12,2,11,32,4,65,6,107,47,1,0,33,15,32,9,33,4,32,37,33,5,12,1,11,65,0,33,9,65,0,33,28,32,37,33,5,32,4,33,15,32,4,65,255,255,3,113,69,13,1,11,32,4,33,9,32,5,65,255,0,113,33,25,2,64,32,26,40,2,20,34,5,69,4,64,65,0,33,16,12,1,11,32,26,40,2,16,33,7,65,0,33,16,32,5,34,4,65,1,71,4,64,3,64,2,64,2,64,32,7,32,16,32,4,65,1,118,34,12,106,34,6,65,6,108,106,34,8,47,1,0,34,10,32,15,65,255,255,3,113,34,20,73,13,0,32,10,32,20,75,13,1,32,8,45,0,4,34,10,65,255,0,113,34,20,32,25,73,13,0,32,10,192,65,0,72,13,1,32,20,32,25,75,13,1,32,8,47,1,2,13,1,11,32,6,33,16,11,32,4,32,12,107,34,4,65,1,75,13,0,11,11,32,7,32,16,65,6,108,106,34,4,47,1,0,34,6,32,15,65,255,255,3,113,34,7,79,4,64,32,6,32,7,75,13,1,32,4,45,0,4,65,255,0,113,32,25,79,13,1,11,32,16,65,1,106,33,16,11,32,5,32,16,77,13,0,32,23,65,255,255,3,113,33,20,3,64,32,16,65,6,108,33,4,32,16,65,1,106,33,16,32,15,65,255,255,3,113,34,43,32,4,32,26,40,2,16,106,34,4,47,1,0,71,13,1,32,4,45,0,4,34,5,192,32,5,65,255,0,113,32,25,71,13,1,32,0,40,2,156,1,33,8,2,64,32,4,47,1,2,34,4,4,64,32,8,40,2,84,32,8,47,1,36,32,4,108,65,1,116,106,32,42,106,47,1,0,34,7,13,1,11,65,0,33,7,32,8,40,2,72,32,20,65,3,108,106,45,0,0,65,1,71,13,0,32,8,40,2,76,32,20,65,1,116,106,47,1,0,33,7,11,2,64,32,41,34,12,13,0,65,0,33,12,32,8,40,2,32,69,13,0,32,8,40,2,64,32,4,65,2,116,106,34,4,47,1,2,34,5,69,13,0,32,8,40,2,68,32,4,47,1,0,65,2,116,106,34,4,32,5,65,2,116,106,33,5,3,64,2,64,32,4,45,0,3,13,0,32,27,32,4,45,0,2,71,13,0,32,4,47,1,0,33,12,12,2,11,32,4,65,4,106,34,4,32,5,71,13,0,11,11,32,11,65,8,106,34,6,32,14,65,198,0,252,10,0,0,32,11,47,1,72,34,5,65,3,116,32,6,106,34,4,65,4,107,32,40,32,5,27,32,25,59,1,0,32,4,65,8,107,32,6,32,5,27,34,6,32,15,59,1,0,65,0,72,4,64,32,4,65,2,107,32,33,32,5,27,34,10,32,10,47,1,0,65,128,128,2,114,59,1,0,11,2,64,2,64,2,64,2,64,2,127,65,1,32,19,47,1,0,34,10,65,255,255,3,70,13,0,26,2,64,32,7,4,64,2,127,32,10,69,4,64,65,1,32,19,47,1,18,65,1,113,69,13,1,26,32,8,40,2,72,32,7,65,3,108,106,45,0,1,12,1,11,32,7,32,10,70,11,32,19,47,1,4,34,4,69,32,4,32,12,65,255,255,3,113,70,114,113,33,4,32,19,47,1,2,34,8,69,13,1,65,0,34,7,32,14,47,1,64,34,12,69,13,2,26,3,64,32,14,32,7,65,3,116,106,47,1,2,32,8,70,13,2,32,7,65,1,106,34,7,32,12,71,13,0,11,65,0,12,2,11,65,0,32,20,32,8,40,2,12,73,13,1,26,32,4,65,2,107,32,33,32,5,27,46,1,0,65,0,78,4,64,32,5,65,7,79,4,64,32,3,65,1,58,0,72,12,7,11,32,11,32,5,65,1,106,34,4,59,1,72,32,11,32,4,65,255,255,3,113,65,3,116,106,33,6,11,65,0,33,10,32,6,65,0,59,1,4,32,6,32,23,59,1,2,32,6,32,22,59,1,0,32,6,32,12,65,255,255,1,113,59,1,6,65,0,33,7,32,11,47,1,72,34,5,69,13,3,3,64,2,64,32,7,69,13,0,32,11,65,8,106,32,7,65,3,116,106,47,1,2,33,8,65,0,33,4,3,64,32,8,32,11,65,8,106,32,4,65,3,116,106,47,1,2,71,4,64,32,7,32,4,65,1,106,34,4,71,13,1,12,2,11,11,32,10,65,1,106,33,10,11,32,7,65,1,106,34,7,32,5,71,13,0,11,32,10,32,30,75,13,2,65,0,12,1,11,32,4,11,2,64,32,5,69,13,0,3,64,32,6,46,1,6,65,0,78,13,1,32,11,32,5,65,1,107,34,5,59,1,72,32,11,32,5,65,255,255,3,113,34,4,65,3,116,106,33,6,32,4,13,0,11,11,69,13,1,32,0,40,2,60,33,5,32,11,47,1,74,33,4,3,64,32,5,32,4,65,1,106,34,4,65,255,255,3,113,65,20,108,106,34,7,47,1,12,34,6,65,255,255,3,71,4,64,32,6,32,19,47,1,12,75,13,1,11,11,32,11,32,4,59,1,74,65,1,33,39,12,2,11,32,24,32,29,32,11,65,8,106,16,70,12,2,11,65,0,33,39,32,19,33,7,32,22,32,43,70,13,1,11,3,64,32,7,47,1,18,34,4,65,8,113,4,64,32,11,32,11,47,1,74,65,1,106,59,1,74,32,7,65,20,106,33,7,12,1,11,2,64,32,4,65,16,113,13,0,32,0,40,2,60,32,11,47,1,74,34,10,65,20,108,106,47,1,12,32,19,47,1,12,71,4,64,32,3,40,2,60,33,10,32,3,40,2,64,34,8,4,127,32,14,47,1,68,33,6,65,0,33,4,32,8,34,5,65,1,71,4,64,3,64,32,4,32,5,65,1,118,34,12,32,4,106,34,4,32,10,32,4,65,1,116,106,47,1,0,32,6,75,27,33,4,32,5,32,12,107,34,5,65,1,75,13,0,11,11,32,6,32,10,32,4,65,1,116,106,47,1,0,34,5,70,13,2,32,4,32,5,32,6,73,106,5,65,0,11,33,4,32,8,65,1,106,34,5,32,3,40,2,68,75,4,64,32,5,65,1,116,33,6,2,127,32,10,4,64,32,10,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,10,32,3,32,5,54,2,68,32,3,32,10,54,2,60,32,3,40,2,64,33,8,11,32,4,65,1,116,33,5,2,64,32,4,32,8,79,13,0,32,8,32,4,107,65,1,116,34,4,69,13,0,32,5,32,10,106,34,6,65,2,106,32,6,32,4,252,10,0,0,11,32,5,32,10,106,32,14,47,0,68,59,0,0,32,3,32,3,40,2,64,65,1,106,54,2,64,12,1,11,32,11,47,1,72,69,4,64,32,3,40,2,48,33,12,65,0,33,4,32,3,40,2,52,34,8,33,5,2,64,2,64,2,64,32,8,34,6,14,2,2,1,0,11,3,64,32,4,32,5,65,1,118,34,6,32,4,106,34,4,32,12,32,4,65,1,116,106,47,1,0,32,10,75,27,33,4,32,5,32,6,107,34,5,65,1,75,13,0,11,11,32,12,32,4,65,1,116,106,47,1,0,34,5,32,10,70,13,2,32,4,32,5,32,10,73,106,33,6,11,32,8,65,1,106,34,4,32,3,40,2,56,75,4,64,32,4,65,1,116,33,5,2,127,32,12,4,64,32,12,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,12,32,3,32,4,54,2,56,32,3,32,12,54,2,48,32,3,40,2,52,33,8,11,32,6,65,1,116,33,4,2,64,32,6,32,8,79,13,0,32,8,32,6,107,65,1,116,34,5,69,13,0,32,4,32,12,106,34,6,65,2,106,32,6,32,5,252,10,0,0,11,32,4,32,12,106,32,10,59,0,0,32,3,32,3,40,2,52,65,1,106,54,2,52,12,1,11,32,17,32,29,32,11,65,8,106,16,70,11,32,39,69,13,1,32,7,47,1,14,34,4,65,255,255,3,70,13,1,32,4,32,11,47,1,74,77,13,1,32,11,32,4,59,1,74,32,0,40,2,60,32,4,65,20,108,106,33,7,12,0,11,0,11,32,26,40,2,20,32,16,75,13,0,11,12,0,11,0,11,32,21,65,1,106,34,21,32,3,40,2,4,79,13,1,32,3,40,2,16,33,4,12,0,11,0,11,32,11,32,3,40,2,8,54,2,16,32,11,32,3,41,2,0,55,3,8,32,3,32,17,40,2,8,54,2,8,32,3,32,17,41,2,0,55,2,0,32,17,32,11,40,2,16,54,2,8,32,17,32,11,41,3,8,55,2,0,11,32,35,65,1,106,34,35,65,128,2,71,13,0,11,32,3,65,1,58,0,72,11,32,11,65,208,0,106,36,0,11,209,32,2,26,127,1,126,35,0,65,128,2,107,34,8,36,0,32,0,40,2,132,9,34,9,40,2,4,33,28,32,8,32,3,54,2,216,1,32,8,65,132,1,106,32,9,32,1,35,2,65,7,106,32,8,65,216,1,106,32,3,16,25,32,0,40,2,132,9,34,3,40,2,4,34,11,4,127,32,3,40,2,0,33,17,65,0,33,9,65,0,33,3,32,11,65,4,79,4,64,32,11,65,124,113,33,12,3,64,32,9,32,17,32,3,65,5,116,106,34,16,40,2,28,65,2,70,106,32,16,40,2,60,65,2,70,106,32,16,40,2,92,65,2,70,106,32,16,40,2,124,65,2,70,106,33,9,32,3,65,4,106,33,3,32,13,65,4,106,34,13,32,12,71,13,0,11,11,32,11,65,3,113,34,16,4,64,3,64,32,9,32,17,32,3,65,5,116,106,40,2,28,65,2,70,106,33,9,32,3,65,1,106,33,3,32,10,65,1,106,34,10,32,16,71,13,0,11,11,32,9,65,10,106,5,65,10,11,33,29,32,8,40,2,136,1,34,18,4,64,65,24,65,0,32,2,65,253,255,3,75,27,33,30,32,0,65,132,1,106,33,17,32,0,65,136,9,106,33,23,32,0,65,200,9,106,33,27,32,0,65,188,9,106,33,24,32,2,65,3,108,33,31,65,0,33,16,3,64,32,8,40,2,132,1,34,11,32,16,65,4,116,106,34,3,40,2,4,33,10,32,3,40,2,0,33,9,2,64,32,29,32,3,40,2,12,34,20,32,25,107,34,26,73,4,64,32,0,40,2,132,9,32,26,16,17,65,0,33,3,32,10,4,64,3,64,32,8,32,9,32,3,65,3,116,106,41,2,0,55,3,8,32,23,32,8,65,8,106,16,10,32,3,65,1,106,34,3,32,10,71,13,0,11,11,32,9,4,64,32,9,35,8,40,2,0,17,2,0,11,32,25,65,1,106,33,25,32,16,65,1,106,34,3,32,18,79,13,1,3,64,32,3,33,10,2,64,2,64,32,0,40,2,96,34,9,69,4,64,32,0,40,2,140,10,69,13,2,32,17,35,1,34,3,41,0,157,3,55,0,0,32,17,32,3,41,0,188,3,55,0,31,32,17,32,3,41,0,181,3,55,0,24,32,17,32,3,41,0,173,3,55,0,16,32,17,32,3,41,0,165,3,55,0,8,12,1,11,32,17,35,1,34,3,41,0,157,3,55,0,0,32,17,32,3,41,0,188,3,55,0,31,32,17,32,3,41,0,181,3,55,0,24,32,17,32,3,41,0,173,3,55,0,16,32,17,32,3,41,0,165,3,55,0,8,32,0,40,2,92,65,0,32,17,32,9,17,3,0,32,0,40,2,140,10,69,13,1,11,32,17,33,9,3,64,2,64,2,64,32,9,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,9,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,9,65,1,106,33,9,12,0,11,0,11,32,11,32,10,65,4,116,106,34,12,40,2,12,32,20,71,13,2,32,12,40,2,0,33,9,65,0,33,3,32,12,40,2,4,34,16,4,64,3,64,32,8,32,9,32,3,65,3,116,106,41,2,0,55,3,0,32,23,32,8,16,10,32,3,65,1,106,34,3,32,16,71,13,0,11,11,32,9,4,64,32,9,35,8,40,2,0,17,2,0,11,32,10,34,16,65,1,106,34,3,32,18,71,13,0,11,12,1,11,32,8,32,3,40,2,8,54,2,128,1,32,8,32,10,54,2,124,32,8,32,9,54,2,120,32,8,65,248,0,106,34,3,32,24,16,115,32,8,65,240,0,106,32,2,32,3,32,5,32,0,40,2,160,9,16,114,2,64,32,16,65,1,106,34,9,32,18,79,13,0,32,8,40,2,132,1,32,9,65,4,116,106,34,3,40,2,12,32,20,71,13,0,3,64,32,9,33,16,32,3,40,2,8,33,22,32,3,40,2,4,33,12,32,3,40,2,0,33,14,32,0,65,0,54,2,204,9,2,64,32,12,34,10,69,4,64,32,8,32,8,41,3,112,55,3,144,1,32,0,40,2,212,9,33,9,65,0,33,10,65,0,33,3,12,1,11,2,64,2,127,3,64,32,0,40,2,204,9,34,9,2,127,32,14,32,10,65,3,116,106,34,3,65,8,107,40,2,0,34,11,65,1,113,4,64,32,11,65,3,118,65,1,113,12,1,11,32,11,47,1,44,65,2,118,65,1,113,11,69,13,1,26,32,3,65,4,107,40,2,0,33,18,32,0,40,2,200,9,33,3,32,0,32,9,65,1,106,34,13,32,0,40,2,208,9,34,15,75,4,127,65,8,32,15,65,1,116,34,9,32,13,32,9,32,13,75,27,34,9,32,9,65,8,77,27,34,13,65,3,116,33,9,2,127,32,3,4,64,32,3,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,3,32,0,32,13,54,2,208,9,32,0,32,3,54,2,200,9,32,0,40,2,204,9,34,9,65,1,106,5,32,13,11,54,2,204,9,32,3,32,9,65,3,116,106,34,3,32,18,54,2,4,32,3,32,11,54,2,0,32,10,65,1,107,34,10,13,0,11,65,0,33,10,32,0,40,2,204,9,11,34,9,65,2,73,13,0,65,0,33,3,32,9,65,1,118,34,11,65,1,71,4,64,32,11,65,254,255,255,255,7,113,33,13,65,0,33,11,3,64,32,0,40,2,200,9,34,18,32,3,65,3,116,34,15,106,34,19,41,2,0,33,34,32,19,32,18,32,0,40,2,204,9,32,3,65,127,115,106,65,3,116,34,19,106,41,2,0,55,2,0,32,0,40,2,200,9,32,19,106,32,34,55,2,0,32,0,40,2,200,9,34,18,32,15,106,34,15,41,2,8,33,34,32,15,32,18,32,0,40,2,204,9,32,3,65,254,255,255,255,1,115,106,65,3,116,34,15,106,41,2,0,55,2,8,32,0,40,2,200,9,32,15,106,32,34,55,2,0,32,3,65,2,106,33,3,32,11,65,2,106,34,11,32,13,71,13,0,11,11,32,9,65,2,113,69,13,0,32,0,40,2,200,9,34,9,32,3,65,3,116,106,34,11,41,2,0,33,34,32,11,32,9,32,0,40,2,204,9,32,3,65,127,115,106,65,3,116,34,3,106,41,2,0,55,2,0,32,0,40,2,200,9,32,3,106,32,34,55,2,0,11,32,8,32,8,41,3,112,55,3,144,1,32,0,40,2,212,9,33,9,32,0,40,2,220,9,32,10,79,4,64,32,10,65,3,116,33,3,12,1,11,32,10,65,3,116,33,3,2,127,32,9,4,64,32,9,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,9,32,0,32,10,54,2,220,9,32,0,32,9,54,2,212,9,11,32,0,32,10,54,2,216,9,32,3,4,64,32,9,32,14,32,3,252,10,0,0,11,65,1,33,9,32,0,40,2,160,9,33,18,65,2,33,13,2,64,2,64,2,64,2,127,32,8,45,0,144,1,65,1,113,4,64,32,8,45,0,145,1,12,1,11,32,8,40,2,144,1,47,1,40,11,34,21,65,255,255,3,113,34,15,65,254,255,3,107,14,2,0,2,1,11,65,0,33,13,65,0,33,9,12,1,11,32,18,40,2,72,32,15,65,3,108,106,34,3,45,0,0,65,229,0,113,33,9,32,3,45,0,1,65,1,116,33,13,11,32,0,40,2,212,9,33,3,32,0,40,2,216,9,34,11,65,3,116,65,204,0,106,34,19,32,0,40,2,220,9,65,3,116,75,4,64,32,3,32,19,35,6,40,2,0,17,1,0,33,3,32,0,32,19,65,3,118,54,2,220,9,32,0,32,3,54,2,212,9,32,0,40,2,216,9,33,11,11,32,8,66,0,55,3,240,1,32,8,66,0,55,3,232,1,32,8,66,0,55,3,224,1,32,8,66,0,55,3,184,1,32,8,65,0,54,2,192,1,32,8,65,1,54,2,252,1,32,8,66,0,55,3,216,1,32,8,65,0,59,1,204,1,32,8,66,0,55,3,176,1,32,8,66,0,55,3,160,1,32,8,65,0,59,1,174,1,32,8,32,21,59,1,208,1,32,8,32,9,32,13,114,65,255,1,113,65,24,65,0,32,15,65,253,255,3,75,27,114,59,1,200,1,32,8,32,11,54,2,212,1,32,3,32,11,65,3,116,106,34,3,32,8,40,2,252,1,54,2,0,32,3,32,8,41,3,240,1,55,2,28,32,3,32,8,41,3,232,1,55,2,20,32,3,32,8,41,3,224,1,55,2,12,32,3,32,8,41,3,216,1,55,2,4,32,3,32,8,40,2,212,1,54,2,36,32,3,32,8,47,1,208,1,59,1,40,32,3,32,8,47,1,204,1,59,1,42,32,3,32,8,47,1,200,1,59,1,44,32,3,32,8,40,2,192,1,54,1,62,32,3,32,8,41,3,184,1,55,1,54,32,3,32,8,41,3,176,1,55,1,46,32,3,32,8,47,1,174,1,59,1,66,32,3,32,8,41,3,160,1,55,2,68,32,8,65,0,54,2,156,1,32,8,32,3,54,2,152,1,32,8,32,8,41,2,152,1,55,3,88,32,8,65,216,0,106,32,18,16,21,32,8,32,8,41,3,144,1,55,3,80,32,8,32,8,41,2,152,1,55,3,72,2,64,32,0,32,8,65,208,0,106,32,8,65,200,0,106,16,109,4,64,65,0,33,3,32,0,40,2,192,9,4,64,3,64,32,8,32,0,40,2,188,9,32,3,65,3,116,106,41,2,0,55,3,56,32,23,32,8,65,56,106,16,10,32,3,65,1,106,34,3,32,0,40,2,192,9,73,13,0,11,11,32,0,65,0,54,2,192,9,32,8,32,8,41,3,112,34,34,55,3,104,32,8,32,34,55,3,48,32,23,32,8,65,48,106,16,10,32,8,32,27,40,2,8,54,2,224,1,32,8,32,27,41,2,0,55,3,216,1,32,27,32,24,40,2,8,54,2,8,32,27,32,24,41,2,0,55,2,0,32,24,32,8,40,2,224,1,54,2,8,32,24,32,8,41,3,216,1,55,2,0,65,1,33,3,32,0,40,2,160,9,33,9,65,2,33,11,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,0,2,1,11,65,0,33,11,65,0,33,3,12,1,11,32,9,40,2,72,32,31,106,34,12,45,0,0,65,229,0,113,33,3,32,12,45,0,1,65,1,116,33,11,11,32,10,65,3,116,34,12,65,204,0,106,34,13,32,22,65,3,116,75,4,64,32,14,32,13,35,6,40,2,0,17,1,0,33,14,11,32,8,66,0,55,3,240,1,32,8,66,0,55,3,232,1,32,8,66,0,55,3,224,1,32,8,66,0,55,3,184,1,32,8,65,0,54,2,192,1,32,8,65,1,54,2,144,1,32,8,66,0,55,3,216,1,32,8,65,0,59,1,208,1,32,8,66,0,55,3,176,1,32,8,66,0,55,3,160,1,32,8,32,2,59,1,212,1,32,8,32,5,59,1,200,1,32,8,32,30,32,3,32,11,114,65,255,1,113,114,59,1,204,1,32,8,32,10,54,2,252,1,32,12,32,14,106,34,3,32,8,40,2,144,1,54,2,0,32,3,32,8,41,3,240,1,55,2,28,32,3,32,8,41,3,232,1,55,2,20,32,3,32,8,41,3,224,1,55,2,12,32,3,32,8,41,3,216,1,55,2,4,32,3,32,8,40,2,252,1,54,2,36,32,3,32,8,47,1,212,1,59,1,40,32,3,32,8,47,1,208,1,59,1,42,32,3,32,8,47,1,204,1,59,1,44,32,3,32,8,40,2,192,1,54,1,62,32,3,32,8,41,3,184,1,55,1,54,32,3,32,8,41,3,176,1,55,1,46,32,3,32,8,47,1,200,1,59,1,66,32,3,32,8,41,3,160,1,55,2,68,32,8,65,0,54,2,156,1,32,8,32,3,54,2,152,1,32,8,32,8,41,3,152,1,55,3,40,32,8,65,40,106,32,9,16,21,32,8,32,8,41,3,152,1,55,3,112,12,1,11,65,0,33,3,32,0,65,0,54,2,204,9,32,12,4,64,3,64,32,8,32,14,32,3,65,3,116,106,41,2,0,55,3,64,32,23,32,8,65,64,107,16,10,32,3,65,1,106,34,3,32,12,71,13,0,11,11,32,14,69,13,0,32,14,35,8,40,2,0,17,2,0,11,32,16,65,1,106,34,9,32,8,40,2,136,1,34,18,79,13,1,32,8,40,2,132,1,32,9,65,4,116,106,34,3,40,2,12,32,20,70,13,0,11,11,32,0,40,2,160,9,32,26,65,5,116,34,19,32,0,40,2,132,9,40,2,0,106,40,2,0,47,1,0,34,9,32,2,16,42,33,15,2,64,32,7,69,13,0,32,9,32,15,71,13,0,32,8,40,2,112,34,3,32,3,47,1,44,65,4,114,59,1,44,11,32,8,40,2,112,33,3,2,64,2,64,32,6,13,0,32,18,65,1,75,13,0,32,28,65,2,73,13,1,11,32,3,32,3,47,1,44,65,24,114,59,1,44,65,255,255,3,33,9,11,32,3,32,9,59,1,42,32,3,32,3,40,2,60,32,4,106,54,2,60,32,0,40,2,132,9,32,8,32,8,41,3,112,34,34,55,3,96,32,8,32,34,55,3,32,65,0,33,11,32,26,32,8,65,32,106,65,0,32,15,16,23,32,0,40,2,192,9,4,64,3,64,32,0,40,2,188,9,32,11,65,3,116,106,41,2,0,33,34,32,0,40,2,132,9,34,3,40,2,0,32,19,106,34,22,40,2,0,33,9,2,127,32,3,40,2,40,34,10,4,64,32,3,32,10,65,1,107,34,10,54,2,40,32,3,40,2,36,32,10,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,3,32,15,59,1,0,32,3,65,2,106,65,0,65,146,1,252,11,0,32,34,167,33,10,32,3,66,0,55,2,152,1,32,3,65,1,54,2,148,1,32,3,65,0,54,2,160,1,2,64,2,127,2,64,2,64,32,9,4,64,32,3,65,0,54,2,28,32,3,32,34,55,2,20,32,3,32,9,54,2,16,32,3,65,1,59,1,144,1,32,3,32,9,41,2,4,55,2,4,32,3,32,9,40,2,12,54,2,12,32,3,32,9,40,2,152,1,34,12,54,2,152,1,32,3,32,9,40,2,160,1,34,32,54,2,160,1,32,3,32,9,40,2,156,1,34,9,54,2,156,1,32,10,69,13,1,32,10,65,1,113,34,33,13,2,32,3,32,10,45,0,45,65,2,113,4,127,65,226,4,5,32,10,40,2,32,11,32,12,106,54,2,152,1,65,0,32,10,40,2,12,32,10,40,2,20,34,21,27,33,12,32,10,40,2,16,32,10,40,2,4,106,33,13,32,10,40,2,24,33,14,32,21,32,10,40,2,8,106,12,3,11,32,3,66,0,55,2,4,65,0,33,9,32,3,65,0,54,2,12,32,10,13,3,11,32,22,32,9,54,2,8,12,2,11,32,3,32,12,32,10,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,34,66,32,136,167,65,255,1,113,33,12,32,34,66,56,136,167,34,14,32,34,66,48,136,167,65,255,1,113,106,33,13,32,34,66,40,136,167,65,15,113,11,33,21,32,3,32,3,40,2,4,32,13,106,54,2,4,32,3,32,3,40,2,8,32,21,106,173,32,12,32,14,106,65,0,32,3,40,2,12,32,21,27,106,173,66,32,134,132,55,2,8,2,64,32,33,69,4,64,65,0,33,14,32,3,32,10,40,2,36,34,12,4,127,32,10,40,2,56,5,65,0,11,32,9,106,32,10,47,1,44,65,1,113,106,32,10,47,1,40,65,254,255,3,70,106,54,2,156,1,32,12,69,13,1,32,10,40,2,60,33,14,12,1,11,32,3,32,9,32,10,65,1,118,65,1,113,106,54,2,156,1,65,0,33,14,11,32,3,32,14,32,32,106,54,2,160,1,11,32,22,32,3,54,2,0,32,11,65,1,106,34,11,32,0,40,2,192,9,73,13,0,11,11,65,0,33,3,32,20,32,25,70,13,0,3,64,2,64,32,1,32,3,70,13,0,32,0,40,2,132,9,34,15,40,2,0,34,9,32,3,65,5,116,106,34,10,40,2,28,13,0,32,9,32,19,106,34,20,40,2,28,13,0,32,10,40,2,0,34,14,47,1,0,34,21,32,20,40,2,0,34,13,47,1,0,71,13,0,32,14,40,2,4,32,13,40,2,4,71,13,0,32,14,40,2,152,1,32,13,40,2,152,1,71,13,0,35,1,65,148,12,106,33,12,32,20,40,2,12,33,11,2,64,32,10,40,2,12,34,9,69,13,0,32,9,65,1,113,13,0,32,9,45,0,44,65,192,0,113,69,13,0,32,12,32,9,65,48,106,32,9,40,2,36,27,33,12,11,35,1,65,148,12,106,33,9,2,64,32,11,69,13,0,32,11,65,1,113,13,0,32,11,45,0,44,65,192,0,113,69,13,0,32,9,32,11,65,48,106,32,11,40,2,36,27,33,9,11,32,12,40,2,24,33,22,2,64,32,9,40,2,24,34,11,65,25,79,4,64,32,11,32,22,71,13,2,32,12,40,2,0,33,12,32,9,40,2,0,33,9,12,1,11,32,11,32,22,71,13,1,11,32,12,32,9,32,11,16,18,13,0,32,13,47,1,144,1,4,127,65,0,33,3,3,64,32,15,40,2,52,33,9,32,10,40,2,0,32,8,32,13,32,3,65,4,116,106,34,11,41,2,24,55,3,24,32,8,32,11,41,2,16,55,3,16,32,8,65,16,106,32,9,16,32,32,3,65,1,106,34,3,32,20,40,2,0,34,13,47,1,144,1,73,13,0,11,32,10,40,2,0,34,14,47,1,0,5,32,21,11,65,255,255,3,113,69,4,64,32,10,32,14,40,2,156,1,54,2,8,11,32,15,32,26,16,17,32,25,65,1,106,33,25,12,2,11,32,3,65,1,106,34,3,32,26,71,13,0,11,11,32,16,65,1,106,34,16,32,18,73,13,0,11,32,0,40,2,132,9,40,2,4,33,11,11,32,8,65,128,2,106,36,0,65,127,32,28,32,11,32,28,77,27,11,145,10,2,17,127,1,126,35,0,65,192,1,107,34,3,36,0,32,0,40,2,132,9,32,3,32,2,41,2,0,55,3,56,32,1,32,3,65,56,106,65,0,65,1,16,23,32,3,65,220,0,106,32,0,40,2,132,9,32,1,35,2,65,10,106,65,0,65,0,16,25,32,3,40,2,96,4,64,32,0,65,180,9,106,33,14,32,0,65,136,9,106,33,15,3,64,32,3,40,2,92,32,16,65,4,116,106,34,5,40,2,8,33,11,32,5,40,2,4,33,2,32,5,40,2,0,33,7,32,3,66,0,55,3,80,66,0,33,20,2,64,32,2,34,5,69,13,0,3,64,32,3,32,7,32,5,65,1,107,34,8,65,3,116,34,17,106,41,2,0,34,20,55,3,72,2,64,2,64,32,20,167,34,4,65,1,113,4,64,32,20,66,8,131,66,0,82,13,2,65,0,33,10,65,1,33,12,65,0,33,6,12,1,11,32,4,45,0,44,65,4,113,13,1,32,4,32,4,40,2,36,34,6,65,3,116,107,33,10,32,6,69,4,64,65,0,33,6,65,1,33,12,12,1,11,65,0,33,12,65,0,33,4,32,6,65,1,71,4,64,32,6,65,126,113,33,18,65,0,33,13,3,64,32,10,32,4,65,3,116,106,34,19,40,2,0,34,9,65,1,113,69,4,64,32,9,32,9,40,2,0,65,1,106,54,2,0,32,9,40,2,0,26,11,32,19,40,2,8,34,9,65,1,113,69,4,64,32,9,32,9,40,2,0,65,1,106,54,2,0,32,9,40,2,0,26,11,32,4,65,2,106,33,4,32,13,65,2,106,34,13,32,18,71,13,0,11,11,32,6,65,1,113,69,13,0,32,10,32,4,65,3,116,106,40,2,0,34,4,65,1,113,13,0,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,11,32,11,32,2,32,6,106,65,1,107,34,4,73,4,64,32,4,65,3,116,33,11,2,127,32,7,4,64,32,7,32,11,35,6,40,2,0,17,1,0,12,1,11,32,11,35,7,40,2,0,17,0,0,11,33,7,32,4,33,11,11,2,64,32,2,32,5,77,13,0,32,2,32,5,107,65,3,116,34,2,69,13,0,32,7,32,6,32,8,106,65,3,116,106,32,7,32,5,65,3,116,106,32,2,252,10,0,0,11,2,64,32,12,13,0,32,6,65,3,116,33,2,32,7,32,17,106,33,5,32,10,4,64,32,2,69,13,1,32,5,32,10,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,5,65,0,32,2,252,11,0,11,2,127,32,3,45,0,72,65,1,113,4,64,32,3,40,2,72,33,8,32,3,45,0,73,12,1,11,32,3,40,2,72,34,8,47,1,40,11,33,2,65,1,33,5,32,0,40,2,160,9,33,6,32,8,47,1,66,33,9,65,2,33,8,2,64,2,64,2,64,32,2,65,255,255,3,113,34,10,65,254,255,3,107,14,2,0,2,1,11,65,0,33,8,65,0,33,5,12,1,11,32,6,40,2,72,32,10,65,3,108,106,34,8,45,0,0,65,229,0,113,33,5,32,8,45,0,1,65,1,116,33,8,11,32,4,65,3,116,34,12,65,204,0,106,34,13,32,11,65,3,116,75,4,64,32,7,32,13,35,6,40,2,0,17,1,0,33,7,11,32,3,66,0,55,3,176,1,32,3,66,0,55,3,168,1,32,3,66,0,55,3,160,1,32,3,66,0,55,3,128,1,32,3,65,0,54,2,136,1,32,3,65,1,54,2,188,1,32,3,66,0,55,3,152,1,32,3,65,0,59,1,142,1,32,3,66,0,55,3,120,32,3,66,0,55,3,104,32,3,32,9,59,1,118,32,3,32,2,59,1,144,1,32,3,32,5,32,8,114,65,255,1,113,65,24,65,0,32,10,65,253,255,3,75,27,114,59,1,140,1,32,3,32,4,54,2,148,1,32,7,32,12,106,34,2,32,3,40,2,188,1,54,2,0,32,2,32,3,41,3,176,1,55,2,28,32,2,32,3,41,3,168,1,55,2,20,32,2,32,3,41,3,160,1,55,2,12,32,2,32,3,41,3,152,1,55,2,4,32,2,32,3,40,2,148,1,54,2,36,32,2,32,3,47,1,144,1,59,1,40,32,2,32,3,47,1,142,1,59,1,42,32,2,32,3,47,1,140,1,59,1,44,32,2,32,3,40,2,136,1,54,1,62,32,2,32,3,41,3,128,1,55,1,54,32,2,32,3,41,3,120,55,1,46,32,2,32,3,47,1,118,59,1,66,32,2,32,3,41,3,104,55,2,68,32,3,65,0,54,2,68,32,3,32,2,54,2,64,32,3,32,3,41,3,64,55,3,48,32,3,65,48,106,32,6,16,21,32,3,32,3,41,3,64,34,20,55,3,80,32,3,32,3,41,3,72,55,3,40,32,15,32,3,65,40,106,16,10,12,2,11,32,8,34,5,13,0,11,66,0,33,20,11,32,0,32,0,40,2,144,10,65,1,106,54,2,144,10,2,64,2,64,32,0,40,2,180,9,4,64,32,3,32,14,41,2,0,55,3,32,32,3,32,3,41,3,80,55,3,24,32,0,32,3,65,32,106,32,3,65,24,106,16,109,69,13,1,32,3,32,14,41,2,0,55,3,8,32,15,32,3,65,8,106,16,10,11,32,14,32,20,55,2,0,12,1,11,32,3,32,3,41,3,80,55,3,16,32,15,32,3,65,16,106,16,10,11,32,16,65,1,106,34,16,32,3,40,2,96,73,13,0,11,11,32,0,40,2,132,9,32,3,40,2,92,40,2,12,16,17,32,0,40,2,132,9,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,3,65,192,1,106,36,0,11,228,2,1,3,127,2,64,32,0,40,2,20,34,2,32,1,40,2,4,34,3,79,4,64,32,2,65,127,70,13,1,32,0,32,1,40,2,8,32,2,32,3,107,106,34,3,54,2,20,32,0,32,0,40,2,12,34,2,32,1,40,2,32,32,2,32,1,40,2,24,107,34,4,65,0,32,2,32,4,79,27,106,32,0,40,2,8,34,2,32,1,40,2,20,34,4,75,27,173,66,32,134,32,1,40,2,28,32,2,32,4,107,34,4,65,0,32,2,32,4,79,27,106,173,132,55,2,8,32,3,32,1,40,2,8,79,13,1,32,0,66,127,55,2,8,32,0,65,127,54,2,20,12,1,11,32,2,32,1,40,2,0,34,3,77,13,0,32,0,32,3,54,2,20,32,0,32,1,41,2,12,55,2,8,11,2,64,32,0,40,2,16,34,2,32,1,40,2,4,34,3,79,4,64,32,0,32,1,40,2,8,32,2,32,3,107,106,34,3,54,2,16,32,0,32,0,40,2,4,34,2,32,1,40,2,32,32,2,32,1,40,2,24,107,34,4,65,0,32,2,32,4,79,27,106,32,0,40,2,0,34,2,32,1,40,2,20,34,4,75,27,173,66,32,134,32,1,40,2,28,32,2,32,4,107,34,4,65,0,32,2,32,4,79,27,106,173,132,55,2,0,32,3,32,1,40,2,8,79,13,1,32,0,66,127,55,2,0,32,0,65,127,54,2,16,15,11,32,2,32,1,40,2,0,34,3,77,13,0,32,0,32,3,54,2,16,32,0,32,1,41,2,12,55,2,0,11,11,161,19,2,23,127,1,126,35,0,65,48,107,34,8,36,0,32,8,65,36,106,32,0,40,2,132,9,34,2,32,1,35,2,65,9,106,65,0,65,0,16,25,2,127,32,8,40,2,40,34,21,4,64,32,0,65,132,1,106,33,15,32,0,65,136,9,106,33,22,3,64,32,2,32,8,40,2,36,34,2,40,2,12,32,1,16,38,32,2,32,1,54,2,12,65,0,33,16,65,0,33,14,3,64,32,8,40,2,36,32,16,65,4,116,106,34,2,40,2,4,33,18,32,2,40,2,12,65,5,116,34,19,32,0,40,2,132,9,40,2,0,106,40,2,0,47,1,0,33,7,32,8,32,2,40,2,0,34,20,41,2,0,34,25,55,3,24,2,64,32,25,167,34,2,65,1,113,13,0,65,0,33,12,32,2,40,2,36,34,23,69,13,0,3,64,32,7,33,3,2,64,2,64,2,64,2,64,32,8,40,2,24,34,2,32,2,40,2,36,65,3,116,107,32,12,65,3,116,106,41,2,0,34,25,167,34,6,65,1,113,34,13,69,4,64,65,0,33,7,32,6,40,2,36,65,0,71,33,14,32,6,47,1,40,34,9,65,255,255,3,70,13,3,32,6,45,0,44,65,4,113,69,13,1,32,3,33,7,12,3,11,65,0,33,14,32,6,65,8,113,13,3,32,6,65,128,254,3,113,65,8,118,33,9,12,1,11,32,9,65,254,255,3,70,13,1,11,32,3,65,255,255,3,113,33,2,32,0,40,2,160,9,34,5,40,2,24,33,7,2,64,32,9,32,5,40,2,12,73,4,64,2,64,2,64,32,2,32,7,79,4,64,32,5,40,2,44,32,5,40,2,48,32,2,32,7,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,17,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,4,65,0,33,10,3,64,32,4,65,4,106,33,2,32,4,47,1,2,34,11,4,127,32,2,32,11,65,1,116,106,65,0,33,7,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,7,65,1,106,34,7,32,11,71,13,0,11,5,32,2,11,33,4,65,0,33,2,32,10,65,1,106,34,10,32,17,71,13,0,11,12,2,11,32,5,40,2,40,32,5,40,2,4,32,2,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,4,47,1,0,33,2,11,65,0,33,7,32,5,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,34,4,69,13,1,32,2,32,4,65,3,116,106,34,2,45,0,0,13,1,32,3,32,2,65,8,106,34,2,65,6,107,47,1,0,32,2,65,4,107,45,0,0,65,1,113,27,33,7,12,1,11,2,64,32,2,32,7,79,4,64,32,5,40,2,44,32,5,40,2,48,32,2,32,7,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,5,69,4,64,65,0,33,7,12,3,11,32,2,65,2,106,33,3,65,0,33,11,3,64,32,3,65,4,106,33,2,32,3,47,1,2,34,4,4,127,32,2,32,4,65,1,116,106,65,0,33,7,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,7,65,1,106,34,7,32,4,71,13,0,11,5,32,2,11,33,3,65,0,33,7,32,11,65,1,106,34,11,32,5,71,13,0,11,12,2,11,32,5,40,2,40,32,5,40,2,4,32,2,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,7,12,1,11,32,3,47,1,0,33,7,11,32,13,13,1,11,32,6,32,6,40,2,0,65,1,106,54,2,0,32,6,40,2,0,26,11,32,0,40,2,132,9,34,2,40,2,0,32,19,106,34,11,40,2,0,33,3,2,127,32,2,40,2,40,34,4,4,64,32,2,32,4,65,1,107,34,4,54,2,40,32,2,40,2,36,32,4,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,2,32,7,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,2,66,0,55,2,152,1,32,2,65,1,54,2,148,1,32,2,65,0,54,2,160,1,2,64,2,127,2,64,2,64,32,3,4,64,32,2,65,0,59,0,29,32,2,32,14,58,0,28,32,2,32,25,55,2,20,32,2,32,3,54,2,16,32,2,65,1,59,1,144,1,32,2,65,0,58,0,31,32,2,32,3,41,2,4,55,2,4,32,2,32,3,40,2,12,54,2,12,32,2,32,3,40,2,152,1,34,4,54,2,152,1,32,2,32,3,40,2,160,1,34,17,54,2,160,1,32,2,32,3,40,2,156,1,34,9,54,2,156,1,32,6,69,13,1,32,13,13,2,32,2,32,6,45,0,45,65,2,113,4,127,65,226,4,5,32,6,40,2,32,11,32,4,106,54,2,152,1,65,0,32,6,40,2,12,32,6,40,2,20,34,3,27,33,4,32,6,40,2,16,32,6,40,2,4,106,33,10,32,6,40,2,24,33,5,32,3,32,6,40,2,8,106,12,3,11,32,2,66,0,55,2,4,65,0,33,9,32,2,65,0,54,2,12,32,6,13,3,11,32,11,32,9,54,2,8,12,2,11,32,2,32,4,32,6,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,25,66,32,136,167,34,3,65,255,1,113,33,4,32,3,65,24,118,34,5,32,3,65,16,118,65,255,1,113,106,33,10,32,3,65,8,118,65,15,113,11,33,3,32,2,32,2,40,2,4,32,10,106,54,2,4,32,2,32,2,40,2,8,32,3,106,173,32,4,32,5,106,65,0,32,2,40,2,12,32,3,27,106,173,66,32,134,132,55,2,8,2,64,32,13,69,4,64,65,0,33,5,32,2,32,6,40,2,36,34,3,4,127,32,6,40,2,56,5,65,0,11,32,9,106,32,6,47,1,44,65,1,113,106,32,6,47,1,40,65,254,255,3,70,106,54,2,156,1,32,3,69,13,1,32,6,40,2,60,33,5,12,1,11,32,2,32,9,32,6,65,1,118,65,1,113,106,54,2,156,1,65,0,33,5,11,32,2,32,5,32,17,106,54,2,160,1,11,32,11,32,2,54,2,0,32,12,65,1,106,34,12,32,23,71,13,0,11,11,65,1,33,12,32,18,65,1,75,4,64,3,64,32,20,32,12,65,3,116,106,41,2,0,33,25,32,0,40,2,132,9,34,2,40,2,0,32,19,106,34,6,40,2,0,33,3,2,127,32,2,40,2,40,34,4,4,64,32,2,32,4,65,1,107,34,4,54,2,40,32,2,40,2,36,32,4,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,2,32,7,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,25,167,33,4,32,2,66,0,55,2,152,1,32,2,65,1,54,2,148,1,32,2,65,0,54,2,160,1,2,64,32,2,2,127,2,64,2,64,32,3,4,64,32,2,65,0,54,2,28,32,2,32,25,55,2,20,32,2,32,3,54,2,16,32,2,65,1,59,1,144,1,32,2,32,3,41,2,4,55,2,4,32,2,32,3,40,2,12,54,2,12,32,2,32,3,40,2,152,1,34,5,54,2,152,1,32,2,32,3,40,2,160,1,34,9,54,2,160,1,32,2,32,3,40,2,156,1,34,3,54,2,156,1,32,4,69,13,1,32,4,65,1,113,34,13,13,2,32,2,32,4,45,0,45,65,2,113,4,127,65,226,4,5,32,4,40,2,32,11,32,5,106,54,2,152,1,65,0,32,4,40,2,12,32,4,40,2,20,34,5,27,33,11,32,5,32,4,40,2,8,106,33,5,32,4,40,2,24,33,10,32,4,40,2,16,32,4,40,2,4,106,12,3,11,32,2,66,0,55,2,4,65,0,33,3,32,2,65,0,54,2,12,32,4,13,3,11,32,6,32,3,54,2,8,12,2,11,32,2,32,5,32,4,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,25,66,32,136,167,65,255,1,113,33,11,32,25,66,40,136,167,65,15,113,33,5,32,25,66,56,136,167,34,10,32,25,66,48,136,167,65,255,1,113,106,11,32,2,40,2,4,106,54,2,4,32,2,32,2,40,2,8,32,5,106,173,32,10,32,11,106,65,0,32,2,40,2,12,32,5,27,106,173,66,32,134,132,55,2,8,2,64,32,13,69,4,64,65,0,33,5,32,2,32,4,40,2,36,34,10,4,127,32,4,40,2,56,5,65,0,11,32,3,106,32,4,47,1,44,65,1,113,106,32,4,47,1,40,65,254,255,3,70,106,54,2,156,1,32,10,69,13,1,32,4,40,2,60,33,5,12,1,11,32,2,32,3,32,4,65,1,118,65,1,113,106,54,2,156,1,65,0,33,5,11,32,2,32,5,32,9,106,54,2,160,1,11,32,6,32,2,54,2,0,32,12,65,1,106,34,12,32,18,71,13,0,11,11,32,8,32,8,41,3,24,55,3,16,32,22,32,8,65,16,106,16,10,32,20,35,8,40,2,0,17,2,0,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,0,40,2,160,9,33,7,35,1,65,171,10,106,33,2,2,64,2,64,2,64,2,127,32,8,45,0,24,65,1,113,4,64,32,8,45,0,25,12,1,11,32,8,40,2,24,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,7,40,2,8,32,7,40,2,4,106,32,3,77,13,0,32,7,40,2,56,32,3,65,2,116,106,40,2,0,33,2,11,32,8,32,2,54,2,0,32,15,65,128,8,35,1,65,165,7,106,32,8,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,15,32,2,17,3,0,11,32,15,33,3,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,32,0,40,2,140,10,34,2,69,13,3,32,0,40,2,132,9,32,0,40,2,160,9,32,2,16,29,35,1,65,235,11,106,32,0,40,2,140,10,16,20,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,0,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,16,65,1,106,34,16,32,8,40,2,40,73,13,0,11,65,1,32,14,69,13,2,26,32,8,65,36,106,32,0,40,2,132,9,34,2,32,1,35,2,65,9,106,65,0,65,0,16,25,32,8,40,2,40,13,0,11,11,32,21,65,0,71,11,32,8,65,48,106,36,0,11,197,3,1,7,127,35,0,65,16,107,33,4,2,127,32,2,45,0,0,34,7,65,1,113,69,4,64,32,2,40,2,0,34,5,65,196,0,65,40,32,5,40,2,36,34,6,27,106,47,1,0,33,8,32,5,65,42,106,32,6,69,13,1,26,32,5,65,198,0,106,12,1,11,32,2,45,0,1,33,8,32,2,65,2,106,11,47,1,0,33,6,32,0,40,2,160,9,34,10,40,2,88,33,0,2,64,32,10,40,2,0,65,14,77,4,64,32,0,32,1,65,2,116,106,34,9,47,1,0,33,5,32,9,47,1,2,33,9,32,4,65,0,59,1,12,32,4,32,9,59,1,10,32,4,32,5,59,1,8,32,0,32,6,65,2,116,106,40,1,0,33,0,32,4,65,0,59,1,4,32,4,32,0,54,2,0,12,1,11,32,4,32,0,32,1,65,6,108,106,34,5,47,1,4,59,1,12,32,4,32,5,40,1,0,34,5,54,2,8,32,4,32,0,32,6,65,6,108,106,34,0,47,1,4,59,1,4,32,4,32,0,40,1,0,54,2,0,11,2,64,32,5,65,255,255,3,113,65,255,255,3,70,4,64,65,0,33,0,12,1,11,2,64,32,3,40,2,4,69,13,0,32,4,40,2,0,32,4,40,2,8,115,32,4,47,1,4,32,4,47,1,12,115,114,13,0,32,10,47,1,100,32,8,71,4,64,65,1,33,0,12,2,11,32,7,65,1,113,4,127,32,7,65,6,118,65,1,113,5,32,2,40,2,0,47,1,44,65,10,118,65,1,113,11,13,0,65,1,33,0,32,2,65,2,106,32,2,40,2,0,65,42,106,32,7,65,1,113,27,47,1,0,32,1,70,13,1,11,2,127,32,2,40,2,0,34,0,65,1,113,4,64,32,2,45,0,7,12,1,11,32,0,40,2,16,11,33,2,65,0,33,0,32,8,69,32,2,65,0,71,114,69,13,0,32,4,47,1,10,13,0,32,3,45,0,8,33,0,11,32,0,65,1,113,11,219,50,2,28,127,2,126,35,0,65,192,2,107,34,4,36,0,32,0,40,2,132,9,34,5,40,2,0,32,1,65,5,116,106,34,3,40,2,0,34,6,40,2,8,33,30,32,6,40,2,4,33,26,32,5,40,2,4,33,18,32,6,40,2,156,1,34,15,32,3,40,2,8,34,13,73,4,64,32,3,32,15,54,2,8,32,15,33,13,11,32,3,40,2,4,33,23,32,6,40,2,152,1,33,24,2,64,32,3,40,2,28,65,1,71,4,64,32,6,47,1,0,13,1,32,6,40,2,20,13,1,11,32,24,65,244,3,106,33,24,11,2,64,32,23,69,13,0,32,2,45,0,0,65,1,113,69,4,64,32,2,40,2,0,47,1,40,65,255,255,3,70,13,1,11,32,23,40,2,4,69,13,0,32,0,65,188,9,106,33,10,32,0,65,136,9,106,33,27,32,24,32,26,106,33,19,32,13,32,15,71,33,25,3,64,2,64,2,64,32,23,40,2,0,32,28,65,20,108,106,34,5,47,1,16,34,20,69,13,0,32,5,40,2,0,34,7,32,26,70,13,0,32,5,40,2,12,33,17,32,5,40,2,4,33,8,32,18,4,64,32,0,40,2,132,9,40,2,0,33,6,65,0,33,3,3,64,32,20,32,6,32,3,65,5,116,106,40,2,0,34,5,47,1,0,70,4,64,32,5,40,2,4,32,26,70,13,3,11,32,3,65,1,106,34,3,32,18,71,13,0,11,11,32,0,32,1,32,19,32,7,107,32,17,65,228,0,108,106,32,30,32,8,107,65,30,108,106,16,108,13,1,2,127,32,2,45,0,0,65,1,113,4,64,32,2,45,0,1,12,1,11,32,2,40,2,0,47,1,40,11,33,14,2,64,32,0,40,2,160,9,34,3,40,2,24,34,5,32,20,77,4,64,32,3,40,2,44,32,3,40,2,48,32,20,32,5,107,65,2,116,106,40,2,0,65,1,116,106,34,5,47,1,0,34,8,69,13,2,32,5,65,2,106,33,6,65,0,33,16,3,64,32,6,65,4,106,33,3,32,6,47,1,2,34,11,4,127,32,3,32,11,65,1,116,106,65,0,33,7,3,64,32,3,47,1,0,32,14,65,255,255,3,113,70,13,4,32,3,65,2,106,33,3,32,7,65,1,106,34,7,32,11,71,13,0,11,5,32,3,11,33,6,32,16,65,1,106,34,16,32,8,71,13,0,11,12,2,11,32,3,40,2,40,32,3,40,2,4,32,20,108,65,1,116,106,32,14,65,255,255,3,113,65,1,116,106,33,6,11,32,6,47,1,0,69,13,0,32,0,40,2,132,9,33,5,32,4,32,17,32,25,106,34,29,54,2,160,2,32,4,65,200,1,106,32,5,32,1,35,2,65,7,106,32,4,65,160,2,106,32,29,16,25,32,4,40,2,204,1,34,5,69,13,0,65,0,33,22,65,127,33,21,3,64,32,4,32,4,40,2,200,1,32,22,65,4,116,106,34,14,41,2,8,55,3,192,1,32,4,32,14,41,2,0,55,3,184,1,2,64,2,64,32,21,32,4,40,2,196,1,34,11,70,4,64,65,0,33,3,32,4,40,2,184,1,33,8,32,4,40,2,188,1,34,6,4,64,3,64,32,4,32,8,32,3,65,3,116,106,41,2,0,55,3,136,1,32,27,32,4,65,136,1,106,16,10,32,3,65,1,106,34,3,32,6,71,13,0,11,11,32,8,4,64,32,8,35,8,40,2,0,17,2,0,11,32,5,32,22,65,127,115,106,65,4,116,34,3,69,13,1,32,14,32,14,65,16,106,32,3,252,10,0,0,12,1,11,32,20,32,0,40,2,132,9,34,7,40,2,0,32,11,65,5,116,106,34,3,40,2,0,34,8,47,1,0,71,4,64,32,3,65,2,54,2,28,65,0,33,3,32,4,40,2,184,1,33,8,32,4,40,2,188,1,34,6,4,64,3,64,32,4,32,8,32,3,65,3,116,106,41,2,0,55,3,168,1,32,27,32,4,65,168,1,106,16,10,32,3,65,1,106,34,3,32,6,71,13,0,11,11,32,8,4,64,32,8,35,8,40,2,0,17,2,0,32,4,65,0,54,2,184,1,11,32,5,32,22,65,127,115,106,65,4,116,34,3,69,13,1,32,14,32,14,65,16,106,32,3,252,10,0,0,12,1,11,65,0,33,3,2,64,32,8,47,1,144,1,34,5,69,13,0,3,64,2,64,32,8,32,3,65,4,116,106,40,2,20,34,6,69,13,0,32,6,65,1,113,13,0,32,6,47,1,40,65,255,255,3,71,13,0,32,4,65,0,58,0,136,2,32,4,65,160,2,106,32,7,32,11,35,2,65,8,106,32,4,65,136,2,106,65,1,16,25,32,4,40,2,164,2,69,13,2,32,7,32,4,40,2,160,2,34,5,40,2,12,32,11,16,38,32,5,40,2,4,34,7,69,13,2,2,64,32,5,40,2,0,34,14,40,2,0,34,11,65,1,113,13,0,32,11,40,2,36,34,17,69,13,0,32,4,40,2,184,1,33,6,32,4,40,2,188,1,34,8,32,17,106,34,3,32,4,40,2,192,1,75,4,64,32,3,65,3,116,33,5,2,127,32,6,4,64,32,6,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,6,32,4,32,3,54,2,192,1,32,4,32,6,54,2,184,1,11,32,17,65,3,116,33,3,2,64,32,8,69,13,0,32,8,65,3,116,34,5,69,13,0,32,3,32,6,106,32,6,32,5,252,10,0,0,11,32,3,4,64,32,6,32,11,32,3,107,32,3,252,10,0,0,11,32,4,32,4,40,2,188,1,32,17,106,54,2,188,1,65,0,33,3,32,17,65,1,71,4,64,32,17,65,126,113,33,8,65,0,33,6,3,64,32,3,65,3,116,34,5,32,4,40,2,184,1,106,40,2,0,34,11,65,1,113,69,4,64,32,11,32,11,40,2,0,65,1,106,54,2,0,32,11,40,2,0,26,11,32,4,40,2,184,1,32,5,106,40,2,8,34,5,65,1,113,69,4,64,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,11,32,3,65,2,106,33,3,32,6,65,2,106,34,6,32,8,71,13,0,11,11,32,17,65,1,113,69,13,0,32,4,40,2,184,1,32,3,65,3,116,106,40,2,0,34,5,65,1,113,13,0,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,11,65,0,33,3,3,64,32,4,32,14,32,3,65,3,116,106,41,2,0,55,3,160,1,32,27,32,4,65,160,1,106,16,10,32,3,65,1,106,34,3,32,7,71,13,0,11,32,14,35,8,40,2,0,17,2,0,12,2,11,32,3,65,1,106,34,3,32,5,71,13,0,11,11,32,4,65,184,1,106,32,10,16,115,2,64,32,4,40,2,188,1,34,8,4,64,32,0,40,2,160,9,33,3,32,4,40,2,184,1,33,7,32,8,65,3,116,34,5,65,204,0,106,34,6,32,4,40,2,192,1,65,3,116,75,4,64,32,7,32,6,35,6,40,2,0,17,1,0,33,7,32,4,32,6,65,3,118,54,2,192,1,32,4,32,7,54,2,184,1,11,32,4,66,0,55,3,184,2,32,4,66,0,55,3,176,2,32,4,66,0,55,3,168,2,32,4,66,0,55,3,144,2,32,4,65,0,54,2,152,2,32,4,65,1,54,2,244,1,32,4,66,0,55,3,160,2,32,4,65,0,59,1,130,2,32,4,66,0,55,3,136,2,32,4,66,0,55,3,224,1,32,4,65,255,255,3,59,1,132,2,32,4,65,27,59,1,236,1,32,4,65,0,59,1,234,1,32,4,32,8,54,2,240,1,32,5,32,7,106,34,5,32,4,40,2,244,1,54,2,0,32,5,32,4,41,3,184,2,55,2,28,32,5,32,4,41,3,176,2,55,2,20,32,5,32,4,41,3,168,2,55,2,12,32,5,32,4,41,3,160,2,55,2,4,32,5,32,4,40,2,240,1,54,2,36,32,5,32,4,47,1,132,2,59,1,40,32,5,32,4,47,1,130,2,59,1,42,32,5,32,4,47,1,236,1,59,1,44,32,5,32,4,40,2,152,2,54,1,62,32,5,32,4,41,3,144,2,55,1,54,32,5,32,4,41,3,136,2,55,1,46,32,5,32,4,47,1,234,1,59,1,66,32,5,32,4,41,3,224,1,55,2,68,32,4,65,0,54,2,220,1,32,4,32,5,54,2,216,1,32,4,32,4,41,3,216,1,55,3,152,1,32,4,65,152,1,106,32,3,16,21,32,5,32,5,47,1,44,65,4,114,59,1,44,32,4,32,4,41,3,216,1,34,31,55,3,160,2,32,0,40,2,132,9,32,4,32,31,55,3,144,1,32,4,40,2,196,1,32,4,65,144,1,106,65,0,32,20,16,23,12,1,11,32,4,40,2,184,1,34,5,69,13,0,32,5,35,8,40,2,0,17,2,0,32,4,65,0,54,2,192,1,32,4,66,0,55,3,184,1,11,65,0,33,5,32,4,40,2,196,1,33,21,32,0,40,2,192,9,4,64,3,64,32,0,40,2,188,9,32,5,65,3,116,106,41,2,0,33,31,32,0,40,2,132,9,34,6,40,2,0,32,21,65,5,116,106,34,17,40,2,0,33,8,2,127,32,6,40,2,40,34,3,4,64,32,6,32,3,65,1,107,34,3,54,2,40,32,6,40,2,36,32,3,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,9,32,20,59,1,0,32,9,65,2,106,65,0,65,146,1,252,11,0,32,31,167,33,12,32,9,66,0,55,2,152,1,32,9,65,1,54,2,148,1,32,9,65,0,54,2,160,1,2,64,32,9,2,127,2,64,2,64,32,8,4,64,32,9,32,31,55,2,20,32,9,32,8,54,2,16,32,9,65,1,59,1,144,1,32,9,32,8,41,2,4,55,2,4,32,9,32,8,40,2,12,54,2,12,32,9,32,8,40,2,152,1,34,3,54,2,152,1,32,9,32,8,40,2,160,1,34,11,54,2,160,1,32,9,32,8,40,2,156,1,34,7,54,2,156,1,32,12,69,13,1,32,12,65,1,113,34,6,13,2,32,9,32,12,45,0,45,65,2,113,4,127,65,226,4,5,32,12,40,2,32,11,32,3,106,54,2,152,1,65,0,32,12,40,2,12,32,12,40,2,20,34,3,27,33,14,32,3,32,12,40,2,8,106,33,16,32,12,40,2,24,33,8,32,12,40,2,16,32,12,40,2,4,106,12,3,11,32,9,66,0,55,2,4,65,0,33,7,32,9,65,0,54,2,12,32,12,13,3,11,32,17,32,7,54,2,8,12,2,11,32,9,32,3,32,12,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,31,66,32,136,167,65,255,1,113,33,14,32,31,66,40,136,167,65,15,113,33,16,32,31,66,56,136,167,34,8,32,31,66,48,136,167,65,255,1,113,106,11,32,9,40,2,4,106,54,2,4,32,9,32,9,40,2,8,32,16,106,173,32,8,32,14,106,65,0,32,9,40,2,12,32,16,27,106,173,66,32,134,132,55,2,8,2,64,32,6,69,4,64,65,0,33,16,32,9,32,12,40,2,36,34,3,4,127,32,12,40,2,56,5,65,0,11,32,7,106,32,12,47,1,44,65,1,113,106,32,12,47,1,40,65,254,255,3,70,106,54,2,156,1,32,3,69,13,1,32,12,40,2,60,33,16,12,1,11,32,9,32,7,32,12,65,1,118,65,1,113,106,54,2,156,1,65,0,33,16,11,32,9,32,11,32,16,106,54,2,160,1,11,32,17,32,9,54,2,0,32,5,65,1,106,34,5,32,0,40,2,192,9,73,13,0,11,11,32,22,65,1,106,33,22,32,4,40,2,204,1,33,5,12,1,11,32,4,32,5,65,1,107,34,5,54,2,204,1,11,32,5,32,22,75,13,0,11,32,21,65,127,70,13,0,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,1,33,10,12,4,11,32,4,32,29,54,2,132,1,32,4,32,20,54,2,128,1,32,0,65,132,1,106,34,3,65,128,8,35,1,65,248,1,106,32,4,65,128,1,106,16,11,26,32,0,40,2,96,34,5,4,64,32,0,40,2,92,65,0,32,3,32,5,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,10,12,4,11,3,64,2,64,2,64,2,64,32,3,45,0,0,34,7,65,34,70,13,0,32,7,65,220,0,70,13,0,32,7,13,1,32,0,40,2,140,10,34,5,13,2,65,1,33,10,12,7,11,65,220,0,32,0,40,2,140,10,16,9,32,3,45,0,0,33,7,11,32,7,192,32,0,40,2,140,10,16,9,32,3,65,1,106,33,3,12,1,11,11,32,0,40,2,132,9,32,0,40,2,160,9,32,5,16,29,65,1,33,10,35,1,65,235,11,106,32,0,40,2,140,10,16,20,12,3,11,32,28,65,1,106,34,28,32,23,40,2,4,73,13,1,11,11,65,0,33,10,11,32,0,40,2,132,9,34,3,40,2,4,34,7,32,18,75,4,64,32,0,65,132,1,106,33,5,3,64,2,64,32,3,40,2,0,32,18,65,5,116,106,40,2,28,69,13,0,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,4,32,18,54,2,112,32,5,65,128,8,35,1,65,205,0,106,32,4,65,240,0,106,16,11,26,32,0,40,2,96,34,3,4,64,32,0,40,2,92,65,0,32,5,32,3,17,3,0,11,32,5,33,7,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,7,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,7,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,7,65,1,106,33,7,12,0,11,0,11,32,0,40,2,132,9,32,18,16,17,32,18,65,1,107,33,18,32,0,40,2,132,9,33,3,32,0,40,2,140,10,34,6,69,13,0,32,3,32,0,40,2,160,9,32,6,16,29,35,1,65,235,11,106,32,0,40,2,140,10,16,20,32,0,40,2,132,9,33,3,11,32,18,65,1,106,34,18,32,3,40,2,4,34,7,73,13,0,11,11,2,64,2,64,2,127,32,2,45,0,0,34,6,65,1,113,4,64,32,2,45,0,1,12,1,11,32,2,40,2,0,47,1,40,11,65,255,255,3,113,69,4,64,2,64,32,0,40,2,96,34,3,69,4,64,32,0,40,2,140,10,69,13,3,32,0,35,1,65,168,8,106,34,5,41,0,0,55,0,132,1,32,0,32,5,40,0,8,54,0,140,1,32,0,65,132,1,106,33,7,12,1,11,32,0,35,1,65,168,8,106,34,5,41,0,0,55,0,132,1,32,0,32,5,40,0,8,54,0,140,1,32,0,40,2,92,65,0,32,0,65,132,1,106,34,7,32,3,17,3,0,32,0,40,2,140,10,69,13,2,11,3,64,2,64,2,64,32,7,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,4,11,65,220,0,32,0,40,2,140,10,16,9,32,7,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,7,65,1,106,33,7,12,0,11,0,11,2,64,32,10,69,4,64,32,2,40,2,0,33,5,12,1,11,32,7,65,7,79,4,64,32,3,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,4,32,2,41,2,0,55,3,24,32,0,65,136,9,106,32,4,65,24,106,16,10,12,3,11,32,2,40,2,0,33,5,32,6,65,1,113,13,0,32,5,45,0,44,65,128,1,113,69,13,0,32,3,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,4,32,2,41,2,0,55,3,104,32,0,65,136,9,106,32,4,65,232,0,106,16,10,12,2,11,32,24,65,228,0,106,33,6,2,127,32,5,65,1,113,4,64,32,2,45,0,6,32,2,45,0,7,106,33,10,32,2,45,0,5,65,15,113,12,1,11,32,5,40,2,16,32,5,40,2,4,106,33,10,32,5,40,2,20,32,5,40,2,8,106,11,33,3,32,0,32,1,32,6,32,10,106,32,3,65,30,108,106,16,108,4,64,32,0,40,2,132,9,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,4,32,2,41,2,0,55,3,32,32,0,65,136,9,106,32,4,65,32,106,16,10,12,2,11,32,5,65,8,118,33,21,32,0,40,2,160,9,33,19,2,64,2,64,32,5,65,1,113,4,64,32,21,65,255,1,113,33,10,12,1,11,32,5,47,1,40,34,10,65,253,255,3,75,13,1,11,2,64,2,64,32,19,40,2,24,34,3,65,1,77,4,64,32,19,40,2,44,32,19,40,2,48,65,1,32,3,107,65,2,116,106,40,2,0,65,1,116,106,34,3,47,1,0,34,11,69,4,64,65,0,33,3,12,3,11,32,3,65,2,106,33,8,65,0,33,16,3,64,32,8,65,4,106,33,3,32,8,47,1,2,34,25,4,127,32,3,32,25,65,1,116,106,65,0,33,7,3,64,32,3,47,1,0,32,10,70,13,4,32,3,65,2,106,33,3,32,7,65,1,106,34,7,32,25,71,13,0,11,5,32,3,11,33,8,65,0,33,3,32,16,65,1,106,34,16,32,11,71,13,0,11,12,2,11,32,19,40,2,40,32,19,40,2,4,65,1,116,106,32,10,65,1,116,106,47,1,0,33,3,12,1,11,32,8,47,1,0,33,3,11,32,19,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,6,45,0,0,34,3,69,13,0,32,6,32,3,65,3,116,106,34,3,45,0,0,13,0,32,3,45,0,4,65,1,71,13,0,32,4,32,2,41,2,0,34,31,55,3,136,2,32,31,66,32,136,33,32,2,64,32,31,167,34,6,65,1,113,4,64,32,6,33,5,12,1,11,32,6,34,5,40,2,0,65,1,70,13,0,32,5,40,2,36,65,3,116,65,204,0,106,34,3,35,7,40,2,0,17,0,0,33,11,32,3,4,64,32,11,32,5,32,5,40,2,36,65,3,116,107,32,3,252,10,0,0,11,32,0,65,136,9,106,32,11,32,6,40,2,36,34,10,65,3,116,106,33,5,2,64,32,10,4,64,65,0,33,3,3,64,32,11,32,3,65,3,116,106,40,2,0,34,8,65,1,113,69,4,64,32,8,32,8,40,2,0,65,1,106,54,2,0,32,8,40,2,0,26,32,6,40,2,36,33,10,11,32,3,65,1,106,34,3,32,10,73,13,0,11,12,1,11,32,6,45,0,44,65,192,0,113,69,13,0,32,6,40,2,48,33,3,32,4,32,6,41,2,68,55,3,176,2,32,4,32,6,41,2,60,55,3,168,2,32,4,32,6,41,2,52,55,3,160,2,2,64,32,6,40,2,72,34,8,65,25,73,13,0,32,8,35,7,40,2,0,17,0,0,33,3,32,6,40,2,72,34,8,69,13,0,32,3,32,6,40,2,48,32,8,252,10,0,0,11,32,5,32,3,54,2,48,32,5,32,4,41,3,160,2,55,2,52,32,5,32,4,41,3,168,2,55,2,60,32,5,32,4,41,3,176,2,55,2,68,11,32,5,65,1,54,2,0,32,4,32,4,41,3,136,2,55,3,96,32,4,65,224,0,106,16,10,66,0,33,32,11,2,64,32,5,65,1,113,4,64,32,5,65,8,114,33,5,12,1,11,32,5,32,5,47,1,44,65,4,114,59,1,44,11,32,2,32,5,173,34,31,32,32,66,32,134,132,55,2,0,32,31,66,8,136,167,33,21,11,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,0,65,132,1,106,33,3,32,0,40,2,160,9,33,6,35,1,65,171,10,106,33,7,2,64,2,64,2,64,32,5,65,1,113,4,127,32,21,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,7,12,1,11,65,0,33,7,32,6,40,2,8,32,6,40,2,4,106,32,5,77,13,0,32,6,40,2,56,32,5,65,2,116,106,40,2,0,33,7,11,32,4,32,7,54,2,80,32,3,65,128,8,35,1,65,193,5,106,32,4,65,208,0,106,16,11,26,32,0,40,2,96,34,5,4,64,32,0,40,2,92,65,0,32,3,32,5,17,3,0,11,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,7,65,34,70,13,0,32,7,65,220,0,70,13,0,32,7,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,3,45,0,0,33,7,11,32,7,192,32,0,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,65,8,35,7,40,2,0,17,0,0,34,3,32,2,41,2,0,34,32,55,2,0,32,0,40,2,160,9,33,5,32,3,65,212,0,35,6,40,2,0,17,1,0,33,3,32,4,66,0,55,3,176,2,32,4,66,0,55,3,168,2,32,4,66,0,55,3,144,2,32,4,65,0,54,2,152,2,32,4,65,24,59,1,132,2,32,4,66,0,55,3,184,2,32,4,65,1,54,2,224,1,32,4,66,0,55,3,160,2,32,4,65,0,59,1,240,1,32,4,66,0,55,3,136,2,32,4,66,0,55,3,184,1,32,4,65,1,54,2,216,1,32,4,65,254,255,3,59,1,244,1,32,4,65,0,59,1,130,2,32,3,32,4,40,2,224,1,54,2,8,32,3,32,4,41,3,184,2,55,2,36,32,3,32,4,41,3,176,2,55,2,28,32,3,32,4,41,3,168,2,55,2,20,32,3,32,4,41,3,160,2,55,2,12,32,3,32,4,40,2,216,1,54,2,44,32,3,32,4,47,1,244,1,59,1,48,32,3,32,4,47,1,240,1,59,1,50,32,3,32,4,47,1,132,2,59,1,52,32,3,32,4,40,2,152,2,54,1,70,32,3,32,4,41,3,144,2,55,1,62,32,3,32,4,41,3,136,2,55,1,54,32,3,32,4,47,1,130,2,59,1,74,32,3,32,4,41,3,184,1,55,2,76,32,4,65,0,54,2,204,1,32,4,32,3,65,8,106,54,2,200,1,32,4,32,4,41,3,200,1,55,3,72,32,4,65,200,0,106,32,5,16,21,2,64,2,64,32,13,32,15,70,4,64,32,0,40,2,132,9,32,4,32,4,41,3,200,1,34,31,55,3,176,1,32,4,32,31,55,3,48,32,1,32,4,65,48,106,65,0,65,0,16,23,32,32,167,65,1,113,69,13,1,12,2,11,32,0,40,2,132,9,33,5,32,4,65,1,54,2,136,2,32,4,65,160,2,106,32,5,32,1,35,2,65,7,106,32,4,65,136,2,106,65,1,16,25,32,4,40,2,160,2,33,8,2,64,32,4,40,2,164,2,34,13,65,1,77,4,64,32,8,40,2,12,33,5,32,0,40,2,132,9,33,3,12,1,11,32,0,65,136,9,106,33,6,65,1,33,10,3,64,65,0,33,3,32,8,32,10,65,4,116,106,34,15,40,2,4,4,64,3,64,32,4,32,15,40,2,0,32,3,65,3,116,106,41,2,0,55,3,64,32,6,32,4,65,64,107,16,10,32,3,65,1,106,34,3,32,15,40,2,4,73,13,0,11,11,32,15,65,0,54,2,4,32,15,40,2,0,34,5,4,64,32,5,35,8,40,2,0,17,2,0,32,15,65,0,54,2,8,32,15,66,0,55,2,0,11,32,10,65,1,106,34,10,32,13,71,13,0,11,32,8,40,2,12,34,5,65,1,106,34,7,32,0,40,2,132,9,34,3,40,2,4,79,13,0,3,64,32,3,32,7,16,17,32,8,40,2,12,34,5,65,1,106,34,7,32,0,40,2,132,9,34,3,40,2,4,73,13,0,11,11,32,3,32,5,32,1,16,38,32,8,40,2,0,33,3,32,8,32,8,40,2,4,34,5,65,1,106,34,13,32,8,40,2,8,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,13,32,5,32,13,75,27,34,5,32,5,65,8,77,27,34,5,65,3,116,33,6,2,127,32,3,4,64,32,3,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,3,32,8,32,5,54,2,8,32,8,32,3,54,2,0,32,8,40,2,4,34,5,65,1,106,5,32,13,11,54,2,4,32,3,32,5,65,3,116,106,32,4,41,3,200,1,55,2,0,32,4,65,136,2,106,65,254,255,3,32,8,65,0,32,0,40,2,160,9,16,114,32,4,32,4,41,3,136,2,34,31,55,3,200,1,32,2,45,0,0,32,0,40,2,132,9,32,4,32,31,55,3,56,32,4,32,31,55,3,176,1,32,1,32,4,65,56,106,65,0,65,0,16,23,65,1,113,13,1,11,32,2,40,2,0,34,6,45,0,44,65,192,0,113,69,13,0,32,0,40,2,132,9,33,7,2,64,32,6,65,1,113,69,4,64,32,2,40,2,4,33,8,32,6,40,2,36,34,5,4,64,3,64,32,6,32,5,65,3,116,107,33,15,32,5,33,3,3,64,2,64,2,64,32,15,32,3,65,1,107,34,3,65,3,116,106,34,13,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,2,40,2,36,33,5,32,13,40,2,4,33,8,32,2,33,6,12,1,11,32,3,13,1,11,11,32,5,13,0,11,11,32,7,40,2,0,32,1,65,5,116,106,33,3,32,6,69,13,1,32,6,65,1,113,13,1,32,6,32,6,40,2,0,65,1,106,54,2,0,32,6,40,2,0,26,12,1,11,32,7,40,2,0,32,1,65,5,116,106,33,3,65,0,33,6,65,0,33,8,11,32,3,40,2,12,4,64,32,7,40,2,52,32,4,32,3,41,2,12,55,3,40,32,4,65,40,106,16,10,11,32,3,32,8,54,2,16,32,3,32,6,54,2,12,11,2,64,32,0,40,2,132,9,34,1,40,2,4,34,13,69,4,64,65,1,33,3,12,1,11,32,1,40,2,0,33,6,65,0,33,7,3,64,32,6,32,7,65,5,116,106,34,3,40,2,28,33,5,32,3,40,2,0,34,2,40,2,156,1,34,1,32,3,40,2,8,73,4,64,32,3,32,1,54,2,8,11,2,64,32,5,65,1,70,13,0,32,2,47,1,0,69,13,0,65,0,33,3,12,2,11,65,1,33,3,32,7,65,1,106,34,7,32,13,71,13,0,11,11,32,0,32,3,58,0,198,10,12,1,11,32,0,40,2,160,9,33,5,65,0,65,204,0,35,6,40,2,0,17,1,0,33,3,32,4,66,0,55,3,184,2,32,4,66,0,55,3,176,2,32,4,66,0,55,3,168,2,32,4,66,0,55,3,144,2,32,4,65,0,54,2,152,2,32,4,65,1,54,2,200,1,32,4,66,0,55,3,160,2,32,4,65,0,59,1,244,1,32,4,66,0,55,3,136,2,32,4,66,0,55,3,184,1,32,4,65,0,54,2,224,1,32,4,65,255,255,3,59,1,216,1,32,4,65,27,59,1,240,1,32,4,65,0,59,1,132,2,32,3,32,4,40,2,200,1,54,2,0,32,3,32,4,41,3,184,2,55,2,28,32,3,32,4,41,3,176,2,55,2,20,32,3,32,4,41,3,168,2,55,2,12,32,3,32,4,41,3,160,2,55,2,4,32,3,32,4,40,2,224,1,54,2,36,32,3,32,4,47,1,216,1,59,1,40,32,3,32,4,47,1,244,1,59,1,42,32,3,32,4,47,1,240,1,59,1,44,32,3,32,4,40,2,152,2,54,1,62,32,3,32,4,41,3,144,2,55,1,54,32,3,32,4,41,3,136,2,55,1,46,32,3,32,4,47,1,132,2,59,1,66,32,3,32,4,41,3,184,1,55,2,68,32,4,65,0,54,2,252,1,32,4,32,3,54,2,248,1,32,4,32,4,41,2,248,1,55,3,16,32,4,65,16,106,32,5,16,21,32,3,32,3,47,1,44,65,251,255,3,113,59,1,44,32,0,40,2,132,9,32,4,32,4,41,2,248,1,55,3,8,32,1,32,4,65,8,106,65,0,65,1,16,23,32,4,32,2,41,2,0,55,3,0,32,0,32,1,32,4,16,79,11,32,4,65,192,2,106,36,0,11,212,10,1,23,127,35,0,65,16,107,34,15,36,0,32,0,40,2,132,9,34,12,40,2,4,34,17,32,1,75,4,64,65,1,32,2,32,2,65,1,77,27,33,22,32,2,65,1,106,33,23,32,17,33,21,32,1,33,9,3,64,32,12,40,2,0,33,11,2,64,32,9,32,17,75,4,64,32,11,32,9,65,5,116,106,33,13,32,17,33,3,3,64,2,64,32,11,32,3,65,5,116,106,34,8,40,2,28,13,0,32,13,40,2,28,13,0,32,8,40,2,0,34,10,47,1,0,34,19,32,13,40,2,0,34,5,47,1,0,71,13,0,32,10,40,2,4,32,5,40,2,4,71,13,0,32,10,40,2,152,1,32,5,40,2,152,1,71,13,0,35,1,65,148,12,106,33,4,32,13,40,2,12,33,6,2,64,32,8,40,2,12,34,7,69,13,0,32,7,65,1,113,13,0,32,7,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,7,65,48,106,32,7,40,2,36,27,33,4,11,35,1,65,148,12,106,33,7,2,64,32,6,69,13,0,32,6,65,1,113,13,0,32,6,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,6,65,48,106,32,6,40,2,36,27,33,7,11,32,4,40,2,24,33,14,2,64,32,7,40,2,24,34,6,65,25,79,4,64,32,6,32,14,71,13,2,32,4,40,2,0,33,4,32,7,40,2,0,33,7,12,1,11,32,6,32,14,71,13,1,11,32,4,32,7,32,6,16,18,13,0,32,5,47,1,144,1,4,127,65,0,33,3,3,64,32,12,40,2,52,33,4,32,8,40,2,0,32,15,32,5,32,3,65,4,116,106,34,5,41,2,24,55,3,8,32,15,32,5,41,2,16,55,3,0,32,15,32,4,16,32,32,3,65,1,106,34,3,32,13,40,2,0,34,5,47,1,144,1,73,13,0,11,32,8,40,2,0,34,10,47,1,0,5,32,19,11,69,4,64,32,8,32,10,40,2,156,1,54,2,8,11,32,12,32,9,16,17,12,3,11,32,3,65,1,106,34,3,32,9,71,13,0,11,11,32,11,32,9,65,5,116,106,40,2,0,47,1,0,33,12,32,0,65,0,54,2,172,9,32,23,33,3,2,127,2,64,32,2,34,4,4,127,32,3,5,65,1,33,4,32,0,40,2,160,9,40,2,12,11,65,255,255,3,113,34,19,32,4,77,13,0,65,0,33,13,32,22,33,7,3,64,2,64,32,7,65,253,255,3,75,13,0,2,64,2,64,32,0,40,2,160,9,34,6,40,2,24,34,3,32,12,77,4,64,32,6,40,2,44,32,6,40,2,48,32,12,32,3,107,65,2,116,106,40,2,0,65,1,116,106,34,3,47,1,0,34,14,69,4,64,65,0,33,3,12,3,11,32,3,65,2,106,33,5,65,0,33,10,3,64,32,5,65,4,106,33,3,32,5,47,1,2,34,11,4,127,32,3,32,11,65,1,116,106,65,0,33,4,3,64,32,7,32,3,47,1,0,70,13,4,32,3,65,2,106,33,3,32,4,65,1,106,34,4,32,11,71,13,0,11,5,32,3,11,33,5,65,0,33,3,32,10,65,1,106,34,10,32,14,71,13,0,11,12,2,11,32,6,40,2,40,32,6,40,2,4,32,12,108,65,1,116,106,32,7,65,1,116,106,47,1,0,33,3,12,1,11,32,5,47,1,0,33,3,11,32,6,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,3,45,0,0,34,14,69,13,0,32,3,65,8,106,33,24,65,0,33,8,3,64,32,24,32,8,65,3,116,106,34,3,46,1,4,33,10,2,64,2,64,2,64,32,3,45,0,0,14,4,0,1,2,0,2,11,32,10,65,129,2,113,69,32,13,114,33,13,12,1,11,32,3,45,0,1,34,6,69,13,0,32,3,47,1,6,33,25,32,3,47,1,2,33,11,32,0,40,2,168,9,33,4,65,0,33,3,32,0,40,2,172,9,34,5,4,64,3,64,32,11,32,4,32,3,65,4,116,106,34,20,47,1,4,70,4,64,32,20,40,2,0,32,6,70,13,3,11,32,3,65,1,106,34,3,32,5,71,13,0,11,11,32,0,32,5,65,1,106,34,3,32,0,40,2,176,9,34,20,75,4,127,65,8,32,20,65,1,116,34,5,32,3,32,3,32,5,73,27,34,3,32,3,65,8,77,27,34,5,65,4,116,33,3,2,127,32,4,4,64,32,4,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,4,32,0,32,5,54,2,176,9,32,0,32,4,54,2,168,9,32,0,40,2,172,9,34,5,65,1,106,5,32,3,11,54,2,172,9,32,4,32,5,65,4,116,106,34,3,65,0,59,1,14,32,3,32,25,59,1,12,32,3,32,10,54,2,8,32,3,65,0,59,1,6,32,3,32,11,59,1,4,32,3,32,6,54,2,0,11,32,8,65,1,106,34,8,32,14,71,13,0,11,11,32,19,32,7,65,1,106,34,7,65,255,255,3,113,71,13,0,11,65,0,33,4,2,64,32,0,40,2,172,9,69,4,64,65,127,33,8,12,1,11,3,64,32,0,32,9,32,0,40,2,168,9,32,4,65,4,116,106,34,3,47,1,4,32,3,40,2,0,32,3,40,2,8,32,3,47,1,12,65,1,65,0,16,78,33,8,32,4,65,1,106,34,3,33,4,32,3,32,0,40,2,172,9,73,13,0,11,11,65,1,32,13,65,1,113,13,1,26,32,8,65,127,70,13,0,32,18,65,5,75,13,0,32,0,40,2,132,9,32,8,32,9,16,38,12,2,11,32,2,4,64,32,0,40,2,132,9,32,9,16,17,11,32,16,11,32,21,32,9,65,1,106,32,1,32,9,70,27,33,9,33,16,11,32,18,65,1,106,33,18,32,9,32,0,40,2,132,9,34,12,40,2,4,34,21,73,13,0,11,11,32,15,65,16,106,36,0,32,16,65,1,113,11,219,7,2,12,127,3,126,32,1,32,3,114,4,64,32,1,65,0,71,33,6,32,3,65,0,71,33,7,3,64,32,0,32,10,65,24,108,106,33,5,2,127,32,11,65,1,113,34,14,4,64,32,5,41,2,8,33,18,32,5,40,2,20,12,1,11,32,6,65,1,113,69,4,64,66,127,33,18,65,127,12,1,11,32,5,41,2,0,33,18,32,5,40,2,16,11,33,5,32,2,32,13,65,24,108,106,33,6,2,64,32,5,2,127,32,12,65,1,113,34,15,4,64,32,6,41,2,8,33,17,32,6,40,2,20,12,1,11,32,7,65,1,113,69,4,64,66,127,33,17,65,127,12,1,11,32,6,41,2,0,33,17,32,6,40,2,16,11,34,6,73,4,64,2,64,32,14,32,15,70,13,0,2,64,32,4,40,2,4,34,6,69,13,0,32,9,32,4,40,2,0,32,6,65,24,108,106,34,7,65,4,107,34,8,40,2,0,75,13,0,32,8,32,5,54,2,0,32,7,65,16,107,32,18,55,2,0,12,1,11,32,5,32,9,77,13,0,32,4,40,2,0,33,8,32,4,32,6,65,1,106,34,7,32,4,40,2,8,34,15,75,4,127,65,8,32,15,65,1,116,34,6,32,7,32,6,32,7,75,27,34,6,32,6,65,8,77,27,34,7,65,24,108,33,6,2,127,32,8,4,64,32,8,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,8,32,4,32,7,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,34,6,65,1,106,5,32,7,11,54,2,4,32,8,32,6,65,24,108,106,34,6,32,5,54,2,20,32,6,32,9,54,2,16,32,6,32,18,55,2,8,32,6,32,19,55,2,0,11,32,11,65,1,115,33,11,32,10,32,14,106,33,10,12,1,11,32,11,32,12,115,33,7,2,64,32,5,32,6,75,4,64,2,64,32,7,65,1,113,69,13,0,2,64,32,4,40,2,4,34,5,69,13,0,32,9,32,4,40,2,0,32,5,65,24,108,106,34,7,65,4,107,34,8,40,2,0,75,13,0,32,8,32,6,54,2,0,32,7,65,16,107,32,17,55,2,0,12,1,11,32,6,32,9,77,13,0,32,4,40,2,0,33,8,32,4,32,5,65,1,106,34,7,32,4,40,2,8,34,14,75,4,127,65,8,32,14,65,1,116,34,5,32,7,32,5,32,7,75,27,34,5,32,5,65,8,77,27,34,7,65,24,108,33,5,2,127,32,8,4,64,32,8,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,8,32,4,32,7,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,34,5,65,1,106,5,32,7,11,54,2,4,32,8,32,5,65,24,108,106,34,5,32,6,54,2,20,32,5,32,9,54,2,16,32,5,32,17,55,2,8,32,5,32,19,55,2,0,11,32,12,65,1,115,33,12,12,1,11,2,64,32,7,65,1,113,69,13,0,2,64,32,4,40,2,4,34,5,69,13,0,32,9,32,4,40,2,0,32,5,65,24,108,106,34,7,65,4,107,34,8,40,2,0,75,13,0,32,8,32,6,54,2,0,32,7,65,16,107,32,17,55,2,0,12,1,11,32,6,32,9,77,13,0,32,4,40,2,0,33,7,32,4,32,5,65,1,106,34,8,32,4,40,2,8,34,16,75,4,127,65,8,32,16,65,1,116,34,5,32,8,32,5,32,8,75,27,34,5,32,5,65,8,77,27,34,8,65,24,108,33,5,2,127,32,7,4,64,32,7,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,7,32,4,32,8,54,2,8,32,4,32,7,54,2,0,32,4,40,2,4,34,5,65,1,106,5,32,8,11,54,2,4,32,7,32,5,65,24,108,106,34,5,32,6,54,2,20,32,5,32,9,54,2,16,32,5,32,17,55,2,8,32,5,32,19,55,2,0,11,32,12,65,1,115,33,12,32,11,65,1,115,33,11,32,10,32,14,106,33,10,11,32,13,32,15,106,33,13,32,6,33,5,32,17,33,18,11,32,3,32,13,75,33,7,32,18,33,19,32,5,33,9,32,1,32,10,75,34,6,13,0,32,7,13,0,11,11,11,228,7,1,15,127,2,64,32,2,32,4,77,4,64,32,2,32,4,71,13,1,32,3,32,5,77,13,1,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,15,11,32,1,65,8,106,40,2,0,33,10,32,1,65,16,106,40,2,0,33,7,32,1,40,2,20,33,20,32,1,40,2,4,33,8,32,1,40,2,0,33,14,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,32,0,32,1,41,2,0,55,2,0,2,64,32,7,40,2,0,34,1,65,1,113,13,0,3,64,32,1,40,2,36,69,13,1,32,1,47,1,66,34,15,4,127,32,20,40,2,8,34,7,40,2,84,32,7,47,1,36,32,15,108,65,1,116,106,5,65,0,11,33,19,32,1,40,2,36,34,21,69,13,1,2,127,32,1,32,21,65,3,116,107,34,16,40,2,0,34,1,65,1,113,34,7,69,4,64,32,1,47,1,44,65,2,118,65,1,113,12,1,11,32,1,65,3,118,65,1,113,11,34,11,69,33,17,65,0,33,12,2,64,32,11,13,0,32,19,69,13,0,32,19,47,1,0,33,12,65,1,33,17,11,2,127,32,7,69,4,64,65,0,32,10,32,1,40,2,20,34,7,27,33,11,32,1,40,2,24,33,9,32,1,40,2,16,33,13,32,7,32,8,106,12,1,11,32,16,45,0,7,34,13,33,9,32,10,33,11,32,8,11,33,7,32,9,32,11,106,33,9,2,64,2,64,32,4,32,7,75,13,0,32,4,32,7,70,32,5,32,9,75,113,13,0,32,7,32,8,70,32,9,32,10,70,113,69,4,64,32,2,32,7,71,13,2,32,3,32,9,79,13,1,12,2,11,32,2,32,8,71,13,1,32,3,32,10,77,13,1,11,65,1,33,11,32,21,65,1,70,13,2,32,13,32,14,106,33,14,3,64,65,0,33,12,2,127,32,16,32,11,65,3,116,106,34,15,40,2,0,34,1,65,1,113,34,13,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,19,4,127,32,19,32,17,65,1,116,106,47,1,0,5,65,0,11,33,12,32,17,65,1,106,33,17,11,2,127,32,11,69,4,64,32,9,33,10,32,7,12,1,11,2,127,32,13,4,64,32,15,45,0,5,65,15,113,33,8,32,15,45,0,6,33,18,32,15,45,0,4,12,1,11,32,1,40,2,8,33,8,32,1,40,2,4,33,18,32,1,40,2,12,11,65,0,32,9,32,8,27,106,33,10,32,14,32,18,106,33,14,32,7,32,8,106,11,33,8,2,127,32,13,4,64,32,15,45,0,7,34,18,33,9,32,10,33,13,32,8,12,1,11,65,0,32,10,32,1,40,2,20,34,7,27,33,13,32,1,40,2,24,33,9,32,1,40,2,16,33,18,32,7,32,8,106,11,33,7,32,9,32,13,106,33,9,2,64,32,4,32,7,75,13,0,32,4,32,7,70,32,5,32,9,75,113,13,0,2,64,2,64,32,7,32,8,71,13,0,32,9,32,10,71,13,0,32,2,32,8,71,13,1,32,3,32,10,77,13,1,12,2,11,32,2,32,7,71,13,0,32,3,32,9,79,13,1,11,32,15,33,16,12,2,11,32,14,32,18,106,33,14,32,11,65,1,106,34,11,32,21,71,13,0,11,12,2,11,32,2,32,8,73,13,1,32,2,32,8,70,32,3,32,10,73,113,13,1,2,64,2,64,32,6,4,64,32,1,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,12,114,13,1,12,2,11,2,64,32,12,65,254,255,3,107,14,2,2,1,0,11,2,64,32,12,69,4,64,32,1,65,1,113,69,13,1,32,1,65,2,113,69,13,3,32,1,65,2,118,65,1,113,13,2,12,3,11,32,20,40,2,8,40,2,72,32,12,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,1,47,1,44,34,1,65,1,113,69,13,1,32,1,65,1,118,65,1,113,69,13,1,11,32,0,32,20,54,2,20,32,0,32,16,54,2,16,32,0,32,12,54,2,12,32,0,32,10,54,2,8,32,0,32,8,54,2,4,32,0,32,14,54,2,0,11,32,16,40,2,0,34,1,65,1,113,69,13,0,11,11,11,230,6,1,16,127,32,2,32,3,75,4,64,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,15,11,32,1,65,8,106,40,2,0,33,8,32,1,65,16,106,40,2,0,33,5,32,1,40,2,20,33,19,32,1,40,2,4,33,11,32,1,40,2,0,33,9,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,32,0,32,1,41,2,0,55,2,0,2,64,32,5,40,2,0,34,1,65,1,113,13,0,3,64,32,1,40,2,36,69,13,1,32,1,47,1,66,34,12,4,127,32,19,40,2,8,34,5,40,2,84,32,5,47,1,36,32,12,108,65,1,116,106,5,65,0,11,33,18,32,1,40,2,36,34,20,69,13,1,2,127,32,1,32,20,65,3,116,107,34,12,40,2,0,34,1,65,1,113,34,5,69,4,64,32,1,47,1,44,65,2,118,65,1,113,12,1,11,32,1,65,3,118,65,1,113,11,34,7,69,33,14,65,0,33,10,2,64,32,7,13,0,32,18,69,13,0,32,18,47,1,0,33,10,65,1,33,14,11,2,127,32,5,69,4,64,65,0,32,8,32,1,40,2,20,34,5,27,33,13,32,1,40,2,24,33,6,32,1,40,2,16,33,7,32,5,32,11,106,12,1,11,32,12,45,0,7,34,7,33,6,32,8,33,13,32,11,11,33,5,2,64,2,64,32,7,32,9,106,34,15,32,3,73,13,0,32,7,69,4,64,32,12,33,6,12,2,11,32,2,32,15,79,13,0,32,12,33,6,12,1,11,65,1,33,7,32,20,65,1,70,13,2,32,6,32,13,106,33,8,3,64,65,0,33,10,2,127,32,12,32,7,65,3,116,106,34,6,40,2,0,34,1,65,1,113,34,16,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,18,4,127,32,18,32,14,65,1,116,106,47,1,0,5,65,0,11,33,10,32,14,65,1,106,33,14,11,2,127,32,7,69,4,64,32,5,33,11,32,15,12,1,11,2,127,32,16,4,64,32,6,45,0,5,65,15,113,33,9,32,6,45,0,6,33,17,32,6,45,0,4,12,1,11,32,1,40,2,8,33,9,32,1,40,2,4,33,17,32,1,40,2,12,11,65,0,32,8,32,9,27,106,33,8,32,5,32,9,106,33,11,32,15,32,17,106,11,33,9,2,127,32,16,4,64,32,6,45,0,7,34,13,33,17,32,8,33,16,32,11,12,1,11,65,0,32,8,32,1,40,2,20,34,5,27,33,16,32,1,40,2,24,33,17,32,1,40,2,16,33,13,32,5,32,11,106,11,33,5,32,3,32,9,32,13,106,34,15,77,4,64,32,13,69,13,2,32,2,32,15,73,13,2,11,32,16,32,17,106,33,8,32,7,65,1,106,34,7,32,20,71,13,0,11,12,2,11,32,2,32,9,73,13,1,2,64,2,64,32,4,4,64,32,1,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,10,114,13,1,12,2,11,2,64,32,10,65,254,255,3,107,14,2,2,1,0,11,2,64,32,10,69,4,64,32,1,65,1,113,69,13,1,32,1,65,2,113,69,13,3,32,1,65,2,118,65,1,113,13,2,12,3,11,32,19,40,2,8,40,2,72,32,10,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,1,47,1,44,34,1,65,1,113,69,13,1,32,1,65,1,118,65,1,113,69,13,1,11,32,0,32,19,54,2,20,32,0,32,6,54,2,16,32,0,32,10,54,2,12,32,0,32,8,54,2,8,32,0,32,11,54,2,4,32,0,32,9,54,2,0,11,32,6,40,2,0,34,1,65,1,113,69,13,0,11,11,11,203,6,2,21,127,1,126,32,1,40,2,20,33,16,32,1,40,2,4,33,9,32,1,40,2,8,33,6,32,1,40,2,0,33,4,32,1,40,2,16,40,2,0,33,1,2,64,3,64,32,25,66,32,136,167,33,18,32,25,167,33,19,3,64,65,0,33,10,65,0,33,7,65,0,33,8,65,0,33,12,65,0,33,11,2,127,65,0,32,1,65,1,113,13,0,26,32,1,40,2,36,69,4,64,65,0,12,1,11,32,1,47,1,66,34,5,4,64,32,16,40,2,8,34,7,40,2,84,32,7,47,1,36,32,5,108,65,1,116,106,33,12,11,32,9,33,7,32,6,33,8,32,1,33,11,32,4,11,33,5,65,0,33,13,3,64,2,64,32,11,69,13,0,32,10,32,11,65,36,106,40,2,0,34,1,70,13,0,3,64,65,0,33,14,2,127,32,10,65,3,116,65,0,32,11,32,1,65,3,116,107,32,11,65,1,113,27,106,34,1,40,2,0,34,4,65,1,113,34,6,4,64,32,4,65,3,118,65,1,113,12,1,11,32,4,47,1,44,65,2,118,65,1,113,11,69,4,64,32,12,4,127,32,12,32,13,65,1,116,106,47,1,0,5,65,0,11,33,14,32,13,65,1,106,33,13,11,2,127,32,10,69,4,64,32,5,33,4,32,8,33,6,32,7,12,1,11,2,127,32,6,4,64,32,1,45,0,5,65,15,113,33,9,32,1,45,0,4,33,6,32,1,45,0,6,12,1,11,32,4,40,2,12,33,6,32,4,40,2,8,33,9,32,4,40,2,4,11,65,0,32,8,32,9,27,32,6,106,33,6,32,5,106,33,4,32,7,32,9,106,11,33,9,32,0,32,16,54,2,20,32,0,32,1,54,2,16,32,0,32,14,54,2,12,32,0,32,6,54,2,8,32,0,32,9,54,2,4,32,0,32,4,54,2,0,2,127,32,1,40,2,0,34,5,65,1,113,4,64,32,1,45,0,7,34,5,33,8,32,6,33,15,32,9,12,1,11,65,0,32,6,32,5,40,2,20,34,7,27,33,15,32,5,40,2,24,33,8,32,5,40,2,16,33,5,32,7,32,9,106,11,33,7,32,10,65,1,106,33,10,32,8,32,15,106,33,8,32,4,32,5,106,33,5,2,64,2,127,32,1,41,2,0,34,25,167,34,1,65,1,113,4,64,32,25,66,56,136,167,12,1,11,32,1,40,2,16,11,32,4,106,32,2,77,13,0,2,64,32,3,4,64,32,25,167,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,14,114,69,13,1,12,8,11,2,64,32,14,65,254,255,3,107,14,2,1,8,0,11,32,14,69,4,64,32,25,167,65,1,113,4,64,32,1,65,2,113,69,13,2,32,1,65,2,118,65,1,113,69,13,2,12,9,11,32,1,47,1,44,34,15,65,1,113,69,13,1,32,15,65,1,118,65,1,113,69,13,1,12,8,11,32,16,40,2,8,40,2,72,32,14,65,3,108,106,45,0,1,65,1,113,13,7,11,32,25,167,65,1,113,13,0,32,1,40,2,36,34,15,69,13,0,32,1,40,2,48,69,13,0,32,10,32,15,79,13,4,32,7,173,32,8,173,66,32,134,132,33,25,65,1,33,17,32,11,33,20,32,5,33,21,32,10,33,22,32,13,33,23,32,12,33,24,12,5,11,32,10,32,11,40,2,36,34,1,71,13,0,11,11,32,17,65,0,33,17,32,21,33,5,32,19,33,7,32,18,33,8,32,22,33,10,32,23,33,13,32,24,33,12,32,20,33,11,13,0,11,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,11,234,16,2,41,127,2,126,35,0,65,192,1,107,34,3,36,0,32,3,32,1,40,2,16,34,39,41,2,0,34,44,55,3,136,1,32,44,66,56,136,33,45,32,44,167,34,4,65,1,113,4,127,32,45,167,32,44,66,48,136,167,65,255,1,113,106,5,32,4,40,2,16,32,4,40,2,4,106,11,33,40,32,4,65,1,113,4,127,32,45,167,5,32,4,40,2,16,11,33,17,32,1,40,2,16,33,5,2,127,32,1,40,2,20,34,8,40,2,0,34,9,65,1,113,4,64,32,8,45,0,5,65,15,113,33,6,32,8,45,0,6,33,10,32,8,45,0,4,12,1,11,32,9,40,2,8,33,6,32,9,40,2,4,33,10,32,9,40,2,12,11,33,4,32,1,40,2,0,33,9,32,3,32,8,54,2,188,1,32,3,32,8,54,2,184,1,32,3,65,0,54,2,180,1,32,3,32,4,54,2,176,1,32,3,32,6,54,2,172,1,32,3,32,10,54,2,168,1,2,64,2,64,2,64,32,5,32,8,70,13,0,32,3,32,3,41,2,176,1,55,3,112,32,3,32,3,41,2,184,1,55,3,120,32,3,32,3,41,2,168,1,55,3,104,32,3,32,1,41,2,8,55,3,88,32,3,32,1,41,2,16,55,3,96,32,3,32,1,41,2,0,55,3,80,32,3,65,144,1,106,32,3,65,232,0,106,32,3,65,208,0,106,16,24,2,127,2,64,32,3,40,2,160,1,34,12,32,5,70,13,0,32,12,69,13,0,3,64,2,64,32,3,32,3,41,2,160,1,34,44,55,3,184,1,32,3,32,3,41,2,152,1,34,45,55,3,176,1,32,3,65,64,107,32,45,55,3,0,32,3,32,44,55,3,72,32,3,32,3,41,2,144,1,34,44,55,3,168,1,32,3,32,44,55,3,56,32,3,32,1,41,2,8,55,3,40,32,3,32,1,41,2,16,55,3,48,32,3,32,1,41,2,0,55,3,32,32,3,65,144,1,106,32,3,65,56,106,32,3,65,32,106,16,24,32,3,40,2,160,1,34,4,32,5,70,13,0,32,4,13,1,11,11,32,3,40,2,184,1,34,8,69,13,2,32,3,40,2,176,1,33,4,32,3,40,2,172,1,33,6,32,3,40,2,168,1,33,10,32,3,40,2,188,1,12,1,11,32,8,11,33,12,32,9,32,17,106,33,27,65,48,65,52,32,2,27,33,41,65,0,33,17,3,64,2,64,2,64,32,8,40,2,0,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,65,0,33,7,65,0,33,18,32,1,47,1,66,34,5,4,64,32,12,40,2,8,34,9,40,2,84,32,9,47,1,36,32,5,108,65,1,116,106,33,18,11,2,64,2,64,32,1,40,2,36,34,35,69,13,0,2,127,32,1,32,35,65,3,116,107,34,8,40,2,0,34,1,65,1,113,34,5,69,4,64,32,1,47,1,44,65,2,118,65,1,113,12,1,11,32,1,65,3,118,65,1,113,11,34,7,69,33,19,65,0,33,11,2,64,32,7,13,0,32,18,69,13,0,32,18,47,1,0,33,11,65,1,33,19,11,2,127,32,5,69,4,64,65,0,32,4,32,1,40,2,20,34,5,27,33,14,32,5,32,6,106,33,36,32,1,40,2,16,33,7,32,1,40,2,24,12,1,11,32,6,33,36,32,4,33,14,32,8,45,0,7,34,7,11,33,15,32,8,32,39,70,4,64,65,0,33,7,12,1,11,2,64,2,64,32,7,32,10,106,34,32,32,27,75,13,0,32,27,32,32,70,4,64,32,40,13,1,32,3,32,8,41,2,0,34,44,55,3,24,32,3,32,44,55,3,128,1,32,3,32,3,41,3,136,1,55,3,16,32,3,65,24,106,32,3,65,16,106,16,59,13,1,32,8,40,2,0,33,1,11,2,64,2,64,2,64,32,2,69,4,64,65,1,33,7,32,8,33,5,32,12,33,9,2,64,32,11,65,254,255,3,107,14,2,2,4,0,11,32,11,69,4,64,2,127,32,1,65,1,113,69,4,64,32,1,47,1,44,34,1,65,1,113,69,13,4,32,1,65,1,118,65,1,113,12,1,11,32,1,65,2,113,69,13,3,32,1,65,2,118,65,1,113,11,69,13,2,12,3,11,32,12,40,2,8,40,2,72,32,11,65,3,108,106,45,0,1,65,1,113,13,2,12,1,11,65,1,33,7,2,127,32,1,65,1,113,69,4,64,32,1,47,1,44,65,1,113,12,1,11,32,1,65,1,118,65,1,113,11,32,11,114,13,1,11,2,64,32,8,40,2,0,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,65,0,33,7,32,1,32,41,106,40,2,0,13,1,65,0,33,10,65,0,33,6,65,0,33,4,65,0,33,11,65,0,33,5,65,0,33,9,12,2,11,65,0,33,10,65,0,33,6,65,0,33,4,65,0,33,11,65,0,33,5,65,0,33,9,65,0,33,7,12,1,11,32,8,33,5,32,12,33,9,11,65,1,33,37,32,35,65,1,70,13,3,32,14,32,15,106,33,16,3,64,32,7,33,20,32,9,33,21,32,5,33,14,32,11,33,22,32,4,33,23,32,6,33,24,32,10,33,25,65,0,33,15,2,127,32,8,32,37,65,3,116,106,34,13,40,2,0,34,1,65,1,113,34,6,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,18,4,127,32,18,32,19,65,1,116,106,47,1,0,5,65,0,11,33,15,32,19,65,1,106,33,19,11,2,127,32,6,4,64,32,13,45,0,4,33,10,32,13,45,0,6,33,7,32,13,45,0,5,65,15,113,12,1,11,32,1,40,2,12,33,10,32,1,40,2,4,33,7,32,1,40,2,8,11,33,4,65,0,32,16,32,4,27,32,10,106,33,16,32,4,32,36,106,33,26,2,127,32,6,4,64,32,13,45,0,7,34,6,33,42,32,16,33,43,32,26,12,1,11,65,0,32,16,32,1,40,2,20,34,4,27,33,43,32,1,40,2,24,33,42,32,1,40,2,16,33,6,32,4,32,26,106,11,33,36,32,13,32,39,70,4,64,32,20,33,7,32,21,33,9,32,14,33,5,32,22,33,11,32,23,33,4,32,24,33,6,32,25,33,10,12,5,11,2,64,32,6,32,7,32,32,106,34,38,106,34,32,32,27,75,13,0,32,27,32,32,70,4,64,32,40,13,1,32,3,32,13,41,2,0,34,44,55,3,8,32,3,32,44,55,3,128,1,32,3,32,3,41,3,136,1,55,3,0,32,3,65,8,106,32,3,16,59,13,1,32,13,40,2,0,33,1,11,2,64,2,64,2,64,2,64,32,2,4,64,65,1,33,7,32,1,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,15,114,69,13,1,12,2,11,65,1,33,7,32,38,33,10,32,26,33,6,32,16,33,4,32,15,33,11,32,13,33,5,32,12,33,9,2,64,32,15,65,254,255,3,107,14,2,1,4,0,11,2,64,32,15,69,4,64,32,1,65,1,113,69,13,1,32,1,65,2,113,69,13,2,32,1,65,2,118,65,1,113,69,13,2,12,3,11,32,12,40,2,8,40,2,72,32,15,65,3,108,106,45,0,1,65,1,113,69,13,1,12,2,11,32,1,47,1,44,34,1,65,1,113,69,13,0,32,1,65,1,118,65,1,113,13,1,11,32,13,40,2,0,34,1,65,1,113,13,1,32,1,40,2,36,69,13,1,32,25,33,10,32,24,33,6,32,23,33,4,32,22,33,11,32,14,33,5,32,21,33,9,32,20,33,7,32,1,32,41,106,40,2,0,69,13,2,65,0,33,7,11,32,38,33,10,32,26,33,6,32,16,33,4,32,15,33,11,32,13,33,5,32,12,33,9,12,1,11,32,25,33,10,32,24,33,6,32,23,33,4,32,22,33,11,32,14,33,5,32,21,33,9,32,20,33,7,11,32,42,32,43,106,33,16,32,37,65,1,106,34,37,32,35,71,13,1,12,5,11,11,32,38,33,10,32,16,33,4,32,26,33,6,32,13,33,8,12,1,11,65,0,33,25,65,0,33,24,65,0,33,23,65,0,33,22,65,0,33,14,65,0,33,21,65,0,33,20,11,32,14,69,13,3,32,25,33,31,32,24,33,30,32,23,33,29,32,22,33,34,32,14,33,28,32,21,33,17,32,20,33,33,12,3,11,65,0,33,9,65,0,33,5,65,0,33,11,65,0,33,4,65,0,33,6,65,0,33,10,11,32,7,65,1,113,4,64,32,0,32,9,54,2,20,32,0,32,5,54,2,16,32,0,32,11,54,2,12,32,0,32,4,54,2,8,32,0,32,6,54,2,4,32,0,32,10,54,2,0,12,6,11,32,5,69,13,0,32,9,33,12,32,5,33,8,12,1,11,32,33,65,1,113,13,3,65,0,33,34,32,17,33,12,32,28,33,8,32,29,33,4,32,30,33,6,32,31,33,10,65,0,33,31,65,0,33,30,65,0,33,29,65,0,33,28,65,0,33,17,65,0,33,33,11,32,8,13,0,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,1,11,32,0,32,17,54,2,20,32,0,32,28,54,2,16,32,0,32,34,54,2,12,32,0,32,29,54,2,8,32,0,32,30,54,2,4,32,0,32,31,54,2,0,11,32,3,65,192,1,106,36,0,11,216,10,2,34,127,2,126,35,0,65,144,1,107,34,3,36,0,2,127,32,1,40,2,16,41,2,0,34,37,167,34,30,65,1,113,4,64,32,37,66,56,136,167,12,1,11,32,30,40,2,16,11,33,31,32,1,40,2,16,33,6,2,127,32,1,40,2,20,34,4,40,2,0,34,5,65,1,113,4,64,32,4,45,0,4,33,11,32,4,45,0,6,33,12,32,4,45,0,5,65,15,113,12,1,11,32,5,40,2,12,33,11,32,5,40,2,4,33,12,32,5,40,2,8,11,33,15,32,1,40,2,0,33,23,32,3,32,4,54,2,140,1,32,3,32,4,54,2,136,1,32,3,65,0,54,2,132,1,32,3,32,11,54,2,128,1,32,3,32,15,54,2,124,32,3,32,12,54,2,120,2,64,2,64,2,64,32,4,32,6,70,13,0,32,3,32,3,41,2,128,1,55,3,80,32,3,32,3,41,2,136,1,55,3,88,32,3,32,3,41,2,120,55,3,72,32,3,32,1,41,2,8,55,3,56,32,3,65,64,107,32,1,41,2,16,55,3,0,32,3,32,1,41,2,0,55,3,48,32,3,65,224,0,106,32,3,65,200,0,106,32,3,65,48,106,16,24,2,127,2,64,32,3,40,2,112,34,5,32,6,70,13,0,32,5,69,13,0,3,64,2,64,32,3,32,3,41,2,112,34,37,55,3,136,1,32,3,32,3,41,2,104,34,38,55,3,128,1,32,3,32,38,55,3,32,32,3,32,37,55,3,40,32,3,32,3,41,2,96,34,37,55,3,120,32,3,32,37,55,3,24,32,3,32,1,41,2,8,55,3,8,32,3,32,1,41,2,16,55,3,16,32,3,32,1,41,2,0,55,3,0,32,3,65,224,0,106,32,3,65,24,106,32,3,16,24,32,3,40,2,112,34,5,32,6,70,13,0,32,5,13,1,11,11,32,3,40,2,136,1,34,4,69,13,2,32,3,40,2,128,1,33,11,32,3,40,2,124,33,15,32,3,40,2,120,33,12,32,3,40,2,140,1,12,1,11,32,4,11,33,19,32,23,32,31,106,33,33,65,48,65,52,32,2,27,33,34,3,64,32,19,33,18,65,0,33,13,65,0,33,16,65,0,33,14,65,0,33,20,2,64,2,127,2,64,2,64,2,64,2,127,65,0,32,4,40,2,0,34,6,65,1,113,13,0,26,32,6,40,2,36,69,4,64,65,0,12,1,11,32,6,47,1,66,34,1,4,64,32,18,40,2,8,34,5,40,2,84,32,5,47,1,36,32,1,108,65,1,116,106,33,20,11,32,12,33,13,32,15,33,16,32,11,33,14,32,6,11,34,1,4,64,65,0,33,21,65,0,32,1,32,1,40,2,36,34,35,65,3,116,107,32,1,65,1,113,27,33,36,65,0,33,1,65,0,33,19,65,0,33,4,65,0,33,11,65,0,33,15,65,0,33,12,2,64,3,64,32,1,32,35,70,13,1,65,0,33,17,2,127,32,36,32,1,65,3,116,106,34,10,40,2,0,34,7,65,1,113,34,22,4,64,32,7,65,3,118,65,1,113,12,1,11,32,7,47,1,44,65,2,118,65,1,113,11,69,4,64,32,20,4,127,32,20,32,21,65,1,116,106,47,1,0,5,65,0,11,33,17,32,21,65,1,106,33,21,11,2,127,32,1,69,4,64,32,14,33,6,32,16,33,5,32,13,12,1,11,2,127,32,22,4,64,32,10,45,0,5,65,15,113,33,8,32,10,45,0,6,33,9,32,10,45,0,4,12,1,11,32,7,40,2,8,33,8,32,7,40,2,4,33,9,32,7,40,2,12,11,65,0,32,14,32,8,27,106,33,6,32,8,32,16,106,33,5,32,9,32,13,106,11,33,8,2,127,32,22,4,64,32,10,45,0,7,34,13,33,14,32,6,33,9,32,5,12,1,11,65,0,32,6,32,7,40,2,20,34,16,27,33,9,32,7,40,2,24,33,14,32,7,40,2,16,33,13,32,5,32,16,106,11,33,16,32,1,65,1,106,33,1,32,9,32,14,106,33,14,32,8,32,13,106,34,13,32,33,77,13,0,32,8,32,23,77,32,8,32,23,73,32,31,27,65,1,70,4,64,32,7,32,30,70,13,1,32,18,33,19,32,10,33,4,32,6,33,11,32,5,33,15,32,8,33,12,12,1,11,2,64,32,2,4,64,32,22,4,127,32,7,65,1,118,65,1,113,5,32,7,47,1,44,65,1,113,11,32,17,114,69,13,1,12,7,11,2,64,32,17,65,254,255,3,107,14,2,1,7,0,11,32,17,69,4,64,32,22,4,64,32,7,65,2,113,69,13,2,32,7,65,2,118,65,1,113,13,8,12,2,11,32,7,47,1,44,34,9,65,1,113,69,13,1,32,9,65,1,118,65,1,113,13,7,12,1,11,32,18,40,2,8,40,2,72,32,17,65,3,108,106,45,0,1,65,1,113,13,6,11,32,10,40,2,0,34,9,65,1,113,13,0,32,9,40,2,36,69,13,0,32,9,32,34,106,40,2,0,69,13,0,11,32,4,13,2,32,10,33,4,32,18,33,19,32,6,33,11,32,5,33,15,32,8,33,12,12,6,11,32,4,13,5,11,32,24,13,1,65,0,33,24,32,26,33,4,32,25,33,19,32,27,33,11,32,28,33,15,32,29,33,12,12,4,11,65,0,12,2,11,32,0,32,25,54,2,20,32,0,32,26,54,2,16,32,0,32,32,54,2,12,32,0,32,27,54,2,8,32,0,32,28,54,2,4,32,0,32,29,54,2,0,12,6,11,32,4,69,13,4,65,1,11,33,24,32,8,33,29,32,5,33,28,32,6,33,27,32,17,33,32,32,10,33,26,32,18,33,25,11,32,4,13,0,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,1,11,32,0,32,18,54,2,20,32,0,32,10,54,2,16,32,0,32,17,54,2,12,32,0,32,6,54,2,8,32,0,32,5,54,2,4,32,0,32,8,54,2,0,11,32,3,65,144,1,106,36,0,11,46,1,1,127,35,0,65,16,107,34,1,32,0,40,2,16,40,2,0,34,0,54,2,12,32,1,65,12,106,65,2,114,32,0,65,42,106,32,0,65,1,113,27,47,1,0,11,50,2,1,127,1,126,32,0,40,2,0,33,1,32,0,40,2,16,41,2,0,34,2,167,34,0,65,1,113,4,64,32,2,66,56,136,167,32,1,106,15,11,32,0,40,2,16,32,1,106,11,206,11,1,7,127,32,0,32,1,106,33,5,2,64,2,64,32,0,40,2,4,34,3,65,1,113,13,0,32,3,65,2,113,69,13,1,32,0,40,2,0,34,3,32,1,106,33,1,2,64,2,64,2,64,32,0,32,3,107,34,0,35,1,65,164,215,0,106,34,6,40,2,20,71,4,64,32,0,40,2,12,33,2,32,3,65,255,1,77,4,64,32,2,32,0,40,2,8,34,4,71,13,2,32,6,34,2,32,2,40,2,0,65,126,32,3,65,3,118,119,113,54,2,0,12,5,11,32,0,40,2,24,33,7,32,0,32,2,71,4,64,32,0,40,2,8,34,3,32,2,54,2,12,32,2,32,3,54,2,8,12,4,11,32,0,40,2,20,34,4,4,127,32,0,65,20,106,5,32,0,40,2,16,34,4,69,13,3,32,0,65,16,106,11,33,3,3,64,32,3,33,6,32,4,34,2,65,20,106,33,3,32,2,40,2,20,34,4,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,4,13,0,11,32,6,65,0,54,2,0,12,3,11,32,5,40,2,4,34,3,65,3,113,65,3,71,13,3,35,1,65,164,215,0,106,32,1,54,2,8,32,5,32,3,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,5,32,1,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,2,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,0,40,2,28,34,3,65,2,116,106,34,4,40,2,176,2,32,0,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,2,32,2,40,2,4,65,126,32,3,119,113,54,2,4,12,2,11,2,64,32,0,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,0,40,2,16,34,3,4,64,32,2,32,3,54,2,16,32,3,32,2,54,2,24,11,32,0,40,2,20,34,3,69,13,0,32,2,32,3,54,2,20,32,3,32,2,54,2,24,11,2,64,2,64,2,64,2,64,32,5,40,2,4,34,3,65,2,113,69,4,64,35,1,65,164,215,0,106,34,2,40,2,24,32,5,70,4,64,32,2,34,3,32,0,54,2,24,32,3,32,3,40,2,12,32,1,106,34,1,54,2,12,32,0,32,1,65,1,114,54,2,4,32,0,32,3,40,2,20,71,13,6,32,3,34,0,65,0,54,2,8,32,0,65,0,54,2,20,15,11,35,1,65,164,215,0,106,34,2,40,2,20,34,8,32,5,70,4,64,32,2,34,3,32,0,54,2,20,32,3,32,3,40,2,8,32,1,106,34,1,54,2,8,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,15,11,32,3,65,120,113,32,1,106,33,1,32,5,40,2,12,33,2,32,3,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,70,4,64,35,1,65,164,215,0,106,34,2,32,2,40,2,0,65,126,32,3,65,3,118,119,113,54,2,0,12,5,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,4,11,32,5,40,2,24,33,7,32,2,32,5,71,4,64,32,5,40,2,8,34,3,32,2,54,2,12,32,2,32,3,54,2,8,12,3,11,32,5,40,2,20,34,4,4,127,32,5,65,20,106,5,32,5,40,2,16,34,4,69,13,2,32,5,65,16,106,11,33,3,3,64,32,3,33,6,32,4,34,2,65,20,106,33,3,32,2,40,2,20,34,4,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,4,13,0,11,32,6,65,0,54,2,0,12,2,11,32,5,32,3,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,12,3,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,5,40,2,28,34,3,65,2,116,106,34,4,40,2,176,2,32,5,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,2,32,2,40,2,4,65,126,32,3,119,113,54,2,4,12,2,11,2,64,32,5,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,3,4,64,32,2,32,3,54,2,16,32,3,32,2,54,2,24,11,32,5,40,2,20,34,3,69,13,0,32,2,32,3,54,2,20,32,3,32,2,54,2,24,11,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,32,8,71,13,0,35,1,65,164,215,0,106,32,1,54,2,8,15,11,32,1,65,255,1,77,4,64,35,1,65,164,215,0,106,34,4,34,2,32,1,65,248,1,113,106,65,40,106,33,3,2,127,32,2,40,2,0,34,2,65,1,32,1,65,3,118,116,34,1,113,69,4,64,32,4,32,1,32,2,114,54,2,0,32,3,12,1,11,32,3,40,2,8,11,33,1,32,3,32,0,54,2,8,32,1,32,0,54,2,12,32,0,32,3,54,2,12,32,0,32,1,54,2,8,15,11,65,31,33,2,32,1,65,255,255,255,7,77,4,64,32,1,65,38,32,1,65,8,118,103,34,3,107,118,65,1,113,32,3,65,1,116,107,65,62,106,33,2,11,32,0,32,2,54,2,28,32,0,66,0,55,2,16,35,1,65,164,215,0,106,34,7,34,4,32,2,65,2,116,106,34,3,65,176,2,106,33,6,2,64,2,64,32,4,40,2,4,34,4,65,1,32,2,116,34,5,113,69,4,64,32,7,32,4,32,5,114,54,2,4,32,3,32,0,54,2,176,2,32,0,32,6,54,2,24,12,1,11,32,1,65,25,32,2,65,1,118,107,65,0,32,2,65,31,71,27,116,33,2,32,3,40,2,176,2,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,1,70,13,2,32,2,65,29,118,33,3,32,2,65,1,116,33,2,32,4,32,3,65,4,113,106,34,6,40,2,16,34,3,13,0,11,32,6,32,0,54,2,16,32,0,32,4,54,2,24,11,32,0,32,0,54,2,12,32,0,32,0,54,2,8,15,11,32,4,40,2,8,34,1,32,0,54,2,12,32,4,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,4,54,2,12,32,0,32,1,54,2,8,11,11,170,8,1,11,127,32,0,69,4,64,32,1,16,34,15,11,32,1,65,64,79,4,64,35,1,65,216,213,0,106,65,48,54,2,0,65,0,15,11,2,127,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,33,5,32,0,65,8,107,34,4,40,2,4,34,9,65,120,113,33,8,2,64,32,9,65,3,113,69,4,64,32,5,65,128,2,73,13,1,32,5,65,4,106,32,8,77,4,64,32,4,33,2,32,8,32,5,107,35,1,65,252,218,0,106,40,2,8,65,1,116,77,13,2,11,65,0,12,2,11,32,4,32,8,106,33,6,2,64,32,5,32,8,77,4,64,32,8,32,5,107,34,7,65,16,73,13,1,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,2,32,7,65,3,114,54,2,4,32,6,32,6,40,2,4,65,1,114,54,2,4,32,2,32,7,16,93,12,1,11,32,6,40,2,4,33,7,35,1,65,164,215,0,106,34,3,34,2,40,2,24,32,6,70,4,64,65,0,32,5,32,2,40,2,12,32,8,106,34,2,79,13,3,26,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,8,32,2,32,5,107,34,7,65,1,114,54,2,4,32,3,34,2,32,7,54,2,12,32,2,32,8,54,2,24,12,1,11,35,1,65,164,215,0,106,34,2,40,2,20,32,6,70,4,64,65,0,32,5,32,2,40,2,8,32,8,106,34,2,75,13,3,26,2,64,32,2,32,5,107,34,3,65,16,79,4,64,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,7,32,3,65,1,114,54,2,4,32,2,32,4,106,34,2,32,3,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,12,1,11,32,4,32,9,65,1,113,32,2,114,65,2,114,54,2,4,32,2,32,4,106,34,2,32,2,40,2,4,65,1,114,54,2,4,65,0,33,3,65,0,33,7,11,35,1,65,164,215,0,106,34,2,32,7,54,2,20,32,2,32,3,54,2,8,12,1,11,65,0,33,2,32,7,65,2,113,13,1,32,7,65,120,113,32,8,106,34,11,32,5,73,13,1,32,11,32,5,107,33,12,32,6,40,2,12,33,3,2,64,32,7,65,255,1,77,4,64,32,6,40,2,8,34,2,32,3,70,4,64,35,1,65,164,215,0,106,34,2,32,2,40,2,0,65,126,32,7,65,3,118,119,113,54,2,0,12,2,11,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,32,6,40,2,24,33,10,2,64,32,3,32,6,71,4,64,32,6,40,2,8,34,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,6,40,2,20,34,2,4,127,32,6,65,20,106,5,32,6,40,2,16,34,2,69,13,1,32,6,65,16,106,11,33,8,3,64,32,8,33,7,32,2,34,3,65,20,106,33,8,32,2,40,2,20,34,2,13,0,32,3,65,16,106,33,8,32,3,40,2,16,34,2,13,0,11,32,7,65,0,54,2,0,12,1,11,65,0,33,3,11,32,10,69,13,0,2,64,35,1,65,164,215,0,106,34,8,32,6,40,2,28,34,7,65,2,116,106,34,2,40,2,176,2,32,6,70,4,64,32,2,32,3,54,2,176,2,32,3,13,1,32,8,32,8,40,2,4,65,126,32,7,119,113,54,2,4,12,2,11,2,64,32,6,32,10,40,2,16,70,4,64,32,10,32,3,54,2,16,12,1,11,32,10,32,3,54,2,20,11,32,3,69,13,1,11,32,3,32,10,54,2,24,32,6,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,6,40,2,20,34,2,69,13,0,32,3,32,2,54,2,20,32,2,32,3,54,2,24,11,32,12,65,15,77,4,64,32,4,32,9,65,1,113,32,11,114,65,2,114,54,2,4,32,4,32,11,106,34,2,32,2,40,2,4,65,1,114,54,2,4,12,1,11,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,7,32,12,65,3,114,54,2,4,32,4,32,11,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,7,32,12,16,93,11,32,4,33,2,11,32,2,11,34,2,4,64,32,2,65,8,106,15,11,32,1,16,34,34,4,69,4,64,65,0,15,11,32,4,32,0,65,124,65,120,32,0,65,4,107,40,2,0,34,2,65,3,113,27,32,2,65,120,113,106,34,2,32,1,32,1,32,2,75,27,16,36,26,32,0,16,51,32,4,11,159,2,0,32,0,69,4,64,65,0,15,11,2,127,2,64,32,0,4,127,32,1,65,255,0,77,13,1,2,64,35,1,65,148,214,0,106,40,2,96,40,2,0,69,4,64,32,1,65,128,127,113,65,128,191,3,70,13,3,12,1,11,32,1,65,255,15,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,1,32,0,32,1,65,6,118,65,192,1,114,58,0,0,65,2,12,4,11,32,1,65,128,64,113,65,128,192,3,71,32,1,65,128,176,3,79,113,69,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,224,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,1,65,3,12,4,11,32,1,65,128,128,4,107,65,255,255,63,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,3,32,0,32,1,65,18,118,65,240,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,63,113,65,128,1,114,58,0,1,65,4,12,4,11,11,35,1,65,216,213,0,106,65,25,54,2,0,65,127,5,65,1,11,12,1,11,32,0,32,1,58,0,0,65,1,11,11,196,3,1,4,127,35,0,65,160,1,107,34,4,36,0,32,4,32,0,32,4,65,158,1,106,32,1,27,34,6,54,2,148,1,32,4,32,1,65,1,107,34,0,65,0,32,0,32,1,77,27,54,2,152,1,32,4,65,0,65,144,1,252,11,0,32,4,65,127,54,2,76,32,4,35,2,65,29,106,54,2,36,32,4,65,127,54,2,80,32,4,32,4,65,159,1,106,54,2,44,32,4,32,4,65,148,1,106,54,2,84,32,6,65,0,58,0,0,35,0,65,208,1,107,34,5,36,0,32,5,32,3,54,2,204,1,32,5,65,160,1,106,34,0,65,0,65,40,252,11,0,32,5,32,5,40,2,204,1,54,2,200,1,2,64,65,0,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,0,35,2,34,0,65,27,106,34,6,32,0,65,28,106,34,0,16,99,65,0,72,4,64,65,127,33,0,12,1,11,32,4,40,2,76,65,0,72,32,4,32,4,40,2,0,34,1,65,95,113,54,2,0,2,127,2,64,2,64,32,4,40,2,48,69,4,64,32,4,65,208,0,54,2,48,32,4,65,0,54,2,28,32,4,66,0,55,3,16,32,4,40,2,44,33,7,32,4,32,5,54,2,44,12,1,11,32,4,40,2,16,13,1,11,65,127,32,4,16,67,13,1,26,11,32,4,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,32,6,32,0,16,99,11,33,2,32,7,4,64,32,4,65,0,65,0,32,4,40,2,36,17,4,0,26,32,4,65,0,54,2,48,32,4,32,7,54,2,44,32,4,65,0,54,2,28,32,4,40,2,20,33,0,32,4,66,0,55,3,16,32,2,65,127,32,0,27,33,2,11,32,4,32,4,40,2,0,34,0,32,1,65,32,113,114,54,2,0,65,127,32,2,32,0,65,32,113,27,33,0,13,0,11,32,5,65,208,1,106,36,0,32,4,65,160,1,106,36,0,32,0,11,188,2,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,9,107,14,18,0,8,9,10,8,9,1,2,3,4,10,9,10,10,8,9,5,6,7,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,40,2,0,54,2,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,50,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,51,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,48,0,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,49,0,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,43,3,0,57,3,0,15,11,32,0,32,2,32,3,17,5,0,11,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,11,111,1,5,127,32,0,40,2,0,34,3,44,0,0,65,48,107,34,1,65,9,75,4,64,65,0,15,11,3,64,65,127,33,4,32,2,65,204,153,179,230,0,77,4,64,65,127,32,1,32,2,65,10,108,34,5,106,32,1,32,5,65,255,255,255,255,7,115,75,27,33,4,11,32,0,32,3,65,1,106,34,5,54,2,0,32,3,44,0,1,32,4,33,2,32,5,33,3,65,48,107,34,1,65,10,73,13,0,11,32,2,11,156,19,2,19,127,2,126,35,0,65,64,106,34,8,36,0,32,8,32,1,54,2,60,32,8,65,41,106,33,23,32,8,65,39,106,33,24,32,8,65,40,106,33,18,2,64,2,64,2,64,2,64,3,64,65,0,33,7,3,64,32,1,33,13,32,7,32,14,65,255,255,255,255,7,115,74,13,2,32,7,32,14,106,33,14,2,64,2,64,2,64,2,64,2,64,32,1,34,7,45,0,0,34,11,4,64,3,64,2,64,2,64,32,11,65,255,1,113,34,1,69,4,64,32,7,33,1,12,1,11,32,1,65,37,71,13,1,32,7,33,11,3,64,32,11,45,0,1,65,37,71,4,64,32,11,33,1,12,2,11,32,7,65,1,106,33,7,32,11,45,0,2,32,11,65,2,106,34,1,33,11,65,37,70,13,0,11,11,32,7,32,13,107,34,7,32,14,65,255,255,255,255,7,115,34,25,74,13,10,32,0,4,64,32,0,32,13,32,7,16,14,11,32,7,13,8,32,8,32,1,54,2,60,32,1,65,1,106,33,7,65,127,33,16,2,64,32,1,44,0,1,65,48,107,34,9,65,9,75,13,0,32,1,45,0,2,65,36,71,13,0,32,1,65,3,106,33,7,65,1,33,19,32,9,33,16,11,32,8,32,7,54,2,60,65,0,33,12,2,64,32,7,44,0,0,34,11,65,32,107,34,1,65,31,75,4,64,32,7,33,9,12,1,11,32,7,33,9,65,1,32,1,116,34,1,65,137,209,4,113,69,13,0,3,64,32,8,32,7,65,1,106,34,9,54,2,60,32,1,32,12,114,33,12,32,7,44,0,1,34,11,65,32,107,34,1,65,32,79,13,1,32,9,33,7,65,1,32,1,116,34,1,65,137,209,4,113,13,0,11,11,2,64,32,11,65,42,70,4,64,2,127,2,64,32,9,44,0,1,65,48,107,34,1,65,9,75,13,0,32,9,45,0,2,65,36,71,13,0,2,127,32,0,69,4,64,32,4,32,1,65,2,116,106,65,10,54,2,0,65,0,12,1,11,32,3,32,1,65,3,116,106,40,2,0,11,33,15,32,9,65,3,106,33,1,65,1,12,1,11,32,19,13,6,32,9,65,1,106,33,1,32,0,69,4,64,32,8,32,1,54,2,60,65,0,33,19,65,0,33,15,12,3,11,32,2,32,2,40,2,0,34,7,65,4,106,54,2,0,32,7,40,2,0,33,15,65,0,11,33,19,32,8,32,1,54,2,60,32,15,65,0,78,13,1,65,0,32,15,107,33,15,32,12,65,128,192,0,114,33,12,12,1,11,32,8,65,60,106,16,98,34,15,65,0,72,13,11,32,8,40,2,60,33,1,11,65,0,33,7,65,127,33,10,2,127,65,0,32,1,45,0,0,65,46,71,13,0,26,32,1,45,0,1,65,42,70,4,64,2,127,2,64,32,1,44,0,2,65,48,107,34,9,65,9,75,13,0,32,1,45,0,3,65,36,71,13,0,32,1,65,4,106,33,1,2,127,32,0,69,4,64,32,4,32,9,65,2,116,106,65,10,54,2,0,65,0,12,1,11,32,3,32,9,65,3,116,106,40,2,0,11,12,1,11,32,19,13,6,32,1,65,2,106,33,1,65,0,32,0,69,13,0,26,32,2,32,2,40,2,0,34,9,65,4,106,54,2,0,32,9,40,2,0,11,33,10,32,8,32,1,54,2,60,32,10,65,0,78,12,1,11,32,8,32,1,65,1,106,54,2,60,32,8,65,60,106,16,98,33,10,32,8,40,2,60,33,1,65,1,11,33,20,3,64,32,7,33,21,65,28,33,9,32,1,34,22,44,0,0,34,7,65,251,0,107,65,70,73,13,12,32,1,65,1,106,33,1,35,1,32,21,65,58,108,106,32,7,106,65,207,43,106,45,0,0,34,7,65,1,107,65,255,1,113,65,8,73,13,0,11,32,8,32,1,54,2,60,2,64,32,7,65,27,71,4,64,32,7,69,13,13,32,16,65,0,78,4,64,32,0,69,4,64,32,4,32,16,65,2,116,106,32,7,54,2,0,12,13,11,32,8,32,3,32,16,65,3,116,106,41,3,0,55,3,48,12,2,11,32,0,69,13,9,32,8,65,48,106,32,7,32,2,32,6,16,97,12,1,11,32,16,65,0,78,13,12,65,0,33,7,32,0,69,13,9,11,32,0,45,0,0,65,32,113,13,12,32,12,65,255,255,123,113,34,11,32,12,32,12,65,128,192,0,113,27,33,12,35,1,33,17,65,0,33,16,32,18,33,9,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,22,45,0,0,34,22,192,34,7,65,83,113,32,7,32,22,65,15,113,65,3,70,27,32,7,32,21,27,34,7,65,216,0,107,14,33,4,23,23,23,23,23,23,23,23,16,23,9,6,16,16,16,23,6,23,23,23,23,2,5,3,23,23,10,23,1,23,23,4,0,11,2,64,32,7,65,193,0,107,14,7,16,23,11,23,16,16,16,0,11,32,7,65,211,0,70,13,11,12,22,11,32,8,41,3,48,33,26,35,1,12,5,11,65,0,33,7,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,21,14,8,0,1,2,3,4,29,5,6,29,11,32,8,40,2,48,32,14,54,2,0,12,28,11,32,8,40,2,48,32,14,54,2,0,12,27,11,32,8,40,2,48,32,14,172,55,3,0,12,26,11,32,8,40,2,48,32,14,59,1,0,12,25,11,32,8,40,2,48,32,14,58,0,0,12,24,11,32,8,40,2,48,32,14,54,2,0,12,23,11,32,8,40,2,48,32,14,172,55,3,0,12,22,11,65,8,32,10,32,10,65,8,77,27,33,10,32,12,65,8,114,33,12,65,248,0,33,7,11,35,1,33,17,32,18,33,1,32,7,65,32,113,33,13,32,8,41,3,48,34,26,34,27,66,0,82,4,64,3,64,32,1,65,1,107,34,1,35,1,65,224,47,106,32,27,167,65,15,113,106,45,0,0,32,13,114,58,0,0,32,27,66,15,86,32,27,66,4,136,33,27,13,0,11,11,32,1,33,13,32,26,80,13,3,32,12,65,8,113,69,13,3,35,1,32,7,65,4,118,106,33,17,65,2,33,16,12,3,11,32,18,33,1,32,8,41,3,48,34,26,34,27,66,0,82,4,64,3,64,32,1,65,1,107,34,1,32,27,167,65,7,113,65,48,114,58,0,0,32,27,66,7,86,32,27,66,3,136,33,27,13,0,11,11,32,1,33,13,32,12,65,8,113,69,4,64,35,1,33,17,12,3,11,32,10,32,23,32,13,107,34,1,32,1,32,10,72,27,33,10,35,1,33,17,12,2,11,32,8,41,3,48,34,26,66,0,83,4,64,32,8,66,0,32,26,125,34,26,55,3,48,65,1,33,16,35,1,12,1,11,32,12,65,128,16,113,4,64,65,1,33,16,35,1,65,1,106,12,1,11,35,1,34,1,65,2,106,32,1,32,12,65,1,113,34,16,27,11,33,17,32,26,32,18,16,35,33,13,11,32,20,32,10,65,0,72,113,13,18,32,12,65,255,255,123,113,32,12,32,20,27,33,12,2,64,32,26,66,0,82,13,0,32,10,13,0,32,18,33,13,65,0,33,10,12,15,11,32,10,32,26,80,32,18,32,13,107,106,34,1,32,1,32,10,72,27,33,10,12,14,11,32,8,45,0,48,33,7,12,12,11,32,8,40,2,48,34,1,35,1,34,17,65,246,10,106,32,1,27,34,13,34,1,65,0,65,255,255,255,255,7,32,10,32,10,65,255,255,255,255,7,79,27,34,7,16,101,34,9,32,1,107,32,7,32,9,27,34,1,32,13,106,33,9,32,10,65,0,78,13,10,32,9,45,0,0,13,16,35,1,33,17,12,10,11,32,8,41,3,48,34,26,66,0,82,13,1,65,0,33,7,12,10,11,32,10,4,64,32,8,40,2,48,12,2,11,65,0,33,7,32,0,65,32,32,15,65,0,32,12,16,15,12,2,11,32,8,65,0,54,2,12,32,8,32,26,62,2,8,32,8,32,8,65,8,106,34,7,54,2,48,65,127,33,10,32,7,11,33,11,65,0,33,7,3,64,2,64,32,11,40,2,0,34,9,69,13,0,32,8,65,4,106,32,9,16,95,34,9,65,0,72,13,16,32,9,32,10,32,7,107,75,13,0,32,11,65,4,106,33,11,32,7,32,9,106,34,7,32,10,73,13,1,11,11,65,61,33,9,32,7,65,0,72,13,13,32,0,65,32,32,15,32,7,32,12,16,15,32,7,69,4,64,65,0,33,7,12,1,11,65,0,33,9,32,8,40,2,48,33,11,3,64,32,11,40,2,0,34,13,69,13,1,32,8,65,4,106,34,10,32,13,16,95,34,13,32,9,106,34,9,32,7,75,13,1,32,0,32,10,32,13,16,14,32,11,65,4,106,33,11,32,7,32,9,75,13,0,11,11,32,0,65,32,32,15,32,7,32,12,65,128,192,0,115,16,15,32,15,32,7,32,7,32,15,72,27,33,7,12,9,11,32,20,32,10,65,0,72,113,13,10,65,61,33,9,32,0,32,8,43,3,48,32,15,32,10,32,12,32,7,32,5,17,14,0,34,7,65,0,78,13,8,12,11,11,32,7,45,0,1,33,11,32,7,65,1,106,33,7,12,0,11,0,11,32,0,13,10,32,19,69,13,4,65,1,33,7,3,64,32,4,32,7,65,2,116,106,40,2,0,34,0,4,64,32,3,32,7,65,3,116,106,32,0,32,2,32,6,16,97,65,1,33,14,32,7,65,1,106,34,7,65,10,71,13,1,12,12,11,11,32,7,65,10,79,4,64,65,1,33,14,12,11,11,3,64,32,4,32,7,65,2,116,106,40,2,0,13,1,65,1,33,14,32,7,65,1,106,34,7,65,10,71,13,0,11,12,10,11,65,28,33,9,12,7,11,32,11,33,12,32,1,33,10,12,1,11,32,8,32,7,58,0,39,35,1,33,17,65,1,33,10,32,24,33,13,32,11,33,12,11,32,10,32,9,32,13,107,34,11,32,10,32,11,74,27,34,10,32,16,65,255,255,255,255,7,115,74,13,3,65,61,33,9,32,15,32,10,32,16,106,34,1,32,1,32,15,72,27,34,7,32,25,75,13,4,32,0,65,32,32,7,32,1,32,12,16,15,32,0,32,17,32,16,16,14,32,0,65,48,32,7,32,1,32,12,65,128,128,4,115,16,15,32,0,65,48,32,10,32,11,65,0,16,15,32,0,32,13,32,11,16,14,32,0,65,32,32,7,32,1,32,12,65,128,192,0,115,16,15,32,8,40,2,60,33,1,12,1,11,11,11,65,0,33,14,12,3,11,65,61,33,9,11,35,1,65,216,213,0,106,32,9,54,2,0,11,65,127,33,14,11,32,8,65,64,107,36,0,32,14,11,126,2,1,127,1,126,32,0,189,34,3,66,52,136,167,65,255,15,113,34,2,65,255,15,71,4,124,32,2,69,4,64,32,1,32,0,68,0,0,0,0,0,0,0,0,97,4,127,65,0,5,32,0,68,0,0,0,0,0,0,240,67,162,32,1,16,100,33,0,32,1,40,2,0,65,64,106,11,54,2,0,32,0,15,11,32,1,32,2,65,254,7,107,54,2,0,32,3,66,255,255,255,255,255,255,255,135,128,127,131,66,128,128,128,128,128,128,128,240,63,132,191,5,32,0,11,11,229,1,1,2,127,32,2,65,0,71,33,3,2,64,2,64,2,64,32,0,65,3,113,69,13,0,32,2,69,13,0,32,1,65,255,1,113,33,4,3,64,32,0,45,0,0,32,4,70,13,2,32,2,65,1,107,34,2,65,0,71,33,3,32,0,65,1,106,34,0,65,3,113,69,13,1,32,2,13,0,11,11,32,3,69,13,1,2,64,32,1,65,255,1,113,34,3,32,0,45,0,0,70,13,0,32,2,65,4,73,13,0,32,3,65,129,130,132,8,108,33,3,3,64,65,128,130,132,8,32,0,40,2,0,32,3,115,34,4,107,32,4,114,65,128,129,130,132,120,113,65,128,129,130,132,120,71,13,2,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,1,11,32,1,65,255,1,113,33,1,3,64,32,1,32,0,45,0,0,70,4,64,32,0,15,11,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,0,11,11,65,0,11,125,1,3,127,2,64,2,64,32,0,34,1,65,3,113,69,13,0,32,1,45,0,0,69,4,64,65,0,15,11,3,64,32,1,65,1,106,34,1,65,3,113,69,13,1,32,1,45,0,0,13,0,11,12,1,11,3,64,32,1,34,2,65,4,106,33,1,65,128,130,132,8,32,2,40,2,0,34,3,107,32,3,114,65,128,129,130,132,120,113,65,128,129,130,132,120,70,13,0,11,3,64,32,2,34,1,65,1,106,33,2,32,1,45,0,0,13,0,11,11,32,1,32,0,107,11,104,1,3,127,32,0,69,4,64,65,0,15,11,2,127,35,1,65,176,43,106,33,1,32,0,4,64,3,64,32,1,34,2,40,2,0,34,3,4,64,32,1,65,4,106,33,1,32,0,32,3,71,13,1,11,11,32,2,65,0,32,3,27,12,1,11,32,1,33,2,3,64,32,2,34,0,65,4,106,33,2,32,0,40,2,0,13,0,11,32,1,32,0,32,1,107,65,124,113,106,11,65,0,71,11,66,1,1,127,32,0,65,255,255,7,77,4,64,35,1,65,240,12,106,34,1,32,1,32,0,65,8,118,106,45,0,0,65,5,116,106,32,0,65,3,118,65,31,113,106,45,0,0,32,0,65,7,113,118,65,1,113,15,11,32,0,65,254,255,11,73,11,194,1,1,3,127,2,64,32,2,40,2,16,34,3,4,127,32,3,5,32,2,16,67,13,1,32,2,40,2,16,11,32,2,40,2,20,34,4,107,32,1,73,4,64,32,2,32,0,32,1,32,2,40,2,36,17,4,0,15,11,2,64,2,64,32,2,40,2,80,65,0,72,13,0,32,1,69,13,0,32,1,33,3,3,64,32,0,32,3,106,34,5,65,1,107,45,0,0,65,10,71,4,64,32,3,65,1,107,34,3,13,1,12,2,11,11,32,2,32,0,32,3,32,2,40,2,36,17,4,0,34,4,32,3,73,13,2,32,1,32,3,107,33,1,32,2,40,2,20,33,4,12,1,11,32,0,33,5,65,0,33,3,11,32,4,32,5,32,1,16,36,26,32,2,32,2,40,2,20,32,1,106,54,2,20,32,1,32,3,106,33,4,11,32,4,11,128,1,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,58,0,15,2,64,2,64,32,0,40,2,16,34,3,4,127,32,3,5,32,0,16,67,13,2,32,0,40,2,16,11,32,0,40,2,20,34,3,70,13,0,32,0,40,2,80,32,1,65,255,1,113,70,13,0,32,0,32,3,65,1,106,54,2,20,32,3,32,1,58,0,0,12,1,11,32,0,32,2,65,15,106,65,1,32,0,40,2,36,17,4,0,65,1,71,13,0,32,2,45,0,15,26,11,32,2,65,16,106,36,0,11,110,1,4,127,2,64,32,0,47,1,32,34,5,69,13,0,32,0,40,2,60,33,6,65,1,33,0,65,1,33,3,3,64,2,64,2,64,32,1,32,6,32,0,65,2,116,106,40,2,0,34,0,32,2,16,27,65,1,106,14,2,3,0,1,11,32,0,32,2,106,45,0,0,13,0,32,3,33,4,12,2,11,32,3,65,1,106,34,3,65,255,255,3,113,34,0,32,5,77,13,0,11,11,32,4,65,255,255,3,113,11,178,4,1,14,127,2,64,32,0,40,2,180,9,34,3,69,13,0,2,127,32,3,65,26,116,65,31,117,65,226,4,113,32,3,65,1,113,13,0,26,65,226,4,32,3,45,0,45,65,2,113,13,0,26,32,3,40,2,32,11,32,2,75,13,0,65,1,15,11,32,0,40,2,132,9,34,0,40,2,0,34,13,32,1,65,5,116,106,34,7,40,2,0,34,8,40,2,4,33,12,32,8,40,2,156,1,34,4,32,7,40,2,8,73,4,64,32,7,32,4,54,2,8,11,2,64,32,0,40,2,4,34,14,4,64,32,8,40,2,160,1,33,15,65,0,33,0,3,64,2,64,32,0,32,1,70,13,0,32,13,32,0,65,5,116,106,34,9,40,2,28,13,0,32,9,40,2,0,34,6,40,2,4,34,16,32,12,73,13,0,32,6,40,2,152,1,34,11,33,5,32,6,47,1,0,34,10,69,4,64,32,11,32,11,65,244,3,106,32,6,40,2,20,27,33,5,11,32,6,40,2,156,1,34,4,32,9,40,2,8,34,3,73,4,64,32,9,32,4,54,2,8,32,4,33,3,11,32,10,69,13,0,32,2,32,5,73,13,0,2,64,32,2,32,5,75,4,64,65,1,33,10,32,4,32,3,107,65,1,106,32,2,32,5,107,108,65,136,14,77,13,1,12,5,11,32,6,40,2,160,1,32,15,76,13,1,11,32,7,40,2,28,13,0,32,6,47,1,0,32,8,47,1,0,71,13,0,32,12,32,16,71,13,0,32,11,32,8,40,2,152,1,71,13,0,35,1,65,148,12,106,33,5,32,7,40,2,12,33,3,2,64,32,9,40,2,12,34,4,69,13,0,32,4,65,1,113,13,0,32,4,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,4,65,48,106,32,4,40,2,36,27,33,5,11,35,1,65,148,12,106,33,4,2,64,32,3,69,13,0,32,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,3,65,48,106,32,3,40,2,36,27,33,4,11,32,5,40,2,24,33,6,2,64,32,4,40,2,24,34,3,65,25,79,4,64,32,3,32,6,71,13,2,32,5,40,2,0,33,5,32,4,40,2,0,33,4,12,1,11,32,3,32,6,71,13,1,11,32,5,32,4,32,3,16,18,13,0,65,1,15,11,32,0,65,1,106,34,0,32,14,71,13,0,11,11,65,0,33,10,11,32,10,11,171,31,2,12,127,3,126,35,0,65,128,1,107,34,7,36,0,2,64,32,1,40,2,0,34,5,69,4,64,65,1,33,8,12,1,11,32,2,40,2,0,34,4,69,13,0,2,127,32,4,65,26,116,65,31,117,65,226,4,113,32,4,65,1,113,13,0,26,65,226,4,32,4,45,0,45,65,2,113,13,0,26,32,4,40,2,32,11,33,6,32,5,65,8,118,33,12,32,4,65,8,118,33,13,2,64,2,64,2,64,32,5,65,1,113,69,4,64,32,5,45,0,45,65,2,113,69,4,64,32,6,32,5,40,2,32,34,3,73,13,2,12,4,11,65,226,4,33,3,32,6,65,226,4,73,13,1,12,3,11,32,5,65,32,113,34,3,69,13,1,32,6,65,225,4,75,13,1,11,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,1,33,8,12,3,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,1,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,6,12,1,11,65,0,33,6,32,2,40,2,8,32,2,40,2,4,106,32,1,77,13,0,32,2,40,2,56,32,1,65,2,116,106,40,2,0,33,6,11,32,0,65,132,1,106,33,1,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,4,32,7,32,6,54,2,0,32,1,65,128,8,35,1,65,143,4,106,32,7,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,8,12,3,11,65,1,33,8,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,5,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,226,4,65,0,32,3,27,33,3,11,2,64,2,64,2,64,32,4,65,1,113,69,4,64,32,4,45,0,45,65,2,113,4,127,65,226,4,5,32,4,40,2,32,11,32,3,75,13,1,32,4,40,2,36,13,2,12,3,11,32,4,65,32,113,69,13,2,32,3,65,225,4,75,13,2,11,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,3,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,1,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,1,77,13,0,32,2,40,2,56,32,1,65,2,116,106,40,2,0,33,3,11,32,0,65,132,1,106,33,1,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,6,12,1,11,65,0,33,6,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,6,11,32,7,32,6,54,2,20,32,7,32,3,54,2,16,32,1,65,128,8,35,1,65,143,4,106,32,7,65,16,106,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,32,0,40,2,140,10,69,13,2,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,5,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,4,40,2,60,33,10,11,2,64,2,64,2,64,2,64,32,5,65,1,113,69,4,64,32,5,40,2,36,13,1,65,0,33,3,32,10,65,0,74,13,2,12,4,11,32,10,65,0,74,13,1,65,0,33,3,12,3,11,32,10,32,5,40,2,60,76,13,1,11,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,1,33,8,12,3,11,32,0,40,2,160,9,33,1,35,1,65,171,10,106,33,8,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,2,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,8,12,1,11,65,0,33,8,32,1,40,2,8,32,1,40,2,4,106,32,2,77,13,0,32,1,40,2,56,32,2,65,2,116,106,40,2,0,33,8,11,65,0,33,2,2,64,32,4,65,1,113,13,0,32,4,40,2,36,69,13,0,32,4,40,2,60,33,2,11,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,6,12,1,11,65,0,33,6,32,1,40,2,8,32,1,40,2,4,106,32,3,77,13,0,32,1,40,2,56,32,3,65,2,116,106,40,2,0,33,6,11,32,0,65,132,1,106,33,1,65,0,33,10,2,64,32,5,65,1,113,13,0,32,5,40,2,36,69,13,0,32,5,40,2,60,33,10,11,32,7,32,10,54,2,44,32,7,32,6,54,2,40,32,7,32,2,54,2,36,32,7,32,8,54,2,32,32,1,65,128,8,35,1,65,164,9,106,32,7,65,32,106,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,8,12,3,11,65,1,33,8,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,5,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,5,40,2,60,33,3,11,2,64,32,4,65,1,113,13,0,32,4,40,2,36,69,13,0,32,4,40,2,60,33,8,11,32,3,32,8,74,4,64,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,0,33,8,12,2,11,32,0,40,2,160,9,33,1,35,1,65,171,10,106,33,8,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,2,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,8,12,1,11,65,0,33,8,32,1,40,2,8,32,1,40,2,4,106,32,2,77,13,0,32,1,40,2,56,32,2,65,2,116,106,40,2,0,33,8,11,65,0,33,2,2,64,32,5,65,1,113,13,0,32,5,40,2,36,69,13,0,32,5,40,2,60,33,2,11,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,1,40,2,8,32,1,40,2,4,106,32,5,77,13,0,32,1,40,2,56,32,5,65,2,116,106,40,2,0,33,3,11,32,0,65,132,1,106,33,1,65,0,33,10,2,64,32,4,65,1,113,13,0,32,4,40,2,36,69,13,0,32,4,40,2,60,33,10,11,32,7,32,10,54,2,60,32,7,32,3,54,2,56,32,7,32,2,54,2,52,32,7,32,8,54,2,48,32,1,65,128,8,35,1,65,164,9,106,32,7,65,48,106,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,65,0,33,8,32,0,40,2,140,10,69,13,1,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,4,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,8,2,64,32,5,65,1,113,4,64,32,5,65,32,113,69,13,1,12,2,11,32,5,45,0,45,65,2,113,13,1,32,5,40,2,32,13,1,11,32,7,32,1,41,2,0,55,3,120,32,7,32,2,41,2,0,55,3,112,2,127,32,0,65,136,9,106,34,1,40,2,12,33,2,32,1,32,1,40,2,16,34,3,65,1,106,34,6,32,1,40,2,20,34,10,75,4,127,65,8,32,10,65,1,116,34,3,32,6,32,3,32,6,75,27,34,3,32,3,65,8,77,27,34,6,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,1,32,6,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,3,65,1,106,5,32,6,11,54,2,16,32,2,32,3,65,3,116,106,32,7,41,2,120,55,2,0,32,1,40,2,12,33,2,32,1,32,1,40,2,16,34,3,65,1,106,34,6,32,1,40,2,20,34,10,75,4,127,65,8,32,10,65,1,116,34,3,32,6,32,3,32,6,75,27,34,3,32,3,65,8,77,27,34,6,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,1,32,6,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,3,65,1,106,5,32,6,11,54,2,16,32,2,32,3,65,3,116,106,32,7,41,2,112,55,2,0,65,0,32,1,40,2,16,34,2,69,13,0,26,3,64,32,1,32,2,65,1,107,34,3,54,2,16,32,1,40,2,12,34,6,32,3,65,3,116,106,41,2,0,32,1,32,2,65,2,107,34,2,54,2,16,32,6,32,2,65,3,116,106,41,2,0,34,17,66,8,136,33,15,167,33,6,32,17,167,34,10,65,1,113,34,9,4,127,32,15,167,65,255,1,113,5,32,10,47,1,40,11,33,11,2,64,2,64,2,127,2,64,32,6,65,1,113,34,14,4,64,32,6,65,128,254,3,113,65,8,118,34,3,32,11,65,255,255,3,113,77,13,1,65,127,12,2,11,32,6,47,1,40,34,3,32,11,65,255,255,3,113,77,13,0,65,127,12,1,11,2,64,2,127,32,9,4,64,65,0,32,3,32,15,167,65,255,1,113,79,13,1,26,12,2,11,32,3,32,10,47,1,40,73,13,1,32,10,40,2,36,11,33,3,65,0,33,11,2,64,32,14,13,0,32,3,32,6,40,2,36,34,11,79,13,0,65,127,12,2,11,32,9,13,3,32,11,32,10,40,2,36,34,3,79,13,2,11,65,1,11,32,1,65,0,54,2,16,12,3,11,32,3,69,13,0,3,64,32,3,65,1,107,34,3,65,3,116,34,2,32,6,32,6,40,2,36,65,3,116,107,106,41,2,0,33,15,32,10,32,10,40,2,36,65,3,116,107,32,2,106,41,2,0,33,16,32,1,40,2,12,33,2,32,1,32,1,40,2,16,34,9,65,1,106,34,11,32,1,40,2,20,34,14,75,4,127,65,8,32,14,65,1,116,34,9,32,11,32,9,32,11,75,27,34,9,32,9,65,8,77,27,34,11,65,3,116,33,9,2,127,32,2,4,64,32,2,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,2,32,1,32,11,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,9,65,1,106,5,32,11,11,54,2,16,32,2,32,9,65,3,116,106,32,16,55,2,0,32,1,40,2,12,33,2,32,1,32,1,40,2,16,34,9,65,1,106,34,11,32,1,40,2,20,34,14,75,4,127,65,8,32,14,65,1,116,34,9,32,11,32,9,32,11,75,27,34,9,32,9,65,8,77,27,34,11,65,3,116,33,9,2,127,32,2,4,64,32,2,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,2,32,1,32,11,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,9,65,1,106,5,32,11,11,54,2,16,32,2,32,9,65,3,116,106,32,15,55,2,0,32,3,13,0,11,32,1,40,2,16,33,2,11,32,2,13,0,11,65,0,11,33,2,32,0,40,2,96,33,1,2,127,2,64,2,64,2,64,2,64,32,2,65,1,106,14,3,0,2,1,2,11,2,64,32,1,13,0,32,0,40,2,140,10,13,0,65,0,33,8,12,5,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,1,11,32,0,65,132,1,106,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,84,32,7,32,1,54,2,80,65,128,8,35,1,65,190,4,106,32,7,65,208,0,106,16,11,26,12,2,11,2,64,32,1,13,0,32,0,40,2,140,10,13,0,12,4,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,1,11,32,0,65,132,1,106,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,100,32,7,32,1,54,2,96,65,128,8,35,1,65,190,4,106,32,7,65,224,0,106,16,11,26,65,1,12,2,11,2,64,32,1,13,0,32,0,40,2,140,10,13,0,65,0,33,8,12,3,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,1,11,32,0,65,132,1,106,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,68,32,7,32,1,54,2,64,65,128,8,35,1,65,231,4,106,32,7,65,64,107,16,11,26,11,65,0,11,33,8,32,0,40,2,96,34,1,4,64,32,0,40,2,92,65,0,32,0,65,132,1,106,32,1,17,3,0,11,2,64,32,0,40,2,140,10,69,13,0,32,0,65,132,1,106,33,1,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,11,32,7,65,128,1,106,36,0,32,8,11,243,2,1,10,127,2,64,32,0,40,2,8,34,7,65,1,107,34,1,69,13,0,32,0,40,2,4,33,8,32,7,33,4,3,64,32,4,33,2,32,8,32,1,34,4,65,28,108,106,34,5,40,2,0,40,2,0,33,1,2,127,2,64,2,64,32,2,32,7,70,4,64,32,1,65,1,113,13,1,12,2,11,2,64,2,127,32,1,65,1,113,34,9,4,64,32,1,65,2,113,13,7,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,34,3,65,1,113,13,6,32,3,65,2,118,65,1,113,11,13,0,32,5,65,28,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,32,0,40,2,0,40,2,8,34,10,40,2,84,32,10,47,1,36,32,3,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,13,5,11,32,9,69,13,1,11,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,13,1,2,64,32,0,40,2,0,40,2,8,34,1,40,2,32,69,13,0,32,1,40,2,64,32,8,32,2,65,28,108,106,65,56,107,40,2,0,40,2,0,47,1,66,65,2,116,106,34,2,47,1,2,34,3,69,13,0,32,1,40,2,68,32,2,47,1,0,65,2,116,106,34,1,32,3,65,2,116,106,33,2,3,64,2,64,32,1,45,0,3,69,4,64,32,5,40,2,20,32,1,45,0,2,70,13,1,11,32,2,32,1,65,4,106,34,1,75,13,1,12,2,11,11,32,1,47,1,0,33,6,12,2,11,32,4,65,1,107,34,1,13,0,11,11,32,6,11,211,9,2,29,127,1,126,2,64,32,0,40,2,4,34,8,32,0,40,2,8,34,27,65,28,108,106,34,9,65,28,107,40,2,0,40,2,0,34,4,65,1,113,13,0,32,27,33,13,3,64,32,4,40,2,36,69,13,1,32,0,40,2,0,40,2,8,33,10,32,4,47,1,66,34,5,4,127,32,10,40,2,84,32,10,47,1,36,32,5,108,65,1,116,106,5,65,0,11,33,28,32,9,65,4,107,40,2,0,33,15,2,64,2,64,32,13,65,1,107,34,5,69,13,0,32,4,47,1,44,34,11,65,1,113,13,0,32,11,65,4,113,13,1,32,8,32,5,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,11,69,13,1,32,15,32,10,40,2,84,32,10,47,1,36,32,11,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,15,12,1,11,32,15,65,1,106,33,15,11,32,4,40,2,36,34,24,69,13,1,65,0,32,4,32,24,65,3,116,107,34,31,32,4,65,1,113,27,33,32,32,9,65,24,107,40,2,0,33,12,32,9,65,20,107,40,2,0,33,5,32,9,65,16,107,40,2,0,33,4,65,0,33,6,65,0,33,29,3,64,32,15,33,22,32,29,33,11,32,4,33,9,32,5,33,10,32,12,33,19,2,127,32,32,32,6,34,25,65,3,116,106,34,23,40,2,0,34,7,65,1,113,34,26,4,64,32,7,65,2,113,65,1,118,34,20,33,6,32,7,65,3,118,65,1,113,12,1,11,32,7,47,1,44,34,20,65,1,113,33,6,32,20,65,2,118,65,1,113,11,4,127,32,11,5,32,28,4,64,32,28,32,11,65,1,116,106,47,1,0,32,6,114,65,0,71,34,20,33,6,11,32,11,65,1,106,11,33,29,2,127,2,127,2,64,32,26,69,4,64,32,7,40,2,36,13,1,65,0,12,2,11,32,6,32,22,106,33,15,32,23,45,0,7,34,6,33,12,32,9,33,4,32,10,12,2,11,32,7,40,2,56,11,33,12,65,0,32,9,32,7,40,2,20,34,5,27,33,4,32,6,32,22,106,32,12,106,33,15,32,7,40,2,24,33,12,32,7,40,2,16,33,6,32,5,32,10,106,11,33,5,32,4,32,12,106,33,4,32,6,32,19,106,33,12,32,24,32,25,65,1,106,34,6,75,4,64,2,127,32,31,32,6,65,3,116,106,41,2,0,34,33,167,34,14,65,1,113,4,64,32,33,66,32,136,167,65,255,1,113,33,21,32,33,66,48,136,167,65,255,1,113,33,16,32,33,66,40,136,167,65,15,113,12,1,11,32,14,40,2,12,33,21,32,14,40,2,4,33,16,32,14,40,2,8,11,34,17,32,5,106,33,5,32,12,32,16,106,33,12,65,0,32,4,32,17,27,32,21,106,33,4,11,2,127,32,26,4,64,32,19,32,23,45,0,7,34,30,106,33,21,32,9,33,17,32,10,12,1,11,65,0,32,9,32,7,40,2,20,34,14,27,33,17,32,7,40,2,16,32,19,106,33,21,32,7,40,2,24,33,30,32,10,32,14,106,11,33,14,65,0,33,16,2,127,65,0,32,1,32,21,79,13,0,26,65,1,32,2,32,14,73,13,0,26,32,2,32,14,70,32,17,32,30,106,32,3,75,113,11,33,17,2,64,32,26,13,0,32,7,40,2,36,69,13,0,32,7,40,2,48,33,16,11,2,64,32,17,4,64,32,20,65,1,113,4,64,32,0,32,13,65,1,106,34,4,32,0,40,2,12,34,1,75,4,127,65,8,32,1,65,1,116,34,1,32,4,32,1,32,4,75,27,34,1,32,1,65,8,77,27,34,2,65,28,108,33,1,2,127,32,8,4,64,32,8,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,8,32,0,32,2,54,2,12,32,0,32,8,54,2,4,32,0,40,2,8,34,13,65,1,106,5,32,4,11,54,2,8,32,8,32,13,65,28,108,106,34,0,32,22,54,2,24,32,0,32,11,54,2,20,32,0,32,25,54,2,16,32,0,32,9,54,2,12,32,0,32,10,54,2,8,32,0,32,19,54,2,4,32,0,32,23,54,2,0,32,18,173,15,11,32,16,69,13,1,32,0,32,13,65,1,106,34,4,32,0,40,2,12,34,5,75,4,127,65,8,32,5,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,8,4,64,32,8,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,8,32,0,32,5,54,2,12,32,0,32,8,54,2,4,32,0,40,2,8,34,13,65,1,106,5,32,4,11,54,2,8,32,8,32,13,65,28,108,106,34,4,32,22,54,2,24,32,4,32,11,54,2,20,32,4,32,25,54,2,16,32,4,32,9,54,2,12,32,4,32,10,54,2,8,32,4,32,19,54,2,4,32,4,32,23,54,2,0,32,0,40,2,4,34,8,32,0,40,2,8,34,13,65,28,108,106,34,9,65,28,107,40,2,0,40,2,0,34,4,65,1,113,69,13,3,12,4,11,32,20,65,1,113,4,64,32,18,65,1,106,33,18,12,1,11,32,16,32,18,106,33,18,11,32,6,32,24,71,13,0,11,11,11,32,0,32,27,54,2,8,66,127,11,144,5,2,11,127,1,126,35,0,65,224,0,107,34,1,36,0,2,64,32,0,40,2,4,34,7,32,0,40,2,8,34,5,65,28,108,106,34,6,65,28,107,40,2,0,34,9,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,0,40,2,0,34,10,40,2,8,33,4,32,2,47,1,66,34,3,4,127,32,4,40,2,84,32,4,47,1,36,32,3,108,65,1,116,106,5,65,0,11,33,11,32,6,65,4,107,40,2,0,33,3,2,64,2,64,32,5,65,1,107,34,8,69,13,0,32,2,47,1,44,34,2,65,1,113,13,0,32,2,65,4,113,13,1,32,7,32,8,65,28,108,106,34,2,65,28,107,40,2,0,40,2,0,47,1,66,34,8,69,13,1,32,3,32,4,40,2,84,32,4,47,1,36,32,8,108,65,1,116,106,32,2,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,3,12,1,11,32,3,65,1,106,33,3,11,32,9,41,2,0,33,12,32,1,32,10,54,2,32,32,1,32,12,55,3,24,32,1,32,6,65,24,107,34,4,40,2,8,54,2,44,32,1,32,4,41,2,0,55,2,36,32,1,32,11,54,2,60,32,1,32,3,54,2,56,32,1,66,0,55,3,48,65,0,33,3,32,12,167,34,4,69,13,0,32,4,40,2,36,69,13,0,32,1,66,0,55,3,16,32,1,66,0,55,3,8,32,1,66,0,55,3,0,32,1,65,24,106,32,1,65,64,107,32,1,65,223,0,106,16,37,69,4,64,12,1,11,65,0,33,4,3,64,32,1,40,2,64,33,2,2,64,32,1,45,0,95,4,127,65,2,5,32,2,40,2,0,34,6,65,1,113,13,1,32,6,40,2,36,69,13,1,32,6,40,2,48,69,13,1,65,1,11,33,3,32,1,32,1,41,2,84,55,3,16,32,1,32,1,41,2,76,55,3,8,32,1,32,1,41,2,68,55,3,0,32,2,33,4,11,32,1,65,24,106,32,1,65,64,107,32,1,65,223,0,106,16,37,13,0,11,32,4,69,4,64,65,0,33,3,12,1,11,32,0,32,5,65,1,106,34,2,32,0,40,2,12,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,2,32,2,32,5,73,27,34,2,32,2,65,8,77,27,34,5,65,28,108,33,2,2,127,32,7,4,64,32,7,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,7,32,0,32,5,54,2,12,32,0,32,7,54,2,4,32,0,40,2,8,34,5,65,1,106,5,32,2,11,54,2,8,32,7,32,5,65,28,108,106,34,0,32,4,54,2,0,32,0,32,1,41,3,0,55,2,4,32,0,32,1,41,3,8,55,2,12,32,0,32,1,41,3,16,55,2,20,11,32,1,65,224,0,106,36,0,32,3,11,135,1,1,5,127,32,0,65,0,54,2,16,32,1,40,2,16,33,2,32,1,40,2,0,33,3,32,1,40,2,4,33,4,32,1,40,2,8,33,5,32,1,40,2,20,33,6,32,0,32,1,40,2,12,59,1,16,32,0,32,6,54,2,0,32,0,65,224,1,35,7,40,2,0,17,0,0,34,1,54,2,4,32,0,66,129,128,128,128,128,1,55,2,8,32,1,65,0,54,2,24,32,1,66,0,55,2,16,32,1,32,5,54,2,12,32,1,32,4,54,2,8,32,1,32,3,54,2,4,32,1,32,2,54,2,0,11,211,3,1,6,127,35,0,65,224,0,107,34,5,36,0,65,1,33,8,65,2,33,9,2,64,2,64,2,64,32,1,65,254,255,3,107,14,2,0,2,1,11,65,0,33,9,65,0,33,8,12,1,11,32,4,40,2,72,32,1,65,3,108,106,34,6,45,0,0,65,229,0,113,33,8,32,6,45,0,1,65,1,116,33,9,11,32,2,40,2,0,33,6,32,2,40,2,4,34,7,65,3,116,65,204,0,106,34,10,32,2,40,2,8,65,3,116,75,4,64,32,6,32,10,35,6,40,2,0,17,1,0,33,6,32,2,32,10,65,3,118,54,2,8,32,2,32,6,54,2,0,32,2,40,2,4,33,7,11,32,5,66,0,55,3,80,32,5,66,0,55,3,72,32,5,65,64,107,34,2,66,0,55,3,0,32,5,66,0,55,3,32,32,5,65,0,54,2,40,32,5,65,1,54,2,92,32,5,66,0,55,3,56,32,5,65,0,59,1,46,32,5,66,0,55,3,24,32,5,66,0,55,3,8,32,5,32,3,59,1,22,32,5,32,1,59,1,48,32,5,32,8,32,9,114,65,255,1,113,65,24,65,0,32,1,65,253,255,3,75,27,114,59,1,44,32,5,32,7,54,2,52,32,6,32,7,65,3,116,106,34,1,32,5,40,2,92,54,2,0,32,1,32,5,41,3,80,55,2,28,32,1,32,5,41,3,72,55,2,20,32,1,32,2,41,3,0,55,2,12,32,1,32,5,41,3,56,55,2,4,32,1,32,5,40,2,52,54,2,36,32,1,32,5,47,1,48,59,1,40,32,1,32,5,47,1,46,59,1,42,32,1,32,5,47,1,44,59,1,44,32,1,32,5,40,2,40,54,1,62,32,1,32,5,41,3,32,55,1,54,32,1,32,5,41,3,24,55,1,46,32,1,32,5,47,1,22,59,1,66,32,1,32,5,41,3,8,55,2,68,32,0,65,0,54,2,4,32,0,32,1,54,2,0,32,5,32,0,41,2,0,55,3,0,32,5,32,4,16,21,32,5,65,224,0,106,36,0,11,135,4,2,6,127,1,126,32,1,65,0,54,2,4,2,64,32,0,40,2,4,34,2,69,13,0,3,64,2,127,32,0,40,2,0,32,2,65,3,116,106,34,4,65,8,107,40,2,0,34,6,65,1,113,4,64,32,6,65,3,118,65,1,113,12,1,11,32,6,47,1,44,65,2,118,65,1,113,11,4,64,32,4,65,4,107,40,2,0,33,5,32,0,32,2,65,1,107,54,2,4,32,1,40,2,0,33,2,32,1,32,1,40,2,4,34,4,65,1,106,34,3,32,1,40,2,8,34,7,75,4,127,65,8,32,7,65,1,116,34,4,32,3,32,3,32,4,73,27,34,3,32,3,65,8,77,27,34,4,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,1,32,4,54,2,8,32,1,32,2,54,2,0,32,1,40,2,4,34,4,65,1,106,5,32,3,11,54,2,4,32,2,32,4,65,3,116,106,34,2,32,5,54,2,4,32,2,32,6,54,2,0,32,0,40,2,4,34,2,13,1,11,11,32,1,40,2,4,34,0,65,2,73,13,0,65,0,33,2,32,0,65,1,118,34,3,65,1,71,4,64,32,3,65,254,255,255,255,7,113,33,6,65,0,33,3,3,64,32,1,40,2,0,34,4,32,2,65,3,116,34,5,106,34,7,41,2,0,33,8,32,7,32,4,32,1,40,2,4,32,2,65,127,115,106,65,3,116,34,7,106,41,2,0,55,2,0,32,1,40,2,0,32,7,106,32,8,55,2,0,32,1,40,2,0,34,4,32,5,106,34,5,41,2,8,33,8,32,5,32,4,32,1,40,2,4,32,2,65,254,255,255,255,1,115,106,65,3,116,34,5,106,41,2,0,55,2,8,32,1,40,2,0,32,5,106,32,8,55,2,0,32,2,65,2,106,33,2,32,3,65,2,106,34,3,32,6,71,13,0,11,11,32,0,65,2,113,69,13,0,32,1,40,2,0,34,0,32,2,65,3,116,106,34,3,41,2,0,33,8,32,3,32,0,32,1,40,2,4,32,2,65,127,115,106,65,3,116,34,2,106,41,2,0,55,2,0,32,1,40,2,0,32,2,106,32,8,55,2,0,11,11,203,3,2,10,127,1,126,32,1,65,127,54,2,0,32,2,65,127,54,2,0,32,3,65,127,54,2,0,2,64,32,0,40,2,28,69,4,64,12,1,11,32,0,65,60,106,33,14,3,64,2,64,32,0,40,2,24,32,7,65,4,116,106,34,8,47,1,14,34,11,65,128,128,1,113,13,0,32,14,33,5,32,8,47,1,4,34,6,32,0,40,2,52,73,4,64,32,0,40,2,48,32,6,65,12,108,106,33,5,11,32,11,65,255,31,113,34,6,32,5,40,2,4,79,13,0,32,5,40,2,0,32,6,65,28,108,106,34,5,40,2,8,33,12,32,5,40,2,4,33,10,32,5,40,2,0,33,6,2,64,2,64,2,64,32,5,40,2,16,41,2,0,34,15,167,34,5,65,1,113,4,64,32,0,40,2,104,32,6,32,15,66,56,136,167,34,5,106,73,13,1,12,2,11,32,0,40,2,104,32,5,40,2,16,32,6,106,79,13,1,65,0,32,12,32,5,40,2,20,34,13,27,33,12,32,10,32,13,106,33,10,32,5,40,2,24,33,5,11,32,10,32,0,40,2,88,34,13,73,13,0,32,10,32,13,71,13,1,32,0,40,2,92,32,5,32,12,106,73,13,1,11,32,8,32,11,65,1,106,65,255,31,113,32,11,65,128,224,2,113,114,59,1,14,32,7,65,1,107,33,7,12,1,11,2,64,2,64,32,9,69,13,0,32,6,32,2,40,2,0,34,5,73,13,0,32,5,32,6,71,13,1,32,3,40,2,0,32,8,47,1,12,77,13,1,11,32,0,40,2,0,40,2,60,32,8,47,1,10,65,20,108,106,47,1,18,33,5,2,64,32,4,4,64,32,4,32,5,65,130,1,113,65,128,1,70,58,0,0,12,1,11,32,5,65,128,1,113,13,2,11,32,1,32,7,54,2,0,32,2,32,6,54,2,0,32,3,32,8,47,1,12,54,2,0,11,65,1,33,9,11,32,7,65,1,106,34,7,32,0,40,2,28,73,13,0,11,11,32,9,11,171,7,2,18,127,1,126,35,0,65,16,107,34,5,36,0,32,0,65,60,106,33,12,2,127,3,64,32,5,65,0,58,0,3,32,0,32,5,65,4,106,32,5,65,12,106,32,5,65,8,106,32,5,65,3,106,16,116,33,19,2,64,2,64,32,0,40,2,40,34,13,4,64,65,0,33,4,32,5,40,2,12,33,14,32,5,40,2,8,33,16,65,0,33,7,3,64,2,64,2,64,2,64,2,64,32,0,40,2,36,34,9,32,7,65,4,116,34,10,106,34,6,47,1,4,34,3,32,0,40,2,52,73,4,64,32,6,47,1,14,34,15,65,255,31,113,34,8,32,0,40,2,48,32,3,65,12,108,106,34,3,40,2,4,79,13,1,32,6,65,14,106,33,17,12,3,11,32,6,47,1,14,34,15,65,255,31,113,34,8,32,0,40,2,64,79,13,1,32,6,65,14,106,33,17,32,12,33,3,12,2,11,32,3,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,13,32,7,65,127,115,106,65,4,116,34,3,4,64,32,9,32,10,106,34,6,32,6,65,16,106,32,3,252,10,0,0,11,32,0,32,0,40,2,40,65,1,107,34,13,54,2,40,12,1,11,32,3,40,2,0,32,8,65,28,108,106,34,3,40,2,8,33,10,32,3,40,2,4,33,9,32,3,40,2,0,33,8,2,127,65,1,2,127,32,3,40,2,16,41,2,0,34,21,167,34,3,65,1,113,4,64,32,10,33,18,32,9,32,0,40,2,104,32,8,32,21,66,56,136,167,34,3,106,73,13,1,26,65,1,12,2,11,65,1,32,0,40,2,104,32,3,40,2,16,32,8,106,79,13,1,26,65,0,32,10,32,3,40,2,20,34,11,27,33,18,32,3,40,2,24,33,3,32,9,32,11,106,11,34,11,32,0,40,2,88,34,20,73,13,0,26,32,11,32,20,70,32,0,40,2,92,32,3,32,18,106,79,113,11,33,3,2,64,2,64,32,8,32,0,40,2,108,79,13,0,32,9,32,0,40,2,96,34,11,75,13,0,32,3,32,9,32,11,70,32,10,32,0,40,2,100,79,113,114,65,1,71,13,1,11,32,17,32,15,65,1,106,65,255,31,113,32,15,65,128,224,3,113,114,59,1,0,32,0,40,2,40,33,13,12,1,11,2,64,2,127,32,8,32,14,73,4,64,32,6,47,1,12,12,1,11,32,8,32,14,71,13,1,32,16,32,6,47,1,12,34,3,77,13,1,32,3,11,33,16,32,8,33,14,32,6,33,4,11,32,7,65,1,106,33,7,11,32,7,32,13,73,13,0,11,32,4,13,1,11,32,5,45,0,3,65,1,71,13,1,32,0,40,2,24,34,3,69,13,1,32,3,32,5,40,2,4,65,4,116,106,33,4,11,32,4,40,2,0,34,7,65,127,70,4,64,32,0,32,0,40,2,136,1,34,7,65,1,106,54,2,136,1,32,4,32,7,54,2,0,11,32,1,32,7,54,2,0,32,1,32,4,47,1,12,59,1,4,32,4,47,1,4,34,3,32,0,40,2,52,73,4,64,32,0,40,2,48,32,3,65,12,108,106,33,12,11,32,1,32,12,40,2,0,54,2,8,32,1,32,12,40,2,4,59,1,6,32,2,32,4,47,1,14,65,255,31,113,54,2,0,32,4,32,4,47,1,14,34,1,65,1,106,65,255,31,113,32,1,65,128,224,3,113,114,59,1,14,65,1,12,2,11,2,64,32,0,40,2,76,13,0,32,0,40,2,52,34,3,32,0,40,2,72,79,32,19,113,69,13,0,32,3,32,0,40,2,24,32,5,40,2,4,34,4,65,4,116,106,34,3,47,1,4,34,6,75,4,64,32,0,40,2,48,32,6,65,12,108,106,65,127,54,2,4,32,0,65,1,54,2,76,11,32,0,40,2,28,32,4,65,127,115,106,65,4,116,34,4,4,64,32,3,32,3,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,11,32,0,65,1,16,120,13,0,32,0,40,2,40,13,0,11,65,0,11,32,5,65,16,106,36,0,11,253,4,2,4,127,2,126,2,64,2,64,32,1,45,0,15,65,192,0,113,13,0,32,0,32,1,65,127,16,73,34,0,69,13,1,32,2,47,1,6,34,6,65,255,255,3,70,13,0,32,0,40,2,0,33,1,32,0,32,0,40,2,4,34,5,65,1,106,34,4,32,0,40,2,8,34,7,75,4,127,65,8,32,7,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,1,4,64,32,1,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,1,32,0,32,5,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,34,5,65,1,106,5,32,4,11,54,2,4,32,3,41,2,8,33,8,32,3,41,2,16,33,9,32,1,32,5,65,28,108,106,34,1,32,3,41,2,0,55,2,0,32,1,32,6,54,2,24,32,1,32,9,55,2,16,32,1,32,8,55,2,8,32,2,47,1,8,34,6,65,255,255,3,70,13,0,32,0,40,2,0,33,1,32,0,32,0,40,2,4,34,5,65,1,106,34,4,32,0,40,2,8,34,7,75,4,127,65,8,32,7,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,1,4,64,32,1,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,1,32,0,32,5,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,34,5,65,1,106,5,32,4,11,54,2,4,32,3,41,2,8,33,8,32,3,41,2,16,33,9,32,1,32,5,65,28,108,106,34,1,32,3,41,2,0,55,2,0,32,1,32,6,54,2,24,32,1,32,9,55,2,16,32,1,32,8,55,2,8,32,2,47,1,10,34,5,65,255,255,3,70,13,0,32,0,40,2,0,33,1,32,0,32,0,40,2,4,34,4,65,1,106,34,2,32,0,40,2,8,34,6,75,4,127,65,8,32,6,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,34,4,65,28,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,0,32,4,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,34,4,65,1,106,5,32,2,11,54,2,4,32,3,41,2,8,33,8,32,3,41,2,16,33,9,32,1,32,4,65,28,108,106,34,0,32,3,41,2,0,55,2,0,32,0,32,5,54,2,24,32,0,32,9,55,2,16,32,0,32,8,55,2,8,11,15,11,32,1,32,1,47,1,14,65,128,128,1,114,59,1,14,11,241,2,1,10,127,32,0,40,2,80,32,0,40,2,0,40,2,60,32,1,47,1,0,34,9,65,20,108,106,47,1,12,34,10,107,33,7,32,0,40,2,24,33,4,2,64,2,64,32,0,40,2,28,34,3,69,13,0,32,3,33,2,3,64,32,4,32,2,65,4,116,106,34,6,65,8,107,47,1,0,34,8,32,7,73,4,64,32,2,33,5,12,2,11,2,64,32,7,32,8,71,13,0,32,6,65,4,107,47,1,0,34,8,32,1,47,1,2,34,11,70,4,64,32,6,65,6,107,47,1,0,32,9,70,13,4,11,32,8,32,11,75,13,0,32,2,33,5,12,2,11,32,2,65,1,107,34,2,13,0,11,11,32,1,47,1,2,33,6,32,3,65,1,106,34,1,32,0,40,2,32,75,4,64,32,1,65,4,116,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,1,54,2,32,32,0,32,4,54,2,24,32,0,40,2,28,33,3,11,65,128,160,126,65,128,32,32,10,65,1,70,27,33,2,32,5,65,4,116,33,1,2,64,32,3,32,5,77,13,0,32,3,32,5,107,65,4,116,34,5,69,13,0,32,1,32,4,106,34,3,65,16,106,32,3,32,5,252,10,0,0,11,32,1,32,4,106,34,1,32,2,59,0,14,32,1,32,6,59,0,12,32,1,32,9,59,0,10,32,1,32,7,59,0,8,32,1,66,255,255,255,255,255,255,63,55,0,0,32,0,32,0,40,2,28,65,1,106,54,2,28,11,11,180,65,2,32,127,1,126,35,0,65,160,1,107,34,6,36,0,32,0,65,60,106,33,30,32,0,65,4,106,33,28,32,0,65,144,1,106,33,33,3,64,2,64,32,0,45,0,158,1,34,5,65,1,71,13,0,32,0,40,2,28,34,4,69,13,0,32,0,40,2,52,33,11,32,0,40,2,24,33,8,2,64,32,4,34,2,65,1,113,69,13,0,32,0,32,2,65,1,107,34,2,54,2,28,32,11,32,8,32,2,65,4,116,106,47,1,4,34,3,77,13,0,32,0,40,2,48,32,3,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,4,65,1,70,13,0,3,64,32,0,32,2,65,1,107,34,4,54,2,28,32,8,32,4,65,4,116,106,47,1,4,34,4,32,11,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,0,32,2,65,2,107,34,2,54,2,28,32,8,32,2,65,4,116,106,47,1,4,34,4,32,11,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,2,13,0,11,11,32,0,32,0,40,2,152,1,65,1,106,34,4,65,0,32,4,65,228,0,71,27,34,4,54,2,152,1,2,64,32,0,40,2,140,1,34,2,69,13,0,32,2,40,2,4,69,13,0,32,0,32,0,40,2,8,32,0,40,2,12,65,28,108,106,65,24,107,40,2,0,54,2,148,1,11,2,64,32,5,32,29,114,65,1,113,69,4,64,32,2,69,13,1,32,4,13,1,32,2,40,2,4,34,4,69,13,1,32,33,32,4,17,0,0,69,13,1,65,0,33,29,11,32,6,65,160,1,106,36,0,32,29,65,1,113,15,11,2,64,32,0,2,127,2,64,32,0,45,0,157,1,65,1,70,4,64,65,0,33,29,32,0,45,0,156,1,65,1,71,13,3,65,0,33,9,65,0,33,2,65,0,32,0,40,2,28,34,5,69,13,2,26,3,64,2,64,2,64,32,0,40,2,0,40,2,60,32,0,40,2,24,34,3,32,2,65,4,116,106,34,7,47,1,10,65,20,108,106,47,1,12,34,4,65,255,255,3,70,4,64,32,0,40,2,80,34,4,32,7,47,1,8,79,65,0,32,4,27,13,1,32,0,40,2,36,33,4,32,0,32,0,40,2,40,34,8,65,1,106,34,11,32,0,40,2,44,34,3,75,4,127,65,8,32,3,65,1,116,34,3,32,11,32,3,32,11,75,27,34,3,32,3,65,8,77,27,34,3,65,4,116,33,8,2,127,32,4,4,64,32,4,32,8,35,6,40,2,0,17,1,0,12,1,11,32,8,35,7,40,2,0,17,0,0,11,33,4,32,0,32,3,54,2,44,32,0,32,4,54,2,36,32,0,40,2,40,34,8,65,1,106,5,32,11,11,54,2,40,32,4,32,8,65,4,116,106,34,4,32,7,41,2,0,55,2,0,32,4,32,7,41,2,8,55,2,8,65,1,33,29,32,9,65,1,106,33,9,12,2,11,32,0,40,2,80,32,7,47,1,8,32,4,106,79,13,0,32,7,47,1,4,34,4,32,0,40,2,52,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,9,65,1,106,33,9,12,1,11,32,9,69,4,64,65,0,33,9,12,1,11,32,3,32,2,32,9,107,65,4,116,106,34,4,32,7,41,2,0,55,2,0,32,4,32,7,41,2,8,55,2,8,11,32,5,32,2,65,1,106,34,2,71,13,0,11,12,1,11,65,0,33,9,2,127,65,0,2,127,32,0,40,2,8,34,4,32,0,40,2,12,34,5,65,28,108,106,34,8,65,28,107,40,2,0,34,14,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,13,0,26,32,5,65,2,73,4,64,32,0,47,1,20,12,1,11,65,0,32,8,65,56,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,26,32,28,40,2,0,40,2,8,34,2,40,2,84,32,2,47,1,36,32,3,108,65,1,116,106,32,8,65,8,107,40,2,0,65,1,116,106,47,1,0,11,33,24,32,8,65,24,107,40,2,0,33,17,32,8,65,20,107,40,2,0,33,10,32,8,65,16,107,40,2,0,33,22,32,6,32,28,40,2,0,34,23,54,2,156,1,32,6,32,14,54,2,152,1,32,6,32,24,65,255,255,3,113,34,26,54,2,148,1,32,6,32,22,54,2,144,1,32,6,32,10,54,2,140,1,32,6,32,17,54,2,136,1,65,1,33,12,2,127,32,5,65,2,72,4,64,65,1,33,8,65,0,33,25,65,0,12,1,11,2,64,2,64,32,5,65,2,107,34,2,69,13,0,3,64,2,64,32,4,32,2,65,28,108,106,34,3,65,28,107,40,2,0,40,2,0,47,1,66,34,8,69,13,0,32,23,40,2,8,34,5,40,2,84,32,5,47,1,36,32,8,108,65,1,116,106,32,3,40,2,20,65,1,116,106,47,1,0,34,9,69,13,0,32,3,33,4,12,3,11,2,127,32,3,40,2,0,40,2,0,34,5,65,1,113,4,64,32,5,65,1,118,65,1,113,12,1,11,32,5,47,1,44,65,1,113,11,69,4,64,32,2,65,1,107,34,2,69,13,2,12,1,11,11,32,3,33,4,11,65,0,33,9,11,2,64,2,64,32,4,40,2,0,34,25,69,4,64,65,1,33,8,65,0,33,25,12,1,11,32,4,40,2,12,33,15,32,4,40,2,8,33,16,32,4,40,2,4,33,7,2,127,32,25,41,2,0,34,34,167,34,2,65,1,113,4,64,32,15,32,34,66,56,136,167,34,2,106,33,11,32,16,12,1,11,32,2,40,2,24,65,0,32,15,32,2,40,2,20,34,4,27,106,33,11,32,2,40,2,16,33,2,32,4,32,16,106,11,33,5,65,0,33,8,32,2,32,7,106,34,3,32,0,40,2,104,34,4,77,32,2,69,32,3,32,4,70,113,69,113,13,1,2,64,32,5,32,0,40,2,88,34,4,75,13,0,32,4,32,5,71,34,3,69,32,0,40,2,92,34,4,32,11,73,113,13,0,32,2,13,2,32,3,13,2,32,4,32,11,71,13,2,11,32,7,32,0,40,2,108,79,13,1,32,16,32,0,40,2,96,34,4,73,13,0,32,4,32,16,70,32,15,32,0,40,2,100,73,113,33,12,11,32,23,12,1,11,65,0,33,12,32,23,11,33,15,2,127,32,14,41,2,0,34,34,167,34,19,65,1,113,34,16,4,64,32,22,32,34,66,56,136,167,34,5,106,33,11,32,10,12,1,11,32,19,40,2,24,65,0,32,22,32,19,40,2,20,34,4,27,106,33,11,32,19,40,2,16,33,5,32,4,32,10,106,11,33,7,32,5,32,17,106,33,14,65,0,33,31,2,127,65,0,32,12,69,13,0,26,32,0,40,2,104,34,4,32,14,79,4,64,65,0,32,5,69,32,4,32,14,70,113,69,13,1,26,11,2,64,32,7,32,0,40,2,88,34,4,75,13,0,32,4,32,7,71,34,2,69,32,0,40,2,92,34,4,32,11,73,113,13,0,65,0,32,5,13,1,26,65,0,32,2,13,1,26,65,0,32,4,32,11,71,13,1,26,11,65,0,32,17,32,0,40,2,108,79,13,0,26,65,1,32,10,32,0,40,2,96,34,4,73,13,0,26,32,4,32,10,70,32,22,32,0,40,2,100,73,113,11,33,32,2,64,32,0,40,2,128,1,34,3,32,14,79,32,5,69,32,3,32,14,70,113,69,113,13,0,2,64,32,7,32,0,40,2,112,34,4,75,13,0,32,4,32,7,71,34,2,69,32,0,40,2,116,34,4,32,11,73,113,13,0,32,5,13,1,32,2,13,1,32,4,32,11,71,13,1,11,32,17,32,0,40,2,132,1,79,13,0,65,1,33,31,32,10,32,0,40,2,120,34,4,73,13,0,32,4,32,10,70,32,22,32,0,40,2,124,73,113,33,31,11,65,0,33,29,2,64,32,3,32,17,75,13,0,32,0,40,2,112,34,4,32,10,79,4,64,32,4,32,10,71,13,1,32,22,32,0,40,2,116,73,13,1,11,32,14,32,0,40,2,132,1,75,13,0,32,0,40,2,120,34,4,32,7,77,4,64,32,4,32,7,71,13,1,32,11,32,0,40,2,124,75,13,1,11,32,0,45,0,156,1,65,1,71,13,0,2,127,2,64,32,26,69,4,64,32,16,4,64,32,19,65,128,254,3,113,65,8,118,33,24,12,2,11,32,19,47,1,40,33,24,11,65,255,255,3,32,24,65,255,255,3,113,65,255,255,3,70,13,1,26,11,32,23,40,2,8,40,2,76,32,24,65,255,255,3,113,65,1,116,106,47,1,0,11,33,14,65,1,33,11,2,64,2,64,2,64,32,26,65,254,255,3,107,14,2,0,2,1,11,65,0,33,11,12,1,11,32,26,4,64,32,23,40,2,8,40,2,72,32,26,65,3,108,106,45,0,1,65,0,71,33,11,12,1,11,32,16,4,64,32,19,65,2,118,65,1,113,33,11,12,1,11,32,19,47,1,44,65,1,118,65,1,113,33,11,11,32,16,4,127,32,19,65,5,118,65,1,113,5,32,19,47,1,44,65,9,118,65,1,113,11,33,18,32,6,66,0,55,3,120,32,6,66,0,55,3,112,32,6,65,8,54,2,108,32,6,65,240,0,106,33,10,65,0,33,20,32,6,40,2,108,33,7,32,6,65,0,59,1,130,1,32,6,65,0,54,2,108,32,6,65,0,58,0,135,1,32,6,65,0,58,0,134,1,32,6,65,0,58,0,133,1,2,64,32,28,40,2,8,34,4,65,1,107,34,2,69,13,0,32,28,40,2,4,33,26,32,28,40,2,0,40,2,8,33,27,3,64,32,4,33,3,32,26,32,2,34,4,65,28,108,106,33,21,32,26,32,3,65,28,108,106,65,56,107,40,2,0,34,22,40,2,0,47,1,66,34,2,4,127,32,27,40,2,84,32,27,47,1,36,32,2,108,65,1,116,106,5,65,0,11,33,19,2,64,2,64,2,127,32,21,40,2,0,34,16,40,2,0,34,23,65,1,113,34,5,4,64,32,23,65,3,118,65,1,113,12,1,11,32,23,47,1,44,65,2,118,65,1,113,11,13,0,32,19,69,13,0,32,19,32,21,40,2,20,65,1,116,106,47,1,0,34,2,13,1,11,32,5,4,64,32,23,65,128,254,3,113,65,8,118,33,2,12,1,11,32,23,47,1,40,33,2,11,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,2,1,0,11,32,27,40,2,72,32,2,65,3,108,106,33,5,32,28,40,2,8,32,3,71,4,64,32,5,45,0,0,65,1,113,13,4,11,32,5,45,0,2,65,1,113,69,13,1,32,7,32,20,77,13,1,32,10,32,20,65,1,116,106,32,2,59,1,0,32,6,32,20,65,1,106,34,20,54,2,108,12,1,11,32,3,32,28,40,2,8,71,13,2,11,2,64,32,6,45,0,135,1,13,0,32,22,40,2,0,40,2,36,33,5,2,127,32,16,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,33,2,32,21,40,2,16,65,1,106,34,3,32,5,79,13,0,32,21,40,2,20,32,2,69,106,33,17,3,64,2,64,2,64,2,127,32,22,40,2,0,34,2,32,2,40,2,36,65,3,116,107,32,3,65,3,116,106,40,2,0,34,13,65,1,113,34,23,4,64,32,13,65,3,118,65,1,113,12,1,11,32,13,47,1,44,65,2,118,65,1,113,11,13,0,32,19,69,13,0,32,19,32,17,65,1,116,106,47,1,0,34,2,13,1,11,32,23,4,64,32,13,65,128,254,3,113,65,8,118,33,2,12,1,11,32,13,47,1,40,33,2,11,32,17,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,1,3,0,11,32,27,40,2,72,32,2,65,3,108,106,34,2,45,0,0,65,1,113,69,13,0,32,2,45,0,1,32,6,65,1,58,0,135,1,32,6,45,0,134,1,13,7,65,1,113,13,3,32,23,69,13,1,12,4,11,32,23,13,3,32,13,40,2,36,69,13,0,32,13,40,2,48,69,13,0,32,6,65,1,58,0,135,1,32,6,45,0,134,1,13,6,32,13,40,2,52,13,2,11,32,13,47,1,44,65,2,118,65,1,113,12,3,11,32,6,65,1,58,0,135,1,32,6,45,0,134,1,13,4,11,32,6,65,1,58,0,134,1,12,3,11,32,13,65,3,118,65,1,113,11,69,106,33,17,32,3,65,1,106,34,3,32,5,71,13,0,11,11,2,64,2,127,32,16,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,13,0,32,27,40,2,32,69,13,0,32,27,40,2,68,32,27,40,2,64,32,22,40,2,0,47,1,66,65,2,116,106,34,3,47,1,0,65,2,116,106,34,2,32,3,47,1,2,34,16,65,2,116,106,33,5,32,6,47,1,130,1,34,3,69,4,64,32,16,69,13,1,32,2,33,3,3,64,2,64,32,3,45,0,3,69,4,64,32,21,40,2,20,32,3,45,0,2,70,13,1,11,32,3,65,4,106,34,3,32,5,73,13,1,12,3,11,11,32,6,32,3,47,1,0,34,3,59,1,130,1,32,3,69,13,1,11,32,16,69,13,0,3,64,2,64,32,2,47,1,0,32,3,71,13,0,32,21,40,2,20,32,2,45,0,2,79,13,0,32,6,65,1,58,0,133,1,12,2,11,32,2,65,4,106,34,2,32,5,73,13,0,11,11,32,4,65,1,107,34,2,13,0,11,11,2,127,65,0,32,8,13,0,26,2,64,32,9,69,4,64,32,25,40,2,0,34,4,65,1,113,4,64,32,4,65,128,254,3,113,65,8,118,33,9,12,2,11,32,4,47,1,40,33,9,11,32,9,65,255,255,3,113,65,255,255,3,71,13,0,65,1,12,1,11,32,15,40,2,8,40,2,76,32,9,65,255,255,3,113,65,1,116,106,47,1,0,65,255,255,3,70,11,33,26,32,0,40,2,0,34,2,47,1,160,1,33,9,2,64,32,14,65,255,255,3,113,34,27,65,255,255,3,70,34,19,13,0,32,9,65,255,255,3,113,69,4,64,65,0,33,9,12,1,11,65,0,33,5,32,6,40,2,108,33,14,32,6,47,1,130,1,33,10,32,12,69,32,26,114,65,1,113,33,7,3,64,32,2,40,2,60,32,2,40,2,72,32,5,65,6,108,106,34,16,47,1,0,65,20,108,106,34,15,47,1,12,33,8,32,0,40,2,80,33,3,2,64,2,64,32,16,45,0,4,65,1,70,4,64,32,32,13,1,12,2,11,32,7,13,1,11,32,15,47,1,4,34,4,65,0,32,4,32,10,71,27,13,0,65,0,32,15,47,1,2,32,14,27,13,0,32,0,40,2,84,32,3,32,8,107,73,13,0,32,0,32,16,16,119,32,0,40,2,0,33,2,11,32,5,65,1,106,34,5,32,2,47,1,160,1,34,9,73,13,0,11,11,2,64,32,2,40,2,76,34,8,32,9,65,255,255,3,113,34,5,107,34,9,69,13,0,32,2,40,2,60,33,10,32,2,40,2,72,33,7,32,9,65,1,71,4,64,3,64,32,9,65,1,118,34,3,32,5,106,34,4,32,5,32,27,32,10,32,7,32,4,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,27,33,5,32,9,32,3,107,34,9,65,1,75,13,0,11,11,2,64,32,27,32,10,32,7,32,5,65,6,108,106,47,1,0,65,20,108,106,47,1,0,34,9,77,13,0,32,5,65,1,106,34,5,32,8,79,13,0,32,10,32,7,32,5,65,6,108,106,47,1,0,65,20,108,106,47,1,0,33,9,11,32,27,32,9,65,255,255,3,113,71,13,0,32,0,40,2,80,32,10,32,7,32,5,65,6,108,106,34,9,47,1,0,65,20,108,106,34,4,47,1,12,107,33,7,32,6,47,1,130,1,33,8,32,12,69,32,26,114,65,1,113,33,3,3,64,2,64,2,64,32,9,45,0,4,65,1,70,4,64,32,32,13,1,12,2,11,32,3,13,1,11,32,4,47,1,4,34,4,65,0,32,4,32,8,71,27,13,0,32,7,32,0,40,2,84,75,13,0,32,0,32,9,16,119,32,0,40,2,0,33,2,11,32,5,65,1,106,34,5,32,2,40,2,76,70,13,1,32,2,40,2,60,32,2,40,2,72,32,5,65,6,108,106,34,9,47,1,0,65,20,108,106,34,4,47,1,0,32,27,70,13,0,11,11,32,0,40,2,28,69,4,64,12,1,11,32,27,65,255,255,3,71,33,22,32,6,45,0,133,1,33,17,32,6,40,2,108,33,25,32,6,45,0,135,1,33,23,32,6,45,0,134,1,65,1,115,33,26,32,6,47,1,130,1,33,16,65,0,33,4,3,64,32,6,32,4,65,4,116,34,15,32,0,40,2,24,106,34,9,54,2,104,32,0,40,2,0,40,2,60,33,3,32,9,32,9,47,1,14,34,8,65,255,191,127,113,34,7,59,1,14,65,1,33,2,2,64,32,0,40,2,80,32,3,32,9,47,1,10,65,20,108,34,14,106,34,10,47,1,12,32,9,47,1,8,106,71,4,64,32,4,33,5,12,1,11,2,127,32,10,47,1,0,34,2,69,4,64,32,10,47,1,18,34,12,65,128,4,113,65,9,118,34,2,32,19,114,32,11,114,65,1,113,4,64,32,18,32,22,32,2,27,12,2,11,32,12,65,1,115,12,1,11,32,10,47,1,18,33,12,65,0,32,2,32,27,71,13,0,26,32,12,65,128,4,113,69,32,18,114,11,32,12,65,4,113,69,32,26,114,113,34,5,32,10,47,1,2,34,20,69,113,33,3,32,8,65,128,32,113,69,32,12,65,2,113,69,32,11,65,127,115,114,113,2,64,32,20,69,13,0,65,0,33,2,32,25,69,13,0,2,64,3,64,32,6,65,240,0,106,32,2,65,1,116,106,47,1,0,32,20,70,13,1,32,2,65,1,106,34,2,32,25,71,13,0,11,65,0,33,3,12,1,11,32,5,33,3,11,32,23,113,33,8,32,10,47,1,4,34,2,4,64,32,8,32,17,113,32,8,32,2,32,16,70,34,2,27,33,8,32,2,32,3,113,33,3,11,2,127,2,64,2,64,2,64,2,64,2,64,32,10,47,1,16,34,2,4,64,32,0,40,2,0,40,2,120,32,2,65,1,116,106,33,2,3,64,32,2,47,1,0,34,5,69,13,2,32,6,65,64,107,32,6,41,2,144,1,55,3,0,32,6,32,6,41,2,152,1,55,3,72,32,6,32,6,41,2,136,1,55,3,56,32,6,65,208,0,106,32,6,65,56,106,32,5,16,60,32,2,65,2,106,33,2,32,6,40,2,96,69,13,0,11,12,3,11,32,3,65,1,113,13,1,12,2,11,32,3,65,1,113,69,13,1,11,65,0,33,24,2,64,32,8,65,1,113,69,13,0,2,64,32,12,65,192,0,113,13,0,32,0,40,2,0,40,2,60,32,14,106,34,3,47,1,32,34,2,65,255,255,3,70,13,1,32,2,32,3,47,1,12,77,13,1,32,3,45,0,39,65,1,113,69,13,0,32,3,47,1,0,13,1,11,35,0,65,16,107,34,13,36,0,32,0,40,2,24,33,7,32,13,32,6,40,2,104,34,2,41,2,8,55,3,8,32,13,32,2,41,2,0,55,3,0,32,2,32,7,107,34,8,65,4,117,33,5,32,13,65,255,255,3,54,2,4,2,127,32,2,40,2,4,65,255,255,3,71,4,64,65,0,32,0,32,13,32,5,16,73,34,12,69,13,1,26,32,12,40,2,0,33,21,32,2,47,1,4,34,2,32,0,40,2,52,79,4,127,32,0,65,60,106,5,32,0,40,2,48,32,2,65,12,108,106,11,34,2,40,2,0,33,3,2,64,32,2,40,2,4,34,14,32,12,40,2,4,34,20,106,34,2,32,12,40,2,8,77,13,0,32,2,65,28,108,33,7,2,127,32,21,4,64,32,21,32,7,35,6,40,2,0,17,1,0,12,1,11,32,7,35,7,40,2,0,17,0,0,11,33,21,32,12,32,2,54,2,8,32,12,32,21,54,2,0,32,12,40,2,4,34,2,32,20,77,13,0,32,2,32,20,107,65,28,108,34,2,69,13,0,32,7,32,21,106,32,21,32,20,65,28,108,106,32,2,252,10,0,0,11,2,64,32,14,69,13,0,32,14,65,28,108,33,7,32,21,32,20,65,28,108,106,33,2,32,3,4,64,32,7,69,13,1,32,2,32,3,32,7,252,10,0,0,12,1,11,32,7,69,13,0,32,2,65,0,32,7,252,11,0,11,32,12,32,12,40,2,4,32,14,106,54,2,4,32,0,40,2,24,33,7,11,32,0,40,2,28,34,2,65,1,106,34,3,32,0,40,2,32,75,4,64,32,3,65,4,116,33,2,2,127,32,7,4,64,32,7,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,7,32,0,32,3,54,2,32,32,0,32,7,54,2,24,32,0,40,2,28,33,2,11,2,64,32,5,65,1,106,34,5,32,2,79,4,64,32,5,65,4,116,33,3,12,1,11,32,5,65,4,116,33,3,32,2,32,5,107,65,4,116,34,2,69,13,0,32,7,32,8,106,65,32,106,32,3,32,7,106,32,2,252,10,0,0,11,32,3,32,7,106,34,2,32,13,41,3,0,55,0,0,32,2,32,13,41,3,8,55,0,8,32,0,32,0,40,2,28,65,1,106,54,2,28,32,6,32,0,40,2,24,32,8,106,54,2,104,32,0,40,2,24,32,5,65,4,116,106,11,32,13,65,16,106,36,0,65,0,71,33,24,32,6,40,2,104,34,9,47,1,14,33,7,11,2,64,32,7,193,65,0,78,13,0,2,64,32,0,40,2,12,34,2,65,2,78,4,64,32,0,40,2,8,33,3,2,64,32,2,65,2,107,34,2,69,4,64,65,0,33,12,12,1,11,3,64,2,64,32,3,32,2,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,14,4,64,32,28,40,2,0,40,2,8,34,8,40,2,84,32,8,47,1,36,32,14,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,34,12,13,1,11,65,0,33,12,2,127,32,5,40,2,0,40,2,0,34,8,65,1,113,4,64,32,8,65,1,118,65,1,113,12,1,11,32,8,47,1,44,65,1,113,11,13,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,5,33,3,11,32,3,41,2,4,33,34,32,3,40,2,12,33,2,32,3,40,2,0,33,3,32,6,32,28,40,2,0,54,2,100,32,6,32,3,54,2,96,32,6,32,12,54,2,92,32,6,32,2,54,2,88,32,6,32,34,55,2,80,32,3,13,1,11,32,9,32,7,65,128,128,1,114,59,1,14,12,1,11,32,9,32,7,65,255,255,1,113,59,1,14,32,10,33,5,3,64,32,5,34,2,65,20,107,33,5,32,2,65,2,107,45,0,0,65,24,113,13,0,32,2,65,8,107,47,1,0,13,0,11,32,2,65,14,107,47,1,0,65,255,255,3,70,13,0,32,6,32,6,41,2,96,55,3,48,32,6,32,6,41,2,88,55,3,40,32,6,32,6,41,2,80,55,3,32,32,0,32,9,32,5,32,6,65,32,106,16,118,11,32,10,47,1,6,65,255,255,3,71,4,64,32,6,32,6,41,2,152,1,55,3,24,32,6,32,6,41,2,144,1,55,3,16,32,6,32,6,41,2,136,1,55,3,8,32,0,32,9,32,10,32,6,65,8,106,16,118,11,32,9,47,1,14,34,3,65,128,128,1,113,13,1,32,9,32,9,47,1,10,65,1,106,34,2,59,1,10,32,0,40,2,0,40,2,60,32,2,65,255,255,3,113,65,20,108,106,33,2,32,9,2,127,2,64,32,10,47,1,0,13,0,32,10,47,1,18,65,1,113,13,0,32,2,45,0,18,65,2,113,69,13,0,32,3,65,128,32,114,12,1,11,32,3,65,255,223,2,113,11,59,1,14,32,1,4,64,32,2,45,0,18,65,7,118,32,29,114,33,29,11,65,127,32,4,65,127,70,13,3,26,32,4,65,1,106,33,12,32,4,33,2,3,64,2,64,2,64,32,0,40,2,0,40,2,60,32,0,40,2,24,34,7,32,2,65,4,116,34,14,106,34,15,47,1,10,34,10,65,20,108,106,34,20,47,1,14,34,5,65,255,255,3,70,4,64,32,2,33,8,12,1,11,32,20,47,1,18,34,3,65,16,113,4,64,32,15,32,5,59,1,10,12,2,11,32,2,33,8,32,3,65,8,113,4,64,32,15,32,10,65,1,106,59,1,10,32,2,65,1,107,33,8,11,32,6,32,15,41,2,8,55,3,88,32,6,32,15,41,2,0,55,3,80,32,6,65,255,255,3,54,2,84,32,15,40,2,4,65,255,255,3,71,4,64,32,0,32,6,65,208,0,106,32,2,16,73,34,13,69,13,1,32,30,33,3,32,15,47,1,4,34,5,32,0,40,2,52,73,4,64,32,0,40,2,48,32,5,65,12,108,106,33,3,11,32,13,40,2,0,33,5,32,3,40,2,0,33,7,2,64,32,3,40,2,4,34,15,32,13,40,2,4,34,21,106,34,3,32,13,40,2,8,77,13,0,32,3,65,28,108,33,10,2,127,32,5,4,64,32,5,32,10,35,6,40,2,0,17,1,0,12,1,11,32,10,35,7,40,2,0,17,0,0,11,33,5,32,13,32,3,54,2,8,32,13,32,5,54,2,0,32,13,40,2,4,34,3,32,21,77,13,0,32,3,32,21,107,65,28,108,34,3,69,13,0,32,5,32,10,106,32,5,32,21,65,28,108,106,32,3,252,10,0,0,11,2,64,32,15,69,13,0,32,15,65,28,108,33,10,32,5,32,21,65,28,108,106,33,3,32,7,4,64,32,10,69,13,1,32,3,32,7,32,10,252,10,0,0,12,1,11,32,10,69,13,0,32,3,65,0,32,10,252,11,0,11,32,13,32,13,40,2,4,32,15,106,54,2,4,32,0,40,2,24,33,7,11,32,0,40,2,28,34,5,65,1,106,34,10,32,0,40,2,32,75,4,64,32,10,65,4,116,33,3,2,127,32,7,4,64,32,7,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,7,32,0,32,10,54,2,32,32,0,32,7,54,2,24,32,0,40,2,28,33,5,11,2,64,32,2,65,1,106,34,10,32,5,79,4,64,32,10,65,4,116,33,3,12,1,11,32,10,65,4,116,33,3,32,5,32,10,107,65,4,116,34,2,69,13,0,32,7,32,14,106,65,32,106,32,3,32,7,106,32,2,252,10,0,0,11,32,3,32,7,106,34,2,32,6,41,3,80,55,0,0,32,2,32,6,41,3,88,55,0,8,32,0,32,0,40,2,28,65,1,106,54,2,28,32,0,40,2,24,34,2,69,13,0,32,2,32,10,65,4,116,106,34,2,32,20,47,1,14,59,1,10,32,24,65,1,106,33,24,32,12,65,1,106,33,12,32,20,45,0,18,65,32,113,69,13,0,32,2,32,2,47,1,14,65,128,32,114,59,1,14,11,32,8,65,1,106,33,2,11,32,2,32,12,73,13,0,11,12,2,11,65,0,33,24,32,8,65,1,113,13,1,32,9,47,1,4,34,2,32,0,40,2,52,79,13,0,32,0,40,2,48,32,2,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,0,40,2,28,32,4,65,127,115,106,65,4,116,34,3,4,64,32,0,40,2,24,32,15,106,34,2,32,2,65,16,106,32,3,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,32,4,65,1,107,12,1,11,32,4,11,33,5,32,24,65,1,106,33,2,11,32,2,32,5,106,34,4,32,0,40,2,28,34,9,73,13,0,11,65,0,33,8,32,9,69,13,0,3,64,2,64,32,8,65,4,116,34,23,32,0,40,2,24,106,34,18,45,0,15,65,192,0,113,69,4,64,32,8,33,11,2,64,2,64,32,8,65,1,106,34,3,32,9,79,13,0,3,64,32,0,40,2,24,34,26,32,3,65,4,116,106,34,25,47,1,8,32,18,47,1,8,71,13,1,32,25,47,1,12,32,18,47,1,12,71,13,1,32,30,33,7,32,0,40,2,52,34,2,32,18,47,1,4,34,4,75,4,64,32,0,40,2,48,32,4,65,12,108,106,33,7,11,32,30,33,4,32,2,32,25,47,1,4,34,20,77,34,16,69,4,64,32,0,40,2,48,32,20,65,12,108,106,33,4,11,65,1,33,12,32,6,65,1,58,0,104,32,6,65,1,58,0,80,32,4,40,2,4,33,19,65,0,33,5,2,64,2,64,2,64,2,64,32,7,40,2,4,34,15,4,64,65,1,33,24,65,0,33,2,3,64,2,64,2,64,32,5,32,19,73,4,64,2,64,2,64,32,7,40,2,0,32,2,65,28,108,106,34,17,40,2,16,34,10,32,4,40,2,0,32,5,65,28,108,106,34,22,40,2,16,34,14,70,4,64,32,17,40,2,24,32,22,40,2,24,71,13,1,32,5,65,1,106,33,5,32,2,65,1,106,33,2,12,5,11,32,17,40,2,0,34,17,32,22,40,2,0,34,22,73,13,3,32,17,32,22,77,4,64,2,127,32,10,41,2,0,34,34,167,34,10,65,1,113,4,64,32,34,66,56,136,167,12,1,11,32,10,40,2,16,11,32,17,106,33,17,32,17,2,127,32,14,41,2,0,34,34,167,34,10,65,1,113,4,64,32,34,66,56,136,167,12,1,11,32,10,40,2,16,11,32,22,106,34,10,75,13,4,32,10,32,17,77,13,1,11,12,1,11,32,2,65,1,106,33,2,65,0,33,24,11,32,5,65,1,106,33,5,65,0,33,12,12,2,11,32,6,32,24,58,0,104,32,6,32,12,58,0,80,32,6,65,232,0,106,33,2,12,4,11,32,2,65,1,106,33,2,65,0,33,24,11,32,2,32,15,73,13,0,11,32,6,32,24,58,0,104,32,6,32,12,58,0,80,11,32,6,65,208,0,106,33,2,32,5,32,19,73,13,0,32,12,13,1,12,2,11,32,2,65,0,58,0,0,32,6,45,0,80,69,13,1,11,32,18,47,1,10,32,25,47,1,10,70,4,64,32,16,69,4,64,32,0,40,2,48,32,20,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,9,32,11,107,65,4,116,65,32,107,34,4,4,64,32,25,32,26,32,11,65,4,116,106,65,32,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,12,2,11,32,25,32,25,47,1,14,65,128,192,0,114,59,1,14,11,32,6,45,0,104,65,1,70,4,64,32,18,47,1,10,32,25,47,1,10,70,4,64,32,18,47,1,4,34,4,32,0,40,2,52,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,0,40,2,28,32,8,65,127,115,106,65,4,116,34,2,4,64,32,0,40,2,24,32,23,106,34,4,32,4,65,16,106,32,2,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,9,54,2,28,32,8,65,1,107,33,8,12,5,11,32,18,32,18,47,1,14,65,128,192,0,114,59,1,14,11,32,3,33,11,11,32,11,65,1,106,34,3,32,0,40,2,28,34,9,73,13,0,11,11,32,0,40,2,0,40,2,60,32,18,47,1,10,65,20,108,106,47,1,12,65,255,255,3,71,13,0,32,18,45,0,15,65,32,113,13,0,32,0,40,2,36,33,2,32,0,32,0,40,2,40,34,9,65,1,106,34,3,32,0,40,2,44,34,4,75,4,127,65,8,32,4,65,1,116,34,4,32,3,32,3,32,4,73,27,34,4,32,4,65,8,77,27,34,4,65,4,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,44,32,0,32,2,54,2,36,32,0,40,2,40,34,9,65,1,106,5,32,3,11,54,2,40,32,2,32,9,65,4,116,106,34,4,32,18,41,2,0,55,2,0,32,4,32,18,41,2,8,55,2,8,32,0,40,2,28,32,18,32,0,40,2,24,107,65,127,115,65,4,118,106,65,4,116,34,4,4,64,32,18,32,18,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,9,54,2,28,32,8,65,1,107,33,8,65,1,33,29,11,32,8,65,1,106,33,8,12,1,11,32,9,32,8,65,127,115,106,65,4,116,34,4,4,64,32,18,32,18,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,9,54,2,28,11,32,8,32,9,73,13,0,11,11,2,64,2,64,2,64,32,31,69,13,0,2,64,32,32,4,64,32,0,40,2,80,32,0,40,2,84,73,13,1,11,32,0,40,2,28,34,11,4,64,32,0,40,2,24,33,8,32,0,40,2,0,40,2,60,33,5,65,0,33,2,3,64,32,5,32,8,32,2,65,4,116,106,34,3,47,1,10,65,20,108,106,47,1,12,34,4,65,255,255,3,71,4,64,32,0,40,2,80,32,3,47,1,8,32,4,106,73,13,3,11,32,2,65,1,106,34,2,32,11,71,13,0,11,11,32,0,40,2,80,32,0,40,2,84,79,13,1,32,0,45,0,156,1,13,1,32,0,40,2,8,32,0,40,2,12,65,28,108,106,65,28,107,40,2,0,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,3,113,13,0,32,2,40,2,36,69,13,0,2,64,2,64,2,64,32,0,40,2,0,34,4,40,2,148,1,34,5,14,2,4,0,1,11,32,2,47,1,40,33,7,32,4,40,2,144,1,33,4,65,0,33,2,12,1,11,32,2,47,1,40,33,7,32,4,40,2,144,1,33,4,65,0,33,2,3,64,32,2,32,5,65,1,118,34,3,32,2,106,34,2,32,4,32,2,65,1,116,106,47,1,0,32,7,65,255,255,3,113,75,27,33,2,32,5,32,3,107,34,5,65,1,75,13,0,11,11,32,4,32,2,65,1,116,106,47,1,0,32,7,65,255,255,3,113,71,13,1,11,65,0,33,2,32,28,16,72,65,1,107,14,2,2,1,0,11,32,0,65,1,58,0,157,1,12,5,11,65,1,33,2,32,0,32,0,40,2,80,65,1,106,54,2,80,11,32,0,32,2,58,0,156,1,12,3,11,32,0,40,2,28,32,9,107,11,54,2,28,11,2,64,2,64,2,64,32,28,35,2,65,11,106,16,71,65,1,107,14,2,1,0,2,11,32,0,45,0,156,1,69,4,64,32,0,65,1,58,0,156,1,32,0,32,0,40,2,80,65,1,106,54,2,80,11,32,0,65,0,58,0,157,1,12,2,11,32,0,45,0,156,1,65,1,70,4,64,32,0,65,0,58,0,156,1,32,0,32,0,40,2,80,65,1,107,54,2,80,11,32,0,65,0,58,0,157,1,12,1,11,32,0,40,2,12,34,4,65,1,107,34,2,4,64,2,64,32,4,65,2,107,34,5,4,64,32,0,40,2,8,33,8,3,64,32,2,33,4,2,64,2,127,32,8,32,5,34,2,65,28,108,106,34,11,40,2,0,40,2,0,34,3,65,1,113,4,64,32,3,65,2,113,13,5,32,3,65,3,118,65,1,113,12,1,11,32,3,47,1,44,34,3,65,1,113,13,4,32,3,65,2,118,65,1,113,11,13,0,32,11,65,28,107,40,2,0,40,2,0,47,1,66,34,5,69,13,0,32,28,40,2,0,40,2,8,34,3,40,2,84,32,3,47,1,36,32,5,108,65,1,116,106,32,11,40,2,20,65,1,116,106,47,1,0,13,3,11,32,2,65,1,107,34,5,13,0,11,11,65,1,33,4,11,32,0,32,4,54,2,12,32,0,32,0,40,2,80,65,1,107,54,2,80,5,32,0,65,1,58,0,158,1,11,12,0,11,0,11,225,1,1,3,127,2,127,32,0,40,2,40,69,4,64,65,0,32,0,65,0,16,120,69,13,1,26,11,32,0,40,2,36,34,3,40,2,0,34,2,65,127,70,4,64,32,0,32,0,40,2,136,1,34,2,65,1,106,54,2,136,1,32,3,32,2,54,2,0,11,32,1,32,2,54,2,0,32,1,32,3,47,1,12,59,1,4,2,64,32,3,47,1,4,34,2,32,0,40,2,52,79,4,64,32,0,40,2,64,33,2,32,0,40,2,60,33,4,12,1,11,32,0,40,2,48,32,2,65,12,108,106,34,4,40,2,4,33,2,32,4,65,127,54,2,4,32,4,40,2,0,33,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,1,32,2,59,1,6,32,1,32,4,54,2,8,32,0,40,2,40,65,4,116,65,16,107,34,1,4,64,32,3,32,3,65,16,106,32,1,252,10,0,0,11,32,0,32,0,40,2,40,65,1,107,54,2,40,65,1,11,11,87,1,3,127,2,64,2,64,32,2,40,2,0,34,3,32,2,40,2,4,34,4,114,69,4,64,32,2,66,127,55,2,0,12,1,11,32,1,40,2,0,34,5,32,3,75,13,1,32,3,32,5,71,13,0,32,1,40,2,4,32,4,75,13,1,11,32,0,32,1,41,2,0,55,2,112,32,0,32,2,41,2,0,55,2,120,11,11,87,1,3,127,2,64,2,64,32,2,40,2,0,34,3,32,2,40,2,4,34,4,114,69,4,64,32,2,66,127,55,2,0,12,1,11,32,1,40,2,0,34,5,32,3,75,13,1,32,3,32,5,71,13,0,32,1,40,2,4,32,4,75,13,1,11,32,0,32,1,41,2,0,55,2,88,32,0,32,2,41,2,0,55,2,96,11,11,102,1,3,127,32,0,40,2,76,34,3,4,64,3,64,32,0,40,2,72,32,2,65,6,108,106,34,4,47,1,2,32,1,70,4,64,32,3,32,2,65,127,115,106,65,6,108,34,3,4,64,32,4,32,4,65,6,106,32,3,252,10,0,0,11,32,0,32,0,40,2,76,65,1,107,34,3,54,2,76,32,2,65,1,107,33,2,11,32,2,65,1,106,34,2,32,3,73,13,0,11,11,11,171,2,1,4,127,2,64,32,0,40,2,16,34,4,69,13,0,32,0,40,2,12,33,5,3,64,2,64,32,2,32,5,32,3,65,3,116,106,34,6,40,2,4,70,4,64,32,0,40,2,0,32,6,40,2,0,106,32,1,32,2,16,27,69,13,1,11,32,3,65,1,106,34,3,32,4,71,13,1,12,2,11,11,32,3,65,127,70,13,0,32,0,40,2,64,34,4,69,13,0,32,0,40,2,60,33,5,65,0,33,2,32,3,65,255,255,3,113,33,1,3,64,2,64,32,1,32,5,32,2,65,20,108,106,34,0,47,1,6,70,4,64,32,0,65,255,255,3,59,1,6,32,0,47,1,8,34,3,65,255,255,3,70,13,1,32,0,65,255,255,3,59,1,8,32,0,32,3,59,1,6,32,0,47,1,10,34,3,65,255,255,3,70,13,1,32,0,65,255,255,3,59,1,10,32,0,32,3,59,1,8,12,1,11,32,1,32,0,47,1,8,71,4,64,32,0,47,1,10,32,1,71,13,1,32,0,65,255,255,3,59,1,10,12,1,11,32,0,65,255,255,3,59,1,8,32,0,47,1,10,34,3,65,255,255,3,70,13,0,32,0,65,255,255,3,59,1,10,32,0,32,3,59,1,8,11,32,2,65,1,106,34,2,32,4,71,13,0,11,11,11,133,1,1,4,127,32,0,40,2,112,34,5,69,4,64,65,0,15,11,2,127,65,127,32,0,40,2,108,34,3,40,2,0,32,1,75,13,0,26,2,64,3,64,32,5,32,2,34,4,65,1,106,34,2,71,4,64,32,1,32,3,32,2,65,3,116,106,40,2,0,79,13,1,12,2,11,11,32,3,32,4,65,3,116,106,47,1,4,12,1,11,32,3,32,4,65,3,116,106,47,1,4,11,34,2,32,0,40,2,64,79,4,64,65,0,15,11,32,0,40,2,60,32,2,65,20,108,106,45,0,18,65,7,118,11,35,1,1,127,32,0,40,2,100,32,1,75,4,127,32,0,40,2,96,32,1,65,28,108,106,45,0,24,5,65,0,11,65,1,113,11,80,1,3,127,32,0,40,2,76,34,2,69,4,64,65,1,15,11,32,0,40,2,72,33,3,65,0,33,0,3,64,2,64,32,1,32,3,32,0,65,6,108,106,34,4,47,1,2,71,13,0,32,4,45,0,4,65,1,70,13,0,65,0,15,11,32,0,65,1,106,34,0,32,2,71,13,0,11,65,1,11,16,0,32,0,40,2,96,32,1,65,28,108,106,40,2,20,11,16,0,32,0,40,2,96,32,1,65,28,108,106,40,2,16,11,54,1,1,127,32,0,40,2,96,32,1,65,28,108,106,34,1,40,2,8,33,3,32,2,32,1,40,2,12,34,1,54,2,0,32,1,69,4,64,65,0,15,11,32,0,40,2,84,32,3,65,3,116,106,11,45,1,1,127,32,0,40,2,36,32,1,65,255,255,3,113,65,3,116,106,34,1,40,2,0,33,3,32,0,40,2,24,32,2,32,1,40,2,4,54,2,0,32,3,106,11,47,1,1,127,32,2,65,255,255,3,113,34,2,32,0,40,2,48,32,1,65,12,108,106,34,0,40,2,4,73,4,127,32,0,40,2,0,32,2,106,45,0,0,5,65,0,11,11,45,1,1,127,32,0,40,2,12,32,1,65,255,255,3,113,65,3,116,106,34,1,40,2,0,33,3,32,0,40,2,0,32,2,32,1,40,2,4,54,2,0,32,3,106,11,7,0,32,0,40,2,40,11,7,0,32,0,40,2,16,11,7,0,32,0,40,2,100,11,140,84,1,27,127,35,0,65,240,0,107,34,7,36,0,2,64,2,64,32,0,4,64,32,0,40,2,0,65,16,107,65,124,75,13,1,11,32,4,65,6,54,2,0,12,1,11,65,164,1,35,7,34,9,40,2,0,17,0,0,34,8,65,0,65,156,1,252,11,0,32,8,65,0,54,2,160,1,32,8,32,0,54,2,156,1,65,16,32,9,40,2,0,17,0,0,33,0,32,8,65,8,54,2,128,1,32,8,32,0,54,2,120,32,8,32,8,40,2,124,34,9,65,1,106,54,2,124,32,0,32,9,65,1,116,106,65,0,59,1,0,32,7,66,0,55,2,24,32,7,32,1,32,2,106,54,2,20,32,7,32,1,54,2,16,32,7,32,1,54,2,12,32,7,65,12,106,34,0,16,12,26,32,0,16,13,2,64,2,64,32,7,40,2,12,34,6,32,7,40,2,20,79,4,64,32,8,40,2,76,33,1,12,1,11,3,64,32,8,40,2,96,33,1,32,8,40,2,88,33,5,32,8,40,2,64,33,0,2,64,32,8,40,2,100,34,9,65,1,106,34,2,32,8,40,2,104,34,10,77,4,64,32,9,33,12,12,1,11,65,8,32,10,65,1,116,34,10,32,2,32,2,32,10,73,27,34,2,32,2,65,8,77,27,34,10,65,28,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,8,32,10,54,2,104,32,8,32,1,54,2,96,32,8,40,2,100,34,12,65,1,106,33,2,32,7,40,2,12,33,6,11,32,8,32,2,54,2,100,32,7,65,0,58,0,10,32,7,65,0,59,1,8,32,7,40,2,16,33,2,32,1,32,12,65,28,108,106,34,1,65,0,58,0,24,32,1,65,0,54,2,20,32,1,65,0,54,2,12,32,1,32,5,54,2,8,32,1,65,0,54,2,4,32,1,32,0,54,2,0,32,1,32,6,32,2,107,54,2,16,32,1,32,7,47,1,8,59,0,25,32,1,32,7,45,0,10,58,0,27,32,7,65,0,54,2,40,32,7,66,0,55,2,32,32,4,32,8,32,7,65,12,106,65,0,65,0,32,7,65,32,106,16,31,54,2,0,32,8,40,2,60,33,1,32,8,32,8,40,2,64,34,6,65,1,106,34,2,32,8,40,2,68,34,10,75,4,127,65,8,32,10,65,1,116,34,10,32,2,32,2,32,10,73,27,34,2,32,2,65,8,77,27,34,10,65,20,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,8,32,10,54,2,68,32,8,32,1,54,2,60,32,8,40,2,64,34,6,65,1,106,5,32,2,11,54,2,64,32,7,65,255,255,3,59,1,4,32,7,65,127,54,2,0,32,1,32,6,65,20,108,106,34,1,65,0,54,1,2,32,1,65,0,59,1,0,32,1,32,7,40,2,0,54,1,6,32,1,32,7,47,1,4,59,1,10,32,1,66,255,255,255,255,15,55,1,12,32,8,40,2,96,32,8,40,2,100,65,28,108,106,34,1,65,24,107,32,8,40,2,64,32,0,107,54,2,0,32,1,65,16,107,32,8,40,2,88,32,5,107,54,2,0,32,1,65,8,107,32,7,40,2,12,32,7,40,2,16,107,34,1,54,2,0,32,4,40,2,0,34,2,4,64,32,2,65,127,70,4,64,32,4,65,1,54,2,0,11,32,3,32,1,54,2,0,32,7,40,2,32,34,0,69,13,3,32,0,35,8,40,2,0,17,2,0,12,3,11,32,8,40,2,48,33,1,32,8,32,8,40,2,52,34,6,65,1,106,34,2,32,8,40,2,56,34,5,75,4,127,65,8,32,5,65,1,116,34,5,32,2,32,2,32,5,73,27,34,2,32,2,65,8,77,27,34,5,65,12,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,8,32,5,54,2,56,32,8,32,1,54,2,48,32,8,40,2,52,34,6,65,1,106,5,32,2,11,54,2,52,32,1,32,6,65,12,108,106,34,1,32,7,41,2,32,55,2,0,32,1,32,7,40,2,40,54,2,8,65,255,255,3,33,6,3,64,2,127,2,64,32,8,40,2,60,34,2,32,0,65,20,108,106,34,1,47,1,0,13,0,32,1,47,1,12,13,0,32,1,47,1,4,13,0,32,2,32,0,65,1,106,34,16,65,20,108,106,34,14,47,1,0,69,13,0,32,14,47,1,12,65,1,71,13,0,32,14,45,0,18,65,2,113,13,0,32,1,47,1,14,12,1,11,32,1,33,14,32,0,33,16,32,6,11,33,11,32,8,40,2,64,33,1,32,14,47,1,12,34,5,69,33,17,32,16,33,0,2,64,3,64,32,0,65,1,106,34,0,32,1,79,13,1,32,2,32,0,65,20,108,106,34,10,45,0,18,65,16,113,13,1,32,10,47,1,12,32,5,71,13,0,11,65,0,33,17,11,32,14,47,1,0,33,10,2,64,32,8,40,2,76,34,5,32,8,47,1,160,1,34,0,107,34,1,69,4,64,32,8,40,2,72,33,6,12,1,11,32,8,40,2,72,33,6,32,1,65,1,71,4,64,3,64,32,1,65,1,118,34,15,32,0,106,34,20,32,0,32,10,32,2,32,6,32,20,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,27,33,0,32,1,32,15,107,34,1,65,1,75,13,0,11,11,32,0,32,10,32,2,32,6,32,0,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,106,33,0,11,2,64,32,0,32,5,79,13,0,3,64,32,2,32,6,32,0,65,6,108,106,34,1,47,1,0,65,20,108,106,47,1,0,32,10,71,13,1,32,1,47,1,2,32,9,65,255,255,3,113,79,13,1,32,0,65,1,106,34,0,32,5,71,13,0,11,32,5,33,0,11,32,5,65,1,106,34,1,32,8,40,2,80,75,4,64,32,1,65,6,108,33,2,2,127,32,6,4,64,32,6,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,6,32,8,32,1,54,2,80,32,8,32,6,54,2,72,32,8,40,2,76,33,5,11,32,0,65,6,108,33,1,2,64,32,0,32,5,79,13,0,32,5,32,0,107,65,6,108,34,0,69,13,0,32,1,32,6,106,34,2,65,6,106,32,2,32,0,252,10,0,0,11,32,1,32,6,106,34,0,65,0,58,0,5,32,0,32,17,58,0,4,32,0,32,9,59,0,2,32,0,32,16,59,0,0,32,8,32,8,40,2,76,65,1,106,34,1,54,2,76,32,14,47,1,0,69,4,64,32,8,32,8,47,1,160,1,65,1,106,59,1,160,1,11,32,14,47,1,14,34,0,65,255,255,3,71,4,64,32,11,33,6,12,1,11,65,255,255,3,33,6,32,11,65,255,255,3,113,34,0,65,255,255,3,71,13,0,11,32,7,40,2,12,34,6,32,7,40,2,20,73,13,0,11,11,65,0,33,20,2,64,32,1,69,4,64,12,1,11,65,0,33,0,65,0,33,6,3,64,2,64,32,8,40,2,72,32,0,65,6,108,106,34,2,45,0,4,13,0,32,8,40,2,60,32,2,47,1,0,65,20,108,106,47,1,0,69,13,0,2,64,32,25,65,1,106,34,2,32,6,77,13,0,65,8,32,6,65,1,116,34,1,32,2,32,1,32,2,75,27,34,1,32,1,65,8,77,27,34,6,65,1,116,33,1,32,23,4,64,32,23,32,1,35,6,40,2,0,17,1,0,33,23,12,1,11,32,1,35,7,40,2,0,17,0,0,33,23,11,32,23,32,25,65,1,116,106,32,0,59,1,0,32,8,40,2,76,33,1,32,2,33,25,11,32,0,65,1,106,34,0,32,1,73,13,0,11,11,2,64,2,64,2,64,32,8,40,2,64,69,4,64,65,1,33,30,12,1,11,65,0,33,11,65,0,33,16,65,0,33,14,3,64,2,127,32,8,40,2,60,32,20,65,20,108,106,34,9,47,1,12,34,5,65,255,255,3,70,4,64,32,9,32,9,47,1,18,65,128,3,114,59,1,18,32,20,65,1,106,12,1,11,32,9,32,9,47,1,18,34,10,65,191,127,113,65,192,0,65,0,32,9,47,1,6,65,255,255,3,71,27,114,34,12,59,1,18,2,64,32,20,65,1,106,34,0,32,8,40,2,64,34,1,79,13,0,32,8,40,2,60,32,0,65,20,108,106,34,2,47,1,12,34,15,65,255,255,3,71,32,5,32,15,73,113,33,15,2,64,2,64,2,64,2,64,32,9,47,1,0,34,18,4,64,32,15,69,13,5,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,10,65,192,0,114,59,1,18,11,32,2,32,2,47,1,18,65,128,3,114,59,1,18,32,20,65,2,106,34,6,32,8,40,2,64,34,1,79,13,3,32,8,40,2,60,32,6,65,20,108,106,34,2,47,1,12,34,5,65,255,255,3,70,13,3,32,5,32,9,47,1,12,75,13,1,12,2,11,32,15,69,13,4,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,10,65,192,0,114,34,12,59,1,18,32,8,40,2,64,33,1,11,32,20,65,2,106,34,6,32,1,79,13,3,3,64,32,8,40,2,60,32,6,65,20,108,106,34,2,47,1,12,34,10,65,255,255,3,70,13,2,32,5,32,10,79,13,2,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,12,65,192,0,114,34,12,59,1,18,32,8,40,2,64,33,1,11,32,6,65,1,106,34,6,32,1,73,13,0,11,12,1,11,3,64,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,9,47,1,18,65,192,0,114,59,1,18,11,32,2,32,2,47,1,18,65,128,3,114,59,1,18,32,6,65,1,106,34,6,32,8,40,2,64,34,1,79,13,1,32,8,40,2,60,32,6,65,20,108,106,34,2,47,1,12,34,5,65,255,255,3,70,13,1,32,5,32,9,47,1,12,75,13,0,11,11,32,18,69,13,1,11,2,64,32,16,65,1,106,34,1,32,14,77,13,0,65,8,32,14,65,1,116,34,2,32,1,32,1,32,2,73,27,34,2,32,2,65,8,77,27,34,14,65,2,116,33,2,32,11,4,64,32,11,32,2,35,6,40,2,0,17,1,0,33,11,12,1,11,32,2,35,7,40,2,0,17,0,0,33,11,11,32,11,32,16,65,2,116,106,32,20,54,2,0,32,1,33,16,32,0,12,2,11,32,9,47,1,2,34,2,69,13,0,32,8,40,2,156,1,34,5,40,2,0,65,15,73,13,0,65,0,33,10,2,127,65,0,32,2,65,253,255,3,75,13,0,26,65,0,32,5,40,2,72,32,2,65,3,108,106,45,0,2,65,1,113,69,13,0,26,32,5,40,2,160,1,32,5,40,2,156,1,32,2,65,2,116,106,34,2,47,1,0,65,1,116,106,33,10,32,2,47,1,2,11,33,12,32,0,32,1,79,13,0,32,8,40,2,60,33,5,32,0,33,6,3,64,32,5,32,6,65,20,108,106,34,15,47,1,12,34,2,65,255,255,3,70,13,1,32,2,32,9,47,1,12,34,20,77,13,1,2,64,32,20,65,1,106,32,2,71,13,0,32,15,47,1,0,34,15,69,13,0,65,0,33,2,32,12,4,64,3,64,32,15,32,10,32,2,65,1,116,106,47,1,0,70,13,2,32,2,65,1,106,34,2,32,12,71,13,0,11,11,32,8,40,2,112,34,15,69,13,0,32,8,40,2,108,33,20,65,0,33,2,3,64,32,20,32,2,65,3,116,106,34,18,47,1,4,32,6,73,4,64,32,15,32,2,65,1,106,34,2,71,13,1,12,2,11,11,32,3,32,18,40,2,0,54,2,0,65,0,33,18,32,11,33,20,12,7,11,32,6,65,1,106,34,6,32,1,71,13,0,11,11,32,0,11,33,20,32,20,32,8,40,2,64,73,13,0,11,32,16,69,4,64,65,1,33,30,32,11,33,20,12,1,11,65,0,33,12,65,0,33,15,65,0,33,5,3,64,32,8,40,2,60,32,11,32,26,65,2,116,106,40,2,0,65,20,108,106,47,1,0,33,9,65,0,33,0,32,7,65,0,59,1,56,32,7,66,0,55,3,48,32,7,66,0,55,3,40,32,7,66,0,55,3,32,32,15,34,1,33,2,2,64,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,9,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,9,32,12,32,0,65,28,108,106,47,1,0,34,1,70,13,1,32,0,32,1,32,9,73,106,33,2,11,32,5,32,15,65,1,106,34,0,73,4,64,32,0,65,28,108,33,1,2,127,32,12,4,64,32,12,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,12,32,0,33,5,11,32,2,65,28,108,33,1,2,64,32,2,32,15,79,13,0,32,15,32,2,107,65,28,108,34,2,69,13,0,32,1,32,12,106,34,10,65,28,106,32,10,32,2,252,10,0,0,11,32,1,32,12,106,34,1,32,9,59,0,0,32,1,32,7,41,3,32,55,0,2,32,1,32,7,41,3,40,55,0,10,32,1,32,7,41,3,48,55,0,18,32,1,32,7,47,1,56,59,0,26,32,0,33,15,11,32,26,65,1,106,34,26,32,16,71,13,0,11,32,11,33,20,32,16,33,26,12,1,11,65,0,33,5,65,0,33,15,65,0,33,12,11,32,8,40,2,156,1,34,10,47,1,4,32,10,47,1,12,34,6,75,4,64,3,64,2,64,32,6,65,254,255,3,71,4,64,32,10,40,2,72,32,6,65,3,108,106,45,0,0,65,1,113,13,1,11,65,0,33,0,32,7,65,0,59,1,56,32,7,66,0,55,3,48,32,7,66,0,55,3,40,32,7,66,0,55,3,32,32,15,34,1,33,2,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,6,32,12,32,0,65,28,108,106,47,1,0,73,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,6,32,12,32,0,65,28,108,106,47,1,0,34,1,70,13,1,32,0,32,1,32,6,73,106,33,2,11,32,5,32,15,65,1,106,34,0,73,4,64,32,0,65,28,108,33,1,2,127,32,12,4,64,32,12,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,12,32,0,33,5,11,32,2,65,28,108,33,1,2,64,32,2,32,15,79,13,0,32,15,32,2,107,65,28,108,34,2,69,13,0,32,1,32,12,106,34,9,65,28,106,32,9,32,2,252,10,0,0,11,32,1,32,12,106,34,1,32,6,59,0,0,32,1,32,7,47,1,56,59,0,26,32,1,32,7,41,3,48,55,0,18,32,1,32,7,41,3,40,55,0,10,32,1,32,7,41,3,32,55,0,2,32,8,40,2,156,1,33,10,32,0,33,15,11,32,6,65,1,106,34,6,32,10,47,1,4,73,13,0,11,11,32,10,40,2,20,65,129,2,108,65,2,35,9,40,2,0,17,1,0,33,28,32,8,40,2,156,1,34,19,47,1,20,65,254,255,3,113,4,64,65,1,33,14,3,64,2,127,32,19,40,2,24,34,29,32,14,77,4,64,32,19,40,2,44,32,19,40,2,48,32,14,32,29,107,65,2,116,106,40,2,0,65,1,116,106,34,10,65,2,106,33,27,32,10,47,1,0,12,1,11,32,19,40,2,40,32,19,40,2,4,32,14,108,65,1,116,106,65,2,107,33,10,65,0,33,27,65,0,11,33,24,65,0,33,17,65,255,255,3,33,11,65,0,33,9,65,0,33,18,3,64,2,64,2,64,2,64,2,64,2,64,2,64,32,14,32,29,73,4,64,32,19,40,2,4,33,1,3,64,32,1,32,11,65,1,106,34,11,65,255,255,3,113,34,0,77,13,7,32,10,47,1,2,33,5,32,10,65,2,106,34,13,33,10,32,5,69,13,0,11,12,1,11,32,10,65,2,106,34,13,32,27,71,13,1,32,24,65,255,255,3,113,69,13,5,32,10,65,6,106,34,13,32,10,47,1,4,65,1,116,106,33,27,32,24,65,1,107,33,24,32,10,47,1,2,33,5,32,10,47,1,6,34,11,33,0,11,32,19,40,2,12,32,0,75,13,1,32,13,33,10,12,3,11,32,13,47,1,0,33,11,12,1,11,32,19,40,2,52,32,5,65,255,255,3,113,65,3,116,106,34,0,65,8,106,33,18,32,0,45,0,0,33,17,65,0,33,9,11,32,17,69,4,64,32,13,33,10,32,9,33,5,12,1,11,65,0,33,16,3,64,2,64,2,64,2,64,32,18,32,16,65,3,116,106,34,21,45,0,0,14,2,1,0,2,11,32,8,40,2,156,1,34,2,40,2,76,32,21,47,1,2,34,1,65,1,116,106,34,10,65,2,106,33,5,65,0,33,0,2,64,32,2,40,2,80,34,2,47,1,0,34,6,65,1,107,65,255,255,3,113,32,1,79,13,0,3,64,2,64,32,0,65,2,106,33,22,32,2,32,0,65,1,116,106,47,1,2,33,0,32,6,65,255,255,3,113,32,1,70,13,0,32,1,32,2,32,0,32,22,106,34,0,65,1,116,106,47,1,0,34,6,65,1,107,65,255,255,3,113,75,13,1,12,2,11,11,32,2,32,22,65,1,116,106,34,10,32,10,32,0,65,1,116,106,34,5,79,13,2,11,32,15,69,13,1,3,64,32,10,47,1,0,33,2,65,0,33,0,32,15,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,6,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,2,75,27,33,0,32,1,32,6,107,34,1,65,1,75,13,0,11,11,2,64,32,12,32,0,65,28,108,106,34,0,47,1,0,32,2,71,13,0,32,0,40,2,16,33,1,32,0,40,2,20,34,2,4,64,32,14,32,1,32,2,65,6,108,106,65,6,107,47,1,0,70,13,1,11,32,0,32,2,65,1,106,34,6,32,0,40,2,24,34,22,75,4,127,65,8,32,22,65,1,116,34,2,32,6,32,2,32,6,75,27,34,2,32,2,65,8,77,27,34,6,65,6,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,0,32,6,54,2,24,32,0,32,1,54,2,16,32,0,40,2,20,34,2,65,1,106,5,32,6,11,54,2,20,32,21,45,0,1,33,6,32,21,47,1,6,33,22,32,1,32,2,65,6,108,106,34,0,65,0,58,0,5,32,0,32,22,59,1,2,32,0,32,14,59,1,0,32,0,32,6,65,128,1,114,58,0,4,11,32,10,65,2,106,34,10,32,5,73,13,0,11,12,1,11,32,21,45,0,4,13,0,32,28,32,21,47,1,2,65,130,4,108,106,34,0,47,1,0,34,1,4,64,32,1,65,255,1,75,13,1,32,14,32,0,32,1,65,1,116,106,47,1,0,70,13,1,11,32,0,32,1,65,1,106,34,1,59,1,0,32,0,32,1,65,255,255,3,113,65,1,116,106,32,14,59,1,0,11,32,16,65,1,106,34,16,32,17,71,13,0,11,32,13,33,10,12,2,11,65,0,33,17,65,0,33,9,32,5,65,255,255,3,113,34,0,69,13,1,2,64,32,0,32,14,70,13,0,32,28,32,0,65,130,4,108,106,34,0,47,1,0,34,1,4,64,32,1,65,255,1,75,13,1,32,14,32,0,32,1,65,1,116,106,47,1,0,70,13,1,11,32,0,32,1,65,1,106,34,1,59,1,0,32,0,32,1,65,255,255,3,113,65,1,116,106,32,14,59,1,0,11,32,8,40,2,156,1,34,1,40,2,0,65,14,79,4,64,32,5,33,9,32,14,32,1,40,2,132,1,32,14,65,1,116,106,47,1,0,71,13,2,11,32,1,40,2,76,32,11,65,255,255,3,113,34,2,65,1,116,106,34,13,65,2,106,33,16,65,0,33,0,2,64,32,1,40,2,80,34,1,47,1,0,34,6,65,1,107,65,255,255,3,113,32,2,79,13,0,3,64,2,64,32,0,65,2,106,33,21,32,1,32,0,65,1,116,106,47,1,2,33,0,32,6,65,255,255,3,113,32,2,70,13,0,32,2,32,1,32,0,32,21,106,34,0,65,1,116,106,47,1,0,34,6,65,1,107,65,255,255,3,113,75,13,1,12,2,11,11,32,5,33,9,32,1,32,21,65,1,116,106,34,13,32,13,32,0,65,1,116,106,34,16,79,13,2,11,32,5,33,9,32,15,69,13,1,3,64,32,13,47,1,0,33,2,65,0,33,0,32,15,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,5,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,2,75,27,33,0,32,1,32,5,107,34,1,65,1,75,13,0,11,11,2,64,32,12,32,0,65,28,108,106,34,0,47,1,0,32,2,71,13,0,32,0,40,2,4,33,1,32,0,40,2,8,34,2,4,64,32,14,32,1,32,2,65,1,116,106,65,2,107,47,1,0,70,13,1,11,32,0,32,2,65,1,106,34,6,32,0,40,2,12,34,5,75,4,127,65,8,32,5,65,1,116,34,2,32,6,32,2,32,6,75,27,34,2,32,2,65,8,77,27,34,5,65,1,116,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,0,32,5,54,2,12,32,0,32,1,54,2,4,32,0,40,2,8,34,2,65,1,106,5,32,6,11,54,2,8,32,1,32,2,65,1,116,106,32,14,59,1,0,11,32,13,65,2,106,34,13,32,16,73,13,0,11,12,1,11,11,32,14,65,1,106,34,14,32,8,40,2,156,1,34,19,47,1,20,73,13,0,11,11,2,64,32,15,69,4,64,65,0,33,15,65,0,33,19,12,1,11,65,0,33,24,65,0,33,0,65,0,33,19,3,64,2,64,32,12,32,24,65,28,108,106,34,10,40,2,20,34,9,69,4,64,32,10,40,2,4,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,10,65,0,54,2,12,32,10,66,0,55,2,4,11,32,15,32,24,65,127,115,106,65,28,108,34,1,4,64,32,10,32,10,65,28,106,32,1,252,10,0,0,11,32,15,65,1,107,33,15,12,1,11,32,9,65,6,108,33,1,2,64,2,64,2,64,32,0,32,9,79,4,64,32,1,69,13,1,32,19,32,10,40,2,16,32,1,252,10,0,0,12,1,11,2,127,32,19,4,64,32,19,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,19,32,10,40,2,20,34,1,65,6,108,34,0,4,64,32,19,32,10,40,2,16,32,0,252,10,0,0,11,32,1,69,13,2,12,1,11,32,9,33,1,32,0,33,9,11,3,64,2,64,32,19,32,1,65,1,107,34,18,65,6,108,106,34,0,45,0,4,65,255,0,113,34,1,65,2,73,4,64,32,18,33,1,12,1,11,32,28,32,0,47,1,0,65,130,4,108,106,34,2,47,1,0,34,21,69,4,64,32,18,33,1,12,1,11,32,0,47,1,2,33,5,32,2,65,2,106,33,27,32,1,65,1,107,33,16,65,0,33,13,3,64,32,27,32,13,65,1,116,106,47,1,0,33,14,32,10,40,2,16,33,6,65,0,33,2,32,10,40,2,20,34,11,33,0,2,64,2,64,2,64,2,64,32,11,34,1,14,2,2,1,0,11,3,64,2,64,2,64,32,14,32,6,32,0,65,1,118,34,29,32,2,106,34,1,65,6,108,106,34,17,47,1,0,34,22,75,13,0,32,14,32,22,73,13,1,32,17,45,0,4,34,22,65,255,0,113,34,31,32,16,73,13,0,32,22,192,65,0,72,13,1,32,16,32,31,73,13,1,32,17,47,1,2,32,5,75,13,1,11,32,1,33,2,11,32,0,32,29,107,34,0,65,1,75,13,0,11,11,2,64,2,64,32,14,32,6,32,2,65,6,108,106,34,0,47,1,0,34,1,75,13,0,32,1,32,14,75,4,64,32,2,33,1,12,3,11,32,0,45,0,4,34,1,65,255,0,113,34,17,32,16,73,13,0,32,1,192,65,0,72,4,64,32,2,33,1,12,3,11,32,16,32,17,73,4,64,32,2,33,1,12,3,11,32,5,32,0,47,1,2,34,0,77,13,1,11,32,2,65,1,106,33,1,12,1,11,32,2,33,1,32,0,32,5,75,13,0,32,18,33,1,12,1,11,32,11,65,1,106,34,0,32,10,40,2,24,75,4,64,32,0,65,6,108,33,2,2,127,32,6,4,64,32,6,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,6,32,10,32,0,54,2,24,32,10,32,6,54,2,16,32,10,40,2,20,33,11,11,32,1,65,6,108,33,0,2,64,32,1,32,11,79,13,0,32,11,32,1,107,65,6,108,34,1,69,13,0,32,0,32,6,106,34,2,65,6,106,32,2,32,1,252,10,0,0,11,32,0,32,6,106,34,0,65,0,58,0,5,32,0,32,16,58,0,4,32,0,32,5,59,0,2,32,0,32,14,59,0,0,32,10,32,10,40,2,20,65,1,106,54,2,20,2,64,32,18,65,1,106,34,1,32,9,77,13,0,65,8,32,9,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,9,65,6,108,33,0,32,19,4,64,32,19,32,0,35,6,40,2,0,17,1,0,33,19,12,1,11,32,0,35,7,40,2,0,17,0,0,33,19,11,32,19,32,18,65,6,108,106,34,0,65,0,58,0,5,32,0,32,16,58,0,4,32,0,32,5,59,1,2,32,0,32,14,59,1,0,32,1,33,18,11,32,13,65,1,106,34,13,32,21,71,13,0,11,11,32,1,13,0,11,11,32,24,65,1,106,33,24,32,9,33,0,11,32,15,32,24,75,13,0,11,11,32,7,65,32,106,65,0,65,204,0,252,11,0,65,1,33,18,2,64,32,30,13,0,65,0,33,17,32,3,2,127,3,64,2,64,2,64,32,8,40,2,60,32,20,32,17,65,2,116,106,47,1,0,34,18,65,20,108,106,34,2,47,1,0,34,9,65,255,255,3,70,13,0,2,64,32,15,4,64,65,0,33,0,32,15,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,5,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,9,75,27,33,0,32,1,32,5,107,34,1,65,1,75,13,0,11,11,32,12,32,0,65,28,108,106,34,10,47,1,0,32,9,70,13,1,11,32,18,65,1,106,33,9,32,8,40,2,108,33,2,65,0,33,1,2,64,2,64,2,64,32,8,40,2,112,34,0,14,2,2,1,0,11,3,64,32,1,32,0,65,1,118,34,5,32,1,106,34,1,32,9,32,2,32,1,65,3,116,106,47,1,4,73,27,33,1,32,0,32,5,107,34,0,65,1,75,13,0,11,11,32,1,32,9,32,2,32,1,65,3,116,106,47,1,4,34,0,71,32,0,32,18,77,113,106,33,0,11,32,2,32,0,65,3,116,106,12,4,11,32,2,47,1,12,33,16,32,7,40,2,68,33,0,32,7,40,2,32,33,11,32,7,40,2,36,34,2,32,7,40,2,72,34,13,106,34,1,32,7,40,2,76,34,5,75,4,64,32,1,65,2,116,33,5,2,127,32,0,4,64,32,0,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,0,32,7,32,1,54,2,76,32,7,32,0,54,2,68,32,1,33,5,11,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,13,65,2,116,106,33,13,32,11,4,64,32,2,69,13,1,32,13,32,11,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,13,65,0,32,2,252,11,0,11,32,7,65,0,54,2,36,32,7,40,2,56,33,13,32,5,32,7,40,2,60,34,2,32,1,106,34,11,73,4,64,32,11,65,2,116,33,5,2,127,32,0,4,64,32,0,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,0,32,7,32,11,54,2,76,32,7,32,0,54,2,68,11,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,1,65,2,116,106,33,0,32,13,4,64,32,2,69,13,1,32,0,32,13,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,0,65,0,32,2,252,11,0,11,32,7,65,0,54,2,60,32,7,32,11,54,2,72,32,10,40,2,8,4,64,32,18,65,1,106,33,13,65,0,33,2,3,64,32,10,40,2,4,32,2,65,1,116,106,47,1,0,33,1,2,127,32,7,40,2,72,34,0,4,64,32,7,32,0,65,1,107,34,0,54,2,72,32,7,40,2,68,32,0,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,0,66,0,55,1,4,32,0,32,9,59,1,2,32,0,32,1,59,1,0,32,0,32,9,59,1,68,32,0,32,13,59,1,66,32,0,65,1,59,1,64,32,0,66,0,55,1,12,32,0,66,0,55,1,20,32,0,66,0,55,1,28,32,0,66,0,55,1,36,32,0,66,0,55,1,44,32,0,66,0,55,1,52,32,0,65,0,54,1,60,32,7,40,2,32,33,1,32,7,40,2,36,34,6,65,1,106,34,5,32,7,40,2,40,34,11,75,4,64,65,8,32,11,65,1,116,34,11,32,5,32,5,32,11,73,27,34,11,32,11,65,8,77,27,34,14,65,2,116,33,11,2,127,32,1,4,64,32,1,32,11,35,6,40,2,0,17,1,0,12,1,11,32,11,35,7,40,2,0,17,0,0,11,33,1,32,7,32,14,54,2,40,32,7,32,1,54,2,32,11,32,7,32,5,54,2,36,32,1,32,6,65,2,116,106,32,0,54,2,0,32,2,65,1,106,34,2,32,10,40,2,8,73,13,0,11,11,32,7,65,0,58,0,104,32,8,32,12,32,15,32,7,65,32,106,16,77,32,7,45,0,104,65,1,70,4,64,32,18,65,1,106,34,0,32,8,40,2,64,34,6,79,13,1,3,64,32,8,40,2,60,32,0,65,20,108,106,34,1,47,1,12,34,2,32,16,77,13,2,32,2,65,255,255,3,70,13,2,32,1,47,1,18,34,2,65,16,113,69,4,64,32,1,32,2,65,239,252,3,113,59,1,18,32,8,40,2,64,33,6,11,32,0,65,1,106,34,0,32,6,73,13,0,11,12,1,11,32,7,40,2,84,33,6,32,7,40,2,96,69,13,1,65,0,33,0,32,6,69,13,0,3,64,2,64,32,8,40,2,60,32,7,40,2,80,32,0,65,1,116,106,47,1,0,65,20,108,106,34,1,47,1,12,34,2,65,255,255,3,70,13,0,32,2,32,16,77,13,0,32,1,47,1,18,34,2,65,16,113,13,0,32,1,32,2,65,239,252,3,113,59,1,18,32,7,40,2,84,33,6,11,32,0,65,1,106,34,0,32,6,73,13,0,11,11,65,1,33,18,32,17,65,1,106,34,17,32,26,71,13,1,12,3,11,11,32,6,4,64,32,7,40,2,80,32,6,65,1,116,106,65,2,107,47,1,0,33,18,11,32,8,40,2,108,33,5,65,0,33,0,32,8,40,2,112,34,9,33,1,2,64,2,64,2,64,32,9,34,2,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,5,32,0,65,3,116,106,47,1,4,32,18,65,255,255,3,113,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,0,32,5,32,0,65,3,116,106,47,1,4,32,18,65,255,255,3,113,73,106,33,2,11,32,5,32,2,32,9,65,1,107,32,2,32,9,73,27,65,3,116,106,11,40,2,0,54,2,0,65,0,33,18,11,65,0,33,17,2,64,32,8,40,2,100,69,4,64,65,0,33,13,12,1,11,65,0,33,11,65,0,33,13,3,64,65,0,33,10,2,64,32,8,40,2,96,32,17,65,28,108,106,34,3,40,2,8,34,5,32,5,32,3,40,2,12,106,34,16,79,13,0,3,64,2,64,32,8,40,2,84,32,5,65,3,116,106,34,0,40,2,0,65,1,71,13,0,32,0,40,2,4,33,9,65,0,33,0,32,10,34,1,33,2,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,65,255,255,3,113,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,13,32,0,65,1,116,106,47,1,0,34,1,32,9,65,255,255,3,113,34,2,70,13,1,32,0,32,1,32,2,73,106,33,2,11,32,11,32,10,65,1,106,34,0,73,4,64,32,0,65,1,116,33,1,2,127,32,13,4,64,32,13,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,13,32,0,33,11,11,32,2,65,1,116,33,1,2,64,32,2,32,10,79,13,0,32,10,32,2,107,65,1,116,34,2,69,13,0,32,1,32,13,106,34,10,65,2,106,32,10,32,2,252,10,0,0,11,32,1,32,13,106,32,9,59,0,0,32,0,33,10,11,32,5,65,1,106,34,5,32,16,71,13,0,11,32,3,40,2,0,34,5,32,5,32,3,40,2,4,106,34,3,79,13,0,32,10,69,13,0,32,10,65,1,71,4,64,3,64,65,0,33,0,32,10,33,1,2,64,32,8,40,2,60,32,5,65,20,108,106,34,2,47,1,6,34,9,65,255,255,3,70,13,0,3,64,32,0,32,1,65,1,118,34,16,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,75,27,33,0,32,1,32,16,107,34,1,65,1,75,13,0,11,2,64,32,13,32,0,65,1,116,106,47,1,0,32,9,70,13,0,65,0,33,0,32,10,33,1,32,2,47,1,8,34,9,65,255,255,3,70,13,1,3,64,32,0,32,1,65,1,118,34,16,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,75,27,33,0,32,1,32,16,107,34,1,65,1,75,13,0,11,32,13,32,0,65,1,116,106,47,1,0,32,9,70,13,0,65,0,33,0,32,10,33,1,32,2,47,1,10,34,9,65,255,255,3,70,13,1,3,64,32,0,32,1,65,1,118,34,16,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,75,27,33,0,32,1,32,16,107,34,1,65,1,75,13,0,11,32,13,32,0,65,1,116,106,47,1,0,32,9,71,13,1,11,32,2,32,2,47,1,18,65,255,254,3,113,59,1,18,11,32,5,65,1,106,34,5,32,3,71,13,0,12,2,11,0,11,3,64,2,64,32,8,40,2,60,32,5,65,20,108,106,34,0,47,1,6,34,1,65,255,255,3,70,13,0,2,64,32,1,32,13,47,1,0,34,1,70,13,0,32,0,47,1,8,34,2,65,255,255,3,70,13,1,32,1,32,2,70,13,0,32,0,47,1,10,34,2,65,255,255,3,70,13,1,32,1,32,2,71,13,1,11,32,0,32,0,47,1,18,65,255,254,3,113,59,1,18,11,32,5,65,1,106,34,5,32,3,71,13,0,11,11,32,17,65,1,106,34,17,32,8,40,2,100,73,13,0,11,11,2,64,32,8,40,2,64,69,13,0,3,64,65,1,33,10,32,8,40,2,64,34,2,65,1,107,34,0,69,13,1,3,64,32,2,33,1,2,64,32,8,40,2,60,34,3,32,0,34,2,65,20,108,106,34,9,47,1,12,65,255,255,3,70,13,0,32,9,45,0,18,65,128,1,113,13,0,3,64,2,64,32,3,32,0,65,20,108,106,47,1,14,34,0,65,255,255,3,70,13,0,32,0,32,2,73,13,0,32,3,32,0,65,20,108,106,45,0,18,65,128,1,113,69,13,1,12,2,11,11,32,3,32,1,65,20,108,106,34,1,65,22,107,34,3,47,1,0,34,0,65,16,113,13,0,32,0,65,128,1,113,69,13,0,32,1,65,28,107,47,1,0,65,255,255,3,70,13,0,32,3,32,0,65,239,254,3,113,59,1,0,65,0,33,10,11,32,2,65,1,107,34,0,13,0,11,32,10,65,1,113,69,13,0,11,11,32,7,65,0,58,0,104,32,25,4,64,65,0,33,17,3,64,32,23,32,17,65,1,116,106,47,1,0,32,8,40,2,72,33,11,32,7,40,2,68,33,0,32,7,40,2,32,33,3,32,7,40,2,36,34,2,32,7,40,2,72,34,5,106,34,1,32,7,40,2,76,34,6,75,4,64,32,1,65,2,116,33,9,2,127,32,0,4,64,32,0,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,0,32,7,32,1,54,2,76,32,7,32,0,54,2,68,32,1,33,6,11,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,5,65,2,116,106,33,9,32,3,4,64,32,2,69,13,1,32,9,32,3,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,9,65,0,32,2,252,11,0,11,32,7,65,0,54,2,36,32,7,40,2,56,33,9,32,6,32,7,40,2,60,34,2,32,1,106,34,3,73,4,64,32,3,65,2,116,33,5,2,127,32,0,4,64,32,0,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,0,32,7,32,3,54,2,76,32,7,32,0,54,2,68,11,65,6,108,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,1,65,2,116,106,33,0,32,9,4,64,32,2,69,13,1,32,0,32,9,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,0,65,0,32,2,252,11,0,11,32,11,106,33,9,65,0,33,11,32,7,65,0,54,2,60,32,7,32,3,54,2,72,32,15,4,64,3,64,2,64,2,64,2,64,32,12,32,11,65,28,108,106,34,2,47,1,0,34,0,65,254,255,3,107,14,2,1,2,0,11,32,8,40,2,156,1,40,2,72,32,0,65,3,108,106,34,0,45,0,0,65,1,113,13,1,32,0,45,0,1,65,1,113,13,1,11,32,2,40,2,8,69,13,0,65,0,33,6,3,64,32,2,40,2,4,32,6,65,1,116,106,47,1,0,33,3,32,9,47,1,0,33,5,32,2,47,1,0,33,1,2,127,32,7,40,2,72,34,0,4,64,32,7,32,0,65,1,107,34,0,54,2,72,32,7,40,2,68,32,0,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,0,66,0,55,1,4,32,0,32,1,59,1,2,32,0,32,3,59,1,0,32,0,32,1,59,1,68,32,0,32,5,59,1,66,32,0,65,1,59,1,64,32,0,66,0,55,1,12,32,0,66,0,55,1,20,32,0,66,0,55,1,28,32,0,66,0,55,1,36,32,0,66,0,55,1,44,32,0,66,0,55,1,52,32,0,65,0,54,1,60,32,7,40,2,32,33,1,32,7,40,2,36,34,10,65,1,106,34,3,32,7,40,2,40,34,5,75,4,64,65,8,32,5,65,1,116,34,5,32,3,32,3,32,5,73,27,34,5,32,5,65,8,77,27,34,16,65,2,116,33,5,2,127,32,1,4,64,32,1,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,1,32,7,32,16,54,2,40,32,7,32,1,54,2,32,11,32,7,32,3,54,2,36,32,1,32,10,65,2,116,106,32,0,54,2,0,32,6,65,1,106,34,6,32,2,40,2,8,73,13,0,11,11,32,11,65,1,106,34,11,32,15,71,13,0,11,11,32,8,32,12,32,15,32,7,65,32,106,16,77,32,7,40,2,96,34,16,4,64,32,8,40,2,96,32,9,47,1,2,65,28,108,106,65,1,58,0,24,32,8,40,2,148,1,33,5,65,0,33,14,3,64,32,7,40,2,92,32,14,65,1,116,106,47,1,0,33,3,32,8,40,2,144,1,33,6,65,0,33,0,32,5,34,1,33,2,2,64,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,6,32,0,65,1,116,106,47,1,0,32,3,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,3,32,6,32,0,65,1,116,106,47,1,0,34,1,70,13,1,32,0,32,1,32,3,73,106,33,2,11,32,5,65,1,106,34,0,32,8,40,2,152,1,75,4,64,32,0,65,1,116,33,1,2,127,32,6,4,64,32,6,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,6,32,8,32,0,54,2,152,1,32,8,32,6,54,2,144,1,32,8,40,2,148,1,33,5,11,32,2,65,1,116,33,0,2,64,32,2,32,5,79,13,0,32,5,32,2,107,65,1,116,34,1,69,13,0,32,0,32,6,106,34,2,65,2,106,32,2,32,1,252,10,0,0,11,32,0,32,6,106,32,3,59,0,0,32,8,32,8,40,2,148,1,65,1,106,34,5,54,2,148,1,32,7,40,2,96,33,16,11,32,14,65,1,106,34,14,32,16,73,13,0,11,11,32,17,65,1,106,34,17,32,25,71,13,0,11,11,2,64,2,64,32,15,4,64,65,0,33,1,3,64,32,12,32,1,65,28,108,106,34,0,40,2,4,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,0,65,0,54,2,12,32,0,66,0,55,2,4,11,32,0,40,2,16,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,0,65,0,54,2,24,32,0,66,0,55,2,16,11,32,1,65,1,106,34,1,32,15,71,13,0,11,12,1,11,32,12,69,13,1,11,32,12,35,8,40,2,0,17,2,0,11,32,7,40,2,32,33,1,2,64,2,64,32,7,40,2,36,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,7,65,0,54,2,32,11,32,7,40,2,44,33,1,2,64,2,64,32,7,40,2,48,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,7,65,0,54,2,44,11,32,7,40,2,56,33,1,2,64,2,64,32,7,40,2,60,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,7,65,0,54,2,56,11,32,7,40,2,68,33,1,2,64,2,64,32,7,40,2,72,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,11,32,7,40,2,80,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,92,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,19,4,64,32,19,35,8,40,2,0,17,2,0,11,32,13,4,64,32,13,35,8,40,2,0,17,2,0,11,32,28,35,8,40,2,0,17,2,0,11,32,23,4,64,32,23,35,8,40,2,0,17,2,0,11,32,20,4,64,32,20,35,8,40,2,0,17,2,0,11,32,18,69,4,64,32,4,65,5,54,2,0,12,1,11,32,8,40,2,132,1,34,0,69,13,1,32,0,35,8,40,2,0,17,2,0,32,8,65,0,54,2,140,1,32,8,66,0,55,2,132,1,12,1,11,32,8,16,76,65,0,33,8,11,32,7,65,240,0,106,36,0,32,8,11,172,2,1,8,127,32,1,40,2,16,34,6,32,0,40,2,4,75,4,64,65,1,15,11,32,1,40,2,0,34,4,47,1,0,33,8,32,0,40,2,0,34,3,40,2,4,34,5,33,2,2,64,3,64,32,2,69,13,1,32,3,40,2,0,32,2,65,1,107,34,2,65,20,108,106,34,7,40,2,12,34,9,32,6,73,13,1,32,6,32,9,71,13,0,32,7,47,1,16,32,8,71,13,0,11,65,0,15,11,32,5,65,1,106,34,2,32,3,40,2,8,34,7,75,4,64,65,8,32,7,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,34,4,65,20,108,33,2,2,127,32,3,40,2,0,34,5,4,64,32,5,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,2,32,3,32,4,54,2,8,32,3,32,2,54,2,0,32,1,40,2,0,33,4,32,0,40,2,0,34,3,40,2,4,34,5,65,1,106,33,2,11,32,3,32,2,54,2,4,32,4,40,2,12,33,1,32,3,40,2,0,32,5,65,20,108,106,34,0,32,4,41,2,4,55,2,0,32,0,65,0,59,1,18,32,0,32,8,59,1,16,32,0,32,6,54,2,12,32,0,32,1,54,2,8,65,0,11,51,1,1,127,32,0,16,40,32,0,65,0,54,2,160,9,2,64,32,1,4,64,32,1,40,2,0,65,16,107,65,125,73,13,1,11,32,0,32,1,54,2,160,9,65,1,33,2,11,32,2,11,235,7,1,10,127,35,0,65,32,107,34,4,36,0,32,0,4,64,32,0,16,40,32,0,65,0,54,2,160,9,32,0,40,2,132,9,33,1,35,0,65,16,107,34,6,36,0,32,1,40,2,12,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,1,65,0,54,2,20,32,1,66,0,55,2,12,11,32,1,40,2,24,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,1,65,0,54,2,32,32,1,66,0,55,2,24,11,32,1,40,2,48,32,1,65,36,106,34,8,32,1,40,2,52,16,26,32,1,40,2,4,34,3,4,64,3,64,32,1,40,2,0,32,5,65,5,116,106,34,2,40,2,0,4,64,32,1,40,2,52,33,7,32,2,40,2,12,4,64,32,6,32,2,41,2,12,55,3,8,32,7,32,6,65,8,106,16,10,11,32,2,40,2,20,4,64,32,6,32,2,41,2,20,55,3,0,32,7,32,6,16,10,11,32,2,40,2,4,34,3,4,64,32,3,40,2,0,34,10,4,127,32,10,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,2,40,2,4,5,32,3,11,35,8,40,2,0,17,2,0,11,32,2,40,2,0,32,8,32,7,16,26,32,1,40,2,4,33,3,11,32,5,65,1,106,34,5,32,3,73,13,0,11,11,65,0,33,3,32,1,65,0,54,2,4,2,64,32,1,40,2,36,34,5,69,13,0,32,1,40,2,40,4,64,3,64,32,1,40,2,36,32,3,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,3,65,1,106,34,3,32,1,40,2,40,73,13,0,11,32,8,40,2,0,34,5,69,13,1,11,32,5,35,8,40,2,0,17,2,0,32,1,65,0,54,2,44,32,1,66,0,55,2,36,11,32,1,40,2,0,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,1,65,0,54,2,8,32,1,66,0,55,2,0,11,32,1,35,8,40,2,0,17,2,0,32,6,65,16,106,36,0,32,0,40,2,168,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,176,9,32,0,66,0,55,2,168,9,11,32,0,40,2,160,10,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,168,10,32,0,66,0,55,2,160,10,11,32,0,40,2,152,10,4,64,32,4,32,0,65,152,10,106,41,2,0,55,3,24,32,0,65,136,9,106,32,4,65,24,106,16,10,32,0,66,0,55,2,152,10,11,32,0,40,2,68,35,8,40,2,0,17,2,0,32,0,65,224,9,106,33,1,32,0,40,2,224,9,4,64,32,4,32,1,41,2,0,55,3,16,32,0,65,136,9,106,32,4,65,16,106,16,10,11,32,0,40,2,232,9,4,64,32,4,32,0,65,232,9,106,41,2,0,55,3,8,32,0,65,136,9,106,32,4,65,8,106,16,10,11,32,1,66,0,55,2,0,32,1,65,0,54,2,16,32,1,66,0,55,2,8,2,64,32,0,40,2,136,9,34,1,69,13,0,32,0,40,2,140,9,4,64,3,64,32,0,40,2,136,9,32,9,65,3,116,106,40,2,0,35,8,40,2,0,17,2,0,32,9,65,1,106,34,9,32,0,40,2,140,9,73,13,0,11,32,0,40,2,136,9,34,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,144,9,32,0,66,0,55,2,136,9,11,32,0,40,2,148,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,156,9,32,0,66,0,55,2,148,9,11,32,0,40,2,244,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,252,9,32,0,66,0,55,2,244,9,11,32,0,40,2,188,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,196,9,32,0,66,0,55,2,188,9,11,32,0,40,2,200,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,208,9,32,0,66,0,55,2,200,9,11,32,0,40,2,212,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,220,9,32,0,66,0,55,2,212,9,11,32,0,35,8,40,2,0,17,2,0,11,32,4,65,32,106,36,0,11,179,1,2,5,127,1,126,32,0,41,2,0,34,8,66,32,136,167,33,3,32,8,167,33,4,2,64,32,1,40,2,0,34,5,32,2,40,2,4,34,7,79,4,64,32,3,32,2,40,2,32,32,3,32,2,40,2,24,107,34,6,65,0,32,3,32,6,79,27,106,32,4,32,2,40,2,20,34,6,75,27,33,3,32,2,40,2,28,32,4,32,6,107,34,6,65,0,32,4,32,6,79,27,106,33,4,32,2,40,2,8,32,5,32,7,107,106,33,5,12,1,11,32,5,32,2,40,2,0,77,13,0,32,2,41,2,28,34,8,66,32,136,167,33,3,32,2,40,2,8,33,5,32,8,167,33,4,11,32,0,32,4,173,32,3,173,66,32,134,132,55,2,0,32,1,32,5,54,2,0,11,27,0,32,0,32,1,16,94,33,0,2,64,32,1,69,13,0,32,0,13,0,16,68,0,11,32,0,11,27,0,32,0,32,1,16,41,33,1,2,64,32,0,69,13,0,32,1,13,0,16,68,0,11,32,1,11,192,1,1,3,127,35,0,65,32,107,34,3,36,0,32,0,40,2,72,4,64,32,0,40,2,96,33,2,2,64,32,1,4,64,32,2,69,13,1,32,3,32,0,40,2,0,34,2,54,2,0,32,0,65,132,1,106,34,4,65,128,8,35,1,65,154,11,65,253,8,32,2,65,32,107,65,223,0,73,27,106,32,3,16,11,26,32,0,40,2,92,65,1,32,4,32,0,40,2,96,17,3,0,12,1,11,32,2,69,13,0,32,3,32,0,40,2,0,34,2,54,2,16,32,0,65,132,1,106,34,4,65,128,8,35,1,65,174,11,65,143,9,32,2,65,32,107,65,223,0,73,27,106,32,3,65,16,106,16,11,26,32,0,40,2,92,65,1,32,4,32,0,40,2,96,17,3,0,11,32,0,32,1,16,66,11,32,3,65,32,106,36,0,11,105,1,2,127,2,64,32,0,40,2,104,34,1,32,0,40,2,100,70,13,0,32,1,69,13,0,32,0,40,2,32,32,0,40,2,68,32,1,65,24,108,106,34,1,40,2,16,71,13,0,32,1,65,4,107,40,2,0,33,2,32,0,32,1,65,16,107,41,2,0,55,2,60,32,0,32,2,54,2,56,15,11,32,0,32,0,41,2,32,55,2,56,32,0,65,64,107,32,0,40,2,40,54,2,0,11,250,5,2,9,127,1,126,35,0,65,16,107,34,5,36,0,32,0,65,1,58,0,120,2,64,32,0,45,0,128,1,13,0,32,0,40,2,32,34,8,32,0,40,2,40,34,3,107,33,1,32,0,40,2,36,33,4,32,3,4,64,32,0,65,0,54,2,124,32,0,65,0,58,0,128,1,11,32,0,65,0,54,2,40,32,0,32,4,54,2,36,32,0,32,1,54,2,32,32,0,40,2,68,33,6,2,64,2,127,32,0,40,2,100,34,4,4,64,3,64,2,64,32,6,32,2,65,24,108,106,34,7,40,2,20,34,9,32,1,77,13,0,32,9,32,7,40,2,16,34,3,77,13,0,32,1,32,3,77,4,64,32,0,32,7,41,2,0,55,2,36,32,0,32,3,54,2,32,32,3,33,1,11,32,0,32,2,54,2,104,65,0,33,2,32,0,40,2,72,69,13,4,32,0,40,2,108,34,3,32,1,77,4,64,32,1,32,0,40,2,112,32,3,106,73,13,5,11,32,0,65,0,54,2,72,65,0,12,3,11,32,2,65,1,106,34,2,32,4,71,13,0,11,11,32,0,32,4,54,2,104,32,6,32,4,65,24,108,106,34,3,65,4,107,40,2,0,33,1,32,3,65,16,107,41,2,0,33,10,32,0,65,0,54,2,72,32,0,32,10,55,2,36,32,0,32,1,54,2,32,65,1,11,33,2,32,0,65,0,54,2,112,11,32,0,65,1,58,0,128,1,32,0,65,0,54,2,0,32,0,32,2,54,2,116,32,0,65,0,54,2,124,32,0,32,1,54,2,108,32,0,40,2,80,33,3,32,0,40,2,76,33,2,32,5,32,0,41,2,36,55,3,8,32,0,32,2,32,1,32,5,65,8,106,32,0,65,240,0,106,34,4,32,3,17,6,0,34,2,54,2,72,32,0,40,2,112,34,1,69,4,64,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,12,1,11,32,0,40,2,104,32,0,40,2,100,70,13,0,2,64,32,0,40,2,32,32,0,40,2,108,107,34,3,32,1,70,4,64,32,0,65,0,54,2,0,32,0,65,1,54,2,116,12,1,11,32,0,32,2,32,3,106,32,1,32,3,107,34,1,32,0,35,1,65,208,211,0,106,32,0,40,2,84,34,3,65,2,116,106,32,0,65,216,0,106,32,3,65,3,73,27,40,2,0,34,3,17,4,0,54,2,116,32,0,40,2,0,33,2,2,64,32,1,65,3,75,13,0,32,2,65,127,71,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,6,32,5,32,0,41,2,36,55,3,0,32,0,32,6,32,1,32,5,32,4,32,2,17,6,0,34,2,54,2,72,32,0,32,0,40,2,112,34,1,4,127,32,2,5,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,65,0,11,32,1,32,0,32,3,17,4,0,54,2,116,32,0,40,2,0,33,2,11,32,2,65,127,71,13,0,32,0,65,1,54,2,116,11,3,64,32,0,40,2,32,32,8,79,13,1,32,0,40,2,104,32,0,40,2,100,70,13,1,32,0,40,2,72,69,13,1,32,0,65,0,16,66,32,0,40,2,104,32,0,40,2,100,71,13,0,11,11,32,0,40,2,124,32,5,65,16,106,36,0,11,27,1,1,127,32,0,16,34,33,1,2,64,32,0,69,13,0,32,1,13,0,16,68,0,11,32,1,11,43,1,2,127,32,0,40,2,104,34,2,32,0,40,2,100,73,4,127,32,0,40,2,32,32,0,40,2,68,32,2,65,24,108,106,40,2,16,70,5,65,0,11,11,13,0,32,0,40,2,104,32,0,40,2,100,70,11,77,1,2,127,32,1,45,0,0,33,2,2,64,32,0,45,0,0,34,3,69,13,0,32,2,32,3,71,13,0,3,64,32,1,45,0,1,33,2,32,0,45,0,1,34,3,69,13,1,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,32,3,70,13,0,11,11,32,3,32,2,107,11,23,0,32,0,65,48,107,65,10,73,32,0,65,32,114,65,225,0,107,65,6,73,114,11,130,2,1,2,127,2,64,2,64,2,64,2,64,32,1,32,0,34,3,115,65,3,113,13,0,32,2,65,0,71,33,4,2,64,32,1,65,3,113,69,13,0,32,2,69,13,0,3,64,32,3,32,1,45,0,0,34,4,58,0,0,32,4,69,13,5,32,3,65,1,106,33,3,32,2,65,1,107,34,2,65,0,71,33,4,32,1,65,1,106,34,1,65,3,113,69,13,1,32,2,13,0,11,11,32,4,69,13,2,32,1,45,0,0,69,13,3,32,2,65,4,73,13,0,3,64,65,128,130,132,8,32,1,40,2,0,34,4,107,32,4,114,65,128,129,130,132,120,113,65,128,129,130,132,120,71,13,2,32,3,32,4,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,1,11,3,64,32,3,32,1,45,0,0,34,4,58,0,0,32,4,69,13,2,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,65,0,33,2,11,32,3,65,0,32,2,16,52,26,32,0,11,232,2,1,2,127,2,64,32,0,32,1,70,13,0,32,1,32,0,32,2,106,34,4,107,65,0,32,2,65,1,116,107,77,4,64,32,0,32,1,32,2,16,36,15,11,32,0,32,1,115,65,3,113,33,3,2,64,2,64,32,0,32,1,73,4,64,32,3,4,64,32,0,33,3,12,3,11,32,0,65,3,113,69,4,64,32,0,33,3,12,2,11,32,0,33,3,3,64,32,2,69,13,4,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,107,33,2,32,3,65,1,106,34,3,65,3,113,13,0,11,12,1,11,2,64,32,3,13,0,32,4,65,3,113,4,64,3,64,32,2,69,13,5,32,0,32,2,65,1,107,34,2,106,34,3,32,1,32,2,106,45,0,0,58,0,0,32,3,65,3,113,13,0,11,11,32,2,65,3,77,13,0,3,64,32,0,32,2,65,4,107,34,2,106,32,1,32,2,106,40,2,0,54,2,0,32,2,65,3,75,13,0,11,11,32,2,69,13,2,3,64,32,0,32,2,65,1,107,34,2,106,32,1,32,2,106,45,0,0,58,0,0,32,2,13,0,11,12,2,11,32,2,65,3,77,13,0,3,64,32,3,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,0,11,11,0,32,0,65,0,16,50,32,0,71,11,73,1,2,127,32,0,16,102,32,0,106,33,3,2,64,32,2,69,13,0,3,64,32,1,45,0,0,34,4,69,13,1,32,3,32,4,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,3,65,0,58,0,0,32,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,2,54,2,12,32,0,40,2,96,4,64,32,0,65,132,1,106,34,2,65,128,8,32,1,32,3,40,2,12,16,96,26,32,0,40,2,92,65,1,32,2,32,0,40,2,96,17,3,0,11,32,3,65,16,106,36,0,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,11,0,32,0,65,1,16,50,32,0,71,11,4,0,35,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,6,0,32,0,36,0,11,10,0,32,0,65,48,107,65,10,73,11,8,0,32,0,65,1,16,50,11,8,0,32,0,65,0,16,50,11,25,0,35,12,40,2,0,69,4,64,35,13,32,1,54,2,0,35,12,32,0,54,2,0,11,11,7,0,32,0,47,1,28,11,168,1,1,5,127,32,0,40,2,84,34,3,40,2,0,33,5,32,3,40,2,4,34,4,32,0,40,2,20,32,0,40,2,28,34,7,107,34,6,32,4,32,6,73,27,34,6,4,64,32,5,32,7,32,6,16,36,26,32,3,32,3,40,2,0,32,6,106,34,5,54,2,0,32,3,32,3,40,2,4,32,6,107,34,4,54,2,4,11,32,4,32,2,32,2,32,4,75,27,34,4,4,64,32,5,32,1,32,4,16,36,26,32,3,32,3,40,2,0,32,4,106,34,5,54,2,0,32,3,32,3,40,2,4,32,4,107,54,2,4,11,32,5,65,0,58,0,0,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,2,11,178,5,2,6,126,4,127,32,1,32,1,40,2,0,65,7,106,65,120,113,34,1,65,16,106,54,2,0,32,0,32,1,41,3,0,33,3,32,1,41,3,8,33,6,35,0,65,32,107,34,0,36,0,32,6,66,255,255,255,255,255,255,63,131,33,2,2,126,32,6,66,48,136,66,255,255,1,131,34,4,167,34,8,65,129,248,0,107,65,253,15,77,4,64,32,2,66,4,134,32,3,66,60,136,132,33,2,32,8,65,128,248,0,107,173,33,4,2,64,32,3,66,255,255,255,255,255,255,255,255,15,131,34,3,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,1,124,33,2,12,1,11,32,3,66,128,128,128,128,128,128,128,128,8,82,13,0,32,2,66,1,131,32,2,124,33,2,11,66,0,32,2,32,2,66,255,255,255,255,255,255,255,7,86,34,1,27,33,2,32,1,173,32,4,124,12,1,11,2,64,32,2,32,3,132,80,13,0,32,4,66,255,255,1,82,13,0,32,2,66,4,134,32,3,66,60,136,132,66,128,128,128,128,128,128,128,4,132,33,2,66,255,15,12,1,11,32,8,65,254,135,1,75,4,64,66,0,33,2,66,255,15,12,1,11,65,128,248,0,65,129,248,0,32,4,80,34,9,27,34,10,32,8,107,34,1,65,240,0,74,4,64,66,0,33,2,66,0,12,1,11,32,2,32,2,66,128,128,128,128,128,128,192,0,132,32,9,27,33,2,65,0,33,9,32,8,32,10,71,4,64,32,3,33,4,32,2,33,5,2,64,65,128,1,32,1,107,34,8,65,192,0,113,4,64,32,3,32,8,65,64,106,173,134,33,5,66,0,33,4,12,1,11,32,8,69,13,0,32,5,32,8,173,34,7,134,32,4,65,192,0,32,8,107,173,136,132,33,5,32,4,32,7,134,33,4,11,32,0,32,4,55,3,16,32,0,32,5,55,3,24,32,0,41,3,16,32,0,41,3,24,132,66,0,82,33,9,11,2,64,32,1,65,192,0,113,4,64,32,2,32,1,65,64,106,173,136,33,3,66,0,33,2,12,1,11,32,1,69,13,0,32,2,65,192,0,32,1,107,173,134,32,3,32,1,173,34,4,136,132,33,3,32,2,32,4,136,33,2,11,32,0,32,3,55,3,0,32,0,32,2,55,3,8,32,0,41,3,8,66,4,134,32,0,41,3,0,34,3,66,60,136,132,33,2,2,64,32,9,173,32,3,66,255,255,255,255,255,255,255,255,15,131,132,34,3,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,1,124,33,2,12,1,11,32,3,66,128,128,128,128,128,128,128,128,8,82,13,0,32,2,66,1,131,32,2,124,33,2,11,32,2,66,128,128,128,128,128,128,128,8,133,32,2,32,2,66,255,255,255,255,255,255,255,7,86,34,1,27,33,2,32,1,173,11,33,3,32,0,65,32,106,36,0,32,6,66,128,128,128,128,128,128,128,128,128,127,131,32,3,66,52,134,132,32,2,132,191,57,3,0,11,188,2,1,6,127,2,64,2,64,2,64,32,0,45,0,20,69,4,64,32,0,47,1,28,33,3,32,0,40,2,4,33,1,32,0,40,2,0,34,4,40,2,4,33,6,3,64,32,0,32,3,65,1,106,34,3,59,1,28,32,1,65,2,106,33,1,32,6,32,3,65,255,255,3,113,34,5,77,13,2,32,0,32,1,47,1,0,34,2,59,1,14,32,2,69,13,0,11,32,0,32,1,54,2,4,12,3,11,32,0,32,0,40,2,4,34,1,65,2,106,34,2,54,2,4,32,0,40,2,8,32,2,70,4,64,32,0,47,1,18,34,2,69,13,2,32,0,32,2,65,1,107,59,1,18,32,1,47,1,2,33,2,32,0,32,1,65,6,106,34,3,54,2,4,32,0,32,2,59,1,14,32,0,32,3,32,1,47,1,4,65,1,116,106,54,2,8,32,0,32,1,47,1,6,34,5,59,1,28,32,0,40,2,0,33,4,12,3,11,32,0,32,2,47,1,0,59,1,28,65,1,15,11,32,0,32,1,54,2,4,11,65,0,15,11,32,5,32,4,40,2,12,73,4,64,32,4,40,2,52,32,2,65,3,116,106,34,1,45,0,0,33,2,32,0,65,0,59,1,30,32,0,32,1,65,8,106,54,2,24,32,0,32,2,59,1,32,65,1,15,11,32,0,32,2,59,1,30,32,0,65,0,59,1,32,65,1,11,220,23,3,18,127,1,124,3,126,35,0,65,176,4,107,34,11,36,0,32,11,65,0,54,2,44,2,64,32,1,189,34,25,66,0,83,4,64,35,1,65,10,106,33,20,65,1,33,16,32,1,154,34,1,189,33,25,12,1,11,32,4,65,128,16,113,4,64,35,1,65,13,106,33,20,65,1,33,16,12,1,11,35,1,65,10,106,34,6,65,6,106,32,6,65,1,106,32,4,65,1,113,34,16,27,33,20,32,16,69,33,23,11,2,64,32,25,66,128,128,128,128,128,128,128,248,255,0,131,66,128,128,128,128,128,128,128,248,255,0,81,4,64,32,0,65,32,32,2,32,16,65,3,106,34,7,32,4,65,255,255,123,113,16,15,32,0,32,20,32,16,16,14,32,0,35,1,34,6,65,135,8,106,32,6,65,177,10,106,32,5,65,32,113,34,3,27,32,6,65,180,8,106,32,6,65,189,10,106,32,3,27,32,1,32,1,98,27,65,3,16,14,32,0,65,32,32,2,32,7,32,4,65,128,192,0,115,16,15,32,2,32,7,32,2,32,7,74,27,33,13,12,1,11,32,11,65,16,106,33,17,2,64,2,64,2,64,32,1,32,11,65,44,106,16,100,34,1,32,1,160,34,1,68,0,0,0,0,0,0,0,0,98,4,64,32,11,32,11,40,2,44,34,6,65,1,107,54,2,44,32,5,65,32,114,34,21,65,225,0,71,13,1,12,3,11,32,5,65,32,114,34,21,65,225,0,70,13,2,32,11,40,2,44,33,12,12,1,11,32,11,32,6,65,29,107,34,12,54,2,44,32,1,68,0,0,0,0,0,0,176,65,162,33,1,11,65,6,32,3,32,3,65,0,72,27,33,10,32,11,65,48,106,65,160,2,65,0,32,12,65,0,78,27,106,34,14,33,7,3,64,32,7,32,1,252,3,34,3,54,2,0,32,7,65,4,106,33,7,32,1,32,3,184,161,68,0,0,0,0,101,205,205,65,162,34,1,68,0,0,0,0,0,0,0,0,98,13,0,11,2,64,32,12,65,0,76,4,64,32,12,33,9,32,7,33,6,32,14,33,8,12,1,11,32,14,33,8,32,12,33,9,3,64,65,29,32,9,32,9,65,29,79,27,33,3,2,64,32,7,65,4,107,34,6,32,8,73,13,0,32,3,173,33,27,66,0,33,25,3,64,32,6,32,6,53,2,0,32,27,134,32,25,124,34,26,32,26,66,128,148,235,220,3,128,34,25,66,128,148,235,220,3,126,125,62,2,0,32,6,65,4,107,34,6,32,8,79,13,0,11,32,26,66,128,148,235,220,3,84,13,0,32,8,65,4,107,34,8,32,25,62,2,0,11,3,64,32,8,32,7,34,6,73,4,64,32,6,65,4,107,34,7,40,2,0,69,13,1,11,11,32,11,32,11,40,2,44,32,3,107,34,9,54,2,44,32,6,33,7,32,9,65,0,74,13,0,11,11,32,9,65,0,72,4,64,32,10,65,25,106,65,9,110,65,1,106,33,18,32,21,65,230,0,70,33,19,3,64,65,9,65,0,32,9,107,34,3,32,3,65,9,79,27,33,13,2,64,32,6,32,8,77,4,64,65,0,65,4,32,8,40,2,0,27,33,7,12,1,11,65,128,148,235,220,3,32,13,118,33,22,65,127,32,13,116,65,127,115,33,15,65,0,33,9,32,8,33,7,3,64,32,7,32,7,40,2,0,34,3,32,13,118,32,9,106,54,2,0,32,3,32,15,113,32,22,108,33,9,32,7,65,4,106,34,7,32,6,73,13,0,11,65,0,65,4,32,8,40,2,0,27,33,7,32,9,69,13,0,32,6,32,9,54,2,0,32,6,65,4,106,33,6,11,32,11,32,11,40,2,44,32,13,106,34,9,54,2,44,32,14,32,7,32,8,106,34,8,32,19,27,34,3,32,18,65,2,116,106,32,6,32,6,32,3,107,65,2,117,32,18,74,27,33,6,32,9,65,0,72,13,0,11,11,65,0,33,9,2,64,32,6,32,8,77,13,0,32,14,32,8,107,65,2,117,65,9,108,33,9,65,10,33,7,32,8,40,2,0,34,3,65,10,73,13,0,3,64,32,9,65,1,106,33,9,32,3,32,7,65,10,108,34,7,79,13,0,11,11,32,10,32,9,65,0,32,21,65,230,0,71,27,107,32,21,65,231,0,70,32,10,65,0,71,113,107,34,3,32,6,32,14,107,65,2,117,65,9,108,65,9,107,72,4,64,32,11,65,48,106,65,132,96,65,164,98,32,12,65,0,72,27,106,32,3,65,128,200,0,106,34,12,65,9,109,34,3,65,2,116,106,33,13,65,10,33,7,32,12,32,3,65,9,108,107,34,3,65,7,76,4,64,3,64,32,7,65,10,108,33,7,32,3,65,1,106,34,3,65,8,71,13,0,11,11,2,64,32,13,40,2,0,34,12,32,12,32,7,110,34,18,32,7,108,107,34,15,69,32,13,65,4,106,34,3,32,6,70,113,13,0,2,64,32,18,65,1,113,69,4,64,68,0,0,0,0,0,0,64,67,33,1,32,7,65,128,148,235,220,3,71,13,1,32,8,32,13,79,13,1,32,13,65,4,107,45,0,0,65,1,113,69,13,1,11,68,1,0,0,0,0,0,64,67,33,1,11,68,0,0,0,0,0,0,224,63,68,0,0,0,0,0,0,240,63,68,0,0,0,0,0,0,248,63,32,3,32,6,70,27,68,0,0,0,0,0,0,248,63,32,15,32,7,65,1,118,34,3,70,27,32,3,32,15,75,27,33,24,2,64,32,23,13,0,32,20,45,0,0,65,45,71,13,0,32,24,154,33,24,32,1,154,33,1,11,32,13,32,12,32,15,107,34,3,54,2,0,32,1,32,24,160,32,1,97,13,0,32,13,32,3,32,7,106,34,3,54,2,0,32,3,65,128,148,235,220,3,79,4,64,3,64,32,13,65,0,54,2,0,32,8,32,13,65,4,107,34,13,75,4,64,32,8,65,4,107,34,8,65,0,54,2,0,11,32,13,32,13,40,2,0,65,1,106,34,3,54,2,0,32,3,65,255,147,235,220,3,75,13,0,11,11,32,14,32,8,107,65,2,117,65,9,108,33,9,65,10,33,7,32,8,40,2,0,34,3,65,10,73,13,0,3,64,32,9,65,1,106,33,9,32,3,32,7,65,10,108,34,7,79,13,0,11,11,32,13,65,4,106,34,3,32,6,32,3,32,6,73,27,33,6,11,3,64,32,6,34,12,32,8,77,34,7,69,4,64,32,6,65,4,107,34,6,40,2,0,69,13,1,11,11,2,64,32,21,65,231,0,71,4,64,32,4,65,8,113,33,19,12,1,11,32,9,65,127,115,65,127,32,10,65,1,32,10,27,34,6,32,9,74,32,9,65,123,74,113,34,3,27,32,6,106,33,10,65,127,65,126,32,3,27,32,5,106,33,5,32,4,65,8,113,34,19,13,0,65,119,33,6,2,64,32,7,13,0,32,12,65,4,107,40,2,0,34,15,69,13,0,65,10,33,3,65,0,33,6,32,15,65,10,112,13,0,3,64,32,6,34,7,65,1,106,33,6,32,15,32,3,65,10,108,34,3,112,69,13,0,11,32,7,65,127,115,33,6,11,32,12,32,14,107,65,2,117,65,9,108,33,3,32,5,65,95,113,65,198,0,70,4,64,65,0,33,19,32,10,32,3,32,6,106,65,9,107,34,3,65,0,32,3,65,0,74,27,34,3,32,3,32,10,74,27,33,10,12,1,11,65,0,33,19,32,10,32,3,32,9,106,32,6,106,65,9,107,34,3,65,0,32,3,65,0,74,27,34,3,32,3,32,10,74,27,33,10,11,65,127,33,13,32,10,65,253,255,255,255,7,65,254,255,255,255,7,32,10,32,19,114,34,15,27,74,13,1,32,10,32,15,65,0,71,106,65,1,106,33,22,2,64,32,5,65,95,113,34,7,65,198,0,70,4,64,32,9,32,22,65,255,255,255,255,7,115,74,13,3,32,9,65,0,32,9,65,0,74,27,33,6,12,1,11,32,17,32,9,32,9,65,31,117,34,3,115,32,3,107,173,32,17,16,35,34,6,107,65,1,76,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,17,32,6,107,65,2,72,13,0,11,11,32,6,65,2,107,34,18,32,5,58,0,0,32,6,65,1,107,65,45,65,43,32,9,65,0,72,27,58,0,0,32,17,32,18,107,34,6,32,22,65,255,255,255,255,7,115,74,13,2,11,32,6,32,22,106,34,3,32,16,65,255,255,255,255,7,115,74,13,1,32,0,65,32,32,2,32,3,32,16,106,34,9,32,4,16,15,32,0,32,20,32,16,16,14,32,0,65,48,32,2,32,9,32,4,65,128,128,4,115,16,15,2,64,2,64,2,64,32,7,65,198,0,70,4,64,32,11,65,16,106,65,9,114,33,5,32,14,32,8,32,8,32,14,75,27,34,3,33,8,3,64,32,8,53,2,0,32,5,16,35,33,6,2,64,32,3,32,8,71,4,64,32,6,32,11,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,11,65,16,106,75,13,0,11,12,1,11,32,5,32,6,71,13,0,32,6,65,1,107,34,6,65,48,58,0,0,11,32,0,32,6,32,5,32,6,107,16,14,32,8,65,4,106,34,8,32,14,77,13,0,11,32,15,4,64,32,0,35,1,65,239,10,106,65,1,16,14,11,32,8,32,12,79,13,1,32,10,65,0,76,13,1,3,64,32,8,53,2,0,32,5,16,35,34,6,32,11,65,16,106,75,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,11,65,16,106,75,13,0,11,11,32,0,32,6,65,9,32,10,32,10,65,9,78,27,16,14,32,10,65,9,107,33,6,32,8,65,4,106,34,8,32,12,79,13,3,32,10,65,9,74,32,6,33,10,13,0,11,12,2,11,2,64,32,10,65,0,72,13,0,32,12,32,8,65,4,106,32,8,32,12,73,27,33,3,32,11,65,16,106,65,9,114,33,12,32,8,33,7,3,64,32,12,32,7,53,2,0,32,12,16,35,34,6,70,4,64,32,6,65,1,107,34,6,65,48,58,0,0,11,2,64,32,7,32,8,71,4,64,32,6,32,11,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,11,65,16,106,75,13,0,11,12,1,11,32,0,32,6,65,1,16,14,32,6,65,1,106,33,6,32,10,32,19,114,69,13,0,32,0,35,1,65,239,10,106,65,1,16,14,11,32,0,32,6,32,12,32,6,107,34,5,32,10,32,5,32,10,72,27,16,14,32,10,32,5,107,33,10,32,7,65,4,106,34,7,32,3,79,13,1,32,10,65,0,78,13,0,11,11,32,0,65,48,32,10,65,18,106,65,18,65,0,16,15,32,0,32,18,32,17,32,18,107,16,14,12,2,11,32,10,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,15,11,32,0,65,32,32,2,32,9,32,4,65,128,192,0,115,16,15,32,2,32,9,32,2,32,9,74,27,33,13,12,1,11,32,20,32,5,65,26,116,65,31,117,65,9,113,106,33,9,2,64,32,3,65,11,75,13,0,65,12,32,3,107,33,6,68,0,0,0,0,0,0,48,64,33,24,3,64,32,24,68,0,0,0,0,0,0,48,64,162,33,24,32,6,65,1,107,34,6,13,0,11,32,9,45,0,0,65,45,70,4,64,32,24,32,1,154,32,24,161,160,154,33,1,12,1,11,32,1,32,24,160,32,24,161,33,1,11,32,17,32,11,40,2,44,34,7,32,7,65,31,117,34,6,115,32,6,107,173,32,17,16,35,34,6,70,4,64,32,6,65,1,107,34,6,65,48,58,0,0,32,11,40,2,44,33,7,11,32,16,65,2,114,33,10,32,5,65,32,113,33,12,32,6,65,2,107,34,14,32,5,65,15,106,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,4,65,8,113,69,32,3,65,0,76,113,33,8,32,11,65,16,106,33,7,3,64,32,7,34,5,32,1,252,2,34,6,35,1,65,224,47,106,106,45,0,0,32,12,114,58,0,0,32,1,32,6,183,161,68,0,0,0,0,0,0,48,64,162,33,1,2,64,32,7,65,1,106,34,7,32,11,65,16,106,107,65,1,71,13,0,32,1,68,0,0,0,0,0,0,0,0,97,32,8,113,13,0,32,5,65,46,58,0,1,32,5,65,2,106,33,7,11,32,1,68,0,0,0,0,0,0,0,0,98,13,0,11,65,127,33,13,32,3,65,253,255,255,255,7,32,10,32,17,32,14,107,34,8,106,34,6,107,74,13,0,32,0,65,32,32,2,32,6,32,3,65,2,106,32,7,32,11,65,16,106,34,5,107,34,7,32,7,65,2,107,32,3,72,27,32,7,32,3,27,34,3,106,34,6,32,4,16,15,32,0,32,9,32,10,16,14,32,0,65,48,32,2,32,6,32,4,65,128,128,4,115,16,15,32,0,32,5,32,7,16,14,32,0,65,48,32,3,32,7,107,65,0,65,0,16,15,32,0,32,14,32,8,16,14,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,15,32,2,32,6,32,2,32,6,74,27,33,13,11,32,11,65,176,4,106,36,0,32,13,11,179,1,1,5,127,32,2,32,1,40,2,20,34,6,73,4,64,2,127,32,1,40,2,24,34,4,32,2,77,4,64,32,1,40,2,44,32,1,40,2,48,32,2,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,3,65,2,106,33,5,32,3,47,1,0,12,1,11,32,1,40,2,40,32,1,40,2,4,32,2,108,65,1,116,106,65,2,107,33,3,65,0,11,33,7,32,0,65,0,54,0,21,32,0,32,7,59,1,18,32,0,65,0,59,1,16,32,0,65,0,54,2,12,32,0,32,5,54,2,8,32,0,32,3,54,2,4,32,0,32,1,54,2,0,32,0,66,255,255,3,55,2,28,32,0,32,2,32,4,79,58,0,20,32,0,65,0,54,0,24,11,32,2,32,6,73,11,177,1,1,5,127,32,1,32,0,40,2,0,34,2,40,2,20,34,5,73,4,64,2,127,32,2,40,2,24,34,3,32,1,77,4,64,32,2,40,2,44,32,2,40,2,48,32,1,32,3,107,65,2,116,106,40,2,0,65,1,116,106,34,2,65,2,106,33,4,32,2,47,1,0,12,1,11,32,2,40,2,40,32,2,40,2,4,32,1,108,65,1,116,106,65,2,107,33,2,65,0,11,33,6,32,0,65,0,54,0,21,32,0,32,6,59,1,18,32,0,65,0,59,1,16,32,0,65,0,54,2,12,32,0,32,4,54,2,8,32,0,32,2,54,2,4,32,0,66,255,255,3,55,2,28,32,0,32,1,32,3,79,58,0,20,32,0,65,0,54,0,24,11,32,1,32,5,73,11,250,2,1,7,127,35,0,65,32,107,34,3,36,0,32,3,32,0,40,2,28,34,4,54,2,16,32,0,40,2,20,33,5,32,3,32,2,54,2,28,32,3,32,1,54,2,24,32,3,32,5,32,4,107,34,1,54,2,20,32,1,32,2,106,33,5,65,2,33,7,2,127,2,64,2,64,2,64,32,0,40,2,60,32,3,65,16,106,34,1,65,2,32,3,65,12,106,16,0,34,4,4,127,35,1,65,216,213,0,106,32,4,54,2,0,65,127,5,65,0,11,4,64,32,1,33,4,12,1,11,3,64,32,5,32,3,40,2,12,34,6,70,13,2,32,6,65,0,72,4,64,32,1,33,4,12,4,11,32,1,65,8,65,0,32,6,32,1,40,2,4,34,8,75,34,9,27,106,34,4,32,6,32,8,65,0,32,9,27,107,34,8,32,4,40,2,0,106,54,2,0,32,1,65,12,65,4,32,9,27,106,34,1,32,1,40,2,0,32,8,107,54,2,0,32,5,32,6,107,33,5,32,0,40,2,60,32,4,34,1,32,7,32,9,107,34,7,32,3,65,12,106,16,0,34,6,4,127,35,1,65,216,213,0,106,32,6,54,2,0,65,127,5,65,0,11,69,13,0,11,11,32,5,65,127,71,13,1,11,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,32,2,12,1,11,32,0,65,0,54,2,28,32,0,66,0,55,3,16,32,0,32,0,40,2,0,65,32,114,54,2,0,65,0,32,7,65,2,70,13,0,26,32,2,32,4,40,2,4,107,11,32,3,65,32,106,36,0,11,78,1,1,127,32,0,40,2,60,35,0,65,16,107,34,0,36,0,32,1,32,2,65,255,1,113,32,0,65,8,106,16,2,34,2,4,127,35,1,65,216,213,0,106,32,2,54,2,0,65,127,5,65,0,11,33,2,32,0,41,3,8,33,1,32,0,65,16,106,36,0,66,127,32,1,32,2,27,11,31,0,32,0,40,2,60,16,4,34,0,4,127,35,1,65,216,213,0,106,32,0,54,2,0,65,127,5,65,0,11,11,133,10,1,3,127,35,0,65,128,1,107,34,16,36,0,35,1,65,212,213,0,106,34,18,40,2,0,34,17,69,4,64,32,18,16,74,34,17,54,2,0,11,32,17,32,14,54,2,72,32,16,35,11,34,17,40,2,0,54,2,120,32,16,32,17,40,2,12,65,1,116,54,2,112,32,16,32,17,40,2,8,54,2,108,32,16,32,1,54,2,124,32,16,32,17,40,2,16,54,2,116,32,16,32,17,40,2,4,65,1,116,54,2,104,32,16,32,3,65,1,116,54,2,100,32,16,32,2,54,2,96,32,16,32,5,65,1,116,54,2,92,32,16,32,4,54,2,88,32,16,32,9,65,1,116,54,2,84,32,16,32,8,54,2,80,32,16,32,11,65,1,116,54,2,76,32,16,32,10,54,2,72,35,1,65,212,213,0,106,34,2,40,2,0,32,16,32,16,41,2,96,55,3,48,32,16,32,16,41,2,88,55,3,40,32,16,65,48,106,32,16,65,40,106,16,123,32,2,40,2,0,33,1,32,7,65,127,32,7,27,34,3,32,6,79,4,64,32,1,32,3,54,2,108,32,1,32,6,54,2,104,11,32,16,32,16,41,2,80,55,3,32,32,16,32,16,41,2,72,55,3,24,32,2,40,2,0,32,16,65,32,106,32,16,65,24,106,16,122,32,2,40,2,0,33,1,32,13,65,127,32,13,27,34,3,32,12,79,4,64,32,1,32,3,54,2,132,1,32,1,32,12,54,2,128,1,11,32,2,40,2,0,32,14,54,2,72,32,2,40,2,0,32,15,54,2,84,32,16,32,16,41,2,112,55,3,8,32,16,32,16,41,2,120,55,3,16,32,16,32,16,41,2,104,55,3,0,32,2,40,2,0,34,1,65,0,54,2,40,32,1,65,0,54,2,28,32,16,40,2,16,33,4,32,16,40,2,8,33,5,32,16,40,2,4,33,6,32,16,40,2,0,33,7,32,16,40,2,20,33,3,32,1,32,16,40,2,12,59,1,20,32,1,32,3,54,2,4,32,1,65,0,54,2,12,32,1,40,2,8,33,3,32,1,32,1,40,2,16,4,127,65,0,5,2,127,32,3,4,64,32,3,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,3,32,1,65,8,54,2,16,32,1,32,3,54,2,8,32,1,40,2,12,11,34,8,65,1,106,54,2,12,32,3,32,8,65,28,108,106,34,3,65,0,54,2,24,32,3,66,0,55,2,16,32,3,32,5,54,2,12,32,3,32,6,54,2,8,32,3,32,7,54,2,4,32,3,32,4,54,2,0,2,64,32,1,40,2,52,34,5,65,255,255,3,113,34,3,69,13,0,32,1,40,2,48,33,6,65,0,33,7,65,0,33,4,32,3,65,8,79,4,64,32,5,65,248,255,3,113,33,9,65,0,33,8,3,64,32,6,32,4,65,12,108,106,34,3,65,127,54,2,88,32,3,65,127,54,2,76,32,3,65,127,54,2,64,32,3,65,127,54,2,52,32,3,65,127,54,2,40,32,3,65,127,54,2,28,32,3,65,127,54,2,16,32,3,65,127,54,2,4,32,4,65,8,106,33,4,32,8,65,8,106,34,8,32,9,71,13,0,11,11,32,5,65,7,113,34,3,69,13,0,3,64,32,6,32,4,65,12,108,106,65,127,54,2,4,32,4,65,1,106,33,4,32,7,65,1,106,34,7,32,3,71,13,0,11,11,32,1,65,1,58,0,156,1,32,1,32,5,54,2,76,32,1,65,0,54,2,136,1,32,1,65,0,59,0,157,1,32,1,65,0,54,2,80,32,1,65,0,58,0,159,1,32,1,32,0,54,2,0,32,1,66,0,55,2,140,1,32,1,66,0,55,2,148,1,65,0,33,7,65,0,33,6,32,2,40,2,0,32,16,65,60,106,32,16,65,56,106,16,117,4,64,65,0,33,15,65,0,33,5,65,0,33,17,3,64,2,64,32,17,65,3,106,34,3,32,16,47,1,66,65,6,108,106,34,0,32,5,77,13,0,65,8,32,5,65,1,116,34,1,32,0,32,0,32,1,73,27,34,0,32,0,65,8,77,27,34,5,65,2,116,33,0,32,7,4,64,32,7,32,0,35,6,40,2,0,17,1,0,33,7,12,1,11,32,0,35,7,40,2,0,17,0,0,33,7,11,65,0,33,13,32,16,47,1,66,65,24,108,65,12,106,34,0,4,64,32,7,32,17,65,2,116,106,65,0,32,0,252,11,0,11,32,16,47,1,64,33,1,32,7,32,15,65,2,116,106,34,0,32,16,47,1,66,34,2,54,2,4,32,0,32,1,54,2,0,32,0,32,16,40,2,56,54,2,8,32,15,65,3,106,33,15,32,2,4,64,3,64,32,7,32,15,65,2,116,106,34,0,32,16,40,2,68,32,13,65,28,108,106,34,1,40,2,24,54,2,0,32,1,40,2,0,33,4,32,1,40,2,8,33,8,32,1,40,2,16,33,9,32,1,40,2,4,33,10,32,0,32,1,40,2,12,54,2,20,32,0,32,10,54,2,12,32,0,32,9,54,2,4,32,0,32,8,65,1,118,54,2,16,32,0,32,4,65,1,118,54,2,8,32,15,65,6,106,33,15,32,13,65,1,106,34,13,32,2,71,13,0,11,11,32,6,65,1,106,33,6,32,2,65,6,108,32,3,106,33,17,35,1,65,212,213,0,106,40,2,0,32,16,65,60,106,32,16,65,56,106,16,117,13,0,11,11,35,11,34,0,35,1,65,212,213,0,106,40,2,0,45,0,159,1,54,2,8,32,0,32,7,54,2,4,32,0,32,6,54,2,0,32,16,65,128,1,106,36,0,11,9,0,32,0,40,2,4,16,5,11,179,10,1,3,127,35,0,65,144,1,107,34,16,36,0,35,1,65,212,213,0,106,34,18,40,2,0,34,17,69,4,64,32,18,16,74,34,17,54,2,0,11,32,17,32,14,65,127,32,14,27,54,2,72,32,16,35,11,34,17,40,2,0,54,2,136,1,32,16,32,17,40,2,12,65,1,116,54,2,128,1,32,16,32,17,40,2,8,54,2,124,32,16,32,1,54,2,140,1,32,16,32,17,40,2,16,54,2,132,1,32,16,32,17,40,2,4,65,1,116,54,2,120,32,16,32,3,65,1,116,54,2,116,32,16,32,2,54,2,112,32,16,32,5,65,1,116,54,2,108,32,16,32,4,54,2,104,32,16,32,9,65,1,116,54,2,100,32,16,32,8,54,2,96,32,16,32,11,65,1,116,54,2,92,32,16,32,10,54,2,88,35,1,34,3,65,212,213,0,106,34,2,40,2,0,32,16,32,16,41,2,112,55,3,56,32,16,32,16,41,2,104,55,3,48,32,16,65,56,106,32,16,65,48,106,16,123,32,2,40,2,0,33,1,32,7,65,127,32,7,27,34,4,32,6,79,4,64,32,1,32,4,54,2,108,32,1,32,6,54,2,104,11,32,16,32,16,41,2,96,55,3,40,32,16,32,16,41,2,88,55,3,32,32,2,40,2,0,32,16,65,40,106,32,16,65,32,106,16,122,32,2,40,2,0,33,1,32,13,65,127,32,13,27,34,4,32,12,79,4,64,32,1,32,4,54,2,132,1,32,1,32,12,54,2,128,1,11,32,2,40,2,0,32,14,54,2,72,32,2,40,2,0,32,15,54,2,84,32,16,32,16,41,2,128,1,55,3,16,32,16,32,16,41,2,136,1,55,3,24,32,16,32,3,65,232,211,0,106,41,3,0,55,3,80,32,16,32,16,41,2,120,55,3,8,32,16,65,208,0,106,33,5,32,16,40,2,24,33,4,32,16,40,2,16,33,6,32,16,40,2,12,33,7,32,16,40,2,8,33,8,32,16,40,2,28,33,3,32,16,40,2,20,33,9,32,2,40,2,0,34,1,65,0,54,2,40,32,1,65,0,54,2,28,32,1,32,9,59,1,20,32,1,32,3,54,2,4,32,1,65,0,54,2,12,32,1,40,2,8,33,3,32,1,32,1,40,2,16,4,127,65,0,5,2,127,32,3,4,64,32,3,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,3,32,1,65,8,54,2,16,32,1,32,3,54,2,8,32,1,40,2,12,11,34,9,65,1,106,54,2,12,32,3,32,9,65,28,108,106,34,3,65,0,54,2,24,32,3,66,0,55,2,16,32,3,32,6,54,2,12,32,3,32,7,54,2,8,32,3,32,8,54,2,4,32,3,32,4,54,2,0,2,64,32,1,40,2,52,34,6,65,255,255,3,113,34,3,69,13,0,32,1,40,2,48,33,7,65,0,33,8,65,0,33,4,32,3,65,8,79,4,64,32,6,65,248,255,3,113,33,10,65,0,33,9,3,64,32,7,32,4,65,12,108,106,34,3,65,127,54,2,88,32,3,65,127,54,2,76,32,3,65,127,54,2,64,32,3,65,127,54,2,52,32,3,65,127,54,2,40,32,3,65,127,54,2,28,32,3,65,127,54,2,16,32,3,65,127,54,2,4,32,4,65,8,106,33,4,32,9,65,8,106,34,9,32,10,71,13,0,11,11,32,6,65,7,113,34,3,69,13,0,3,64,32,7,32,4,65,12,108,106,65,127,54,2,4,32,4,65,1,106,33,4,32,8,65,1,106,34,8,32,3,71,13,0,11,11,32,1,65,1,58,0,156,1,32,1,32,6,54,2,76,32,1,65,0,54,2,136,1,32,1,65,0,59,0,157,1,32,1,65,0,54,2,80,32,1,65,0,58,0,159,1,32,1,32,0,54,2,0,32,1,66,0,55,2,140,1,32,1,66,0,55,2,148,1,32,5,4,64,32,1,32,5,54,2,140,1,32,1,32,5,40,2,0,54,2,144,1,11,65,0,33,7,65,0,33,6,32,2,40,2,0,32,16,65,196,0,106,16,121,4,64,65,0,33,15,65,0,33,5,65,0,33,17,3,64,2,64,32,17,65,2,106,34,3,32,16,47,1,74,65,6,108,106,34,0,32,5,77,13,0,65,8,32,5,65,1,116,34,1,32,0,32,0,32,1,73,27,34,0,32,0,65,8,77,27,34,5,65,2,116,33,0,32,7,4,64,32,7,32,0,35,6,40,2,0,17,1,0,33,7,12,1,11,32,0,35,7,40,2,0,17,0,0,33,7,11,65,0,33,13,32,16,47,1,74,65,24,108,65,8,106,34,0,4,64,32,7,32,17,65,2,116,106,65,0,32,0,252,11,0,11,32,16,47,1,72,33,0,32,7,32,15,65,2,116,106,34,1,32,16,47,1,74,34,2,54,2,4,32,1,32,0,54,2,0,32,15,65,2,106,33,15,32,2,4,64,3,64,32,7,32,15,65,2,116,106,34,0,32,16,40,2,76,32,13,65,28,108,106,34,1,40,2,24,54,2,0,32,1,40,2,0,33,4,32,1,40,2,8,33,8,32,1,40,2,16,33,9,32,1,40,2,4,33,10,32,0,32,1,40,2,12,54,2,20,32,0,32,10,54,2,12,32,0,32,9,54,2,4,32,0,32,8,65,1,118,54,2,16,32,0,32,4,65,1,118,54,2,8,32,15,65,6,106,33,15,32,13,65,1,106,34,13,32,2,71,13,0,11,11,32,6,65,1,106,33,6,32,2,65,6,108,32,3,106,33,17,35,1,65,212,213,0,106,40,2,0,32,16,65,196,0,106,16,121,13,0,11,11,35,11,34,0,35,1,65,212,213,0,106,40,2,0,45,0,159,1,54,2,8,32,0,32,7,54,2,4,32,0,32,6,54,2,0,32,16,65,144,1,106,36,0,11,12,0,32,0,35,8,40,2,0,17,2,0,11,217,1,1,3,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,40,2,20,40,2,8,33,3,2,127,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,65,255,255,3,32,0,65,16,118,34,2,65,255,255,3,70,13,2,26,32,0,65,128,254,3,113,65,8,118,12,1,11,65,255,255,3,32,0,47,1,42,34,2,65,255,255,3,70,13,1,26,32,0,47,1,40,11,33,0,32,3,32,2,32,0,65,255,255,3,113,16,42,11,32,1,65,48,106,36,0,11,119,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,91,32,1,65,48,106,36,0,11,155,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,3,118,65,1,113,12,1,11,32,0,47,1,44,65,2,118,65,1,113,11,32,1,65,48,106,36,0,11,155,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,5,118,65,1,113,12,1,11,32,0,47,1,44,65,9,118,65,1,113,11,32,1,65,48,106,36,0,11,222,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,2,64,32,1,40,2,12,34,0,65,255,255,3,113,69,4,64,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,128,254,3,113,65,8,118,33,0,12,2,11,32,0,47,1,40,33,0,11,32,0,65,255,255,3,113,65,255,255,3,71,13,0,65,1,12,1,11,32,1,40,2,20,40,2,8,40,2,76,32,0,65,255,255,3,113,65,1,116,106,47,1,0,65,255,255,3,70,11,32,1,65,48,106,36,0,11,170,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,26,116,65,31,117,65,226,4,113,12,1,11,65,226,4,32,0,45,0,45,65,2,113,13,0,26,32,0,40,2,32,11,65,0,71,32,1,65,48,106,36,0,11,155,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,4,118,65,1,113,12,1,11,32,0,47,1,44,65,5,118,65,1,113,11,32,1,65,48,106,36,0,11,119,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,62,32,1,65,48,106,36,0,11,209,6,1,8,127,35,0,65,160,1,107,34,7,36,0,32,7,35,11,34,8,40,2,0,54,2,152,1,32,7,32,8,40,2,12,65,1,116,54,2,144,1,32,7,32,0,54,2,156,1,32,7,32,7,41,2,152,1,55,3,88,32,7,32,8,40,2,16,54,2,148,1,32,7,32,7,41,2,144,1,55,3,80,32,7,32,8,40,2,8,54,2,140,1,32,7,32,8,40,2,4,65,1,116,54,2,136,1,32,7,32,7,41,2,136,1,55,3,72,35,1,65,192,213,0,106,32,7,65,200,0,106,16,44,32,6,65,1,116,34,0,65,127,32,0,32,5,114,34,0,27,33,11,32,5,65,127,32,0,27,33,10,32,4,65,1,116,33,12,65,0,33,4,65,0,33,6,65,0,33,8,3,64,65,0,33,0,3,64,32,7,65,240,0,106,35,1,65,192,213,0,106,16,16,2,64,2,64,2,64,32,0,65,1,113,69,4,64,32,7,65,64,107,32,7,41,2,128,1,55,3,0,32,7,32,7,41,2,120,55,3,56,32,7,32,7,41,2,112,55,3,48,32,7,65,232,0,106,32,7,65,48,106,16,64,32,3,32,7,40,2,104,34,0,77,4,64,32,0,32,3,71,13,2,32,7,40,2,108,32,12,75,13,2,11,35,1,65,192,213,0,106,34,0,16,28,13,5,32,0,16,53,69,13,2,32,7,65,240,0,106,32,0,16,16,11,35,1,65,192,213,0,106,34,0,16,28,13,4,32,0,16,53,69,13,1,65,1,33,0,12,3,11,32,7,32,7,41,2,128,1,55,3,40,32,7,32,7,41,2,120,55,3,32,32,7,32,7,41,2,112,55,3,24,32,7,32,7,40,2,28,54,2,96,32,7,32,7,40,2,32,54,2,100,32,10,32,7,40,2,96,34,0,73,13,0,32,0,32,10,70,4,64,32,11,32,7,40,2,100,77,13,1,11,32,7,32,7,41,2,128,1,55,3,16,32,7,32,7,41,2,120,55,3,8,32,7,32,7,41,2,112,55,3,0,65,0,33,0,32,7,16,63,33,5,2,64,32,2,69,4,64,32,6,33,5,12,1,11,2,64,3,64,32,1,32,0,65,2,116,106,40,2,0,34,9,32,5,70,13,1,32,5,32,9,73,4,64,32,6,33,5,12,3,11,32,0,65,1,106,34,0,32,2,71,13,0,11,32,6,33,5,12,1,11,2,64,32,6,65,5,106,34,5,32,8,77,13,0,65,8,32,8,65,1,116,34,0,32,5,32,0,32,5,75,27,34,0,32,0,65,8,77,27,34,8,65,2,116,33,0,32,4,4,64,32,4,32,0,35,6,40,2,0,17,1,0,33,4,12,1,11,32,0,35,7,40,2,0,17,0,0,33,4,11,32,4,32,6,65,2,116,106,34,0,66,0,55,2,0,32,0,65,0,54,2,16,32,0,66,0,55,2,8,32,7,40,2,112,33,6,32,7,40,2,120,33,9,32,7,40,2,128,1,33,13,32,7,40,2,116,33,14,32,4,32,5,65,2,116,106,34,0,65,4,107,32,7,40,2,124,54,2,0,32,0,65,12,107,32,14,54,2,0,32,0,65,20,107,32,13,54,2,0,32,0,65,8,107,32,9,65,1,118,54,2,0,32,0,65,16,107,32,6,65,1,118,54,2,0,11,65,0,33,0,35,1,65,192,213,0,106,16,43,4,64,32,5,33,6,12,3,11,35,1,65,192,213,0,106,16,28,4,64,32,5,33,6,12,3,11,35,1,65,192,213,0,106,16,53,13,1,32,5,33,6,11,35,11,34,0,32,4,54,2,4,32,0,32,6,65,5,110,54,2,0,32,7,65,160,1,106,36,0,15,11,65,1,33,0,32,5,33,6,12,0,11,0,11,0,11,160,3,1,8,127,35,0,65,128,1,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,120,32,1,32,2,40,2,12,65,1,116,54,2,112,32,1,32,0,54,2,124,32,1,32,1,41,2,120,55,3,72,32,1,32,2,40,2,16,54,2,116,32,1,65,64,107,32,1,41,2,112,55,3,0,32,1,32,2,40,2,8,54,2,108,32,1,32,2,40,2,4,65,1,116,54,2,104,32,1,32,1,41,2,104,55,3,56,65,0,33,0,2,64,32,1,40,2,72,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,52,33,0,11,2,64,32,0,34,3,69,4,64,65,0,33,2,12,1,11,65,4,32,3,65,5,108,16,41,33,2,32,1,32,1,41,2,120,55,3,48,32,1,32,1,41,2,112,55,3,40,32,1,32,1,41,2,104,55,3,32,35,1,65,192,213,0,106,34,0,32,1,65,32,106,16,44,32,0,16,43,26,32,2,33,0,3,64,32,1,65,208,0,106,35,1,65,192,213,0,106,16,16,32,1,32,1,41,2,96,55,3,24,32,1,32,1,41,2,88,55,3,16,32,1,32,1,41,2,80,55,3,8,32,1,65,8,106,16,62,4,64,32,1,40,2,80,33,4,32,1,40,2,88,33,5,32,1,40,2,96,33,6,32,1,40,2,84,33,7,32,0,32,1,40,2,92,54,2,16,32,0,32,7,54,2,8,32,0,32,6,54,2,0,32,0,32,5,65,1,118,54,2,12,32,0,32,4,65,1,118,54,2,4,32,8,65,1,106,34,8,32,3,70,13,2,32,0,65,20,106,33,0,11,35,1,65,192,213,0,106,16,28,13,0,11,11,35,11,34,0,32,2,54,2,4,32,0,32,3,54,2,0,32,1,65,128,1,106,36,0,11,186,1,1,5,127,32,1,32,0,40,2,20,73,4,64,65,36,35,7,40,2,0,17,0,0,33,2,2,127,32,0,40,2,24,34,4,32,1,77,4,64,32,0,40,2,44,32,0,40,2,48,32,1,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,3,65,2,106,33,5,32,3,47,1,0,12,1,11,32,0,40,2,40,32,0,40,2,4,32,1,108,65,1,116,106,65,2,107,33,3,65,0,11,33,6,32,2,65,0,54,0,21,32,2,32,6,59,1,18,32,2,65,0,59,1,16,32,2,65,0,54,2,12,32,2,32,5,54,2,8,32,2,32,3,54,2,4,32,2,32,0,54,2,0,32,2,66,255,255,3,55,2,28,32,2,32,1,32,4,79,58,0,20,32,2,65,0,54,0,24,11,32,2,11,205,3,1,8,127,35,0,65,128,1,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,120,32,1,32,2,40,2,12,65,1,116,54,2,112,32,1,32,0,54,2,124,32,1,32,1,41,2,120,55,3,48,32,1,32,2,40,2,16,54,2,116,32,1,32,1,41,2,112,55,3,40,32,1,32,2,40,2,8,54,2,108,32,1,32,2,40,2,4,65,1,116,54,2,104,32,1,32,1,41,2,104,55,3,32,65,0,33,0,2,64,32,1,40,2,48,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,48,33,0,11,2,64,32,0,34,4,69,4,64,65,0,33,0,12,1,11,65,4,32,4,65,5,108,16,41,33,0,32,1,32,1,41,2,120,55,3,24,32,1,32,1,41,2,112,55,3,16,32,1,32,1,41,2,104,55,3,8,35,1,65,192,213,0,106,34,2,32,1,65,8,106,16,44,32,2,16,43,26,32,1,65,208,0,106,32,2,16,16,32,1,40,2,80,33,2,32,1,40,2,88,33,5,32,1,40,2,96,33,3,32,1,40,2,84,33,6,32,0,32,1,40,2,92,54,2,16,32,0,32,6,54,2,8,32,0,32,3,54,2,0,32,0,32,5,65,1,118,54,2,12,32,0,32,2,65,1,118,54,2,4,32,4,65,1,70,13,0,65,1,33,5,32,0,33,2,3,64,35,1,65,192,213,0,106,34,3,16,28,26,32,1,65,56,106,32,3,16,16,32,1,40,2,56,33,3,32,1,40,2,64,33,6,32,1,40,2,72,33,7,32,1,40,2,60,33,8,32,2,32,1,40,2,68,54,2,36,32,2,32,8,54,2,28,32,2,32,7,54,2,20,32,2,32,6,65,1,118,54,2,32,32,2,32,3,65,1,118,54,2,24,32,2,65,20,106,33,2,32,5,65,1,106,34,5,32,4,71,13,0,11,11,35,11,34,2,32,0,54,2,4,32,2,32,4,54,2,0,32,1,65,128,1,106,36,0,11,172,2,2,7,127,1,126,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,35,0,65,32,107,34,0,36,0,32,1,40,2,20,40,2,8,33,2,32,1,40,2,16,41,2,0,33,8,65,1,33,3,2,64,2,64,2,64,32,1,47,1,12,34,4,65,254,255,3,107,14,2,0,2,1,11,65,0,33,3,12,1,11,32,2,40,2,72,32,4,65,3,108,106,45,0,0,33,3,11,32,0,32,8,55,3,16,32,0,32,8,55,3,8,32,0,65,8,106,32,0,65,31,106,65,1,32,2,65,0,32,4,32,3,65,1,113,34,5,35,1,65,161,10,106,34,6,16,49,65,1,106,34,7,35,7,40,2,0,17,0,0,33,3,32,0,32,0,41,3,16,55,3,0,32,0,32,3,32,7,32,2,65,0,32,4,32,5,32,6,16,49,26,32,0,65,32,106,36,0,32,1,65,48,106,36,0,32,3,11,122,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,92,32,1,65,48,106,36,0,65,1,118,11,123,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,40,2,0,32,1,65,48,106,36,0,65,1,118,11,150,1,1,2,127,35,0,65,64,106,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,56,32,1,32,2,40,2,12,65,1,116,54,2,48,32,1,32,0,54,2,60,32,1,32,1,41,2,56,55,3,24,32,1,32,2,40,2,16,54,2,52,32,1,32,1,41,2,48,55,3,16,32,1,32,2,40,2,8,54,2,44,32,1,32,2,40,2,4,65,1,116,54,2,40,32,1,32,1,41,2,40,55,3,8,32,1,65,32,106,32,1,65,8,106,16,64,32,2,32,1,40,2,32,54,2,0,32,2,32,1,40,2,36,65,1,118,54,2,4,32,1,65,64,107,36,0,11,158,1,1,2,127,35,0,65,64,106,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,56,32,1,32,2,40,2,12,65,1,116,54,2,48,32,1,32,0,54,2,60,32,1,32,1,41,2,56,55,3,24,32,1,32,2,40,2,16,54,2,52,32,1,32,1,41,2,48,55,3,16,32,1,32,2,40,2,8,54,2,44,32,1,32,2,40,2,4,65,1,116,54,2,40,32,1,32,1,41,2,40,55,3,8,32,1,32,1,40,2,12,54,2,32,32,1,32,1,40,2,16,54,2,36,32,2,32,1,40,2,32,54,2,0,32,2,32,1,40,2,36,65,1,118,54,2,4,32,1,65,64,107,36,0,11,215,2,1,6,127,35,0,65,240,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,104,32,1,32,2,40,2,12,65,1,116,54,2,96,32,1,32,0,54,2,108,32,1,32,2,40,2,8,54,2,92,32,1,32,2,40,2,16,54,2,100,32,1,32,2,40,2,4,65,1,116,54,2,88,32,1,32,2,40,2,24,65,1,116,54,2,84,32,1,32,2,40,2,20,54,2,80,32,2,40,2,32,33,0,32,2,40,2,28,33,3,32,1,32,1,41,2,104,55,3,40,32,1,32,1,41,2,96,55,3,32,32,1,32,3,54,2,72,32,1,32,1,41,2,88,55,3,24,32,1,32,0,65,1,116,54,2,76,32,1,32,1,41,2,80,55,3,16,32,1,32,1,41,2,72,55,3,8,35,0,65,32,107,34,0,36,0,32,1,40,2,12,33,3,32,1,40,2,8,33,4,32,1,40,2,20,33,5,32,1,40,2,16,33,6,32,0,32,1,41,2,40,55,3,24,32,0,32,1,41,2,32,55,3,16,32,0,32,1,41,2,24,55,3,8,32,1,65,48,106,32,0,65,8,106,32,6,32,5,32,4,32,3,65,0,16,86,32,0,65,32,106,36,0,32,2,32,1,40,2,60,54,2,16,32,2,32,1,40,2,52,54,2,8,32,2,32,1,40,2,64,54,2,0,32,2,32,1,40,2,56,65,1,118,54,2,12,32,2,32,1,40,2,48,65,1,118,54,2,4,32,1,65,240,0,106,36,0,11,215,2,1,6,127,35,0,65,240,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,104,32,1,32,2,40,2,12,65,1,116,54,2,96,32,1,32,0,54,2,108,32,1,32,2,40,2,8,54,2,92,32,1,32,2,40,2,16,54,2,100,32,1,32,2,40,2,4,65,1,116,54,2,88,32,1,32,2,40,2,24,65,1,116,54,2,84,32,1,32,2,40,2,20,54,2,80,32,2,40,2,32,33,0,32,2,40,2,28,33,3,32,1,32,1,41,2,104,55,3,40,32,1,32,1,41,2,96,55,3,32,32,1,32,3,54,2,72,32,1,32,1,41,2,88,55,3,24,32,1,32,0,65,1,116,54,2,76,32,1,32,1,41,2,80,55,3,16,32,1,32,1,41,2,72,55,3,8,35,0,65,32,107,34,0,36,0,32,1,40,2,12,33,3,32,1,40,2,8,33,4,32,1,40,2,20,33,5,32,1,40,2,16,33,6,32,0,32,1,41,2,40,55,3,24,32,0,32,1,41,2,32,55,3,16,32,0,32,1,41,2,24,55,3,8,32,1,65,48,106,32,0,65,8,106,32,6,32,5,32,4,32,3,65,1,16,86,32,0,65,32,106,36,0,32,2,32,1,40,2,60,54,2,16,32,2,32,1,40,2,52,54,2,8,32,2,32,1,40,2,64,54,2,0,32,2,32,1,40,2,56,65,1,118,54,2,12,32,2,32,1,40,2,48,65,1,118,54,2,4,32,1,65,240,0,106,36,0,11,134,2,1,4,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,32,2,40,2,24,65,1,116,33,4,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,32,4,65,0,16,87,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,134,2,1,4,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,32,2,40,2,24,65,1,116,33,4,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,32,4,65,1,16,87,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,88,1,1,127,35,1,65,200,211,0,106,36,6,35,1,65,192,211,0,106,36,7,35,1,65,204,211,0,106,36,8,35,1,65,196,211,0,106,36,9,35,1,65,136,213,0,106,36,10,35,1,65,144,213,0,106,34,0,36,11,35,1,65,148,219,0,106,36,12,35,1,65,152,219,0,106,36,13,32,0,65,0,65,140,6,252,11,0,11,159,2,1,3,127,35,0,65,128,1,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,120,32,1,32,2,40,2,12,65,1,116,54,2,112,32,1,32,0,54,2,124,32,1,32,2,40,2,8,54,2,108,32,1,32,2,40,2,16,54,2,116,32,1,32,2,40,2,4,65,1,116,54,2,104,32,1,32,2,40,2,20,54,2,96,32,1,32,2,40,2,24,65,1,116,54,2,80,32,1,32,2,40,2,28,54,2,84,32,1,32,2,40,2,32,65,1,116,54,2,88,32,2,40,2,36,33,3,32,1,32,1,41,2,120,55,3,48,32,1,32,1,41,2,112,55,3,40,32,1,32,0,54,2,100,32,1,32,1,41,2,104,55,3,32,32,1,32,3,54,2,92,32,1,32,1,41,2,96,55,3,24,32,1,32,1,41,2,88,55,3,16,32,1,32,1,41,2,80,55,3,8,32,1,65,56,106,32,1,65,32,106,32,1,65,8,106,16,24,32,2,32,1,40,2,68,54,2,16,32,2,32,1,40,2,60,54,2,8,32,2,32,1,40,2,72,54,2,0,32,2,32,1,40,2,64,65,1,118,54,2,12,32,2,32,1,40,2,56,65,1,118,54,2,4,32,1,65,128,1,106,36,0,11,224,4,2,6,127,2,126,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,3,40,2,0,54,2,72,32,1,65,64,107,34,2,32,3,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,3,40,2,16,54,2,68,32,1,32,2,41,2,0,55,3,16,32,1,32,3,40,2,8,54,2,60,32,1,32,3,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,144,1,107,34,0,36,0,2,127,32,1,40,2,28,34,2,40,2,0,34,4,65,1,113,4,64,32,2,45,0,5,65,15,113,33,5,32,2,45,0,4,33,6,32,2,45,0,6,12,1,11,32,4,40,2,12,33,6,32,4,40,2,8,33,5,32,4,40,2,4,11,33,4,32,0,32,2,54,2,140,1,32,0,32,2,54,2,136,1,32,0,65,0,54,2,132,1,32,0,32,6,54,2,128,1,32,0,32,5,54,2,124,32,0,32,4,54,2,120,2,64,32,2,32,1,40,2,24,34,4,71,4,64,32,0,32,0,41,2,128,1,55,3,80,32,0,32,0,41,2,136,1,55,3,88,32,0,32,0,41,2,120,55,3,72,32,0,32,1,41,2,16,55,3,56,32,0,65,64,107,32,1,41,2,24,55,3,0,32,0,32,1,41,2,8,55,3,48,32,0,65,224,0,106,32,0,65,200,0,106,32,0,65,48,106,16,24,2,64,32,0,40,2,112,34,2,32,4,70,13,0,32,2,69,13,0,3,64,32,0,32,0,41,2,112,34,7,55,3,136,1,32,0,32,0,41,2,104,34,8,55,3,128,1,32,0,32,8,55,3,32,32,0,32,7,55,3,40,32,0,32,0,41,2,96,34,7,55,3,120,32,0,32,7,55,3,24,32,0,32,1,41,2,16,55,3,8,32,0,32,1,41,2,24,55,3,16,32,0,32,1,41,2,8,55,3,0,32,0,65,224,0,106,32,0,65,24,106,32,0,16,24,32,0,40,2,112,34,2,32,4,70,13,1,32,2,13,0,11,11,32,1,32,0,41,3,120,55,2,32,32,1,32,0,41,3,136,1,55,2,48,32,1,32,0,41,3,128,1,55,2,40,12,1,11,32,1,66,0,55,2,32,32,1,66,0,55,2,48,32,1,66,0,55,2,40,11,32,0,65,144,1,106,36,0,32,3,32,1,40,2,44,54,2,16,32,3,32,1,40,2,36,54,2,8,32,3,32,1,40,2,48,54,2,0,32,3,32,1,40,2,40,65,1,118,54,2,12,32,3,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,157,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,65,1,33,0,2,64,32,1,40,2,16,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,56,65,1,106,33,0,11,32,1,65,48,106,36,0,32,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,0,16,89,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,0,16,90,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,1,16,89,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,1,16,90,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,197,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,72,32,2,65,64,107,34,4,32,3,40,2,12,65,1,116,54,2,0,32,2,32,0,54,2,76,32,2,32,2,41,2,72,55,3,24,32,2,32,3,40,2,16,54,2,68,32,2,32,4,41,2,0,55,3,16,32,2,32,3,40,2,8,54,2,60,32,2,32,3,40,2,4,65,1,116,54,2,56,32,2,32,2,41,2,56,55,3,8,32,2,65,32,106,32,2,65,8,106,32,1,65,255,255,3,113,16,60,32,3,32,2,40,2,44,54,2,16,32,3,32,2,40,2,36,54,2,8,32,3,32,2,40,2,48,54,2,0,32,3,32,2,40,2,40,65,1,118,54,2,12,32,3,32,2,40,2,32,65,1,118,54,2,4,32,2,65,208,0,106,36,0,11,240,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,72,32,2,65,64,107,34,4,32,3,40,2,12,65,1,116,54,2,0,32,2,32,0,54,2,76,32,2,32,2,41,2,72,55,3,24,32,2,32,3,40,2,16,54,2,68,32,2,32,4,41,2,0,55,3,16,32,2,32,3,40,2,8,54,2,60,32,2,32,3,40,2,4,65,1,116,54,2,56,32,2,32,2,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,2,41,2,24,55,3,24,32,0,32,2,41,2,16,55,3,16,32,0,32,2,41,2,8,55,3,8,32,2,65,32,106,32,0,65,8,106,32,1,65,0,16,61,32,0,65,32,106,36,0,32,3,32,2,40,2,44,54,2,16,32,3,32,2,40,2,36,54,2,8,32,3,32,2,40,2,48,54,2,0,32,3,32,2,40,2,40,65,1,118,54,2,12,32,3,32,2,40,2,32,65,1,118,54,2,4,32,2,65,208,0,106,36,0,11,240,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,72,32,2,65,64,107,34,4,32,3,40,2,12,65,1,116,54,2,0,32,2,32,0,54,2,76,32,2,32,2,41,2,72,55,3,24,32,2,32,3,40,2,16,54,2,68,32,2,32,4,41,2,0,55,3,16,32,2,32,3,40,2,8,54,2,60,32,2,32,3,40,2,4,65,1,116,54,2,56,32,2,32,2,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,2,41,2,24,55,3,24,32,0,32,2,41,2,16,55,3,16,32,0,32,2,41,2,8,55,3,8,32,2,65,32,106,32,0,65,8,106,32,1,65,1,16,61,32,0,65,32,106,36,0,32,3,32,2,40,2,44,54,2,16,32,3,32,2,40,2,36,54,2,8,32,3,32,2,40,2,48,54,2,0,32,3,32,2,40,2,40,65,1,118,54,2,12,32,3,32,2,40,2,32,65,1,118,54,2,4,32,2,65,208,0,106,36,0,11,42,1,2,127,2,64,32,0,40,2,32,34,3,69,13,0,32,1,32,3,75,13,0,32,0,40,2,60,32,1,65,2,116,106,40,2,0,33,2,11,32,2,11,154,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,65,0,33,0,2,64,32,1,40,2,16,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,52,33,0,11,32,1,65,48,106,36,0,32,0,11,154,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,65,0,33,0,2,64,32,1,40,2,16,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,48,33,0,11,32,1,65,48,106,36,0,32,0,11,156,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,128,254,3,113,65,8,118,12,1,11,32,0,47,1,40,11,65,255,255,3,113,32,1,65,48,106,36,0,11,250,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,65,0,16,88,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,250,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,65,1,16,88,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,137,4,1,9,127,35,0,65,128,1,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,120,32,2,32,3,40,2,12,65,1,116,54,2,112,32,2,32,0,54,2,124,32,2,32,2,41,2,120,55,3,48,32,2,32,3,40,2,16,54,2,116,32,2,32,2,41,2,112,55,3,40,32,2,32,3,40,2,8,54,2,108,32,2,32,3,40,2,4,65,1,116,54,2,104,32,2,32,2,41,2,104,55,3,32,32,2,65,212,0,106,32,2,65,32,106,16,113,2,64,32,1,69,4,64,65,0,33,3,12,1,11,32,2,32,2,41,2,120,55,3,24,32,2,32,2,41,2,112,55,3,16,32,2,32,2,41,2,104,55,3,8,32,2,65,212,0,106,34,0,32,2,65,8,106,16,44,32,0,16,43,26,65,0,33,0,65,0,33,3,3,64,32,3,33,4,2,64,3,64,32,2,65,212,0,106,34,3,16,110,32,1,70,13,1,32,3,16,28,13,0,11,32,4,33,3,12,2,11,32,2,65,60,106,32,2,65,212,0,106,34,3,16,16,32,3,16,28,2,64,32,4,65,5,106,34,3,32,0,77,13,0,65,8,32,0,65,1,116,34,0,32,3,32,0,32,3,75,27,34,0,32,0,65,8,77,27,34,0,65,2,116,33,6,32,5,4,64,32,5,32,6,35,6,40,2,0,17,1,0,33,5,12,1,11,32,6,35,7,40,2,0,17,0,0,33,5,11,32,5,32,4,65,2,116,106,34,4,66,0,55,2,0,32,4,65,0,54,2,16,32,4,66,0,55,2,8,32,2,40,2,60,33,6,32,2,40,2,68,33,8,32,2,40,2,76,33,9,32,2,40,2,64,33,10,32,5,32,3,65,2,116,106,34,4,65,4,107,32,2,40,2,72,54,2,0,32,4,65,12,107,32,10,54,2,0,32,4,65,20,107,32,9,54,2,0,32,4,65,8,107,32,8,65,1,118,54,2,0,32,4,65,16,107,32,6,65,1,118,54,2,0,13,0,11,11,32,2,40,2,88,34,0,4,64,32,0,35,8,40,2,0,17,2,0,32,2,65,0,54,2,96,32,2,66,0,55,2,88,11,35,11,34,0,32,5,54,2,4,32,0,32,3,65,5,110,54,2,0,32,2,65,128,1,106,36,0,11,173,8,1,13,127,35,0,65,48,107,34,4,36,0,32,4,35,11,34,5,40,2,0,54,2,40,32,4,32,5,40,2,12,65,1,116,54,2,32,32,4,32,0,54,2,44,32,4,32,4,41,2,40,55,3,16,32,4,32,5,40,2,16,54,2,36,32,4,32,4,41,2,32,55,3,8,32,4,32,5,40,2,8,54,2,28,32,4,32,5,40,2,4,65,1,116,54,2,24,32,4,32,4,41,2,24,55,3,0,2,127,2,64,32,4,40,2,16,34,0,40,2,0,34,2,65,1,113,13,0,32,4,40,2,20,33,12,3,64,32,0,33,5,32,2,40,2,36,69,13,1,65,0,33,11,32,2,47,1,66,34,0,4,64,32,12,40,2,8,34,7,40,2,84,32,7,47,1,36,32,0,108,65,1,116,106,33,11,11,32,2,40,2,36,34,14,69,13,1,2,127,32,2,32,14,65,3,116,107,34,0,40,2,0,34,3,65,1,113,34,7,69,4,64,32,3,47,1,44,65,2,118,65,1,113,12,1,11,32,3,65,3,118,65,1,113,11,34,8,69,33,9,65,0,33,2,2,64,32,8,13,0,32,11,69,13,0,32,11,47,1,0,33,2,65,1,33,9,11,2,64,2,64,2,64,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,1,2,0,11,32,2,69,4,64,32,7,69,4,64,32,3,47,1,44,34,7,65,1,113,69,13,2,32,7,65,1,118,65,1,113,69,13,2,12,3,11,32,3,65,2,113,69,13,1,32,3,65,2,118,65,1,113,13,2,12,1,11,32,12,40,2,8,40,2,72,32,2,65,3,108,106,45,0,1,65,1,113,13,1,11,65,0,33,10,32,0,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,2,40,2,52,34,10,73,13,2,12,1,11,65,1,33,10,32,1,69,13,2,11,65,1,33,6,32,14,65,1,70,13,3,3,64,65,0,33,2,2,127,32,0,32,6,65,3,116,106,34,7,40,2,0,34,3,65,1,113,34,8,4,64,32,3,65,3,118,65,1,113,12,1,11,32,3,47,1,44,65,2,118,65,1,113,11,69,4,64,32,11,4,127,32,11,32,9,65,1,116,106,47,1,0,5,65,0,11,33,2,32,9,65,1,106,33,9,11,2,127,2,64,2,64,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,2,1,0,11,2,64,32,2,69,4,64,32,8,69,13,1,32,3,65,2,113,69,13,3,32,3,65,2,118,65,1,113,13,2,12,3,11,32,12,40,2,8,40,2,72,32,2,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,3,47,1,44,34,8,65,1,113,69,13,1,32,8,65,1,118,65,1,113,69,13,1,11,32,1,32,10,71,13,1,12,6,11,65,0,33,3,32,7,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,10,107,34,8,32,2,40,2,52,34,3,79,13,1,32,7,33,0,32,8,33,1,12,4,11,32,10,65,1,106,12,1,11,32,3,32,10,106,11,33,10,32,6,65,1,106,34,6,32,14,71,13,0,11,12,3,11,2,127,65,0,32,12,40,2,8,34,7,40,2,32,69,13,0,26,65,0,32,7,40,2,64,32,5,40,2,0,47,1,66,65,2,116,106,34,5,47,1,2,34,8,69,13,0,26,32,9,65,1,107,33,3,32,7,40,2,68,32,5,47,1,0,65,2,116,106,34,6,32,8,65,2,116,106,33,5,3,64,2,64,32,6,45,0,3,13,0,32,3,32,6,45,0,2,71,13,0,32,7,40,2,60,32,6,47,1,0,65,2,116,106,40,2,0,12,2,11,32,6,65,4,106,34,6,32,5,71,13,0,11,65,0,11,34,5,32,13,32,5,27,33,13,32,2,65,1,113,69,13,1,12,2,11,11,32,3,65,1,113,4,127,32,3,65,3,118,65,1,113,5,32,3,47,1,44,65,2,118,65,1,113,11,13,0,2,64,32,12,40,2,8,34,0,40,2,32,69,13,0,32,0,40,2,64,32,5,40,2,0,47,1,66,65,2,116,106,34,1,47,1,2,34,5,69,13,0,32,9,65,1,107,33,7,32,0,40,2,68,32,1,47,1,0,65,2,116,106,34,6,32,5,65,2,116,106,33,1,3,64,2,64,32,6,45,0,3,13,0,32,7,32,6,45,0,2,71,13,0,32,0,40,2,60,32,6,47,1,0,65,2,116,106,40,2,0,34,0,32,13,32,0,27,12,4,11,32,6,65,4,106,34,6,32,1,71,13,0,11,11,32,13,12,1,11,65,0,11,32,4,65,48,106,36,0,11,170,7,1,13,127,35,0,65,48,107,34,3,36,0,32,3,35,11,34,4,40,2,0,54,2,40,32,3,32,4,40,2,12,65,1,116,54,2,32,32,3,32,0,54,2,44,32,3,32,3,41,2,40,55,3,16,32,3,32,4,40,2,16,54,2,36,32,3,32,3,41,2,32,55,3,8,32,3,32,4,40,2,8,54,2,28,32,3,32,4,40,2,4,65,1,116,54,2,24,32,3,32,3,41,2,24,55,3,0,2,127,2,64,32,3,40,2,16,34,0,40,2,0,34,2,65,1,113,13,0,32,3,40,2,20,33,13,3,64,32,0,33,4,32,2,40,2,36,69,13,1,65,0,33,10,32,2,47,1,66,34,0,4,64,32,13,40,2,8,34,5,40,2,84,32,5,47,1,36,32,0,108,65,1,116,106,33,10,11,32,2,40,2,36,34,14,69,13,1,2,127,32,2,32,14,65,3,116,107,34,0,40,2,0,34,2,65,1,113,34,5,69,4,64,32,2,47,1,44,65,2,118,65,1,113,12,1,11,32,2,65,3,118,65,1,113,11,34,8,69,33,9,65,0,33,6,2,64,32,8,13,0,32,10,69,13,0,32,10,47,1,0,65,0,71,33,6,65,1,33,9,11,2,64,2,64,2,64,2,127,32,5,69,4,64,32,2,47,1,44,65,1,113,12,1,11,32,2,65,1,118,65,1,113,11,32,6,114,65,1,113,69,4,64,65,0,33,6,32,0,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,2,40,2,48,34,6,79,13,1,12,2,11,65,1,33,6,32,1,69,13,2,11,65,1,33,7,32,14,65,1,70,13,3,3,64,65,0,33,11,2,127,32,0,32,7,65,3,116,106,34,5,40,2,0,34,2,65,1,113,34,8,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,69,4,64,32,10,4,127,32,10,32,9,65,1,116,106,47,1,0,65,0,71,5,65,0,11,33,11,32,9,65,1,106,33,9,11,2,127,2,64,2,64,32,8,4,127,32,2,65,1,118,65,1,113,5,32,2,47,1,44,65,1,113,11,32,11,114,65,1,113,4,64,32,1,32,6,71,13,1,12,6,11,65,0,33,11,32,5,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,6,107,34,8,32,2,40,2,48,34,11,79,13,1,32,5,33,0,32,8,33,1,12,4,11,32,6,65,1,106,12,1,11,32,6,32,11,106,11,33,6,32,7,65,1,106,34,7,32,14,71,13,0,11,12,3,11,2,127,65,0,32,13,40,2,8,34,5,40,2,32,69,13,0,26,65,0,32,5,40,2,64,32,4,40,2,0,47,1,66,65,2,116,106,34,4,47,1,2,34,8,69,13,0,26,32,9,65,1,107,33,6,32,5,40,2,68,32,4,47,1,0,65,2,116,106,34,7,32,8,65,2,116,106,33,4,3,64,2,64,32,7,45,0,3,13,0,32,6,32,7,45,0,2,71,13,0,32,5,40,2,60,32,7,47,1,0,65,2,116,106,40,2,0,12,2,11,32,7,65,4,106,34,7,32,4,71,13,0,11,65,0,11,34,4,32,12,32,4,27,33,12,32,2,65,1,113,69,13,1,12,2,11,11,32,2,65,1,113,4,127,32,2,65,3,118,65,1,113,5,32,2,47,1,44,65,2,118,65,1,113,11,13,0,2,64,32,13,40,2,8,34,0,40,2,32,69,13,0,32,0,40,2,64,32,4,40,2,0,47,1,66,65,2,116,106,34,1,47,1,2,34,4,69,13,0,32,9,65,1,107,33,5,32,0,40,2,68,32,1,47,1,0,65,2,116,106,34,2,32,4,65,2,116,106,33,1,3,64,2,64,32,2,45,0,3,13,0,32,5,32,2,45,0,2,71,13,0,32,0,40,2,60,32,2,47,1,0,65,2,116,106,40,2,0,34,0,32,12,32,0,27,12,4,11,32,2,65,4,106,34,2,32,1,71,13,0,11,11,32,12,12,1,11,65,0,11,32,3,65,48,106,36,0,11,119,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,63,32,1,65,48,106,36,0,11,117,1,1,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,0,41,3,0,55,2,32,32,1,32,0,41,3,8,55,2,40,32,1,65,4,106,32,1,65,28,106,16,16,32,0,32,1,40,2,16,54,2,16,32,0,32,1,40,2,8,54,2,8,32,0,32,1,40,2,20,54,2,0,32,0,32,1,40,2,12,65,1,118,54,2,12,32,0,32,1,40,2,4,65,1,118,54,2,4,32,1,65,48,106,36,0,11,69,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,40,2,16,32,1,40,2,20,65,28,108,106,65,4,107,40,2,0,32,1,65,32,106,36,0,11,243,1,1,7,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,65,0,33,0,32,1,40,2,20,34,5,65,2,79,4,64,32,1,40,2,16,33,6,65,1,33,3,3,64,2,64,2,127,2,64,2,64,32,6,32,3,65,28,108,106,34,4,40,2,0,40,2,0,34,2,65,1,113,4,64,32,2,65,2,113,13,1,32,2,65,3,118,65,1,113,12,3,11,32,2,47,1,44,34,2,65,1,113,69,13,1,11,32,0,65,1,106,33,0,12,2,11,32,2,65,2,118,65,1,113,11,13,0,32,4,65,28,107,40,2,0,40,2,0,47,1,66,34,2,69,13,0,32,0,32,1,40,2,12,40,2,8,34,7,40,2,84,32,7,47,1,36,32,2,108,65,1,116,106,32,4,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,0,11,32,3,65,1,106,34,3,32,5,71,13,0,11,11,32,1,65,32,106,36,0,32,0,11,56,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,110,32,1,65,32,106,36,0,11,103,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,92,32,1,65,208,0,106,36,0,65,1,118,11,101,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,40,2,8,32,1,65,208,0,106,36,0,65,1,118,11,125,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,16,32,1,32,1,41,2,44,55,3,8,32,1,32,1,41,2,36,55,3,0,32,1,65,28,106,32,1,16,64,32,0,32,1,40,2,28,54,2,0,32,0,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,136,1,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,16,32,1,32,1,41,2,44,55,3,8,32,1,32,1,41,2,36,55,3,0,32,1,32,1,40,2,4,54,2,28,32,1,32,1,40,2,8,54,2,32,32,0,32,1,40,2,28,54,2,0,32,0,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,66,1,1,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,0,41,3,0,55,2,32,32,1,32,0,41,3,8,55,2,40,32,1,65,4,106,32,1,65,28,106,16,16,32,1,40,2,20,32,1,65,48,106,36,0,11,133,1,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,2,127,32,1,40,2,24,40,2,0,34,0,65,1,113,4,64,32,0,65,5,118,65,1,113,12,1,11,32,0,47,1,44,65,9,118,65,1,113,11,32,1,65,208,0,106,36,0,11,100,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,62,32,1,65,208,0,106,36,0,11,100,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,91,32,1,65,208,0,106,36,0,11,100,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,63,32,1,65,208,0,106,36,0,11,76,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,53,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,202,7,2,12,127,1,126,35,0,65,32,107,34,3,36,0,32,3,32,0,54,2,12,32,3,35,11,34,13,41,3,0,55,2,16,32,3,32,13,41,3,8,55,2,24,32,1,33,9,35,0,65,208,0,107,34,2,36,0,32,3,40,2,20,33,0,32,3,40,2,16,33,7,3,64,32,7,32,0,65,1,107,34,1,65,28,108,106,34,8,40,2,24,33,11,32,8,40,2,0,40,2,0,33,6,2,64,2,64,32,1,69,4,64,65,1,33,5,32,6,65,1,113,69,13,1,65,0,33,4,12,2,11,2,64,2,127,32,6,65,1,113,34,12,4,64,32,6,65,2,113,4,64,65,0,33,4,65,1,33,5,12,5,11,32,6,65,3,118,65,1,113,12,1,11,65,1,33,5,32,6,47,1,44,34,4,65,1,113,13,2,32,4,65,2,118,65,1,113,11,13,0,32,8,65,28,107,40,2,0,40,2,0,47,1,66,34,5,69,13,0,65,0,33,4,32,3,40,2,12,40,2,8,34,10,40,2,84,32,10,47,1,36,32,5,108,65,1,116,106,32,8,40,2,20,65,1,116,106,47,1,0,65,0,71,33,5,32,12,69,13,1,12,2,11,65,0,33,5,65,0,33,4,32,12,13,1,11,32,6,40,2,36,69,4,64,65,0,33,4,12,1,11,32,6,40,2,56,33,4,11,2,64,2,64,32,9,32,11,73,13,0,32,5,32,11,106,32,4,106,32,9,77,13,0,3,64,2,64,2,64,2,64,32,7,32,0,65,28,108,106,34,8,65,28,107,40,2,0,34,11,40,2,0,34,5,65,1,113,4,64,32,3,40,2,12,33,1,12,1,11,32,3,40,2,12,33,1,32,5,40,2,36,13,1,11,32,2,32,1,54,2,16,32,2,66,0,55,3,8,32,2,65,0,54,2,44,32,2,66,0,55,2,36,32,2,66,0,55,2,28,32,2,66,0,55,2,20,12,1,11,32,1,40,2,8,33,6,32,5,47,1,66,34,4,4,127,32,6,40,2,84,32,6,47,1,36,32,4,108,65,1,116,106,5,65,0,11,33,12,32,8,65,4,107,40,2,0,33,4,2,64,2,64,32,0,65,1,107,34,10,69,13,0,32,5,47,1,44,34,5,65,1,113,13,0,32,5,65,4,113,13,1,32,7,32,10,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,10,69,13,1,32,4,32,6,40,2,84,32,6,47,1,36,32,10,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,4,12,1,11,32,4,65,1,106,33,4,11,32,11,41,2,0,33,14,32,2,32,1,54,2,16,32,2,32,14,55,3,8,32,2,32,8,65,24,107,34,1,40,2,8,54,2,28,32,2,32,1,41,2,0,55,2,20,32,2,32,12,54,2,44,32,2,66,0,55,3,32,32,2,32,4,54,2,40,32,4,32,9,75,13,3,11,3,64,32,2,65,8,106,32,2,65,48,106,32,2,65,207,0,106,16,37,69,13,3,32,2,40,2,40,32,9,77,13,0,11,32,3,32,0,65,1,106,34,1,32,3,40,2,24,34,4,75,4,127,65,8,32,4,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,1,65,28,108,33,0,2,127,32,7,4,64,32,7,32,0,35,6,40,2,0,17,1,0,12,1,11,32,0,35,7,40,2,0,17,0,0,11,33,7,32,3,32,1,54,2,24,32,3,32,7,54,2,16,32,3,40,2,20,34,0,65,1,106,5,32,1,11,54,2,20,32,7,32,0,65,28,108,106,34,0,32,2,41,2,48,55,2,0,32,0,32,2,40,2,72,54,2,24,32,0,32,2,65,64,107,41,2,0,55,2,16,32,0,32,2,41,2,56,55,2,8,32,2,45,0,79,65,1,70,4,64,32,2,40,2,72,32,9,70,13,3,11,32,3,40,2,16,33,7,32,3,40,2,20,33,0,12,0,11,0,11,32,0,65,2,73,13,0,32,3,32,1,54,2,20,32,1,33,0,12,1,11,11,32,2,65,208,0,106,36,0,32,13,32,3,41,2,16,55,3,0,32,13,32,3,41,2,24,55,3,8,32,3,65,32,106,36,0,11,243,4,2,13,127,1,126,35,0,65,32,107,34,6,36,0,32,6,32,0,54,2,12,32,6,35,11,34,9,41,3,0,55,2,16,32,6,32,9,41,3,8,55,2,24,65,1,33,11,2,64,32,6,65,12,106,34,10,35,2,65,12,106,16,71,34,13,69,13,0,32,10,40,2,4,32,10,40,2,8,65,28,108,106,34,0,65,24,107,34,2,40,2,0,13,0,32,0,65,16,107,40,2,0,69,13,0,32,0,65,12,107,40,2,0,33,7,32,0,65,56,107,40,2,0,34,1,45,0,0,65,1,113,69,4,64,32,1,40,2,0,34,1,32,1,40,2,36,65,3,116,107,33,3,11,32,0,65,48,107,41,2,0,33,14,32,0,65,52,107,40,2,0,33,1,32,2,32,7,4,127,2,127,32,3,40,2,0,34,2,65,1,113,4,64,32,1,32,3,45,0,7,34,2,106,33,8,32,14,66,32,136,167,33,4,32,14,167,12,1,11,65,0,32,14,66,32,136,167,32,2,40,2,20,34,5,27,33,4,32,2,40,2,16,32,1,106,33,8,32,2,40,2,24,33,2,32,5,32,14,167,106,11,173,32,2,32,4,106,173,66,32,134,132,33,14,65,1,33,2,32,7,65,1,71,4,64,3,64,2,64,32,3,32,2,65,3,116,106,34,4,40,2,0,34,1,65,1,113,4,64,32,4,45,0,7,34,1,32,4,45,0,6,106,33,12,32,4,45,0,5,65,15,113,33,5,32,4,45,0,4,33,4,12,1,11,65,0,32,1,40,2,12,32,1,40,2,20,34,5,27,33,4,32,1,40,2,16,32,1,40,2,4,106,33,12,32,5,32,1,40,2,8,106,33,5,32,1,40,2,24,33,1,11,32,5,32,14,167,106,173,32,1,32,4,106,65,0,32,14,66,32,136,167,32,5,27,106,173,66,32,134,132,33,14,32,8,32,12,106,33,8,32,2,65,1,106,34,2,32,7,71,13,0,11,11,2,127,32,3,32,7,65,3,116,106,34,2,40,2,0,34,3,65,1,113,4,64,32,2,45,0,5,65,15,113,33,1,32,2,45,0,4,33,5,32,2,45,0,6,12,1,11,32,3,40,2,12,33,5,32,3,40,2,8,33,1,32,3,40,2,4,11,32,1,32,14,167,106,173,65,0,32,14,66,32,136,167,32,1,27,32,5,106,173,66,32,134,132,33,14,32,8,106,5,32,1,11,54,2,0,32,0,65,20,107,32,14,55,2,0,11,2,64,2,64,2,64,32,13,65,1,107,14,2,0,2,1,11,3,64,32,10,16,112,65,1,70,13,0,11,12,1,11,65,0,33,11,11,32,9,32,6,41,2,16,55,3,0,32,9,32,6,41,2,24,55,3,8,32,6,65,32,106,36,0,32,11,11,76,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,28,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,135,1,2,2,127,1,126,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,0,40,2,0,54,2,32,32,1,32,0,41,2,4,55,2,36,32,1,32,0,40,2,12,34,2,54,2,44,32,1,32,0,40,2,16,65,1,116,54,2,24,32,1,32,2,54,2,20,32,1,32,1,41,2,20,55,3,8,32,1,65,28,106,65,0,32,1,40,2,8,32,1,40,2,12,16,111,32,0,32,1,41,2,32,55,3,0,32,0,32,1,41,2,40,55,3,8,32,1,65,48,106,36,0,66,0,82,11,102,2,2,127,1,126,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,40,2,0,54,2,16,32,1,32,0,41,2,4,55,2,20,32,1,32,0,40,2,12,34,2,54,2,28,32,1,65,12,106,32,2,65,1,116,65,0,65,0,16,111,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,66,0,82,11,95,1,3,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,33,2,3,64,32,2,16,112,34,3,65,1,70,13,0,11,32,3,65,2,70,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,76,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,43,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,78,1,1,127,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,1,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,15,11,65,0,33,2,32,0,40,2,8,32,0,40,2,4,106,32,1,77,13,0,32,0,40,2,56,32,1,65,2,116,106,40,2,0,33,2,11,32,2,11,189,2,1,4,127,35,0,65,48,107,34,2,36,0,32,2,32,0,54,2,28,32,2,35,11,34,4,41,3,0,55,2,32,32,2,32,4,41,3,8,55,2,40,32,2,32,4,41,3,16,55,2,12,32,2,32,4,41,3,24,55,2,20,32,2,32,1,54,2,8,32,2,32,2,40,2,8,54,2,28,32,2,47,1,24,33,0,32,2,65,0,54,2,36,32,2,32,0,59,1,44,32,2,40,2,32,33,0,32,2,40,2,12,33,5,2,64,2,64,32,2,40,2,16,34,1,32,2,40,2,40,75,4,64,32,1,65,28,108,33,3,2,127,32,0,4,64,32,0,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,0,32,2,32,1,54,2,40,32,2,32,0,54,2,32,32,2,40,2,36,34,3,69,13,1,32,3,65,28,108,34,3,69,13,1,32,0,32,1,65,28,108,106,32,0,32,3,252,10,0,0,12,1,11,32,1,69,13,1,11,32,1,65,28,108,33,3,32,5,4,64,32,3,69,13,1,32,0,32,5,32,3,252,10,0,0,12,1,11,32,3,69,13,0,32,0,65,0,32,3,252,11,0,11,32,2,32,2,40,2,36,32,1,106,54,2,36,32,4,32,2,41,2,32,55,3,0,32,4,32,2,41,2,40,55,3,8,32,2,65,48,106,36,0,11,217,1,2,8,127,1,126,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,2,40,2,32,33,4,32,2,41,3,24,33,9,32,2,40,2,20,33,5,32,2,40,2,4,33,6,32,2,40,2,8,33,7,32,2,40,2,16,33,8,32,1,32,1,41,2,72,55,3,24,32,1,32,8,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,7,54,2,60,32,1,32,6,65,1,116,54,2,56,32,1,32,5,54,2,40,32,1,32,9,55,2,44,32,1,32,4,54,2,52,32,1,32,0,54,2,36,32,1,32,1,41,2,56,55,3,8,32,1,65,36,106,32,1,65,8,106,16,44,32,2,32,1,41,2,40,55,3,0,32,2,32,1,41,2,48,55,3,8,32,1,65,208,0,106,36,0,11,83,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,40,2,16,34,0,4,64,32,0,35,8,40,2,0,17,2,0,32,1,65,0,54,2,24,32,1,66,0,55,2,16,11,32,1,65,32,106,36,0,11,218,1,1,5,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,3,41,3,0,55,2,32,32,1,32,3,41,3,8,55,2,40,32,1,65,0,54,2,24,32,1,32,1,40,2,28,54,2,8,32,1,47,1,44,33,0,32,1,65,0,54,2,20,32,1,32,0,59,1,24,32,1,65,0,54,2,12,2,64,2,64,32,1,40,2,36,34,0,69,13,0,32,1,40,2,32,33,5,32,0,65,28,108,34,2,35,7,40,2,0,17,0,0,33,4,32,1,32,0,54,2,20,32,1,32,4,54,2,12,32,5,4,64,32,2,69,13,1,32,4,32,5,32,2,252,10,0,0,32,1,32,0,54,2,16,12,2,11,32,2,69,13,0,32,4,65,0,32,2,252,11,0,11,32,1,32,0,54,2,16,11,32,3,32,1,41,2,12,55,3,0,32,3,32,1,41,2,20,55,3,8,32,1,65,48,106,36,0,11,154,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,1,65,36,106,32,1,65,8,106,16,113,32,2,32,1,41,2,40,55,3,0,32,2,32,1,41,2,48,55,3,8,32,1,65,208,0,106,36,0,11,204,48,2,27,127,3,126,35,0,65,16,107,34,24,36,0,35,0,65,64,106,34,7,36,0,32,7,65,0,54,2,60,32,7,66,0,55,2,36,32,7,66,0,55,2,28,2,127,32,0,40,2,0,34,2,65,1,113,4,64,32,0,45,0,4,33,13,32,0,45,0,6,33,12,32,0,45,0,5,65,15,113,12,1,11,32,2,40,2,12,33,13,32,2,40,2,4,33,12,32,2,40,2,8,11,33,8,32,7,65,0,59,1,60,32,7,32,0,54,2,44,32,7,65,224,1,35,7,40,2,0,17,0,0,34,2,54,2,48,32,7,66,129,128,128,128,128,1,55,2,52,32,2,65,0,54,2,24,32,2,66,0,55,2,16,32,2,32,13,54,2,12,32,2,32,8,54,2,8,32,2,32,12,54,2,4,32,2,32,0,54,2,0,2,127,32,1,40,2,0,34,2,65,1,113,4,64,32,1,45,0,4,33,13,32,1,45,0,6,33,12,32,1,45,0,5,65,15,113,12,1,11,32,2,40,2,12,33,13,32,2,40,2,4,33,12,32,2,40,2,8,11,33,2,32,7,65,0,59,1,40,32,7,32,1,54,2,24,32,7,40,2,28,33,8,32,7,40,2,36,69,4,64,2,127,32,8,4,64,32,8,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,8,32,7,65,8,54,2,36,32,7,32,8,54,2,28,11,32,7,65,1,54,2,32,32,8,65,0,54,2,24,32,8,66,0,55,2,16,32,8,32,13,54,2,12,32,8,32,2,54,2,8,32,8,32,12,54,2,4,32,8,32,1,54,2,0,32,7,65,0,54,2,16,32,7,66,0,55,3,8,32,0,40,2,12,32,0,40,2,16,32,1,40,2,12,32,1,40,2,16,32,7,65,8,106,16,85,32,0,34,19,40,2,8,33,2,35,0,65,224,0,107,34,5,36,0,32,7,65,0,54,2,52,32,7,40,2,48,33,0,32,7,32,7,40,2,56,4,127,65,0,5,2,127,32,0,4,64,32,0,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,0,32,7,65,8,54,2,56,32,7,32,0,54,2,48,32,7,40,2,52,11,34,8,65,1,106,54,2,52,32,5,65,0,54,2,8,32,5,66,0,55,3,0,32,0,32,8,65,28,108,106,34,0,32,19,54,2,0,32,0,32,5,41,3,0,55,2,4,32,0,32,5,40,2,8,54,2,12,32,0,65,0,54,2,24,32,0,66,0,55,2,16,32,5,32,7,40,2,60,54,2,56,32,5,32,7,41,2,52,55,3,48,32,7,41,2,44,33,29,32,5,65,0,54,2,76,32,5,32,29,55,3,40,32,5,66,0,55,2,68,32,5,65,1,54,2,64,32,5,32,2,54,2,60,32,7,65,0,54,2,32,32,7,40,2,28,33,0,32,7,40,2,36,69,4,64,2,127,32,0,4,64,32,0,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,0,32,7,65,8,54,2,36,32,7,32,0,54,2,28,32,7,40,2,32,33,4,11,32,7,32,4,65,1,106,54,2,32,32,5,65,0,54,2,88,32,5,66,0,55,3,80,32,0,32,4,65,28,108,106,34,0,32,1,34,22,54,2,0,32,0,32,5,41,3,80,55,2,4,32,0,32,5,40,2,88,54,2,12,32,0,65,0,54,2,24,32,0,66,0,55,2,16,32,5,32,7,40,2,40,54,2,16,32,5,32,7,41,2,32,55,3,8,32,7,41,2,24,33,29,32,5,65,0,54,2,36,32,5,32,29,55,3,0,32,5,66,0,55,2,28,32,5,65,1,54,2,24,32,5,32,2,54,2,20,32,5,40,2,44,32,5,40,2,48,34,11,65,28,108,106,34,0,65,24,107,40,2,0,33,8,32,0,65,20,107,41,2,0,33,30,32,5,45,0,68,69,4,64,32,30,167,33,13,32,30,66,32,136,167,33,4,2,127,32,0,65,28,107,40,2,0,34,1,40,2,0,34,2,65,1,113,4,64,32,1,45,0,5,65,15,113,33,0,32,1,45,0,4,33,12,32,1,45,0,6,12,1,11,32,2,40,2,12,33,12,32,2,40,2,8,33,0,32,2,40,2,4,11,32,8,106,33,8,32,0,32,13,106,173,65,0,32,4,32,0,27,32,12,106,173,66,32,134,132,33,30,11,32,5,40,2,4,32,5,40,2,8,34,15,65,28,108,106,34,0,65,24,107,40,2,0,33,13,32,0,65,20,107,41,2,0,34,29,167,33,12,32,29,66,32,136,167,33,4,2,127,32,0,65,28,107,40,2,0,34,1,40,2,0,34,2,65,1,113,4,64,32,1,45,0,5,65,15,113,33,0,32,1,45,0,4,33,6,32,1,45,0,6,12,1,11,32,2,40,2,12,33,6,32,2,40,2,8,33,0,32,2,40,2,4,11,33,1,32,0,32,12,106,173,65,0,32,4,32,0,27,32,6,106,173,66,32,134,132,33,29,2,127,2,64,32,1,32,13,106,34,2,32,8,75,4,64,32,30,33,31,32,29,33,30,32,8,33,0,32,2,33,8,12,1,11,32,29,33,31,65,0,32,8,32,2,34,0,77,13,1,26,11,65,192,1,35,7,40,2,0,17,0,0,34,10,32,8,54,2,20,32,10,32,0,54,2,16,32,10,32,30,55,2,8,32,10,32,31,55,2,0,65,8,33,17,32,30,33,29,32,8,33,2,65,1,11,33,13,65,0,33,12,3,64,32,11,65,1,107,33,4,2,127,2,64,2,64,2,64,32,5,45,0,68,34,16,65,1,70,4,64,32,4,13,1,12,3,11,32,11,69,13,2,12,1,11,32,11,65,2,107,33,4,11,32,5,40,2,60,33,6,32,5,40,2,44,33,9,3,64,32,9,32,4,34,0,65,28,108,106,34,1,40,2,0,33,14,65,0,33,4,2,64,32,0,69,13,0,32,1,65,28,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,32,6,40,2,84,32,6,47,1,36,32,3,108,65,1,116,106,32,1,40,2,20,65,1,116,106,47,1,0,33,4,11,2,64,2,127,32,14,40,2,0,34,3,65,1,113,4,64,32,3,65,1,118,65,1,113,12,1,11,32,3,47,1,44,65,1,113,11,13,0,32,4,65,255,255,3,113,13,0,32,0,65,1,107,33,4,32,0,69,13,2,12,1,11,11,32,3,65,8,118,33,9,32,14,45,0,7,33,20,32,1,40,2,4,12,1,11,65,0,33,3,65,0,33,9,65,0,33,20,65,0,33,4,65,0,11,33,27,32,15,65,1,107,33,1,2,127,2,64,2,64,2,64,32,5,45,0,28,34,25,65,1,70,4,64,32,1,13,1,12,3,11,32,15,69,13,2,12,1,11,32,15,65,2,107,33,1,11,32,5,40,2,20,33,18,32,5,40,2,4,33,26,3,64,32,26,32,1,34,0,65,28,108,106,34,14,40,2,0,33,21,65,0,33,1,2,64,32,0,69,13,0,32,14,65,28,107,40,2,0,40,2,0,47,1,66,34,6,69,13,0,32,18,40,2,84,32,18,47,1,36,32,6,108,65,1,116,106,32,14,40,2,20,65,1,116,106,47,1,0,33,1,11,2,64,2,127,32,21,40,2,0,34,6,65,1,113,4,64,32,6,65,1,118,65,1,113,12,1,11,32,6,47,1,44,65,1,113,11,13,0,32,1,65,255,255,3,113,13,0,32,0,65,1,107,33,1,32,0,69,13,2,12,1,11,11,32,6,65,8,118,33,0,32,21,45,0,7,33,18,32,14,40,2,4,12,1,11,65,0,33,6,65,0,33,0,65,0,33,18,65,0,33,1,65,0,11,33,26,32,3,65,1,113,34,14,4,127,32,9,65,255,1,113,5,32,3,47,1,40,11,33,28,2,127,2,64,2,64,2,64,2,64,2,64,2,127,32,6,65,1,113,34,21,69,4,64,32,3,65,0,71,33,9,32,6,47,1,40,33,0,65,1,12,1,11,32,3,32,6,114,69,13,3,32,3,65,0,71,33,9,32,0,65,255,1,113,33,0,32,6,65,0,71,11,69,13,0,32,9,69,13,0,32,4,65,255,255,3,113,32,1,65,255,255,3,113,71,13,0,32,28,65,255,255,3,113,34,4,32,0,65,255,255,3,113,71,13,0,32,3,65,1,113,69,4,64,32,3,40,2,16,33,20,11,32,6,65,1,113,69,4,64,32,6,40,2,16,33,18,11,32,14,4,127,32,3,65,16,118,5,32,3,47,1,42,11,32,21,4,127,32,6,65,16,118,5,32,6,47,1,42,11,33,15,65,0,33,9,65,0,33,1,32,14,69,4,64,32,3,45,0,44,65,192,0,113,65,6,118,33,1,11,32,21,69,4,64,32,6,45,0,44,65,192,0,113,65,6,118,33,9,11,2,127,32,3,65,26,116,65,31,117,65,226,4,113,32,14,13,0,26,65,226,4,32,3,45,0,45,65,2,113,13,0,26,32,3,40,2,32,11,33,25,2,127,32,6,65,26,116,65,31,117,65,226,4,113,32,21,13,0,26,65,226,4,32,6,45,0,45,65,2,113,13,0,26,32,6,40,2,32,11,33,6,32,26,32,27,71,13,3,32,4,65,255,255,3,70,13,3,32,18,32,20,71,13,3,65,255,255,3,113,34,0,65,255,255,3,70,13,3,32,15,65,255,255,3,113,34,4,65,255,255,3,70,13,3,32,0,69,32,4,69,115,13,3,32,6,32,25,71,13,3,32,1,32,9,115,13,3,32,14,4,127,32,3,65,4,118,65,1,113,5,32,3,47,1,44,65,5,118,65,1,113,11,13,3,32,1,69,13,2,35,1,65,148,12,106,33,0,2,64,32,5,40,2,72,34,1,69,13,0,32,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,0,32,1,65,48,106,32,1,40,2,36,27,33,0,11,35,1,65,148,12,106,33,4,2,64,32,5,40,2,32,34,1,69,13,0,32,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,4,32,1,65,48,106,32,1,40,2,36,27,33,4,11,32,0,40,2,24,33,3,32,4,40,2,24,34,1,65,25,79,4,64,32,1,32,3,71,13,4,32,0,40,2,0,33,0,32,4,40,2,0,33,4,12,2,11,32,1,32,3,70,13,1,12,3,11,32,5,40,2,44,32,11,65,28,108,106,34,0,65,16,107,40,2,0,33,2,32,0,65,20,107,40,2,0,33,3,32,0,65,24,107,40,2,0,33,9,32,5,40,2,4,32,15,65,28,108,106,34,6,65,16,107,40,2,0,33,11,32,6,65,20,107,40,2,0,33,15,32,6,65,24,107,40,2,0,33,14,2,126,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,4,40,2,0,34,1,65,1,113,4,64,32,9,32,4,45,0,6,106,33,0,32,3,32,4,45,0,5,65,15,113,34,1,106,33,3,32,4,45,0,4,65,0,32,2,32,1,27,106,33,2,32,16,13,1,32,0,32,4,45,0,7,34,4,106,12,3,11,32,1,40,2,12,65,0,32,2,32,1,40,2,8,34,0,27,106,33,2,32,0,32,3,106,33,3,32,1,40,2,4,32,9,106,33,0,32,16,69,13,1,11,32,3,173,32,2,173,66,32,134,132,12,2,11,65,0,32,2,32,1,40,2,20,34,4,27,33,2,32,3,32,4,106,33,3,32,1,40,2,24,33,4,32,1,40,2,16,32,0,106,11,33,0,32,3,173,32,2,32,4,106,173,66,32,134,132,11,2,126,2,127,2,64,2,64,32,6,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,4,64,32,14,32,1,45,0,6,106,33,4,32,15,32,1,45,0,5,65,15,113,34,3,106,33,2,32,1,45,0,4,65,0,32,11,32,3,27,106,33,6,32,25,13,1,32,4,32,1,45,0,7,34,1,106,12,3,11,32,3,40,2,12,65,0,32,11,32,3,40,2,8,34,1,27,106,33,6,32,1,32,15,106,33,2,32,3,40,2,4,32,14,106,33,4,32,25,69,13,1,11,32,2,173,32,6,173,66,32,134,132,12,2,11,65,0,32,6,32,3,40,2,20,34,1,27,33,6,32,1,32,2,106,33,2,32,3,40,2,24,33,1,32,3,40,2,16,32,4,106,11,33,4,32,2,173,32,1,32,6,106,173,66,32,134,132,11,32,0,32,4,73,34,1,27,33,29,32,0,32,4,32,1,27,33,2,12,3,11,32,0,32,4,32,1,16,18,13,1,11,32,5,40,2,44,32,11,65,28,108,106,34,4,65,24,107,40,2,0,33,6,2,127,32,4,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,34,11,4,64,32,6,32,1,45,0,6,106,34,0,32,16,13,1,26,32,0,32,1,45,0,7,106,12,1,11,32,3,40,2,4,32,6,106,34,0,32,16,13,0,26,32,3,40,2,16,32,0,106,11,33,9,2,64,32,12,32,7,40,2,12,34,15,79,13,0,32,7,40,2,8,33,14,32,12,33,0,3,64,32,8,32,14,32,0,65,24,108,106,34,20,40,2,20,79,4,64,32,15,32,0,65,1,106,34,0,71,13,1,12,2,11,11,32,20,40,2,16,32,9,73,13,1,11,32,4,65,16,107,40,2,0,33,9,32,4,65,20,107,40,2,0,33,0,2,127,2,64,2,64,32,11,4,64,32,6,32,1,45,0,6,106,33,2,32,0,32,1,45,0,5,65,15,113,34,4,106,33,0,32,1,45,0,4,65,0,32,9,32,4,27,106,33,4,32,16,13,1,32,2,32,1,45,0,7,34,1,106,12,3,11,32,3,40,2,12,65,0,32,9,32,3,40,2,8,34,1,27,106,33,4,32,0,32,1,106,33,0,32,3,40,2,4,32,6,106,33,2,32,16,69,13,1,11,32,0,173,32,4,173,66,32,134,132,33,29,65,0,12,4,11,65,0,32,4,32,3,40,2,20,34,1,27,33,4,32,0,32,1,106,33,0,32,3,40,2,24,33,1,32,3,40,2,16,32,2,106,11,33,2,32,0,173,32,1,32,4,106,173,66,32,134,132,33,29,65,0,12,2,11,32,5,65,40,106,32,8,16,48,32,5,32,8,16,48,33,0,4,64,65,0,32,0,13,2,26,32,5,40,2,44,32,5,40,2,48,65,28,108,106,34,0,65,16,107,40,2,0,33,3,32,0,65,20,107,40,2,0,33,1,32,0,65,24,107,40,2,0,33,2,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,0,40,2,0,34,4,65,1,113,4,64,32,2,32,0,45,0,6,106,33,2,32,1,32,0,45,0,5,65,15,113,34,4,106,33,1,32,0,45,0,4,65,0,32,3,32,4,27,106,33,3,32,5,45,0,68,13,1,32,2,32,0,45,0,7,34,0,106,12,3,11,32,4,40,2,12,65,0,32,3,32,4,40,2,8,34,0,27,106,33,3,32,0,32,1,106,33,1,32,4,40,2,4,32,2,106,33,2,32,5,45,0,68,65,1,71,13,1,11,32,1,173,32,3,173,66,32,134,132,33,29,12,3,11,65,0,32,3,32,4,40,2,20,34,0,27,33,3,32,0,32,1,106,33,1,32,4,40,2,24,33,0,32,4,40,2,16,32,2,106,11,33,2,32,1,173,32,0,32,3,106,173,66,32,134,132,33,29,12,1,11,32,0,4,64,32,5,40,2,4,32,5,40,2,8,65,28,108,106,34,0,65,16,107,40,2,0,33,3,32,0,65,20,107,40,2,0,33,1,32,0,65,24,107,40,2,0,33,2,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,0,40,2,0,34,4,65,1,113,4,64,32,2,32,0,45,0,6,106,33,2,32,1,32,0,45,0,5,65,15,113,34,4,106,33,1,32,0,45,0,4,65,0,32,3,32,4,27,106,33,3,32,5,45,0,28,13,1,32,2,32,0,45,0,7,34,0,106,12,3,11,32,4,40,2,12,65,0,32,3,32,4,40,2,8,34,0,27,106,33,3,32,0,32,1,106,33,1,32,4,40,2,4,32,2,106,33,2,32,5,45,0,28,65,1,71,13,1,11,32,1,173,32,3,173,66,32,134,132,33,29,12,3,11,65,0,32,3,32,4,40,2,20,34,0,27,33,3,32,0,32,1,106,33,1,32,4,40,2,24,33,0,32,4,40,2,16,32,2,106,11,33,2,32,1,173,32,0,32,3,106,173,66,32,134,132,33,29,12,1,11,32,5,40,2,44,32,5,40,2,48,65,28,108,106,34,0,65,16,107,40,2,0,33,2,32,0,65,20,107,40,2,0,33,3,32,0,65,24,107,40,2,0,33,9,32,5,40,2,4,32,5,40,2,8,65,28,108,106,34,6,65,16,107,40,2,0,33,11,32,6,65,20,107,40,2,0,33,16,32,6,65,24,107,40,2,0,33,15,2,126,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,4,40,2,0,34,1,65,1,113,4,64,32,9,32,4,45,0,6,106,33,0,32,3,32,4,45,0,5,65,15,113,34,1,106,33,3,32,4,45,0,4,65,0,32,2,32,1,27,106,33,2,32,5,45,0,68,13,1,32,0,32,4,45,0,7,34,4,106,12,3,11,32,1,40,2,12,65,0,32,2,32,1,40,2,8,34,0,27,106,33,2,32,0,32,3,106,33,3,32,1,40,2,4,32,9,106,33,0,32,5,45,0,68,65,1,71,13,1,11,32,3,173,32,2,173,66,32,134,132,12,2,11,65,0,32,2,32,1,40,2,20,34,4,27,33,2,32,3,32,4,106,33,3,32,1,40,2,24,33,4,32,1,40,2,16,32,0,106,11,33,0,32,3,173,32,2,32,4,106,173,66,32,134,132,11,2,126,2,127,2,64,2,64,32,6,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,4,64,32,15,32,1,45,0,6,106,33,4,32,16,32,1,45,0,5,65,15,113,34,3,106,33,2,32,1,45,0,4,65,0,32,11,32,3,27,106,33,6,32,5,45,0,28,13,1,32,4,32,1,45,0,7,34,1,106,12,3,11,32,3,40,2,12,65,0,32,11,32,3,40,2,8,34,1,27,106,33,6,32,1,32,16,106,33,2,32,3,40,2,4,32,15,106,33,4,32,5,45,0,28,65,1,71,13,1,11,32,2,173,32,6,173,66,32,134,132,12,2,11,65,0,32,6,32,3,40,2,20,34,1,27,33,6,32,1,32,2,106,33,2,32,3,40,2,24,33,1,32,3,40,2,16,32,4,106,11,33,4,32,2,173,32,1,32,6,106,173,66,32,134,132,11,32,0,32,4,73,34,1,27,33,29,32,0,32,4,32,1,27,33,2,65,0,12,1,11,65,1,11,33,15,65,0,33,4,2,64,32,5,40,2,48,34,0,69,13,0,3,64,32,5,40,2,44,32,0,34,4,65,28,108,106,34,1,65,24,107,40,2,0,33,0,2,127,32,1,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,4,64,32,0,32,1,45,0,6,106,34,0,32,5,45,0,68,13,1,26,32,0,32,1,45,0,7,106,12,1,11,32,3,40,2,4,32,0,106,34,0,32,5,45,0,68,13,0,26,32,3,40,2,16,32,0,106,11,32,2,75,13,1,32,5,65,40,106,16,75,32,5,40,2,48,34,0,13,0,11,65,0,33,4,11,2,64,3,64,32,5,40,2,8,34,0,4,64,32,5,40,2,4,32,0,65,28,108,106,34,3,65,24,107,40,2,0,33,1,2,127,32,3,65,28,107,40,2,0,34,3,40,2,0,34,6,65,1,113,4,64,32,1,32,3,45,0,6,106,34,1,32,5,45,0,28,13,1,26,32,1,32,3,45,0,7,106,12,1,11,32,6,40,2,4,32,1,106,34,1,32,5,45,0,28,13,0,26,32,6,40,2,16,32,1,106,11,32,2,75,13,2,32,5,16,75,12,1,11,11,65,0,33,0,11,32,5,45,0,68,33,6,32,5,40,2,64,34,1,32,5,40,2,24,34,3,75,4,64,32,5,40,2,60,33,11,32,5,40,2,44,33,14,3,64,32,4,4,127,2,64,2,64,2,127,32,14,32,4,65,28,108,106,34,9,65,28,107,40,2,0,40,2,0,34,16,65,1,113,4,64,32,16,65,1,118,65,1,113,12,1,11,32,16,47,1,44,65,1,113,11,69,4,64,32,4,65,1,70,13,2,32,9,65,56,107,40,2,0,40,2,0,47,1,66,34,16,69,13,2,32,11,40,2,84,32,11,47,1,36,32,16,108,65,1,116,106,32,9,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,2,32,6,65,1,113,69,13,1,12,2,11,32,6,65,1,113,13,1,11,32,1,65,1,107,33,1,11,65,0,32,6,32,9,65,12,107,40,2,0,27,33,6,32,4,65,1,107,5,65,0,11,33,4,32,1,32,3,75,13,0,11,11,32,5,32,6,58,0,68,32,5,32,4,54,2,48,32,5,32,1,54,2,64,32,5,45,0,28,33,4,32,1,32,3,73,4,64,32,5,40,2,20,33,9,32,5,40,2,4,33,16,3,64,32,0,4,127,2,64,2,64,2,127,32,16,32,0,65,28,108,106,34,6,65,28,107,40,2,0,40,2,0,34,11,65,1,113,4,64,32,11,65,1,118,65,1,113,12,1,11,32,11,47,1,44,65,1,113,11,69,4,64,32,0,65,1,70,13,2,32,6,65,56,107,40,2,0,40,2,0,47,1,66,34,11,69,13,2,32,9,40,2,84,32,9,47,1,36,32,11,108,65,1,116,106,32,6,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,2,32,4,65,1,113,69,13,1,12,2,11,32,4,65,1,113,13,1,11,32,3,65,1,107,33,3,11,65,0,32,4,32,6,65,12,107,40,2,0,27,33,4,32,0,65,1,107,5,65,0,11,33,0,32,1,32,3,73,13,0,11,11,32,5,32,4,58,0,28,32,5,32,0,54,2,8,32,5,32,3,54,2,24,2,64,32,15,69,4,64,32,13,33,1,12,1,11,2,64,32,13,69,13,0,32,8,32,10,32,13,65,24,108,106,34,0,65,4,107,34,1,40,2,0,75,13,0,32,1,32,2,54,2,0,32,0,65,16,107,32,29,55,2,0,32,13,33,1,12,1,11,32,2,32,8,77,4,64,32,13,33,1,12,1,11,2,64,32,13,65,1,106,34,1,32,17,77,13,0,65,8,32,17,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,17,65,24,108,33,0,32,10,4,64,32,10,32,0,35,6,40,2,0,17,1,0,33,10,12,1,11,32,0,35,7,40,2,0,17,0,0,33,10,11,32,10,32,13,65,24,108,106,34,0,32,2,54,2,20,32,0,32,8,54,2,16,32,0,32,29,55,2,8,32,0,32,30,55,2,0,11,32,12,32,7,40,2,12,34,0,32,0,32,12,73,27,33,8,3,64,2,64,32,8,32,12,34,0,70,4,64,32,8,33,0,12,1,11,32,0,65,1,106,33,12,32,7,40,2,8,32,0,65,24,108,106,40,2,20,32,2,77,13,1,11,11,32,5,40,2,48,34,11,4,64,32,2,33,8,32,29,33,30,32,1,33,13,32,0,33,12,32,5,40,2,8,34,15,13,1,11,11,2,127,32,19,40,2,0,34,8,65,1,113,4,64,32,19,45,0,5,65,15,113,33,3,32,19,45,0,4,33,2,32,19,45,0,7,34,0,32,19,45,0,6,106,12,1,11,65,0,32,8,40,2,12,32,8,40,2,20,34,0,27,33,2,32,0,32,8,40,2,8,106,33,3,32,8,40,2,24,33,0,32,8,40,2,16,32,8,40,2,4,106,11,33,8,32,3,173,32,0,32,2,106,173,66,32,134,132,33,29,2,127,32,22,40,2,0,34,2,65,1,113,4,64,32,22,45,0,7,34,0,32,22,45,0,6,106,33,3,32,22,45,0,4,33,12,32,22,45,0,5,65,15,113,12,1,11,65,0,32,2,40,2,12,32,2,40,2,20,34,13,27,33,12,32,2,40,2,16,32,2,40,2,4,106,33,3,32,2,40,2,24,33,0,32,13,32,2,40,2,8,106,11,173,32,0,32,12,106,173,66,32,134,132,33,30,2,64,32,3,32,8,75,4,64,2,64,32,1,69,13,0,32,8,32,10,32,1,65,24,108,106,34,0,65,4,107,34,2,40,2,0,75,13,0,32,2,32,3,54,2,0,32,0,65,16,107,32,30,55,2,0,32,1,33,0,12,2,11,2,64,32,1,65,1,106,34,0,32,17,77,13,0,65,8,32,17,65,1,116,34,2,32,0,32,0,32,2,73,27,34,2,32,2,65,8,77,27,65,24,108,33,2,32,10,4,64,32,10,32,2,35,6,40,2,0,17,1,0,33,10,12,1,11,32,2,35,7,40,2,0,17,0,0,33,10,11,32,10,32,1,65,24,108,106,34,1,32,3,54,2,20,32,1,32,8,54,2,16,32,1,32,30,55,2,8,32,1,32,29,55,2,0,12,1,11,32,3,32,8,79,4,64,32,1,33,0,12,1,11,2,64,32,1,69,13,0,32,3,32,10,32,1,65,24,108,106,34,0,65,4,107,34,2,40,2,0,75,13,0,32,2,32,8,54,2,0,32,0,65,16,107,32,29,55,2,0,32,1,33,0,12,1,11,2,64,32,1,65,1,106,34,0,32,17,77,13,0,65,8,32,17,65,1,116,34,2,32,0,32,0,32,2,73,27,34,2,32,2,65,8,77,27,65,24,108,33,2,32,10,4,64,32,10,32,2,35,6,40,2,0,17,1,0,33,10,12,1,11,32,2,35,7,40,2,0,17,0,0,33,10,11,32,10,32,1,65,24,108,106,34,1,32,8,54,2,20,32,1,32,3,54,2,16,32,1,32,29,55,2,8,32,1,32,30,55,2,0,11,32,7,32,5,41,3,40,55,2,44,32,7,32,5,40,2,56,54,2,60,32,7,32,5,41,3,48,55,2,52,32,7,32,5,40,2,16,54,2,40,32,7,32,5,41,3,8,55,2,32,32,7,32,5,41,3,0,55,2,24,32,7,32,10,54,2,4,32,5,65,224,0,106,36,0,32,24,32,0,54,2,12,32,7,40,2,8,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,48,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,28,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,4,32,7,65,64,107,36,0,33,1,32,24,40,2,12,4,64,3,64,32,1,32,23,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,32,23,65,1,106,34,23,32,24,40,2,12,34,0,73,13,0,11,32,0,33,23,11,35,11,34,0,32,1,54,2,4,32,0,32,23,54,2,0,32,24,65,16,106,36,0,11,180,1,1,4,127,35,0,65,16,107,34,3,36,0,32,3,32,0,40,2,16,34,1,54,2,12,32,1,65,24,35,9,40,2,0,17,1,0,33,1,32,0,40,2,16,65,24,108,34,4,4,64,32,1,32,0,40,2,12,32,4,252,10,0,0,11,32,3,40,2,12,4,64,3,64,32,1,32,2,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,32,2,65,1,106,34,2,32,3,40,2,12,34,0,73,13,0,11,32,0,33,2,11,35,11,34,0,32,1,54,2,4,32,0,32,2,54,2,0,32,3,65,16,106,36,0,11,177,22,2,34,127,6,126,35,0,65,48,107,34,18,36,0,32,18,35,11,34,3,40,2,24,65,1,116,54,2,12,32,18,32,3,40,2,28,65,1,116,54,2,16,32,18,32,3,40,2,32,65,1,116,54,2,20,32,18,32,3,53,2,0,32,3,53,2,4,66,33,134,132,55,2,24,32,18,32,3,53,2,8,32,3,53,2,12,66,33,134,132,55,2,32,32,18,32,3,53,2,16,32,3,53,2,20,66,33,134,132,55,2,40,32,18,65,12,106,33,2,65,0,33,3,35,0,65,48,107,34,11,36,0,32,0,34,23,40,2,16,4,64,3,64,32,23,40,2,12,32,3,65,24,108,106,32,2,16,80,32,3,65,1,106,34,3,32,23,40,2,16,73,13,0,11,11,32,11,66,0,55,3,40,32,11,66,0,55,3,32,32,11,66,0,55,3,24,32,11,32,23,41,2,0,55,3,8,32,11,65,24,106,33,24,35,0,65,48,107,34,13,36,0,65,192,2,35,7,40,2,0,17,0,0,33,8,32,2,40,2,0,33,0,32,2,41,2,12,33,38,32,2,40,2,4,33,3,32,2,41,2,20,33,37,32,2,40,2,8,33,1,32,8,32,2,41,2,28,55,2,32,32,8,32,1,54,2,28,32,8,32,37,55,2,20,32,8,32,3,54,2,16,32,8,32,38,55,2,8,32,8,32,0,54,2,4,32,8,32,11,65,8,106,54,2,0,65,1,33,0,65,8,33,25,3,64,2,126,32,8,32,0,65,1,107,34,3,65,40,108,106,34,2,40,2,0,34,19,40,2,0,34,1,65,1,113,34,4,4,64,32,19,45,0,7,34,0,173,66,32,134,33,36,32,19,45,0,6,33,5,65,1,33,26,32,19,45,0,5,34,15,65,15,113,173,32,19,49,0,4,66,32,134,132,12,1,11,32,1,45,0,45,65,1,113,69,33,26,32,1,40,2,4,33,5,32,19,45,0,5,33,15,32,1,41,2,20,33,36,32,1,40,2,16,33,0,32,1,41,2,8,11,33,35,32,0,32,5,106,33,7,2,64,32,2,40,2,4,34,9,32,7,32,4,4,127,32,15,65,240,1,113,65,4,118,5,32,1,40,2,28,11,34,15,106,34,1,75,4,64,32,3,33,0,12,1,11,32,2,41,2,32,33,37,32,2,40,2,28,33,16,32,2,40,2,24,33,17,32,2,40,2,20,33,14,32,2,41,2,8,33,40,2,64,32,2,40,2,16,34,12,32,9,71,13,0,32,9,32,16,71,13,0,32,1,32,9,71,13,0,32,3,33,0,12,1,11,32,35,66,32,136,167,33,1,32,37,66,32,136,167,33,22,32,35,167,33,2,2,127,32,5,32,12,79,4,64,32,37,167,32,2,32,14,107,34,4,65,0,32,2,32,4,79,27,106,173,32,1,32,1,32,17,107,34,4,65,0,32,1,32,4,79,27,32,22,106,32,2,32,14,75,27,173,66,32,134,132,33,35,32,16,32,12,107,32,5,106,33,5,32,0,12,1,11,32,36,167,33,10,32,36,66,32,136,167,33,6,32,5,32,9,75,4,64,32,12,32,5,107,33,4,66,0,33,36,32,16,33,5,32,37,33,35,65,0,32,0,32,4,65,0,32,4,32,12,77,27,34,4,77,13,1,26,32,6,32,6,32,17,32,17,32,1,107,34,1,65,0,32,1,32,17,77,27,32,2,32,14,73,27,107,34,1,65,0,32,1,32,6,77,27,32,10,32,14,32,2,107,34,2,65,0,32,2,32,14,77,27,34,2,75,27,173,66,32,134,32,10,32,2,107,34,2,65,0,32,2,32,10,77,27,173,132,33,36,32,0,32,4,107,12,1,11,2,64,32,7,32,9,75,13,0,32,7,32,9,70,32,9,32,12,70,113,13,0,32,0,12,1,11,65,0,33,4,32,16,32,5,107,34,0,65,0,32,0,32,16,77,27,33,20,32,22,32,22,32,1,107,34,0,65,0,32,0,32,22,77,27,32,37,167,34,0,32,2,75,27,33,21,32,0,32,2,107,34,2,65,0,32,0,32,2,79,27,33,2,66,0,33,39,32,7,32,12,75,4,64,65,0,32,1,32,10,27,32,6,106,34,0,32,0,32,17,107,34,1,65,0,32,0,32,1,79,27,32,35,32,36,124,167,34,0,32,14,75,27,173,66,32,134,32,0,32,14,107,34,1,65,0,32,0,32,1,79,27,173,132,33,39,32,7,32,12,107,33,4,11,32,39,66,32,136,167,65,0,32,21,32,39,167,34,0,27,106,173,66,32,134,32,0,32,2,106,173,132,33,36,32,4,32,20,106,11,33,7,32,13,32,19,41,2,0,34,38,55,3,16,32,38,66,32,136,167,33,0,2,64,32,38,167,34,4,65,1,113,4,64,32,4,33,2,12,1,11,32,4,34,2,40,2,0,65,1,70,13,0,32,2,40,2,36,65,3,116,65,204,0,106,34,0,35,7,40,2,0,17,0,0,33,10,32,0,4,64,32,10,32,2,32,2,40,2,36,65,3,116,107,32,0,252,10,0,0,11,32,10,32,4,40,2,36,34,0,65,3,116,106,33,2,65,0,33,1,2,64,32,0,4,64,3,64,32,10,32,1,65,3,116,106,40,2,0,34,6,65,1,113,69,4,64,32,6,32,6,40,2,0,65,1,106,54,2,0,32,6,40,2,0,26,32,4,40,2,36,33,0,11,32,1,65,1,106,34,1,32,0,73,13,0,12,2,11,0,11,32,4,45,0,44,65,192,0,113,69,13,0,32,4,40,2,48,33,1,32,13,32,4,41,2,68,55,3,40,32,13,32,4,41,2,60,55,3,32,32,13,32,4,41,2,52,55,3,24,2,64,32,4,40,2,72,34,0,65,25,73,13,0,32,0,35,7,40,2,0,17,0,0,33,1,32,4,40,2,72,34,0,69,13,0,32,1,32,4,40,2,48,32,0,252,10,0,0,11,32,2,32,1,54,2,48,32,2,32,13,41,3,24,55,2,52,32,2,32,13,41,3,32,55,2,60,32,2,32,13,41,3,40,55,2,68,11,32,2,65,1,54,2,0,32,13,32,13,41,3,16,55,3,8,32,24,32,13,65,8,106,16,10,65,0,33,0,11,2,64,2,64,32,2,65,1,113,4,64,2,64,32,15,65,15,75,13,0,32,5,65,254,1,75,13,0,32,35,66,255,255,255,255,239,31,86,13,0,32,35,66,240,255,255,255,15,131,66,0,82,13,0,32,7,65,254,1,75,13,0,32,36,66,255,255,255,255,239,31,86,13,0,32,36,66,255,255,255,255,15,131,66,0,82,13,0,32,35,66,32,136,167,32,35,167,65,8,116,65,128,30,113,32,0,65,128,224,3,113,114,32,5,65,16,116,114,114,32,7,65,24,116,114,33,0,12,2,11,2,127,32,24,40,2,4,34,1,4,64,32,24,32,1,65,1,107,34,1,54,2,4,32,24,40,2,0,32,1,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,34,1,66,0,55,2,32,32,1,32,15,54,2,28,32,1,32,36,55,2,20,32,1,32,7,54,2,16,32,1,32,35,55,2,8,32,1,32,5,54,2,4,32,1,65,1,54,2,0,32,1,32,2,65,16,118,59,1,42,32,1,32,2,65,128,254,3,113,65,8,118,59,1,40,32,1,32,1,47,1,44,65,128,241,3,113,32,2,65,1,118,65,7,113,32,2,65,224,0,113,65,4,116,114,114,59,1,44,12,2,11,32,2,32,36,55,2,20,32,2,32,7,54,2,16,32,2,32,35,55,2,8,32,2,32,5,54,2,4,11,32,2,33,1,11,2,64,32,1,65,1,113,4,64,32,1,65,16,114,33,1,12,1,11,32,1,32,1,47,1,44,65,32,114,59,1,44,11,32,19,32,1,173,32,0,173,66,32,134,132,55,2,0,32,1,65,1,113,4,64,32,3,33,0,12,1,11,32,1,40,2,36,34,34,69,4,64,32,3,33,0,12,1,11,32,40,66,32,136,167,33,27,32,40,167,33,28,32,35,167,33,31,66,0,33,35,65,0,33,2,65,0,33,1,3,64,32,19,40,2,0,34,0,32,0,40,2,36,65,3,116,107,32,2,65,3,116,106,34,20,45,0,5,33,4,2,127,32,20,40,2,0,34,0,65,1,113,34,5,4,64,32,4,65,15,113,33,15,32,20,45,0,4,33,32,32,20,45,0,7,34,33,32,20,45,0,6,106,12,1,11,65,0,32,0,40,2,12,32,0,40,2,20,34,7,27,33,32,32,7,32,0,40,2,8,106,33,15,32,0,40,2,24,33,33,32,0,40,2,16,32,0,40,2,4,106,11,34,10,32,1,106,33,7,32,35,66,32,136,167,33,21,32,35,167,33,6,2,64,32,9,32,5,4,127,32,4,65,240,1,113,65,4,118,5,32,0,40,2,28,11,32,7,106,75,4,64,32,3,33,0,12,1,11,2,64,2,64,32,1,32,12,77,4,64,32,2,69,13,2,32,1,32,12,71,13,2,32,10,69,13,2,32,26,32,6,32,31,75,114,13,1,12,2,11,32,26,32,6,32,31,75,114,69,13,1,11,32,5,4,64,32,3,33,0,12,4,11,32,0,45,0,45,65,1,113,69,4,64,32,3,33,0,12,4,11,32,17,32,22,70,4,64,32,3,33,0,12,4,11,32,6,32,14,77,13,0,32,3,33,0,12,3,11,66,0,33,36,65,0,33,10,65,0,33,4,66,0,33,35,32,1,32,9,73,4,64,32,9,32,1,107,33,4,32,28,32,6,107,34,0,65,0,32,0,32,28,77,27,173,32,27,32,27,32,21,107,34,0,65,0,32,0,32,27,77,27,32,6,32,28,73,27,173,66,32,134,132,33,35,11,32,1,32,12,73,4,64,32,12,32,1,107,33,10,32,14,32,6,107,34,0,65,0,32,0,32,14,77,27,173,32,17,32,17,32,21,107,34,0,65,0,32,0,32,17,77,27,32,6,32,14,73,27,173,66,32,134,132,33,36,11,2,127,32,1,32,16,79,4,64,66,0,33,39,65,0,12,1,11,32,37,66,32,136,167,34,0,32,0,32,21,107,34,5,65,0,32,0,32,5,79,27,32,37,167,34,0,32,6,75,27,173,66,32,134,32,0,32,6,107,34,5,65,0,32,0,32,5,79,27,173,132,33,39,32,16,32,1,107,11,33,5,2,127,32,7,32,9,75,4,64,32,40,33,38,32,9,12,1,11,32,40,33,38,32,9,32,7,32,9,70,32,9,32,12,70,113,13,0,26,32,37,33,38,32,4,34,10,33,5,32,35,34,36,33,39,32,16,11,33,16,2,64,32,3,65,1,106,34,0,32,25,77,13,0,65,8,32,25,65,1,116,34,1,32,0,32,0,32,1,73,27,34,1,32,1,65,8,77,27,34,25,65,40,108,33,1,32,8,4,64,32,8,32,1,35,6,40,2,0,17,1,0,33,8,12,1,11,32,1,35,7,40,2,0,17,0,0,33,8,11,32,8,32,3,65,40,108,106,34,3,32,39,55,2,32,32,3,32,5,54,2,28,32,3,32,36,55,2,20,32,3,32,10,54,2,16,32,3,32,35,55,2,8,32,3,32,4,54,2,4,32,3,32,20,54,2,0,32,0,33,3,32,38,33,37,11,32,6,32,15,106,173,32,32,32,33,106,65,0,32,21,32,15,27,106,173,66,32,134,132,33,35,32,7,33,1,32,2,65,1,106,34,2,32,34,71,13,0,11,11,32,0,13,0,11,32,8,4,64,32,8,35,8,40,2,0,17,2,0,11,32,11,32,11,41,2,8,55,2,16,32,13,65,48,106,36,0,32,23,32,11,41,3,16,55,2,0,32,11,40,2,24,34,0,4,64,2,64,32,11,40,2,28,34,2,69,13,0,65,0,33,3,32,2,65,4,79,4,64,32,2,65,124,113,33,5,3,64,32,0,32,3,65,3,116,106,34,1,40,2,0,35,8,34,4,40,2,0,17,2,0,32,1,40,2,8,32,4,40,2,0,17,2,0,32,1,40,2,16,32,4,40,2,0,17,2,0,32,1,40,2,24,32,4,40,2,0,17,2,0,32,3,65,4,106,33,3,32,29,65,4,106,34,29,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,0,3,64,32,0,32,3,65,3,116,106,40,2,0,35,8,40,2,0,17,2,0,32,3,65,1,106,33,3,32,30,65,1,106,34,30,32,2,71,13,0,11,11,32,0,35,8,40,2,0,17,2,0,11,32,11,40,2,36,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,11,65,48,106,36,0,32,18,65,48,106,36,0,11,252,1,2,6,127,1,126,35,0,65,48,107,34,1,36,0,35,11,34,2,40,2,20,32,1,32,2,40,2,28,65,1,116,54,2,44,32,1,32,2,40,2,24,54,2,40,32,1,32,1,41,2,40,55,3,8,65,1,116,33,6,32,1,41,2,8,33,7,2,127,32,0,40,2,0,34,3,65,1,113,4,64,32,0,45,0,5,65,15,113,33,4,32,0,45,0,4,33,5,32,0,45,0,6,12,1,11,32,3,40,2,12,33,5,32,3,40,2,8,33,4,32,3,40,2,4,11,33,3,32,1,32,0,54,2,36,32,1,32,0,54,2,32,32,1,65,0,54,2,28,32,1,32,3,32,6,106,54,2,16,32,1,32,4,32,7,167,106,54,2,20,32,1,65,0,32,7,66,32,136,167,32,4,27,32,5,106,54,2,24,32,2,32,1,40,2,28,54,2,16,32,2,32,1,40,2,20,54,2,8,32,2,32,1,40,2,32,54,2,0,32,2,32,1,40,2,24,65,1,118,54,2,12,32,2,32,1,40,2,16,65,1,118,54,2,4,32,1,65,48,106,36,0,11,181,1,1,4,127,35,0,65,32,107,34,1,36,0,2,127,32,0,40,2,0,34,2,65,1,113,4,64,32,0,45,0,5,65,15,113,33,3,32,0,45,0,4,33,4,32,0,45,0,6,12,1,11,32,2,40,2,12,33,4,32,2,40,2,8,33,3,32,2,40,2,4,11,33,2,32,1,32,0,54,2,28,32,1,32,0,54,2,24,32,1,65,0,54,2,20,32,1,32,4,54,2,16,32,1,32,3,54,2,12,32,1,32,2,54,2,8,35,11,34,0,32,1,40,2,20,54,2,16,32,0,32,1,40,2,12,54,2,8,32,0,32,1,40,2,24,54,2,0,32,0,32,1,40,2,16,65,1,118,54,2,12,32,0,32,1,40,2,8,65,1,118,54,2,4,32,1,65,32,106,36,0,11,136,1,1,3,127,35,0,65,16,107,34,2,36,0,35,11,34,3,2,127,2,64,2,64,32,1,65,253,255,3,75,13,0,32,0,40,2,0,65,15,73,13,0,32,0,40,2,72,32,1,65,3,108,106,45,0,2,65,1,113,13,1,11,32,2,65,0,54,2,12,65,0,12,1,11,32,0,40,2,156,1,32,1,65,2,116,106,34,1,47,1,0,33,4,32,2,32,1,47,1,2,54,2,12,32,0,40,2,160,1,32,4,65,1,116,106,11,54,2,4,32,3,32,2,40,2,12,54,2,0,32,2,65,16,106,36,0,11,72,1,3,127,35,0,65,16,107,34,1,36,0,32,1,32,0,40,2,0,65,15,79,4,127,32,0,40,2,152,1,33,2,32,0,40,2,148,1,5,65,0,11,54,2,12,35,11,34,3,32,2,54,2,4,32,3,32,1,40,2,12,54,2,0,32,1,65,16,106,36,0,11,68,1,1,127,35,11,32,0,65,164,1,106,65,0,32,0,40,2,0,65,14,75,27,34,0,4,127,35,11,34,1,32,0,45,0,0,54,2,4,32,1,32,0,45,0,1,54,2,8,32,1,32,0,45,0,2,54,2,12,65,3,5,65,0,11,54,2,0,11,11,0,32,0,32,1,16,69,65,2,73,11,9,0,32,0,32,1,16,69,69,11,192,2,1,6,127,35,0,65,16,107,34,3,36,0,32,3,65,0,54,2,12,32,3,32,0,40,2,100,54,2,12,32,0,40,2,68,33,1,32,3,40,2,12,34,2,65,24,108,34,0,16,34,33,4,32,0,4,64,32,4,32,1,32,0,252,10,0,0,11,2,64,32,2,69,13,0,65,0,33,1,32,2,65,1,71,4,64,32,2,65,126,113,33,5,3,64,32,4,32,1,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,32,0,32,0,40,2,40,65,1,118,54,2,40,32,0,32,0,40,2,44,65,1,118,54,2,44,32,0,32,0,40,2,28,65,1,118,54,2,28,32,0,32,0,40,2,36,65,1,118,54,2,36,32,1,65,2,106,33,1,32,6,65,2,106,34,6,32,5,71,13,0,11,11,32,2,65,1,113,69,13,0,32,4,32,1,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,11,35,11,34,0,32,4,54,2,4,32,0,32,2,54,2,0,32,3,65,16,106,36,0,11,14,0,32,0,40,2,4,32,0,45,0,8,16,6,11,55,0,32,0,32,1,65,1,118,32,2,40,2,0,32,2,40,2,4,65,1,118,32,3,16,7,32,3,65,254,207,0,32,3,40,2,0,65,1,116,34,1,32,1,65,255,207,0,75,27,54,2,0,32,0,11,206,207,1,2,51,127,4,126,35,0,65,48,107,34,29,36,0,32,29,66,1,55,2,40,32,29,32,1,54,2,32,32,29,35,2,65,21,106,54,2,36,2,64,32,4,4,64,32,4,65,1,71,4,64,32,4,65,126,113,33,1,3,64,32,3,32,12,65,24,108,106,34,7,32,7,40,2,16,65,1,116,54,2,16,32,7,32,7,40,2,20,65,1,116,54,2,20,32,7,32,7,40,2,4,65,1,116,54,2,4,32,7,32,7,40,2,12,65,1,116,54,2,12,32,7,32,7,40,2,40,65,1,116,54,2,40,32,7,32,7,40,2,44,65,1,116,54,2,44,32,7,32,7,40,2,28,65,1,116,54,2,28,32,7,32,7,40,2,36,65,1,116,54,2,36,32,12,65,2,106,33,12,32,8,65,2,106,34,8,32,1,71,13,0,11,11,32,4,65,1,113,4,64,32,3,32,12,65,24,108,106,34,1,32,1,40,2,16,65,1,116,54,2,16,32,1,32,1,40,2,20,65,1,116,54,2,20,32,1,32,1,40,2,4,65,1,116,54,2,4,32,1,32,1,40,2,12,65,1,116,54,2,12,11,32,0,32,3,32,4,16,57,26,32,3,16,51,12,1,11,32,0,65,0,65,0,16,57,26,11,32,29,32,29,41,2,40,55,3,24,32,29,32,29,41,2,32,55,3,16,32,29,35,1,65,220,211,0,106,41,2,0,55,3,8,35,0,65,16,107,34,38,36,0,32,0,32,29,41,2,8,34,56,62,2,180,10,32,0,32,56,55,2,172,10,32,38,32,29,41,2,24,55,3,8,32,38,32,29,41,2,16,55,3,0,65,0,33,1,65,0,33,12,35,0,65,144,2,107,34,11,36,0,2,64,32,0,34,5,40,2,160,9,34,9,69,13,0,32,38,40,2,4,69,13,0,32,5,32,38,41,2,0,55,2,76,32,5,32,38,41,2,8,55,2,84,32,5,65,0,54,2,72,32,5,66,0,55,2,108,32,5,40,2,68,33,7,2,127,32,5,40,2,100,34,25,4,64,32,5,40,2,32,33,8,3,64,2,64,32,7,32,1,65,24,108,106,34,4,40,2,20,34,0,32,8,77,13,0,32,0,32,4,40,2,16,34,3,77,13,0,32,3,32,8,79,4,64,32,5,32,4,41,2,0,55,2,36,32,5,32,3,54,2,32,11,32,5,32,1,54,2,104,65,0,12,3,11,32,1,65,1,106,34,1,32,25,71,13,0,11,11,32,5,32,25,54,2,104,32,7,32,25,65,24,108,106,34,1,65,4,107,40,2,0,33,0,32,1,65,16,107,41,2,0,33,56,32,5,65,0,54,2,72,32,5,32,56,55,2,36,32,5,32,0,54,2,32,32,5,66,0,55,2,108,65,1,11,33,0,32,5,65,0,54,2,192,10,32,5,65,0,54,2,164,10,32,5,65,0,54,2,0,32,5,32,0,54,2,116,32,5,65,0,54,2,148,10,32,5,65,160,10,106,33,54,2,64,2,64,2,64,2,64,2,64,32,5,45,0,197,10,13,0,32,5,40,2,136,10,13,0,32,5,40,2,132,9,40,2,0,34,3,40,2,0,34,0,47,1,0,65,1,71,13,0,32,0,40,2,156,1,34,1,32,3,40,2,8,34,0,73,4,64,32,3,32,1,54,2,8,12,2,11,32,0,32,1,70,13,1,11,2,64,2,64,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,2,32,5,35,1,65,153,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,41,0,7,55,0,139,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,65,153,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,41,0,7,55,0,139,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,1,17,3,0,32,5,40,2,140,10,69,13,1,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,45,0,197,10,69,13,1,12,2,11,2,64,32,9,40,2,104,69,13,0,32,9,40,2,112,34,0,69,13,0,32,5,32,0,17,11,0,54,2,136,10,11,65,0,33,1,32,5,45,0,196,10,13,2,32,2,4,64,32,2,40,2,0,34,0,65,1,113,69,4,64,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,11,32,5,32,2,41,2,0,55,2,152,10,32,2,40,2,12,32,2,40,2,16,32,5,40,2,68,32,5,40,2,100,32,54,16,85,32,2,41,2,0,33,56,32,5,66,0,55,2,128,10,32,5,65,0,54,2,248,9,32,5,40,2,244,9,33,2,32,5,40,2,252,9,69,4,64,2,127,32,2,4,64,32,2,65,128,1,35,6,40,2,0,17,1,0,12,1,11,65,128,1,35,7,40,2,0,17,0,0,11,33,2,32,5,65,8,54,2,252,9,32,5,32,2,54,2,244,9,32,5,40,2,248,9,33,1,11,32,5,32,1,65,1,106,54,2,248,9,32,2,32,1,65,4,116,106,34,0,66,0,55,2,8,32,0,32,56,55,2,0,2,64,2,64,32,5,40,2,244,9,34,2,32,5,40,2,248,9,34,15,65,4,116,106,34,0,65,16,107,40,2,0,34,4,65,1,113,13,0,32,4,40,2,36,34,7,69,13,0,32,0,65,4,107,40,2,0,33,1,32,5,32,15,65,1,106,34,3,32,5,40,2,252,9,34,0,75,4,127,32,2,65,8,32,0,65,1,116,34,0,32,3,32,0,32,3,75,27,34,0,32,0,65,8,77,27,34,0,65,4,116,35,6,40,2,0,17,1,0,33,2,32,5,32,0,54,2,252,9,32,5,32,2,54,2,244,9,32,4,40,2,36,33,7,32,5,40,2,248,9,34,15,65,1,106,5,32,3,11,54,2,248,9,32,4,32,7,65,3,116,107,41,2,0,33,56,32,2,32,15,65,4,116,106,34,0,32,1,54,2,12,32,0,65,0,54,2,8,32,0,32,56,55,2,0,12,1,11,32,5,66,0,55,2,128,10,32,5,65,0,54,2,248,9,11,2,64,2,64,2,64,32,5,40,2,96,34,0,69,4,64,32,5,40,2,140,10,69,13,2,32,5,35,1,34,0,41,0,137,3,55,0,132,1,32,5,32,0,45,0,153,3,58,0,148,1,32,5,32,0,41,0,145,3,55,0,140,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,34,1,41,0,137,3,55,0,132,1,32,5,32,1,45,0,153,3,58,0,148,1,32,5,32,1,41,0,145,3,55,0,140,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,0,17,3,0,32,5,40,2,140,10,69,13,1,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,32,5,65,140,10,106,33,15,32,5,40,2,140,10,34,1,69,13,4,32,5,40,2,160,9,33,0,32,11,32,5,41,2,152,10,55,3,184,1,32,11,65,184,1,106,65,0,32,0,65,0,32,1,16,56,65,10,32,5,40,2,140,10,16,9,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,140,10,106,33,15,11,32,5,40,2,164,10,69,13,1,32,5,65,132,1,106,33,0,3,64,32,5,40,2,160,10,33,1,2,64,32,5,40,2,96,69,4,64,32,15,40,2,0,69,13,1,11,32,11,32,1,32,12,65,24,108,106,41,2,16,55,3,160,1,32,0,65,128,8,35,1,65,225,2,106,32,11,65,160,1,106,16,11,26,32,5,40,2,96,34,1,4,64,32,5,40,2,92,65,0,32,0,32,1,17,3,0,11,32,0,33,2,32,15,40,2,0,69,13,0,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,3,11,65,220,0,32,15,40,2,0,16,9,32,2,45,0,0,33,1,11,32,1,192,32,15,40,2,0,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,12,65,1,106,34,12,32,5,40,2,164,10,73,13,0,11,12,1,11,32,5,66,0,55,2,128,10,32,5,65,0,54,2,248,9,2,64,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,2,32,5,35,1,65,184,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,47,0,8,59,0,140,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,65,184,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,47,0,8,59,0,140,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,1,17,3,0,32,5,40,2,140,10,69,13,1,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,69,13,3,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,244,9,106,33,55,32,5,65,132,1,106,33,25,65,0,33,8,3,64,2,64,32,5,40,2,132,9,34,2,40,2,4,34,0,69,4,64,65,1,33,12,65,127,33,26,12,1,11,32,0,65,1,70,33,12,32,2,40,2,0,33,7,65,0,33,15,2,64,2,64,3,64,2,64,32,7,32,15,65,5,116,34,41,106,34,1,40,2,28,13,0,3,64,2,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,32,1,40,2,0,34,0,41,2,8,33,56,32,0,47,1,0,33,0,32,11,32,2,40,2,4,54,2,132,1,32,11,32,0,54,2,136,1,32,11,32,56,55,2,140,1,32,11,32,15,54,2,128,1,32,25,65,128,8,35,1,65,185,1,106,32,11,65,128,1,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,25,32,0,17,3,0,11,32,25,33,2,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,65,0,33,50,35,0,65,224,3,107,34,6,36,0,32,15,65,5,116,34,18,32,5,40,2,132,9,40,2,0,106,34,0,40,2,16,33,45,32,0,40,2,12,33,27,32,0,40,2,0,34,0,40,2,4,33,39,32,0,47,1,0,33,14,32,6,66,0,55,3,248,2,32,6,65,0,54,2,240,2,32,6,66,0,55,3,232,2,2,64,32,12,65,1,113,4,64,2,64,32,5,40,2,248,9,34,2,69,13,0,32,5,65,244,9,106,33,16,32,5,65,132,1,106,33,1,32,27,65,48,106,33,20,32,27,69,32,27,114,65,1,113,33,9,3,64,32,16,40,2,0,32,2,65,4,116,106,34,2,65,16,107,40,2,0,34,0,69,13,1,32,0,65,8,118,33,22,32,2,65,12,107,40,2,0,33,3,32,2,65,4,107,40,2,0,33,19,2,127,32,0,65,1,113,34,17,4,64,32,3,65,16,118,65,255,1,113,32,3,65,24,118,106,33,10,32,22,65,255,1,113,12,1,11,32,0,40,2,16,32,0,40,2,4,106,33,10,32,0,47,1,40,11,33,2,32,19,32,39,75,4,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,3,11,32,5,40,2,160,9,33,3,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,3,40,2,8,32,3,40,2,4,106,32,0,77,13,0,32,3,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,144,2,32,1,65,128,8,35,1,65,235,6,106,32,6,65,144,2,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,5,40,2,140,10,69,13,2,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,5,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,10,32,19,106,65,127,32,2,65,255,255,3,113,27,33,13,2,64,2,64,2,64,32,19,32,39,73,4,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,4,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,17,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,4,40,2,8,32,4,40,2,4,106,32,3,77,13,0,32,4,40,2,56,32,3,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,160,2,32,1,65,128,8,35,1,65,206,6,106,32,6,65,160,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,35,1,65,148,12,106,33,8,2,64,32,5,40,2,128,10,34,2,69,13,0,32,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,8,32,2,65,48,106,32,2,40,2,36,27,33,8,11,32,8,40,2,24,33,7,2,64,2,64,2,64,2,127,35,1,65,148,12,106,34,2,32,9,13,0,26,32,2,32,27,45,0,44,65,192,0,113,69,13,0,26,32,2,32,20,32,27,40,2,36,27,11,34,4,40,2,24,34,2,65,25,79,4,64,32,2,32,7,71,13,2,32,8,40,2,0,33,8,32,4,40,2,0,33,4,12,1,11,32,2,32,7,71,13,1,11,32,8,32,4,32,2,16,18,69,13,1,11,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,3,11,32,5,40,2,160,9,33,4,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,17,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,4,40,2,8,32,4,40,2,4,106,32,3,77,13,0,32,4,40,2,56,32,3,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,224,2,32,1,65,128,8,35,1,65,252,5,106,32,6,65,224,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,2,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,5,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,2,64,2,64,2,127,2,64,2,64,2,64,32,17,4,64,32,0,65,16,113,69,13,1,35,1,65,196,3,106,12,4,11,35,1,65,196,3,106,32,0,47,1,44,34,2,65,32,113,13,3,26,32,0,47,1,40,65,255,255,3,71,13,1,35,1,65,226,7,106,12,3,11,32,0,65,32,113,69,13,1,35,1,65,142,8,106,12,2,11,35,1,65,142,8,106,32,2,65,128,4,113,13,1,26,32,2,65,24,113,69,13,0,35,1,65,208,8,106,12,1,11,32,5,40,2,192,10,34,8,32,5,40,2,164,10,34,7,79,13,1,32,5,40,2,160,10,33,4,3,64,32,19,32,4,32,8,65,24,108,106,34,2,40,2,20,79,4,64,32,7,32,8,65,1,106,34,8,71,13,1,12,3,11,11,32,2,40,2,16,32,13,79,13,1,35,1,65,219,8,106,11,33,3,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,8,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,17,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,8,40,2,8,32,8,40,2,4,106,32,4,77,13,0,32,8,40,2,56,32,4,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,180,2,32,6,32,3,54,2,176,2,32,1,65,128,8,35,1,65,138,7,106,32,6,65,176,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,6,32,3,54,2,148,3,32,6,32,0,54,2,144,3,32,6,2,127,2,64,32,0,65,1,113,4,64,32,22,65,255,1,113,33,10,12,1,11,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,34,10,65,254,255,3,73,13,0,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,1,11,2,64,2,64,32,5,40,2,160,9,34,18,40,2,24,34,2,32,14,77,4,64,32,18,40,2,44,32,18,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,9,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,4,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,20,4,127,32,2,32,20,65,1,116,106,65,0,33,8,3,64,32,2,47,1,0,32,10,70,13,4,32,2,65,2,106,33,2,32,8,65,1,106,34,8,32,20,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,4,65,1,106,34,4,32,9,71,13,0,11,12,2,11,32,18,40,2,40,32,18,40,2,4,32,14,108,65,1,116,106,32,10,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,18,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,11,54,2,232,2,32,6,32,6,41,2,144,3,55,3,216,2,32,5,32,14,32,6,65,216,2,106,32,6,65,232,2,106,16,82,33,2,32,5,40,2,96,33,4,2,64,32,2,69,4,64,32,4,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,4,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,4,40,2,8,32,4,40,2,4,106,32,0,77,13,0,32,4,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,10,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,4,40,2,8,32,4,40,2,4,106,32,10,77,13,0,32,4,40,2,56,32,10,65,2,116,106,40,2,0,33,3,11,32,6,32,3,54,2,212,2,32,6,32,2,54,2,208,2,32,1,65,128,8,35,1,65,145,5,106,32,6,65,208,2,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,2,64,32,4,69,4,64,32,5,40,2,140,10,69,13,1,11,32,5,40,2,160,9,33,8,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,8,40,2,8,32,8,40,2,4,106,32,4,77,13,0,32,8,40,2,56,32,4,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,192,2,32,1,65,128,8,35,1,65,185,6,106,32,6,65,192,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,50,32,0,65,1,113,13,8,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,12,8,11,2,64,32,5,40,2,244,9,34,1,32,5,40,2,248,9,34,3,65,4,116,106,34,0,65,16,107,40,2,0,34,2,65,1,113,13,0,3,64,32,2,40,2,36,34,8,69,13,1,32,0,65,4,107,40,2,0,33,4,32,5,32,3,65,1,106,34,7,32,5,40,2,252,9,34,0,75,4,127,32,1,65,8,32,0,65,1,116,34,0,32,7,32,0,32,7,75,27,34,0,32,0,65,8,77,27,34,0,65,4,116,35,6,40,2,0,17,1,0,33,1,32,5,32,0,54,2,252,9,32,5,32,1,54,2,244,9,32,2,40,2,36,33,8,32,5,40,2,248,9,34,3,65,1,106,5,32,7,11,54,2,248,9,32,2,32,8,65,3,116,107,41,2,0,33,56,32,1,32,3,65,4,116,106,34,0,32,4,54,2,12,32,0,65,0,54,2,8,32,0,32,56,55,2,0,32,5,40,2,244,9,34,1,32,5,40,2,248,9,34,3,65,4,116,106,34,0,65,16,107,40,2,0,34,2,65,1,113,69,13,0,11,11,32,16,16,39,12,5,11,2,64,32,5,40,2,244,9,34,3,32,5,40,2,248,9,34,8,65,4,116,106,34,2,65,16,107,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,13,69,13,0,32,2,65,4,107,40,2,0,33,4,32,8,65,1,106,34,10,32,5,40,2,252,9,34,2,75,4,64,32,3,65,8,32,2,65,1,116,34,2,32,10,32,2,32,10,75,27,34,2,32,2,65,8,77,27,34,2,65,4,116,35,6,40,2,0,17,1,0,33,3,32,5,32,2,54,2,252,9,32,5,32,3,54,2,244,9,32,5,40,2,248,9,34,8,65,1,106,33,10,32,7,40,2,36,33,13,11,32,5,32,10,54,2,248,9,32,7,32,13,65,3,116,107,41,2,0,33,56,32,3,32,8,65,4,116,106,34,2,32,4,54,2,12,32,2,65,0,54,2,8,32,2,32,56,55,2,0,12,3,11,32,16,16,39,32,5,32,15,16,81,26,32,5,40,2,132,9,40,2,0,32,18,106,40,2,0,47,1,0,33,14,12,2,11,32,13,32,39,77,13,0,32,5,40,2,244,9,34,3,32,5,40,2,248,9,34,8,65,4,116,106,34,2,65,16,107,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,13,69,13,0,32,2,65,4,107,40,2,0,33,4,32,8,65,1,106,34,10,32,5,40,2,252,9,34,2,75,4,64,32,3,65,8,32,2,65,1,116,34,2,32,10,32,2,32,10,75,27,34,2,32,2,65,8,77,27,34,2,65,4,116,35,6,40,2,0,17,1,0,33,3,32,5,32,2,54,2,252,9,32,5,32,3,54,2,244,9,32,5,40,2,248,9,34,8,65,1,106,33,10,32,7,40,2,36,33,13,11,32,5,32,10,54,2,248,9,32,7,32,13,65,3,116,107,41,2,0,33,56,32,3,32,8,65,4,116,106,34,2,32,4,54,2,12,32,2,65,0,54,2,8,32,2,32,56,55,2,0,12,1,11,32,16,16,39,11,32,5,40,2,248,9,34,2,13,0,11,32,6,32,0,54,2,144,3,11,32,6,66,0,55,3,248,2,11,2,64,32,5,40,2,224,9,34,8,69,13,0,65,0,33,0,2,64,32,5,40,2,240,9,32,39,71,13,0,35,1,65,148,12,106,34,0,33,3,2,64,32,5,40,2,232,9,34,1,69,13,0,32,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,0,32,1,65,48,106,32,1,40,2,36,27,33,3,11,35,1,65,148,12,106,34,0,33,1,2,64,32,27,69,13,0,32,27,65,1,113,13,0,32,27,45,0,44,65,192,0,113,69,13,0,32,0,32,27,65,48,106,32,27,40,2,36,27,33,1,11,32,3,40,2,24,33,2,2,64,32,1,40,2,24,34,4,65,25,79,4,64,65,0,33,0,32,2,32,4,71,13,2,32,3,40,2,0,33,3,32,1,40,2,0,33,1,12,1,11,65,0,33,0,32,2,32,4,71,13,1,11,32,3,32,1,32,4,16,18,13,0,32,5,65,224,9,106,33,7,32,5,40,2,160,9,33,9,32,6,2,127,2,64,32,8,65,1,113,4,64,32,8,65,128,254,3,113,65,8,118,33,1,12,1,11,32,8,47,1,40,34,1,65,254,255,3,73,13,0,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,1,11,2,64,2,64,32,9,40,2,24,34,0,32,14,77,4,64,32,9,40,2,44,32,9,40,2,48,32,14,32,0,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,4,69,4,64,65,0,33,2,12,3,11,32,0,65,2,106,33,10,65,0,33,13,3,64,32,10,65,4,106,33,2,32,10,47,1,2,34,8,4,127,32,2,32,8,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,1,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,8,71,13,0,11,5,32,2,11,33,10,65,0,33,2,32,13,65,1,106,34,13,32,4,71,13,0,11,12,2,11,32,9,40,2,40,32,9,40,2,4,32,14,108,65,1,116,106,32,1,65,1,116,106,47,1,0,33,2,12,1,11,32,10,47,1,0,33,2,11,32,6,32,9,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,0,45,0,0,54,2,236,2,32,6,32,0,45,0,1,58,0,240,2,32,0,65,8,106,11,54,2,232,2,32,6,32,7,41,2,0,55,3,136,2,32,5,32,14,32,6,65,136,2,106,32,6,65,232,2,106,16,82,69,13,1,32,7,40,2,0,34,0,65,1,113,69,4,64,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,32,7,40,2,0,33,0,11,32,5,40,2,228,9,33,3,12,2,11,65,0,33,3,12,1,11,65,0,33,0,65,0,33,3,11,32,6,32,3,54,2,252,2,32,6,32,0,54,2,248,2,32,5,65,180,10,106,33,21,32,5,65,232,9,106,33,30,32,5,65,224,9,106,33,34,32,5,65,136,9,106,33,33,32,5,65,132,1,106,33,1,32,0,65,8,118,33,17,32,0,69,33,2,32,27,69,32,27,114,65,1,113,33,24,32,15,65,5,116,33,46,32,5,65,64,107,33,51,2,64,3,64,32,14,69,33,20,32,14,65,6,108,33,52,32,14,65,2,116,33,22,2,64,32,6,2,127,2,64,3,64,32,2,65,1,113,4,64,2,64,2,64,32,5,40,2,160,9,34,0,40,2,88,32,22,32,52,32,0,40,2,0,65,15,73,27,106,34,0,47,1,0,34,4,65,255,255,3,70,4,64,2,64,2,64,32,5,40,2,96,34,0,69,4,64,32,5,40,2,140,10,13,1,65,0,33,2,12,4,11,32,1,35,1,65,251,9,106,34,2,41,0,0,55,0,0,32,1,32,2,41,0,30,55,0,30,32,1,32,2,41,0,24,55,0,24,32,1,32,2,41,0,16,55,0,16,32,1,32,2,41,0,8,55,0,8,65,0,33,2,32,5,40,2,92,65,0,32,1,32,0,17,3,0,32,5,40,2,140,10,69,13,3,12,1,11,32,1,35,1,65,251,9,106,34,0,41,0,0,55,0,0,32,1,32,0,41,0,30,55,0,30,32,1,32,0,41,0,24,55,0,24,32,1,32,0,41,0,16,55,0,16,32,1,32,0,41,0,8,55,0,8,11,32,1,33,3,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,69,13,4,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,0,47,1,2,33,47,32,5,40,2,132,9,40,2,0,32,46,106,34,0,40,2,12,33,37,32,0,40,2,0,34,0,41,2,8,33,58,32,0,40,2,4,34,8,33,0,32,5,40,2,32,32,8,71,4,64,65,0,33,2,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,58,55,2,36,32,5,32,8,54,2,32,32,5,40,2,68,33,9,2,64,2,127,32,5,40,2,100,34,13,4,64,3,64,2,64,32,9,32,2,65,24,108,106,34,7,40,2,20,34,0,32,8,77,13,0,32,0,32,7,40,2,16,34,3,77,13,0,32,3,32,8,34,0,79,4,64,32,5,32,7,41,2,0,55,2,36,32,5,32,3,54,2,32,32,3,33,0,11,32,5,32,2,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,0,32,5,40,2,108,34,3,73,13,3,26,65,0,34,2,32,0,32,5,40,2,112,32,3,106,79,13,3,26,12,4,11,32,2,65,1,106,34,2,32,13,71,13,0,11,11,32,5,32,13,54,2,104,32,9,32,13,65,24,108,106,34,2,65,4,107,40,2,0,33,0,32,5,32,2,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,11,32,37,65,48,106,33,53,65,0,33,13,32,37,69,32,37,114,65,1,113,33,18,65,0,33,9,65,0,33,42,65,0,33,31,65,0,33,48,65,0,33,43,65,0,33,44,65,0,33,23,65,0,33,28,65,0,33,35,65,0,33,49,32,20,33,17,2,127,2,64,2,64,2,64,2,127,3,64,2,64,32,5,41,2,36,34,59,66,32,136,167,33,32,32,5,40,2,96,33,2,32,59,167,33,16,2,64,32,47,4,127,32,5,41,2,124,33,57,2,64,32,2,69,4,64,32,5,40,2,140,10,69,13,1,11,32,6,32,32,54,2,248,1,32,6,32,16,54,2,244,1,32,6,32,47,54,2,240,1,32,1,65,128,8,35,1,65,231,0,106,32,6,65,240,1,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,5,16,65,65,0,33,2,32,5,40,2,136,10,2,127,32,37,69,4,64,65,0,33,10,65,0,12,1,11,32,53,32,37,40,2,72,34,10,65,25,73,13,0,26,32,53,40,2,0,11,32,10,32,5,40,2,160,9,40,2,128,1,17,3,0,32,5,40,2,136,10,32,5,32,5,40,2,160,9,34,3,40,2,104,32,3,40,2,16,32,47,108,106,32,3,40,2,120,17,4,0,33,3,32,5,45,0,196,10,13,9,2,64,32,5,40,2,56,34,2,13,0,32,51,40,2,0,69,13,0,2,64,32,5,40,2,104,34,2,32,5,40,2,100,70,13,0,32,2,69,13,0,32,5,40,2,32,32,5,40,2,68,32,2,65,24,108,106,34,7,40,2,16,71,13,0,32,7,65,4,107,40,2,0,33,2,32,5,32,7,65,16,107,41,2,0,55,2,60,32,5,32,2,54,2,56,12,1,11,32,5,32,5,41,2,32,34,56,55,2,56,32,5,32,5,40,2,40,54,2,64,32,56,167,33,2,11,32,5,40,2,44,32,2,75,4,64,32,5,32,5,41,2,56,55,2,44,32,5,32,5,40,2,64,54,2,52,11,32,5,40,2,32,65,5,65,1,32,5,40,2,0,65,127,70,27,106,34,2,32,13,32,2,32,13,75,27,33,13,2,64,32,3,69,13,0,32,5,40,2,136,10,32,1,32,5,40,2,160,9,40,2,124,17,1,0,33,28,32,28,2,127,35,1,65,148,12,106,34,2,32,18,13,0,26,32,2,32,37,45,0,44,65,192,0,113,69,13,0,26,32,2,32,53,32,37,40,2,36,27,11,34,2,40,2,24,71,4,64,65,1,33,23,12,4,11,32,28,65,25,79,4,127,32,2,40,2,0,5,32,2,11,32,1,32,28,16,18,34,2,65,0,71,33,23,32,5,40,2,56,32,0,75,13,3,32,2,13,3,32,5,40,2,160,9,34,26,32,14,32,26,40,2,108,32,5,47,1,4,65,1,116,106,47,1,0,34,19,16,42,33,10,2,64,32,17,65,1,113,13,0,2,64,32,5,40,2,132,9,40,2,0,32,46,106,34,7,40,2,0,34,2,40,2,152,1,69,13,0,3,64,32,2,47,1,144,1,69,13,2,32,2,40,2,20,34,40,69,13,2,2,127,32,40,65,1,113,34,3,4,64,32,2,45,0,27,32,2,47,1,24,32,2,45,0,26,65,16,116,114,65,128,128,252,7,113,65,16,118,106,12,1,11,32,40,40,2,16,32,40,40,2,4,106,11,13,1,32,2,40,2,156,1,32,7,40,2,8,77,13,2,2,64,32,3,4,64,32,40,65,32,113,69,13,1,12,4,11,32,40,45,0,45,65,2,113,13,3,32,40,40,2,32,13,3,11,32,2,40,2,16,34,2,13,0,11,12,1,11,32,10,32,14,71,13,4,11,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,19,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,26,40,2,8,32,26,40,2,4,106,32,19,77,13,0,32,26,40,2,56,32,19,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,224,1,32,1,65,128,8,35,1,65,214,5,106,32,6,65,224,1,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,5,40,2,32,32,0,71,4,64,65,0,33,2,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,59,55,2,36,32,5,32,0,54,2,32,32,5,40,2,68,33,19,2,64,2,127,32,5,40,2,100,34,26,4,64,3,64,2,64,32,19,32,2,65,24,108,106,34,10,40,2,20,34,7,32,0,77,13,0,32,7,32,10,40,2,16,34,3,77,13,0,32,0,32,3,77,4,64,32,5,32,10,41,2,0,55,2,36,32,5,32,3,54,2,32,32,3,33,0,11,32,5,32,2,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,0,32,5,40,2,108,34,3,73,13,3,26,65,0,34,2,32,0,32,5,40,2,112,32,3,106,79,13,3,26,12,4,11,32,2,65,1,106,34,2,32,26,71,13,0,11,11,32,5,32,26,54,2,104,32,19,32,26,65,24,108,106,34,2,65,4,107,40,2,0,33,0,32,5,32,2,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,11,32,5,32,57,55,2,124,32,5,40,2,96,5,32,2,11,69,4,64,32,5,40,2,140,10,69,13,1,11,32,6,32,32,54,2,216,1,32,6,32,16,54,2,212,1,32,6,32,4,65,255,255,3,113,54,2,208,1,32,1,65,128,8,35,1,65,144,1,106,32,6,65,208,1,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,5,16,65,32,5,32,4,65,255,255,3,113,32,5,40,2,160,9,40,2,92,17,1,0,33,7,2,64,32,5,40,2,56,34,2,13,0,32,51,40,2,0,69,13,0,2,64,32,5,40,2,104,34,0,32,5,40,2,100,70,13,0,32,0,69,13,0,32,5,40,2,32,32,5,40,2,68,32,0,65,24,108,106,34,0,40,2,16,71,13,0,32,0,65,4,107,40,2,0,33,2,32,5,32,0,65,16,107,41,2,0,55,2,60,32,5,32,2,54,2,56,12,1,11,32,5,32,5,41,2,32,34,56,55,2,56,32,5,32,5,40,2,40,54,2,64,32,56,167,33,2,11,32,5,40,2,44,32,2,75,4,64,32,5,32,5,41,2,56,55,2,44,32,5,32,5,40,2,64,54,2,52,11,32,5,40,2,32,34,0,65,5,65,1,32,5,40,2,0,65,127,70,27,106,34,3,32,13,32,3,32,13,75,27,33,13,2,64,2,64,32,7,69,4,64,32,17,65,1,113,69,4,64,32,0,32,8,70,32,5,40,2,160,9,40,2,88,34,0,47,1,2,33,47,32,0,47,1,0,33,4,65,1,33,17,32,8,33,0,13,5,65,0,33,2,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,58,55,2,36,32,5,32,0,54,2,32,32,5,40,2,68,33,10,2,64,2,127,32,5,40,2,100,34,19,4,64,3,64,2,64,32,10,32,2,65,24,108,106,34,7,40,2,20,34,0,32,8,77,13,0,32,0,32,7,40,2,16,34,3,77,13,0,32,3,32,8,34,0,79,4,64,32,5,32,7,41,2,0,55,2,36,32,5,32,3,54,2,32,32,3,33,0,11,32,5,32,2,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,0,32,5,40,2,108,34,3,73,13,3,26,65,0,34,2,32,0,32,5,40,2,112,32,3,106,79,13,3,26,12,4,11,32,2,65,1,106,34,2,32,19,71,13,0,11,11,32,5,32,19,54,2,104,32,10,32,19,65,24,108,106,34,2,65,4,107,40,2,0,33,0,32,5,32,2,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,12,5,11,32,49,13,2,2,64,32,5,40,2,96,34,2,69,4,64,32,5,40,2,140,10,69,13,3,32,1,35,1,34,2,65,235,7,106,34,0,41,0,0,55,0,0,32,1,32,0,40,0,24,54,0,24,32,1,32,2,41,0,251,7,55,0,16,32,1,32,2,41,0,243,7,55,0,8,12,1,11,32,1,35,1,34,3,65,235,7,106,34,0,41,0,0,55,0,0,32,1,32,0,40,0,24,54,0,24,32,1,32,3,41,0,251,7,55,0,16,32,1,32,3,41,0,243,7,55,0,8,32,5,40,2,92,65,0,32,1,32,2,17,3,0,32,5,40,2,140,10,69,13,2,11,32,1,33,3,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,65,0,33,10,65,0,32,49,69,13,4,26,12,5,11,32,5,40,2,32,33,0,32,5,40,2,0,33,35,32,5,40,2,44,34,9,33,48,32,5,40,2,52,34,42,33,43,32,5,40,2,48,34,31,33,44,11,32,0,32,9,70,4,64,32,5,32,5,40,2,24,17,0,0,4,64,32,5,65,255,255,3,59,1,4,32,0,33,9,12,5,11,32,5,65,0,32,5,40,2,8,17,5,0,32,5,40,2,32,33,0,11,32,5,40,2,40,33,43,32,5,40,2,36,33,44,65,1,33,49,32,0,33,9,65,1,33,17,12,1,11,11,32,49,13,1,32,5,40,2,56,33,2,32,5,45,0,120,33,10,65,1,11,33,18,32,5,47,1,4,33,4,32,5,40,2,48,33,17,32,5,40,2,52,33,9,32,6,32,5,40,2,44,34,0,32,8,107,34,3,65,0,32,0,32,3,79,27,54,2,144,3,32,6,32,9,32,9,32,58,66,32,136,167,107,34,3,65,0,32,3,32,9,77,27,32,17,32,58,167,34,3,75,27,173,66,32,134,32,17,32,3,107,34,3,65,0,32,3,32,17,77,27,173,132,55,2,148,3,32,51,40,2,0,33,7,32,5,40,2,60,33,8,32,6,32,2,32,0,107,34,3,65,0,32,2,32,3,79,27,54,2,128,3,32,6,32,8,32,17,107,34,3,65,0,32,3,32,8,77,27,173,32,7,32,7,32,9,107,34,3,65,0,32,3,32,7,77,27,32,8,32,17,75,27,173,66,32,134,132,55,2,132,3,32,13,32,2,107,33,7,32,5,40,2,160,9,33,3,32,18,69,13,1,32,3,40,2,108,32,4,65,1,116,106,47,1,0,33,4,65,0,33,13,12,2,11,32,44,32,31,107,34,0,65,0,32,0,32,44,77,27,173,32,43,32,43,32,42,107,34,0,65,0,32,0,32,43,77,27,32,31,32,44,73,27,173,66,32,134,132,33,57,32,42,32,42,32,58,66,32,136,167,107,34,0,65,0,32,0,32,42,77,27,32,31,32,58,167,34,0,75,27,173,66,32,134,32,31,32,0,107,34,0,65,0,32,0,32,31,77,27,173,132,33,56,32,9,32,48,107,34,0,65,0,32,0,32,9,77,27,33,7,32,48,32,8,107,34,0,65,0,32,0,32,48,77,27,33,4,32,13,32,9,107,33,3,2,127,32,5,40,2,140,9,34,0,4,64,32,5,32,0,65,1,107,34,0,54,2,140,9,32,5,40,2,136,9,32,0,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,33,0,32,6,66,0,55,3,152,3,32,6,66,0,55,3,160,3,65,0,33,2,32,6,65,0,54,2,168,3,32,6,65,1,54,2,212,3,32,6,32,4,54,2,208,3,32,6,32,56,55,3,128,3,32,6,32,7,54,2,200,3,32,6,32,57,55,3,216,3,32,6,32,3,54,2,196,3,32,6,65,0,54,2,192,3,32,6,65,0,54,2,188,3,32,6,65,255,255,3,59,1,184,3,32,6,32,14,59,1,182,3,32,6,65,3,59,1,180,3,32,6,65,0,59,1,178,3,32,6,66,0,55,3,144,3,32,0,32,6,40,2,212,3,54,2,0,32,0,32,6,40,2,208,3,54,2,4,32,0,32,6,41,3,128,3,55,2,8,32,0,32,6,40,2,200,3,54,2,16,32,0,32,6,41,3,216,3,55,2,20,32,0,32,6,40,2,196,3,54,2,28,32,0,32,6,40,2,192,3,54,2,32,32,0,32,6,40,2,188,3,54,2,36,32,0,32,6,47,1,184,3,59,1,40,32,0,32,6,47,1,182,3,59,1,42,32,0,32,6,47,1,180,3,34,3,59,1,44,32,0,32,6,47,1,178,3,59,1,46,32,0,32,6,40,2,168,3,54,2,72,32,0,65,64,107,32,6,41,3,160,3,55,2,0,32,0,32,6,41,3,152,3,55,2,56,32,0,32,6,41,3,144,3,55,2,48,32,0,32,35,54,2,48,32,0,32,3,65,24,114,59,1,44,65,0,33,4,65,0,33,10,32,0,33,7,32,0,65,8,118,12,2,11,65,0,33,13,32,4,69,13,0,32,4,32,3,47,1,100,71,13,0,32,5,40,2,32,32,0,71,4,64,65,0,33,3,32,5,65,0,58,0,128,1,32,5,65,0,54,2,124,32,5,32,0,54,2,32,32,5,32,5,41,2,48,55,2,36,32,5,40,2,68,33,19,2,64,2,127,32,5,40,2,100,34,16,4,64,3,64,2,64,32,19,32,3,65,24,108,106,34,17,40,2,20,34,9,32,0,77,13,0,32,9,32,17,40,2,16,34,8,77,13,0,32,0,32,8,77,4,64,32,5,32,17,41,2,0,55,2,36,32,5,32,8,54,2,32,32,8,33,0,11,32,5,32,3,54,2,104,32,5,40,2,72,69,4,64,65,0,33,3,12,5,11,65,0,32,0,32,5,40,2,108,34,8,73,13,3,26,65,0,34,3,32,0,32,5,40,2,112,32,8,106,79,13,3,26,12,4,11,32,3,65,1,106,34,3,32,16,71,13,0,11,11,32,5,32,16,54,2,104,32,19,32,16,65,24,108,106,34,3,65,4,107,40,2,0,33,0,32,5,32,3,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,3,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,3,54,2,116,11,32,5,16,65,32,5,65,0,32,5,40,2,160,9,40,2,96,17,1,0,69,4,64,32,5,40,2,160,9,33,3,12,1,11,32,5,40,2,160,9,33,3,65,1,33,13,32,5,40,2,56,32,2,71,13,0,32,5,47,1,4,33,8,2,64,2,64,32,3,40,2,24,34,0,32,14,77,4,64,32,3,40,2,44,32,3,40,2,48,32,14,32,0,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,16,69,13,2,32,0,65,2,106,33,0,65,0,33,17,3,64,32,0,65,4,106,33,2,32,0,47,1,2,34,32,4,127,32,2,32,32,65,1,116,106,65,0,33,9,3,64,32,2,47,1,0,32,8,70,13,4,32,2,65,2,106,33,2,32,9,65,1,106,34,9,32,32,71,13,0,11,5,32,2,11,33,0,32,17,65,1,106,34,17,32,16,71,13,0,11,12,2,11,32,3,40,2,40,32,3,40,2,4,32,14,108,65,1,116,106,32,8,65,1,116,106,33,0,11,32,0,47,1,0,69,13,0,32,8,33,4,12,1,11,32,3,40,2,0,65,15,73,13,0,32,3,40,2,88,32,52,106,47,1,4,34,0,69,13,0,32,3,47,1,144,1,34,2,69,13,0,32,2,32,0,32,2,108,34,2,106,33,17,32,3,40,2,140,1,33,9,3,64,32,8,32,9,32,2,65,1,116,106,47,1,0,34,0,70,4,64,32,8,33,4,12,2,11,32,0,69,13,1,32,2,65,1,106,34,2,32,17,73,13,0,11,11,32,6,32,6,40,2,152,3,54,2,200,1,32,6,32,6,40,2,136,3,54,2,184,1,32,6,32,6,41,2,144,3,55,3,192,1,32,6,32,6,41,2,128,3,55,3,176,1,32,7,33,0,32,10,65,1,113,33,17,65,0,33,10,35,0,65,224,0,107,34,16,36,0,65,1,33,7,65,1,33,9,2,64,2,64,2,64,2,64,32,4,65,255,255,3,113,34,19,65,254,255,3,107,14,2,1,2,0,11,32,3,40,2,72,32,19,65,3,108,106,34,2,45,0,1,33,9,32,2,45,0,0,33,7,32,19,69,33,10,32,19,65,255,1,75,13,1,32,18,13,1,32,0,65,15,75,13,1,32,6,40,2,192,1,34,8,65,254,1,75,13,1,32,6,40,2,196,1,34,4,65,15,75,13,1,32,6,40,2,200,1,34,3,65,254,1,75,13,1,32,6,40,2,176,1,34,2,65,254,1,75,13,1,32,6,40,2,180,1,13,1,32,6,40,2,184,1,65,254,1,75,13,1,32,6,32,2,58,0,223,3,32,6,32,8,58,0,222,3,32,6,32,3,58,0,220,3,32,6,32,14,59,1,218,3,32,6,32,19,58,0,217,3,32,6,32,4,65,15,113,32,0,65,4,116,114,58,0,221,3,32,6,32,9,65,2,116,65,0,65,8,32,19,27,106,65,192,0,65,0,32,13,27,106,32,7,65,1,116,106,65,1,114,58,0,216,3,12,2,11,65,0,33,7,65,0,33,9,11,2,127,32,33,40,2,4,34,2,4,64,32,33,32,2,65,1,107,34,2,54,2,4,32,33,40,2,0,32,2,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,33,2,32,16,65,1,54,2,92,32,16,32,6,40,2,200,1,54,2,88,32,16,32,6,41,2,192,1,55,3,80,32,16,32,6,40,2,184,1,54,2,72,32,6,41,2,176,1,33,56,32,16,66,0,55,3,16,32,16,66,0,55,3,24,32,16,65,0,54,2,32,32,16,32,56,55,3,64,32,16,32,0,54,2,60,32,16,65,0,54,2,56,32,16,65,0,54,2,52,32,16,32,19,59,1,48,32,16,32,14,59,1,46,32,16,65,0,59,1,42,32,16,66,0,55,3,8,32,16,32,9,65,1,116,32,7,106,65,255,1,113,65,128,2,65,0,32,17,27,65,192,0,65,0,32,18,27,114,65,128,8,65,0,32,13,27,114,65,4,65,0,32,10,27,114,114,59,1,44,32,2,32,16,40,2,92,54,2,0,32,2,32,16,40,2,88,54,2,12,32,2,32,16,41,3,80,55,2,4,32,2,32,16,40,2,72,54,2,24,32,2,32,16,41,3,64,55,2,16,32,2,32,16,40,2,60,54,2,28,32,2,32,16,40,2,56,54,2,32,32,2,32,16,40,2,52,54,2,36,32,2,32,16,47,1,48,59,1,40,32,2,32,16,47,1,46,59,1,42,32,2,32,16,47,1,44,59,1,44,32,2,32,16,47,1,42,59,1,46,32,2,32,16,40,2,32,54,2,72,32,2,65,64,107,32,16,41,3,24,55,2,0,32,2,32,16,41,3,16,55,2,56,32,2,32,16,41,3,8,55,2,48,32,6,65,0,54,2,220,3,32,6,32,2,54,2,216,3,11,32,16,65,224,0,106,36,0,32,6,41,3,216,3,34,56,66,48,136,167,32,6,40,2,220,3,33,2,32,6,40,2,216,3,33,0,32,56,167,33,7,32,18,4,64,32,7,32,28,54,2,72,32,7,65,48,106,33,8,32,28,65,25,79,4,64,32,8,32,28,35,7,40,2,0,17,0,0,34,8,54,2,0,11,32,28,4,64,32,8,32,1,32,28,252,10,0,0,11,32,7,32,7,47,1,44,65,255,254,3,113,65,128,1,65,0,32,23,27,114,59,1,44,11,32,56,66,56,136,167,33,10,65,255,1,113,33,4,32,56,66,8,136,167,11,33,3,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,8,35,1,65,171,10,106,33,13,2,64,2,64,2,64,32,7,65,1,113,4,127,32,3,65,255,1,113,5,32,7,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,13,12,1,11,32,8,40,2,56,32,3,65,2,116,106,40,2,0,33,13,11,32,1,35,1,65,201,10,106,34,3,41,0,0,55,0,0,32,1,32,3,41,0,13,55,0,13,32,1,32,3,41,0,8,55,0,8,65,0,33,8,65,20,33,3,2,64,32,13,45,0,0,34,9,69,13,0,3,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,9,65,255,1,113,34,18,65,9,107,14,5,0,1,2,3,4,5,11,32,1,32,3,106,65,220,232,1,59,0,0,32,3,65,2,106,12,5,11,32,1,32,3,106,65,220,220,1,59,0,0,32,3,65,2,106,12,4,11,32,1,32,3,106,65,220,236,1,59,0,0,32,3,65,2,106,12,3,11,32,1,32,3,106,65,220,204,1,59,0,0,32,3,65,2,106,12,2,11,32,1,32,3,106,65,220,228,1,59,0,0,32,3,65,2,106,12,1,11,32,18,65,220,0,70,4,64,32,1,32,3,106,65,220,184,1,59,0,0,32,3,65,2,106,12,1,11,32,1,32,3,106,32,9,58,0,0,32,3,65,1,106,11,33,3,32,13,32,8,65,1,106,34,8,106,45,0,0,34,9,69,13,1,32,3,65,128,8,72,13,0,11,11,65,128,8,32,3,107,33,8,32,1,32,3,106,32,6,32,7,65,1,113,4,127,32,4,32,10,106,5,32,7,40,2,16,32,7,40,2,4,106,11,54,2,160,1,32,8,35,1,65,159,2,106,32,6,65,160,1,106,16,11,26,32,5,40,2,96,34,3,4,64,32,5,40,2,92,65,0,32,1,32,3,17,3,0,11,32,1,33,9,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,9,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,69,13,4,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,9,45,0,0,33,3,11,32,3,192,32,5,40,2,140,10,16,9,32,9,65,1,106,33,9,12,0,11,0,11,65,0,33,0,11,32,6,32,2,54,2,252,2,32,6,32,0,54,2,248,2,32,5,45,0,196,10,4,64,65,0,33,2,12,7,11,32,6,2,127,2,64,32,0,4,64,32,0,65,1,113,69,4,64,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,11,32,24,69,4,64,32,27,32,27,40,2,0,65,1,106,54,2,0,32,27,40,2,0,26,11,32,34,40,2,0,4,64,32,6,32,34,41,2,0,55,3,152,1,32,33,32,6,65,152,1,106,16,10,11,32,30,40,2,0,4,64,32,6,32,30,41,2,0,55,3,144,1,32,33,32,6,65,144,1,106,16,10,11,32,5,32,39,54,2,240,9,32,5,32,2,54,2,228,9,32,5,32,0,54,2,224,9,32,5,32,45,54,2,236,9,32,5,32,27,54,2,232,9,32,5,40,2,160,9,33,18,32,6,45,0,248,2,34,0,65,1,113,4,64,32,6,45,0,249,2,34,17,33,9,12,2,11,32,6,40,2,248,2,34,0,65,8,118,33,17,32,0,47,1,40,34,9,65,254,255,3,73,13,1,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,2,11,32,0,65,8,118,33,17,2,64,2,64,32,5,40,2,160,9,34,9,40,2,24,34,2,32,14,77,4,64,32,9,40,2,44,32,9,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,8,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,10,65,0,33,13,3,64,32,10,65,4,106,33,2,32,10,47,1,2,34,7,4,127,32,2,32,7,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,69,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,7,71,13,0,11,5,32,2,11,33,10,65,0,33,2,32,13,65,1,106,34,13,32,8,71,13,0,11,12,2,11,32,9,40,2,40,32,9,40,2,4,32,14,108,65,1,116,106,47,1,0,33,2,12,1,11,32,10,47,1,0,33,2,11,32,6,32,9,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,12,1,11,2,64,2,64,32,18,40,2,24,34,2,32,14,77,4,64,32,18,40,2,44,32,18,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,8,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,7,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,10,4,127,32,2,32,10,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,10,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,7,65,1,106,34,7,32,8,71,13,0,11,12,2,11,32,18,40,2,40,32,18,40,2,4,32,14,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,18,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,11,54,2,232,2,11,32,5,32,39,54,2,184,10,32,5,32,5,45,0,198,10,58,0,188,10,32,5,32,5,40,2,148,10,65,1,106,34,2,65,0,32,2,65,227,0,77,27,34,2,54,2,148,10,2,64,32,2,13,0,32,5,40,2,176,10,34,2,69,13,0,32,21,32,2,17,0,0,69,13,0,65,0,33,2,32,6,40,2,248,2,69,13,6,32,6,32,6,41,3,248,2,55,3,136,1,32,33,32,6,65,136,1,106,16,10,12,6,11,2,64,32,6,40,2,236,2,34,18,69,13,0,32,6,40,2,248,2,34,0,65,8,118,33,17,65,0,33,3,65,127,33,10,32,6,40,2,232,2,33,7,65,0,33,9,3,64,32,7,32,9,65,3,116,106,34,2,46,1,4,33,19,32,2,47,1,2,33,8,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,2,45,0,0,14,4,0,1,2,3,6,11,32,19,65,128,2,113,13,5,32,5,40,2,96,33,3,32,19,65,1,113,4,64,2,64,32,3,69,4,64,32,14,33,8,32,5,40,2,140,10,69,13,14,32,1,35,1,65,239,9,106,34,2,41,0,0,55,0,0,32,1,32,2,40,0,8,54,0,8,12,1,11,32,1,35,1,65,239,9,106,34,2,41,0,0,55,0,0,32,1,32,2,40,0,8,54,0,8,32,5,40,2,92,65,0,32,1,32,3,17,3,0,32,14,33,8,32,5,40,2,140,10,69,13,13,11,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,32,14,33,8,12,15,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,3,69,4,64,32,5,40,2,140,10,69,13,12,11,32,6,32,8,54,2,96,32,1,65,128,8,35,1,65,169,2,106,32,6,65,224,0,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,5,40,2,140,10,69,13,11,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,69,13,14,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,2,47,1,6,33,4,32,2,45,0,1,33,13,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,4,11,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,8,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,5,40,2,160,9,34,3,40,2,8,32,3,40,2,4,106,32,8,77,13,0,32,3,40,2,56,32,8,65,2,116,106,40,2,0,33,2,11,32,6,32,13,54,2,116,32,6,32,2,54,2,112,32,1,65,128,8,35,1,65,29,106,32,6,65,240,0,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,3,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,6,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,2,64,32,5,40,2,96,34,2,69,4,64,32,5,40,2,140,10,69,13,3,32,1,35,1,34,0,40,0,130,3,54,0,0,32,1,32,0,40,0,133,3,54,0,3,12,1,11,32,1,35,1,34,0,40,0,130,3,54,0,0,32,1,32,0,40,0,133,3,54,0,3,32,5,40,2,92,65,0,32,1,32,2,17,3,0,32,5,40,2,140,10,69,13,2,11,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,2,2,64,32,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,5,32,6,65,248,2,106,65,0,32,5,65,244,9,106,16,55,11,32,6,32,6,41,3,248,2,55,3,128,1,32,5,32,15,32,6,65,128,1,106,16,83,32,50,69,13,10,32,5,65,244,9,106,16,39,12,10,11,32,6,32,6,41,3,248,2,55,3,120,32,5,32,15,32,6,65,248,0,106,16,79,65,1,33,2,12,9,11,65,1,33,3,32,10,32,5,32,15,32,8,32,13,32,19,32,4,32,18,65,1,71,32,0,69,16,78,34,2,32,2,65,127,70,27,33,10,11,32,9,65,1,106,34,9,32,18,71,13,0,11,32,10,65,127,71,4,64,32,5,40,2,132,9,32,10,32,15,16,38,32,5,40,2,140,10,34,0,4,64,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,11,32,6,40,2,248,2,34,0,65,8,118,33,17,32,5,40,2,132,9,40,2,0,32,46,106,40,2,0,47,1,0,33,14,65,1,33,2,32,0,69,13,6,32,5,40,2,160,9,33,20,32,0,65,1,113,4,64,32,17,65,255,1,113,33,9,12,4,11,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,34,9,65,254,255,3,73,13,3,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,4,11,32,3,65,1,113,69,13,0,32,6,40,2,248,2,4,64,32,6,32,6,41,3,248,2,55,3,48,32,33,32,6,65,48,106,16,10,11,32,5,40,2,132,9,40,2,0,32,15,65,5,116,106,65,2,54,2,28,65,1,33,2,12,6,11,2,64,2,64,2,64,32,0,65,1,113,34,19,4,64,65,1,33,2,32,0,65,192,0,113,13,1,32,0,33,4,12,3,11,32,6,40,2,248,2,34,4,65,8,118,33,17,65,0,33,2,32,4,45,0,45,65,4,113,69,13,2,32,4,47,1,40,34,8,32,5,40,2,160,9,34,10,47,1,100,34,9,71,13,1,12,2,11,32,5,40,2,160,9,34,10,47,1,100,34,9,32,17,65,255,1,113,70,4,64,32,0,33,4,12,2,11,32,17,65,255,1,113,33,8,32,0,33,4,11,2,64,32,10,40,2,0,65,15,73,13,0,32,10,40,2,88,32,52,106,47,1,4,34,2,69,13,0,32,10,47,1,144,1,34,3,69,13,0,32,3,32,2,32,3,108,34,2,106,33,13,32,10,40,2,140,1,33,7,3,64,32,8,32,7,32,2,65,1,116,106,47,1,0,34,3,70,4,64,32,0,33,2,12,3,11,32,3,69,13,1,32,2,65,1,106,34,2,32,13,73,13,0,11,11,32,9,65,254,255,3,79,4,64,32,6,65,0,58,0,240,2,32,6,66,0,55,3,232,2,32,0,33,2,12,1,11,2,64,2,64,32,10,40,2,24,34,2,32,14,77,4,64,32,10,40,2,44,32,10,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,18,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,7,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,16,4,127,32,2,32,16,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,16,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,7,65,1,106,34,7,32,18,71,13,0,11,12,2,11,32,10,40,2,40,32,10,40,2,4,32,14,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,10,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,8,45,0,0,34,3,54,2,236,2,32,8,45,0,1,33,2,32,6,32,8,65,8,106,54,2,232,2,32,6,32,2,58,0,240,2,32,3,69,4,64,32,0,33,2,12,1,11,2,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,19,4,127,32,17,65,255,1,113,5,32,6,40,2,248,2,47,1,40,11,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,10,40,2,8,32,10,40,2,4,106,32,0,77,13,0,32,10,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,32,6,32,9,32,10,40,2,8,32,10,40,2,4,106,73,4,127,32,10,40,2,56,32,9,65,2,116,106,40,2,0,5,65,0,11,54,2,36,32,6,32,2,54,2,32,32,1,65,128,8,35,1,65,208,3,106,32,6,65,32,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,6,32,6,41,3,248,2,34,56,55,3,128,3,32,56,66,32,136,33,57,2,64,32,56,167,34,3,65,1,113,4,64,32,3,33,0,12,1,11,32,3,34,0,40,2,0,65,1,70,13,0,32,0,40,2,36,65,3,116,65,204,0,106,34,2,35,7,40,2,0,17,0,0,33,8,32,2,4,64,32,8,32,0,32,0,40,2,36,65,3,116,107,32,2,252,10,0,0,11,32,8,32,3,40,2,36,34,9,65,3,116,106,33,0,65,0,33,2,2,64,32,9,4,64,3,64,32,8,32,2,65,3,116,106,40,2,0,34,4,65,1,113,69,4,64,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,32,3,40,2,36,33,9,11,32,2,65,1,106,34,2,32,9,73,13,0,12,2,11,0,11,32,3,45,0,44,65,192,0,113,69,13,0,32,3,40,2,48,33,2,32,6,32,3,41,2,68,55,3,160,3,32,6,32,3,41,2,60,55,3,152,3,32,6,32,3,41,2,52,55,3,144,3,2,64,32,3,40,2,72,34,4,65,25,73,13,0,32,4,35,7,40,2,0,17,0,0,33,2,32,3,40,2,72,34,4,69,13,0,32,2,32,3,40,2,48,32,4,252,10,0,0,11,32,0,32,2,54,2,48,32,0,32,6,41,3,144,3,55,2,52,32,0,32,6,41,3,152,3,55,2,60,32,0,32,6,41,3,160,3,55,2,68,11,32,0,65,1,54,2,0,32,6,32,6,41,3,128,3,55,3,24,32,33,32,6,65,24,106,16,10,66,0,33,57,11,65,1,33,2,65,1,33,3,2,64,2,64,2,64,32,5,40,2,160,9,34,4,47,1,100,34,8,65,254,255,3,107,14,2,0,2,1,11,65,0,33,2,65,0,33,3,12,1,11,32,4,40,2,72,32,8,65,3,108,106,34,3,45,0,1,33,2,32,3,45,0,0,33,3,11,2,64,32,0,65,1,113,4,64,32,0,65,249,1,113,32,2,65,2,116,114,32,3,65,1,116,106,65,255,1,113,32,0,65,128,128,124,113,32,8,65,8,116,65,128,254,3,113,114,114,33,0,12,1,11,32,0,32,8,59,1,40,32,0,32,0,47,1,44,65,252,255,3,113,32,3,32,2,65,1,116,114,65,255,1,113,114,59,1,44,11,32,6,32,0,173,34,56,32,57,66,32,134,132,55,3,248,2,32,56,66,8,136,167,33,17,65,0,33,2,12,1,11,11,32,5,32,15,16,81,4,64,32,5,40,2,132,9,40,2,0,32,46,106,40,2,0,47,1,0,33,14,32,6,32,6,41,3,248,2,55,3,8,32,33,32,6,65,8,106,16,10,65,1,33,2,32,4,33,0,12,4,11,2,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,32,2,65,1,113,4,127,32,17,65,255,1,113,5,32,6,40,2,248,2,47,1,40,11,33,0,32,5,40,2,160,9,33,3,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,3,40,2,8,32,3,40,2,4,106,32,0,77,13,0,32,3,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,16,32,1,65,128,8,35,1,65,196,7,106,32,6,65,16,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,5,40,2,132,9,40,2,0,32,15,65,5,116,106,34,0,32,6,41,3,248,2,55,2,20,65,1,33,2,32,0,65,1,54,2,28,32,0,32,0,40,2,0,40,2,156,1,54,2,8,12,4,11,2,64,2,64,32,20,40,2,24,34,2,32,14,77,4,64,32,20,40,2,44,32,20,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,8,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,7,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,10,4,127,32,2,32,10,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,10,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,7,65,1,106,34,7,32,8,71,13,0,11,12,2,11,32,20,40,2,40,32,20,40,2,4,32,14,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,20,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,11,54,2,232,2,65,0,33,2,12,1,11,11,2,64,32,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,5,32,6,65,248,2,106,32,14,32,5,65,244,9,106,16,55,32,5,40,2,160,9,32,14,2,127,32,6,45,0,248,2,65,1,113,4,64,32,6,40,2,248,2,33,0,32,6,45,0,249,2,12,1,11,32,6,40,2,248,2,34,0,47,1,40,11,65,255,255,3,113,16,42,33,8,11,32,6,40,2,252,2,33,13,2,64,2,64,2,64,2,64,32,0,65,1,113,4,64,32,6,32,0,173,32,13,173,66,32,134,132,55,3,216,3,65,1,33,4,32,0,65,3,118,32,19,115,65,1,113,13,1,32,5,40,2,132,9,32,6,32,6,41,3,216,3,55,3,72,32,15,32,6,65,200,0,106,65,0,32,8,65,255,255,3,113,16,23,12,4,11,32,0,40,2,36,33,2,32,6,32,0,173,32,13,173,66,32,134,132,34,56,55,3,216,3,2,64,32,19,65,1,113,32,0,45,0,44,65,4,113,65,2,118,70,13,0,32,2,13,0,32,2,69,33,4,32,6,32,56,55,3,128,3,32,0,40,2,0,65,1,70,4,64,32,0,33,7,12,3,11,32,0,40,2,36,65,3,116,65,204,0,106,34,1,35,7,40,2,0,17,0,0,33,9,32,1,4,64,32,9,32,0,32,0,40,2,36,65,3,116,107,32,1,252,10,0,0,11,32,9,32,0,40,2,36,34,1,65,3,116,106,33,7,2,64,32,1,4,64,65,0,33,2,3,64,32,9,32,2,65,3,116,106,40,2,0,34,3,65,1,113,69,4,64,32,3,32,3,40,2,0,65,1,106,54,2,0,32,3,40,2,0,26,32,0,40,2,36,33,1,11,32,2,65,1,106,34,2,32,1,73,13,0,11,12,1,11,32,0,45,0,44,65,192,0,113,69,13,0,32,0,40,2,48,33,2,32,6,32,0,41,2,68,55,3,160,3,32,6,32,0,41,2,60,55,3,152,3,32,6,32,0,41,2,52,55,3,144,3,2,64,32,0,40,2,72,34,1,65,25,73,13,0,32,1,35,7,40,2,0,17,0,0,33,2,32,0,40,2,72,34,1,69,13,0,32,2,32,0,40,2,48,32,1,252,10,0,0,11,32,7,32,2,54,2,48,32,7,32,6,41,3,144,3,55,2,52,32,7,32,6,41,3,152,3,55,2,60,32,7,32,6,41,3,160,3,55,2,68,11,32,7,65,1,54,2,0,32,6,32,6,41,3,128,3,55,3,80,32,33,32,6,65,208,0,106,16,10,65,0,33,13,32,7,33,0,12,2,11,32,5,40,2,132,9,32,6,32,6,41,3,216,3,55,3,88,32,15,32,6,65,216,0,106,32,2,65,0,71,32,8,65,255,255,3,113,16,23,12,2,11,32,0,33,7,11,32,6,32,7,65,1,113,4,127,32,7,65,119,113,65,8,65,0,32,19,65,1,113,27,114,5,32,0,32,0,47,1,44,65,251,255,3,113,65,4,65,0,32,19,65,1,113,27,114,59,1,44,32,7,11,34,0,173,32,13,173,66,32,134,132,34,56,55,3,216,3,32,5,40,2,132,9,32,6,32,56,55,3,64,32,15,32,6,65,64,107,32,4,65,1,115,32,8,65,255,255,3,113,16,23,32,7,65,1,113,13,1,11,32,0,45,0,44,65,192,0,113,69,13,0,32,5,40,2,132,9,33,7,2,64,32,0,65,1,113,69,4,64,32,0,40,2,36,34,8,4,64,3,64,32,0,32,8,65,3,116,107,33,4,32,8,33,2,3,64,2,64,2,64,32,4,32,2,65,1,107,34,2,65,3,116,106,34,3,40,2,0,34,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,1,40,2,36,33,8,32,3,40,2,4,33,13,32,1,33,0,12,1,11,32,2,13,1,11,11,32,8,13,0,11,11,32,7,40,2,0,32,15,65,5,116,106,33,2,32,0,69,13,1,32,0,65,1,113,13,1,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,12,1,11,32,7,40,2,0,32,15,65,5,116,106,33,2,65,0,33,0,65,0,33,13,11,32,2,40,2,12,4,64,32,7,40,2,52,32,6,32,2,41,2,12,55,3,56,32,6,65,56,106,16,10,11,32,2,32,13,54,2,16,32,2,32,0,54,2,12,11,65,1,33,2,32,50,69,13,0,32,5,65,244,9,106,16,39,11,32,6,65,224,3,106,36,0,32,2,69,13,3,32,5,40,2,140,10,34,0,4,64,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,11,32,36,32,5,40,2,132,9,34,2,40,2,0,34,7,32,41,106,34,1,40,2,0,40,2,4,34,8,73,4,64,32,8,33,36,12,2,11,32,15,65,0,32,8,32,36,70,27,69,4,64,32,1,40,2,28,13,2,12,1,11,11,32,36,33,8,11,65,0,33,12,32,15,65,1,106,34,15,32,2,40,2,4,34,0,73,13,0,11,65,0,33,7,65,127,33,26,65,0,33,28,32,0,69,4,64,65,1,33,12,12,3,11,3,64,2,64,32,2,40,2,0,32,7,65,5,116,106,34,4,40,2,28,34,1,65,2,70,4,64,32,2,32,7,16,17,12,1,11,32,4,40,2,0,34,9,40,2,152,1,33,2,2,64,32,1,65,1,70,34,3,69,4,64,32,9,47,1,0,13,1,32,9,40,2,20,13,1,11,32,2,65,244,3,106,33,2,11,32,9,40,2,156,1,34,0,32,4,40,2,8,34,12,73,4,64,32,4,32,0,54,2,8,32,0,33,12,11,32,9,40,2,160,1,33,10,32,1,65,1,70,4,127,65,1,5,32,2,32,26,32,2,32,26,73,27,32,26,32,9,47,1,0,34,1,27,33,26,32,1,69,11,33,19,32,7,69,4,64,65,1,33,7,12,1,11,32,2,65,228,0,106,32,2,32,3,27,33,16,32,0,32,12,107,65,1,106,33,13,65,0,33,15,3,64,32,5,40,2,132,9,34,22,40,2,0,34,9,32,15,65,5,116,34,17,106,34,24,40,2,0,34,2,40,2,152,1,33,3,2,64,32,24,40,2,28,34,18,65,1,70,34,20,69,4,64,32,3,33,0,32,2,47,1,0,13,1,32,2,40,2,20,13,1,11,32,3,65,244,3,106,33,0,11,32,2,40,2,156,1,34,1,32,24,40,2,8,34,12,73,4,64,32,24,32,1,54,2,8,32,1,33,12,11,32,2,40,2,160,1,33,4,65,0,33,14,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,20,13,0,32,19,32,2,47,1,0,65,0,71,34,14,113,69,13,0,32,0,32,16,73,13,1,12,6,11,32,0,65,228,0,106,32,0,32,20,27,33,0,32,14,32,19,114,69,4,64,32,0,32,16,77,13,3,12,4,11,32,0,32,16,79,4,64,32,0,32,16,77,13,2,32,0,32,16,107,32,13,108,65,136,14,75,13,4,12,3,11,32,1,32,12,107,65,1,106,32,16,32,0,107,108,65,137,14,73,13,5,11,32,9,32,7,65,5,116,34,2,106,34,4,40,2,0,4,64,32,22,40,2,52,33,1,32,4,40,2,12,4,64,32,11,32,4,41,2,12,55,3,88,32,1,32,11,65,216,0,106,16,10,11,32,4,40,2,20,4,64,32,11,32,4,41,2,20,55,3,80,32,1,32,11,65,208,0,106,16,10,11,32,4,40,2,4,34,3,4,64,32,3,40,2,0,34,0,4,127,32,0,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,4,40,2,4,5,32,3,11,35,8,40,2,0,17,2,0,11,32,4,40,2,0,32,22,65,36,106,32,1,16,26,32,22,40,2,0,33,9,11,32,22,40,2,4,32,7,65,127,115,106,65,5,116,34,1,4,64,32,2,32,9,106,34,0,32,0,65,32,106,32,1,252,10,0,0,11,32,22,32,22,40,2,4,65,1,107,54,2,4,12,6,11,32,4,32,10,78,13,3,11,32,9,32,7,65,5,116,106,33,14,2,64,32,18,13,0,32,14,40,2,28,13,0,32,2,47,1,0,34,1,32,14,40,2,0,34,12,47,1,0,71,13,0,32,2,40,2,4,32,12,40,2,4,71,13,0,32,3,32,12,40,2,152,1,71,13,0,35,1,65,148,12,106,34,0,33,23,32,14,40,2,12,33,4,2,64,32,24,40,2,12,34,3,69,13,0,32,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,32,0,32,3,65,48,106,32,3,40,2,36,27,33,23,11,35,1,65,148,12,106,34,0,33,9,2,64,32,4,69,13,0,32,4,65,1,113,13,0,32,4,45,0,44,65,192,0,113,69,13,0,32,0,32,4,65,48,106,32,4,40,2,36,27,33,9,11,32,23,40,2,24,33,0,2,64,32,9,40,2,24,34,3,65,25,79,4,64,32,0,32,3,71,13,2,32,23,40,2,0,33,23,32,9,40,2,0,33,9,12,1,11,32,0,32,3,71,13,1,11,32,23,32,9,32,3,16,18,13,0,32,12,47,1,144,1,4,127,65,0,33,2,3,64,32,22,40,2,52,33,3,32,24,40,2,0,32,11,32,12,32,2,65,4,116,106,34,0,41,2,24,55,3,120,32,11,32,0,41,2,16,55,3,112,32,11,65,240,0,106,32,3,16,32,32,2,65,1,106,34,2,32,14,40,2,0,34,12,47,1,144,1,73,13,0,11,32,24,40,2,0,34,2,47,1,0,5,32,1,11,65,255,255,3,113,13,4,32,24,32,2,40,2,156,1,54,2,8,32,22,32,7,16,17,12,5,11,32,11,32,14,41,2,24,55,3,208,1,32,11,32,14,41,2,16,55,3,200,1,32,11,32,14,41,2,8,55,3,192,1,32,11,32,14,41,2,0,55,3,184,1,32,14,32,24,41,2,0,55,2,0,32,14,32,24,41,2,8,55,2,8,32,14,32,24,41,2,16,55,2,16,32,14,32,24,41,2,24,55,2,24,32,22,40,2,0,32,17,106,34,0,32,11,41,3,184,1,55,2,0,32,0,32,11,41,3,192,1,55,2,8,32,0,32,11,41,3,200,1,55,2,16,32,0,32,11,41,3,208,1,55,2,24,12,1,11,32,22,40,2,52,33,1,32,24,40,2,12,4,64,32,11,32,24,41,2,12,55,3,104,32,1,32,11,65,232,0,106,16,10,11,32,24,40,2,20,4,64,32,11,32,24,41,2,20,55,3,96,32,1,32,11,65,224,0,106,16,10,11,32,24,40,2,4,34,2,4,64,32,2,40,2,0,34,0,4,127,32,0,35,8,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,24,40,2,4,5,32,2,11,35,8,40,2,0,17,2,0,11,32,24,40,2,0,32,22,65,36,106,32,1,16,26,32,22,40,2,4,32,15,65,127,115,106,65,5,116,34,1,4,64,32,22,40,2,0,32,17,106,34,0,32,0,65,32,106,32,1,252,10,0,0,11,32,22,32,22,40,2,4,65,1,107,54,2,4,32,15,65,1,107,33,15,32,7,65,1,107,33,7,11,65,1,33,28,12,3,11,32,18,13,2,32,9,32,7,65,5,116,106,34,4,40,2,28,13,2,32,2,47,1,0,34,1,32,4,40,2,0,34,12,47,1,0,71,13,2,32,2,40,2,4,32,12,40,2,4,71,13,2,32,3,32,12,40,2,152,1,71,13,2,35,1,65,148,12,106,34,0,33,23,32,4,40,2,12,33,14,2,64,32,24,40,2,12,34,3,69,13,0,32,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,32,0,32,3,65,48,106,32,3,40,2,36,27,33,23,11,35,1,65,148,12,106,34,0,33,9,2,64,32,14,69,13,0,32,14,65,1,113,13,0,32,14,45,0,44,65,192,0,113,69,13,0,32,0,32,14,65,48,106,32,14,40,2,36,27,33,9,11,32,23,40,2,24,33,0,2,64,32,9,40,2,24,34,3,65,25,79,4,64,32,0,32,3,71,13,4,32,23,40,2,0,33,23,32,9,40,2,0,33,9,12,1,11,32,0,32,3,71,13,3,11,32,23,32,9,32,3,16,18,13,2,32,12,47,1,144,1,4,127,65,0,33,2,3,64,32,22,40,2,52,33,3,32,24,40,2,0,32,11,32,12,32,2,65,4,116,106,34,0,41,2,24,55,3,72,32,11,32,0,41,2,16,55,3,64,32,11,65,64,107,32,3,16,32,32,2,65,1,106,34,2,32,4,40,2,0,34,12,47,1,144,1,73,13,0,11,32,24,40,2,0,34,2,47,1,0,5,32,1,11,65,255,255,3,113,13,0,32,24,32,2,40,2,156,1,54,2,8,11,32,22,32,7,16,17,11,65,1,33,28,32,7,65,1,107,34,7,33,15,11,32,15,65,1,106,34,15,32,7,73,13,0,11,32,7,65,1,106,33,7,11,32,7,32,5,40,2,132,9,34,2,40,2,4,34,34,73,13,0,11,32,34,65,6,75,4,64,3,64,32,2,65,6,16,17,32,5,40,2,132,9,34,2,40,2,4,34,34,65,6,75,13,0,11,65,1,33,28,11,65,0,33,10,65,0,33,2,32,34,4,64,3,64,2,64,32,10,65,5,116,34,35,32,5,40,2,132,9,34,0,40,2,0,106,40,2,28,65,1,71,4,64,65,1,33,2,12,1,11,2,64,2,64,32,2,65,1,113,13,0,32,5,40,2,144,10,65,5,75,13,0,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,11,32,10,54,2,48,32,25,65,128,8,35,1,65,59,106,32,11,65,48,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,25,32,0,17,3,0,11,32,25,33,2,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,0,32,10,16,17,32,34,65,1,107,33,34,32,10,65,1,107,33,10,65,1,33,28,12,1,11,32,5,40,2,132,9,40,2,0,32,35,106,34,1,40,2,0,34,0,40,2,152,1,33,26,2,64,32,1,40,2,28,65,1,71,4,64,32,0,47,1,0,13,1,32,0,40,2,20,13,1,11,32,26,65,244,3,106,33,26,11,32,1,65,0,54,2,28,32,1,41,2,20,33,56,32,1,66,0,55,2,20,32,11,32,56,55,3,176,1,32,5,40,2,132,9,40,2,4,33,20,32,5,32,10,65,0,16,84,26,32,56,167,33,3,32,5,40,2,132,9,34,2,40,2,4,34,41,32,10,75,4,64,32,2,40,2,0,32,35,106,40,2,0,34,0,40,2,4,33,13,32,0,41,2,8,34,57,66,32,136,167,33,24,32,56,66,8,136,167,33,31,32,57,167,33,45,65,0,33,23,32,3,33,4,32,10,33,9,3,64,2,64,32,23,4,64,65,1,33,23,12,1,11,65,0,33,23,32,5,40,2,160,9,34,7,47,1,12,65,254,255,3,113,69,13,0,32,9,65,5,116,34,22,32,5,40,2,132,9,40,2,0,106,40,2,0,47,1,0,33,32,65,1,33,15,3,64,2,64,2,64,32,15,65,253,255,3,75,13,0,2,64,2,64,32,7,40,2,24,34,21,32,32,77,4,64,32,7,40,2,44,32,7,40,2,48,32,32,32,21,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,18,69,4,64,65,0,33,1,12,3,11,32,0,65,2,106,33,0,65,0,33,14,3,64,32,0,65,4,106,33,1,32,0,47,1,2,34,17,4,127,32,1,32,17,65,1,116,106,65,0,33,2,3,64,32,15,32,1,47,1,0,70,13,4,32,1,65,2,106,33,1,32,2,65,1,106,34,2,32,17,71,13,0,11,5,32,1,11,33,0,65,0,33,1,32,14,65,1,106,34,14,32,18,71,13,0,11,12,2,11,32,7,40,2,40,32,7,40,2,4,32,32,108,65,1,116,106,32,15,65,1,116,106,47,1,0,33,1,12,1,11,32,0,47,1,0,33,1,11,32,7,40,2,52,34,19,32,1,65,255,255,3,113,65,3,116,106,34,1,45,0,0,34,0,69,13,0,32,1,32,0,65,3,116,106,34,0,45,0,0,13,0,32,32,32,0,65,8,106,34,0,65,6,107,47,1,0,32,0,65,4,107,45,0,0,65,1,113,27,34,16,65,255,255,3,113,34,1,69,13,0,32,1,32,32,70,13,0,2,64,2,64,32,4,65,1,113,4,64,32,31,65,255,1,113,33,0,65,1,33,4,12,1,11,32,11,40,2,176,1,34,3,65,8,118,33,31,32,3,65,196,0,65,40,32,3,34,4,40,2,36,27,106,47,1,0,34,0,65,253,255,3,75,13,1,11,2,64,2,64,32,1,32,21,79,4,64,32,7,40,2,44,32,7,40,2,48,32,1,32,21,107,65,2,116,106,40,2,0,65,1,116,106,34,1,47,1,0,34,17,69,4,64,65,0,33,1,12,3,11,32,1,65,2,106,33,14,65,0,33,12,3,64,32,14,65,4,106,33,1,32,14,47,1,2,34,21,4,127,32,1,32,21,65,1,116,106,65,0,33,2,3,64,32,1,47,1,0,32,0,70,13,4,32,1,65,2,106,33,1,32,2,65,1,106,34,2,32,21,71,13,0,11,5,32,1,11,33,14,65,0,33,1,32,12,65,1,106,34,12,32,17,71,13,0,11,12,2,11,32,7,40,2,40,32,7,40,2,4,32,1,108,65,1,116,106,32,0,65,1,116,106,47,1,0,33,1,12,1,11,32,14,47,1,0,33,1,11,32,19,32,1,65,255,255,3,113,65,3,116,106,34,0,45,0,0,69,13,1,32,0,45,0,8,65,1,71,13,1,2,64,32,5,40,2,32,32,13,70,4,64,32,5,40,2,100,33,7,32,5,40,2,104,33,1,32,13,33,12,12,1,11,65,0,33,1,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,57,55,2,36,32,5,32,13,54,2,32,32,5,40,2,68,33,4,2,64,2,127,32,5,40,2,100,34,7,4,64,3,64,2,64,32,4,32,1,65,24,108,106,34,3,40,2,20,34,2,32,13,77,13,0,32,2,32,3,40,2,16,34,0,77,13,0,32,0,32,13,34,12,79,4,64,32,5,32,3,41,2,0,55,2,36,32,5,32,0,54,2,32,32,0,33,12,11,32,5,32,1,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,12,32,5,40,2,108,34,0,73,13,3,26,65,0,34,2,32,12,32,5,40,2,112,32,0,106,79,13,3,26,12,4,11,32,1,65,1,106,34,1,32,7,71,13,0,11,11,32,5,32,7,54,2,104,32,4,32,7,65,24,108,106,34,0,65,4,107,40,2,0,33,12,32,5,32,0,65,16,107,41,2,0,55,2,36,32,5,32,12,54,2,32,32,7,33,1,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,11,2,127,2,64,32,1,32,7,70,13,0,32,1,69,13,0,32,12,32,5,40,2,68,32,1,65,24,108,106,34,0,40,2,16,71,13,0,32,0,65,4,107,40,2,0,33,3,32,5,32,0,65,16,107,41,2,0,34,56,55,2,60,32,5,32,3,54,2,56,32,56,66,32,136,167,33,12,32,56,167,12,1,11,32,5,32,5,41,2,32,55,2,56,32,5,32,5,40,2,40,54,2,64,32,5,40,2,64,33,12,32,5,40,2,56,33,3,32,5,40,2,60,11,33,7,2,127,32,11,40,2,176,1,34,0,65,1,113,4,64,32,11,45,0,181,1,65,4,118,33,14,32,11,45,0,182,1,32,11,45,0,183,1,106,12,1,11,32,0,40,2,28,33,14,32,0,40,2,16,32,0,40,2,4,106,11,33,19,32,11,32,5,40,2,132,9,34,30,40,2,0,34,0,32,22,106,34,1,41,2,24,55,3,208,1,32,11,32,1,41,2,16,55,3,200,1,32,11,32,1,41,2,8,55,3,192,1,32,11,32,1,41,2,0,55,3,184,1,32,30,32,30,40,2,4,34,4,65,1,106,34,2,32,30,40,2,8,34,1,75,4,127,32,0,65,8,32,1,65,1,116,34,0,32,2,32,0,32,2,75,27,34,0,32,0,65,8,77,27,34,1,65,5,116,35,6,40,2,0,17,1,0,33,0,32,30,32,1,54,2,8,32,30,32,0,54,2,0,32,30,40,2,4,34,4,65,1,106,5,32,2,11,54,2,4,32,0,32,4,65,5,116,106,34,0,32,11,41,3,184,1,55,2,0,32,0,32,11,41,3,208,1,55,2,24,32,0,32,11,41,3,200,1,55,2,16,32,0,32,11,41,3,192,1,55,2,8,32,30,40,2,0,32,30,40,2,4,34,0,65,5,116,106,34,21,65,32,107,40,2,0,34,1,4,64,32,1,32,1,40,2,148,1,65,1,106,54,2,148,1,11,32,12,32,24,107,34,1,65,0,32,1,32,12,77,27,33,17,32,7,32,45,75,33,18,32,7,32,7,32,45,107,34,7,73,33,4,32,3,32,13,107,34,2,32,3,75,33,1,2,64,32,21,65,20,107,40,2,0,34,3,69,13,0,32,3,65,1,113,13,0,32,3,32,3,40,2,0,65,1,106,54,2,0,32,3,40,2,0,26,32,30,40,2,4,33,0,11,32,12,32,17,32,18,27,33,18,65,0,32,7,32,4,27,33,7,65,0,32,2,32,1,27,33,12,32,14,32,19,106,33,4,32,21,65,28,107,65,0,54,2,0,32,5,40,2,160,9,40,2,72,32,15,65,3,108,106,34,1,45,0,1,33,3,32,1,45,0,0,33,2,2,126,2,64,32,15,65,255,1,75,13,0,32,12,65,254,1,75,13,0,32,7,65,15,75,13,0,32,18,65,254,1,75,13,0,32,4,65,15,75,13,0,32,3,65,2,116,32,2,65,1,116,106,65,1,114,65,255,1,113,32,15,65,8,116,114,33,1,32,4,65,12,116,32,7,65,8,116,114,32,12,65,16,116,114,32,18,114,173,66,32,134,12,1,11,32,7,173,32,18,173,66,32,134,132,33,56,2,127,32,5,40,2,140,9,34,1,4,64,32,5,32,1,65,1,107,34,1,54,2,140,9,32,5,40,2,136,9,32,1,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,33,1,32,11,66,0,55,3,192,1,32,11,66,0,55,3,200,1,32,11,65,0,54,2,208,1,32,11,32,12,54,2,136,2,32,11,32,56,55,3,128,2,32,11,65,0,54,2,248,1,32,11,65,0,54,2,244,1,32,11,65,0,54,2,240,1,32,11,32,4,54,2,236,1,32,11,65,0,54,2,232,1,32,11,65,0,54,2,228,1,32,11,32,15,59,1,224,1,32,11,65,0,59,1,222,1,32,11,65,0,59,1,218,1,32,11,66,0,55,3,184,1,32,11,65,1,54,2,140,2,32,11,32,3,65,1,116,32,2,106,65,255,1,113,59,1,220,1,32,1,32,11,40,2,140,2,54,2,0,32,1,32,11,40,2,136,2,54,2,4,32,1,32,11,41,3,128,2,55,2,8,32,1,32,11,40,2,248,1,54,2,16,32,1,32,11,40,2,244,1,54,2,20,32,1,32,11,40,2,240,1,54,2,24,32,1,32,11,40,2,236,1,54,2,28,32,1,32,11,40,2,232,1,54,2,32,32,1,32,11,40,2,228,1,54,2,36,32,1,32,11,47,1,224,1,59,1,40,32,1,32,11,47,1,222,1,59,1,42,32,1,32,11,47,1,220,1,59,1,44,32,1,32,11,47,1,218,1,59,1,46,32,1,32,11,40,2,208,1,54,2,72,32,1,65,64,107,32,11,41,3,200,1,55,2,0,32,1,32,11,41,3,192,1,55,2,56,32,1,32,11,41,3,184,1,55,2,48,66,0,11,33,56,32,0,65,1,107,33,19,2,64,32,1,65,1,113,4,64,32,1,65,32,114,33,1,12,1,11,32,1,32,1,47,1,44,65,128,4,114,59,1,44,11,32,19,65,5,116,34,18,32,5,40,2,132,9,34,2,40,2,0,106,34,7,40,2,0,33,3,2,127,32,2,40,2,40,34,0,4,64,32,2,32,0,65,1,107,34,0,54,2,40,32,2,40,2,36,32,0,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,21,32,16,59,1,0,32,21,65,2,106,65,0,65,146,1,252,11,0,32,21,66,0,55,2,152,1,32,21,65,1,54,2,148,1,32,21,65,0,54,2,160,1,2,64,2,127,2,64,32,3,4,64,32,21,32,56,32,1,173,132,55,2,20,32,21,32,3,54,2,16,32,21,65,1,59,1,144,1,32,21,32,3,41,2,4,55,2,4,32,21,32,3,40,2,12,54,2,12,32,21,32,3,40,2,152,1,34,0,54,2,152,1,32,21,32,3,40,2,160,1,34,4,54,2,160,1,32,21,32,3,40,2,156,1,34,17,54,2,156,1,32,1,65,1,113,34,3,13,1,32,21,32,1,45,0,45,65,2,113,4,127,65,226,4,5,32,1,40,2,32,11,32,0,106,54,2,152,1,65,0,32,1,40,2,12,32,1,40,2,20,34,2,27,33,0,32,1,40,2,16,32,1,40,2,4,106,33,14,32,2,32,1,40,2,8,106,33,12,32,1,40,2,24,12,2,11,32,21,66,0,55,2,4,32,21,65,0,54,2,12,12,2,11,32,21,32,0,32,1,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,56,66,32,136,167,65,255,1,113,33,0,32,56,66,40,136,167,65,15,113,33,12,32,56,66,48,136,167,33,14,65,0,11,33,2,32,21,32,21,40,2,4,32,14,106,54,2,4,32,21,32,21,40,2,8,32,12,106,173,32,0,32,2,106,65,0,32,21,40,2,12,32,12,27,106,173,66,32,134,132,55,2,8,2,64,32,3,69,4,64,65,0,33,12,32,21,32,1,40,2,36,34,0,4,127,32,1,40,2,56,5,65,0,11,32,17,106,32,1,47,1,44,65,1,113,106,32,1,47,1,40,65,254,255,3,70,106,54,2,156,1,32,0,69,13,1,32,1,40,2,60,33,12,12,1,11,32,21,32,17,32,1,65,1,118,65,1,113,106,54,2,156,1,65,0,33,12,11,32,21,32,4,32,12,106,54,2,160,1,11,32,7,32,21,54,2,0,32,5,32,19,2,127,32,11,45,0,176,1,65,1,113,4,64,65,1,33,3,32,11,45,0,177,1,34,31,12,1,11,32,11,40,2,176,1,34,3,65,8,118,33,31,32,3,40,2,36,69,4,64,32,3,47,1,40,12,1,11,32,3,47,1,68,11,65,255,255,3,113,16,84,13,2,32,5,40,2,160,9,33,7,11,32,3,33,4,11,32,15,65,1,106,34,15,32,7,47,1,12,73,13,1,12,2,11,11,2,64,2,64,32,5,40,2,96,13,0,32,5,40,2,140,10,13,0,65,1,33,23,12,1,11,65,0,33,1,32,15,32,5,40,2,160,9,34,0,40,2,8,32,0,40,2,4,106,73,4,64,32,0,40,2,56,32,15,65,2,116,106,40,2,0,33,1,11,32,11,32,5,40,2,132,9,40,2,0,32,18,106,40,2,0,47,1,0,54,2,36,32,11,32,1,54,2,32,32,25,65,128,8,35,1,65,184,2,106,32,11,65,32,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,25,32,0,17,3,0,11,65,1,33,23,32,25,33,2,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,69,13,3,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,3,33,4,11,32,5,40,2,132,9,34,2,40,2,0,32,9,65,5,116,106,34,1,40,2,0,33,12,2,127,32,2,40,2,40,34,0,4,64,32,2,32,0,65,1,107,34,0,54,2,40,32,2,40,2,36,32,0,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,0,65,0,65,148,1,252,11,0,32,0,66,0,55,2,152,1,32,0,65,1,54,2,148,1,32,0,65,0,54,2,160,1,2,64,32,12,4,64,32,0,66,0,55,2,20,32,0,32,12,54,2,16,32,0,65,1,59,1,144,1,32,0,65,0,54,2,28,32,0,32,12,41,2,4,55,2,4,32,0,32,12,40,2,12,54,2,12,32,0,32,12,40,2,152,1,54,2,152,1,32,0,32,12,40,2,160,1,54,2,160,1,32,0,32,12,40,2,156,1,34,2,54,2,156,1,12,1,11,32,0,66,0,55,2,4,65,0,33,2,32,0,65,0,54,2,12,11,32,1,32,0,54,2,0,32,1,32,2,54,2,8,32,20,32,9,65,1,106,32,9,32,10,70,27,34,9,32,41,73,13,0,11,32,5,40,2,132,9,33,2,11,2,64,32,20,32,41,79,13,0,32,20,33,1,32,2,40,2,0,32,35,106,40,2,28,13,0,3,64,2,64,32,5,40,2,132,9,34,9,40,2,0,34,0,32,35,106,34,18,40,2,28,13,0,32,0,32,20,65,5,116,106,34,13,40,2,28,13,0,32,18,40,2,0,34,0,47,1,0,34,4,32,13,40,2,0,34,7,47,1,0,71,13,0,32,0,40,2,4,32,7,40,2,4,71,13,0,32,0,40,2,152,1,32,7,40,2,152,1,71,13,0,35,1,65,148,12,106,33,14,32,13,40,2,12,33,12,2,64,32,18,40,2,12,34,2,69,13,0,32,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,14,32,2,65,48,106,32,2,40,2,36,27,33,14,11,35,1,65,148,12,106,34,2,33,23,2,64,32,12,69,13,0,32,12,65,1,113,13,0,32,12,45,0,44,65,192,0,113,69,13,0,32,2,32,12,65,48,106,32,12,40,2,36,27,33,23,11,32,14,40,2,24,33,2,2,64,32,23,40,2,24,34,12,65,25,79,4,64,32,2,32,12,71,13,2,32,14,40,2,0,33,14,32,23,40,2,0,33,23,12,1,11,32,2,32,12,71,13,1,11,32,14,32,23,32,12,16,18,13,0,32,7,47,1,144,1,4,127,65,0,33,0,3,64,32,9,40,2,52,33,12,32,18,40,2,0,32,11,32,7,32,0,65,4,116,106,34,2,41,2,24,55,3,24,32,11,32,2,41,2,16,55,3,16,32,11,65,16,106,32,12,16,32,32,0,65,1,106,34,0,32,13,40,2,0,34,7,47,1,144,1,73,13,0,11,32,18,40,2,0,34,0,47,1,0,5,32,4,11,65,255,255,3,113,69,4,64,32,18,32,0,40,2,156,1,54,2,8,11,32,9,32,20,16,17,11,32,1,65,1,106,34,1,32,41,71,13,0,11,32,5,40,2,132,9,33,2,11,65,12,35,7,40,2,0,17,0,0,33,0,32,11,65,16,54,2,132,2,32,11,32,0,54,2,128,2,32,0,65,0,54,2,8,32,0,66,0,55,2,0,32,11,65,184,1,106,32,2,32,10,35,2,65,6,106,32,11,65,128,2,106,65,127,16,25,32,2,40,2,0,32,35,106,34,1,40,2,4,34,2,4,64,32,2,40,2,0,34,0,4,127,32,0,35,8,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,1,40,2,4,5,32,2,11,35,8,40,2,0,17,2,0,11,32,1,32,11,40,2,128,2,54,2,4,2,64,32,3,65,1,113,13,0,32,11,40,2,176,1,40,2,36,69,13,0,32,5,32,11,65,176,1,106,65,0,32,55,16,55,11,32,11,32,11,41,3,176,1,55,3,8,32,5,32,10,32,11,65,8,106,16,83,32,5,40,2,140,10,34,0,4,64,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,11,65,1,33,2,11,32,10,65,1,106,34,10,32,34,73,13,0,11,11,65,0,33,12,32,28,69,13,2,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,3,32,25,35,1,65,194,8,106,34,0,41,0,0,55,0,0,32,25,32,0,45,0,8,58,0,8,12,2,11,32,25,35,1,65,194,8,106,34,0,41,0,0,55,0,0,32,25,32,0,45,0,8,58,0,8,32,5,40,2,92,65,0,32,25,32,1,17,3,0,32,5,40,2,140,10,13,1,12,2,11,65,0,33,1,32,5,45,0,196,10,13,4,12,5,11,32,25,33,2,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,32,5,40,2,140,10,34,0,69,13,3,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,2,64,32,5,40,2,180,9,34,0,69,13,0,2,127,32,0,65,26,116,65,31,117,65,226,4,113,32,0,65,1,113,13,0,26,65,226,4,32,0,45,0,45,65,2,113,13,0,26,32,0,40,2,32,11,32,26,79,13,0,32,5,40,2,132,9,16,58,12,2,11,2,64,32,5,40,2,192,10,34,1,32,5,40,2,164,10,34,2,79,13,0,32,54,40,2,0,33,0,3,64,32,0,32,1,65,24,108,106,40,2,20,32,8,75,13,1,32,5,32,1,65,1,106,34,1,54,2,192,10,32,1,32,2,71,13,0,11,11,32,12,69,13,0,11,11,2,64,32,5,45,0,197,10,13,0,32,5,41,2,180,9,33,56,32,5,65,0,54,2,152,9,32,56,167,34,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,0,40,2,0,65,1,71,13,0,32,5,40,2,148,9,33,2,65,0,33,1,32,5,40,2,156,9,69,4,64,2,127,32,2,4,64,32,2,65,192,0,35,6,40,2,0,17,1,0,12,1,11,65,192,0,35,7,40,2,0,17,0,0,11,33,2,32,5,65,8,54,2,156,9,32,5,32,2,54,2,148,9,32,5,40,2,152,9,33,1,11,32,5,32,1,65,1,106,54,2,152,9,32,2,32,1,65,3,116,106,32,56,55,2,0,11,2,126,2,64,2,64,32,5,40,2,152,9,34,15,4,64,32,5,65,148,9,106,33,10,32,5,65,180,10,106,33,7,3,64,32,5,32,5,40,2,148,10,65,1,106,34,0,65,0,32,0,65,227,0,77,27,34,0,54,2,148,10,2,64,32,0,13,0,32,5,40,2,176,10,34,0,69,13,0,32,7,32,0,17,0,0,13,3,32,5,40,2,152,9,33,15,11,32,11,32,10,40,2,0,32,15,65,3,116,106,65,8,107,41,2,0,34,56,55,3,184,1,2,64,32,56,167,34,14,47,1,64,69,13,0,32,14,65,8,107,40,2,0,33,1,32,14,32,14,40,2,36,65,3,116,107,40,2,0,34,0,65,1,113,4,127,65,0,5,32,0,47,1,64,11,32,1,65,1,113,4,127,65,0,5,32,1,47,1,64,11,107,34,1,65,2,72,13,0,3,64,32,5,40,2,160,9,33,25,32,11,32,11,41,3,184,1,55,3,0,65,0,33,9,35,0,65,48,107,34,20,36,0,32,10,40,2,4,33,8,32,20,32,11,41,2,0,34,56,55,3,40,2,64,32,1,34,0,65,1,118,34,1,69,13,0,32,56,167,34,13,47,1,40,33,4,3,64,2,64,32,13,40,2,0,65,1,75,13,0,32,13,40,2,36,34,2,65,2,73,13,0,32,13,32,2,65,3,116,107,34,3,41,2,0,34,56,167,34,12,65,1,113,13,0,32,12,40,2,36,34,2,65,2,73,13,0,32,12,40,2,0,65,1,75,13,0,32,12,47,1,40,32,4,71,13,0,32,12,32,2,65,3,116,107,41,2,0,34,57,167,34,13,65,1,113,13,0,32,13,40,2,36,65,2,73,13,0,32,13,40,2,0,65,1,75,13,0,32,13,47,1,40,32,4,71,13,0,32,3,32,57,55,2,0,32,12,32,12,40,2,36,65,3,116,107,32,13,65,8,107,34,2,41,2,0,55,2,0,32,2,32,56,55,2,0,32,10,40,2,0,33,12,32,10,32,10,40,2,4,34,36,65,1,106,34,3,32,10,40,2,8,34,2,75,4,127,65,8,32,2,65,1,116,34,2,32,3,32,2,32,3,75,27,34,2,32,2,65,8,77,27,34,2,65,3,116,33,3,2,127,32,12,4,64,32,12,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,12,32,10,32,2,54,2,8,32,10,32,12,54,2,0,32,10,40,2,4,34,36,65,1,106,5,32,3,11,54,2,4,32,12,32,36,65,3,116,106,32,20,41,3,40,55,2,0,32,20,32,57,66,32,136,62,2,44,32,20,32,13,54,2,40,32,9,65,1,106,34,9,32,1,71,13,1,11,11,32,10,40,2,4,34,13,32,8,77,13,0,3,64,32,10,32,13,65,1,107,34,2,54,2,4,32,20,32,10,40,2,0,32,2,65,3,116,106,41,2,0,34,56,55,3,40,32,20,32,56,167,34,2,32,2,40,2,36,65,3,116,107,41,2,0,34,56,55,3,32,32,20,32,56,167,65,8,107,41,2,0,34,56,55,3,16,32,20,32,56,55,3,24,32,20,65,16,106,32,25,16,21,32,20,32,20,41,3,32,55,3,8,32,20,65,8,106,32,25,16,21,32,20,32,20,41,3,40,55,3,0,32,20,32,25,16,21,32,10,40,2,4,34,13,32,8,75,13,0,11,11,32,20,65,48,106,36,0,32,5,32,5,40,2,148,10,65,16,32,1,32,1,65,16,77,27,65,4,118,65,255,1,113,106,34,2,65,0,32,2,65,227,0,77,27,34,2,54,2,148,10,2,64,32,2,13,0,32,5,40,2,176,10,34,2,69,13,0,32,7,32,2,17,0,0,13,5,11,32,0,65,3,75,13,0,11,32,5,40,2,152,9,33,15,11,32,5,32,15,65,1,107,34,15,54,2,152,9,32,14,40,2,36,34,2,4,64,65,0,33,1,3,64,2,64,32,14,32,2,65,3,116,107,32,1,65,3,116,106,41,2,0,34,56,167,34,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,0,40,2,0,65,1,71,13,0,32,5,40,2,148,9,33,2,32,5,32,5,40,2,152,9,34,0,65,1,106,34,4,32,5,40,2,156,9,34,3,75,4,127,65,8,32,3,65,1,116,34,0,32,4,32,0,32,4,75,27,34,0,32,0,65,8,77,27,34,0,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,5,32,0,54,2,156,9,32,5,32,2,54,2,148,9,32,5,40,2,152,9,34,0,65,1,106,5,32,4,11,54,2,152,9,32,2,32,0,65,3,116,106,32,56,55,2,0,32,14,40,2,36,33,2,11,32,1,65,1,106,34,1,32,2,73,13,0,11,32,5,40,2,152,9,33,15,11,32,15,13,0,11,11,32,5,65,0,58,0,197,10,2,64,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,3,32,5,35,1,65,203,8,106,34,0,40,0,0,54,0,132,1,32,5,32,0,45,0,4,58,0,136,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,65,203,8,106,34,0,40,0,0,54,0,132,1,32,5,32,0,45,0,4,58,0,136,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,1,17,3,0,32,5,40,2,140,10,69,13,2,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,32,5,40,2,160,9,33,15,32,5,41,2,180,9,34,56,32,5,40,2,140,10,34,0,69,13,5,26,32,11,32,56,55,3,184,1,32,11,65,184,1,106,65,0,32,15,65,0,32,0,16,56,65,10,32,5,40,2,140,10,16,9,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,1,58,0,197,10,65,0,33,1,12,3,11,32,5,40,2,160,9,33,15,32,5,41,2,180,9,11,33,56,32,5,40,2,68,33,3,32,5,40,2,100,33,4,65,20,35,7,40,2,0,17,0,0,34,1,32,15,54,2,8,32,1,32,56,55,2,0,32,1,32,4,65,24,35,9,40,2,0,17,1,0,34,2,54,2,12,32,4,65,24,108,34,0,4,64,32,2,32,3,32,0,252,10,0,0,11,32,1,32,4,54,2,16,32,5,66,0,55,2,180,9,32,5,16,40,12,1,11,32,5,16,40,11,32,11,65,144,2,106,36,0,32,5,66,0,55,2,172,10,32,38,65,16,106,36,0,32,29,65,48,106,36,0,32,1,11,11,0,32,1,65,1,70,32,2,16,8,11,7,0,32,0,40,2,32,11,62,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,35,2,65,20,106,65,0,32,1,27,54,2,12,32,2,32,2,41,2,8,55,3,0,32,0,32,2,41,2,0,55,2,92,32,2,65,16,106,36,0,11,208,8,2,7,127,1,126,35,11,33,6,35,0,65,16,107,34,5,36,0,65,1,65,200,10,35,9,40,2,0,17,1,0,34,0,35,2,34,1,54,2,28,32,0,32,1,65,1,106,54,2,24,32,0,32,1,65,2,106,54,2,20,32,0,32,1,65,3,106,54,2,16,32,0,32,1,65,4,106,54,2,12,32,0,32,1,65,5,106,54,2,8,32,0,66,0,55,2,0,32,0,65,32,106,65,0,65,228,8,252,11,0,32,0,65,0,65,24,35,6,40,2,0,17,1,0,34,1,54,2,68,32,1,35,1,65,252,11,106,34,2,41,2,16,55,2,16,32,1,32,2,41,2,8,55,2,8,32,1,32,2,41,2,0,55,2,0,32,0,65,1,54,2,100,2,64,2,64,32,0,40,2,68,34,4,40,2,20,34,3,32,0,40,2,32,34,1,77,13,0,32,3,32,4,40,2,16,34,2,77,13,0,32,1,32,2,77,4,64,32,0,32,4,41,2,0,55,2,36,32,0,32,2,54,2,32,32,2,33,1,11,65,0,33,2,32,0,65,0,54,2,104,32,0,40,2,72,69,13,1,32,0,40,2,108,34,4,32,1,77,4,64,32,1,32,0,40,2,112,32,4,106,73,13,2,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,12,1,11,65,1,33,2,32,0,65,1,54,2,104,32,4,41,2,8,33,7,32,0,65,0,54,2,72,32,0,32,7,55,2,36,32,0,32,3,54,2,32,32,0,66,0,55,2,108,11,32,0,65,0,54,2,176,9,32,0,65,0,54,2,0,32,0,32,2,54,2,116,32,0,66,0,55,2,168,9,65,192,0,35,7,34,1,40,2,0,17,0,0,33,2,32,0,65,4,54,2,176,9,32,0,32,2,54,2,168,9,65,128,2,32,1,40,2,0,17,0,0,33,1,32,0,66,0,55,2,148,9,32,0,66,128,128,128,128,128,4,55,2,140,9,32,0,32,1,54,2,136,9,32,0,65,156,9,106,65,0,54,2,0,32,0,65,136,9,106,34,4,33,2,65,1,65,56,35,9,40,2,0,17,1,0,34,1,66,0,55,2,0,32,1,66,0,55,2,40,32,1,66,0,55,2,32,32,1,66,0,55,2,24,32,1,66,0,55,2,16,32,1,66,0,55,2,8,65,128,1,35,7,40,2,0,17,0,0,33,3,32,1,65,4,54,2,8,32,1,32,3,54,2,0,32,1,40,2,20,65,3,77,4,64,2,127,32,1,40,2,12,34,3,4,64,32,3,65,192,0,35,6,40,2,0,17,1,0,12,1,11,65,192,0,35,7,40,2,0,17,0,0,11,33,3,32,1,65,4,54,2,20,32,1,32,3,54,2,12,11,32,1,40,2,32,65,3,77,4,64,2,127,32,1,40,2,24,34,3,4,64,32,3,65,224,0,35,6,40,2,0,17,1,0,12,1,11,65,224,0,35,7,40,2,0,17,0,0,11,33,3,32,1,65,4,54,2,32,32,1,32,3,54,2,24,11,32,1,40,2,44,65,49,77,4,64,2,127,32,1,40,2,36,34,3,4,64,32,3,65,200,1,35,6,40,2,0,17,1,0,12,1,11,65,200,1,35,7,40,2,0,17,0,0,11,33,3,32,1,65,50,54,2,44,32,1,32,3,54,2,36,11,32,1,32,2,54,2,52,2,127,32,1,40,2,40,34,2,4,64,32,1,32,2,65,1,107,34,2,54,2,40,32,1,40,2,36,32,2,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,2,65,1,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,2,66,0,55,2,4,32,2,65,1,54,2,148,1,32,2,65,0,54,2,12,32,2,66,0,55,2,152,1,32,2,65,0,54,2,160,1,32,1,32,2,54,2,48,32,1,16,58,32,0,66,0,55,2,244,9,32,0,66,0,55,2,180,9,32,0,32,1,54,2,132,9,32,0,65,252,9,106,66,0,55,2,0,32,0,65,132,10,106,65,0,54,2,0,32,0,66,0,55,2,148,10,32,0,66,0,55,2,136,10,32,0,65,0,54,2,160,9,32,0,65,156,10,106,66,0,55,2,0,32,0,65,164,10,106,66,0,55,2,0,32,0,65,0,54,2,192,10,32,0,65,195,10,106,65,0,54,0,0,32,0,65,224,9,106,33,1,32,0,40,2,224,9,4,64,32,5,32,1,41,2,0,55,3,8,32,4,32,5,65,8,106,16,10,11,32,0,40,2,232,9,4,64,32,5,32,0,65,232,9,106,41,2,0,55,3,0,32,4,32,5,16,10,11,32,1,66,0,55,2,0,32,1,65,0,54,2,16,32,1,66,0,55,2,8,32,5,65,16,106,36,0,32,6,65,128,208,0,65,1,16,41,54,2,4,32,6,32,0,54,2,0,11,20,1,1,127,35,11,34,0,66,143,128,128,128,208,1,55,3,0,32,0,11,106,1,3,127,32,2,32,0,47,1,0,34,3,65,8,116,32,3,65,8,118,114,34,4,65,255,255,3,113,34,5,54,2,0,65,2,33,3,2,64,32,1,65,1,70,13,0,32,4,65,128,248,3,113,65,128,176,3,71,13,0,32,0,47,1,2,34,0,65,128,248,3,113,65,128,184,3,71,13,0,32,2,32,5,65,10,116,32,0,106,65,128,184,255,26,107,54,2,0,65,4,33,3,11,32,3,11,88,1,2,127,32,2,32,0,47,1,0,34,3,54,2,0,65,2,33,4,2,64,32,1,65,1,70,13,0,32,3,65,128,248,3,113,65,128,176,3,71,13,0,32,0,47,1,2,34,0,65,128,248,3,113,65,128,184,3,71,13,0,32,2,32,3,65,10,116,32,0,106,65,128,184,255,26,107,54,2,0,65,4,33,4,11,32,4,11,205,2,1,4,127,32,2,32,0,44,0,0,34,3,65,255,1,113,34,4,54,2,0,65,1,33,5,2,64,32,3,65,0,72,4,64,2,64,32,1,65,1,70,13,0,2,64,32,3,65,96,79,4,64,2,64,32,3,65,111,77,4,64,32,2,32,4,65,15,113,34,4,54,2,0,35,1,65,222,10,106,32,4,106,45,0,0,32,0,45,0,1,34,3,65,5,118,118,65,1,113,69,13,4,32,3,65,63,113,33,6,65,2,33,3,12,1,11,32,2,32,4,65,240,1,107,34,4,54,2,0,32,3,65,116,75,13,3,35,1,65,176,12,106,32,0,45,0,1,34,3,65,4,118,106,44,0,0,32,4,118,65,1,113,69,13,3,32,2,32,3,65,63,113,32,4,65,6,116,114,34,4,54,2,0,65,2,33,5,32,1,65,2,70,13,3,65,3,33,3,32,0,45,0,2,65,128,127,115,34,6,65,255,1,113,65,63,75,13,3,11,32,2,32,6,65,255,1,113,32,4,65,6,116,114,34,4,54,2,0,32,3,32,1,34,5,71,13,1,12,2,11,32,3,65,66,73,13,1,32,2,32,4,65,31,113,34,4,54,2,0,65,1,33,3,11,32,0,32,3,106,45,0,0,65,128,127,115,65,255,1,113,34,0,65,63,77,13,2,32,3,33,5,11,32,2,65,127,54,2,0,11,32,5,15,11,32,2,32,4,65,6,116,32,0,114,54,2,0,32,3,65,1,106,11,165,2,1,9,127,35,0,65,32,107,34,2,36,0,32,0,4,64,32,2,66,0,55,3,24,32,2,66,0,55,3,16,32,2,66,0,55,3,8,32,2,32,0,41,2,0,55,3,0,32,2,65,8,106,32,2,16,10,32,2,40,2,8,34,4,4,64,2,64,32,2,40,2,12,34,3,69,13,0,32,3,65,4,79,4,64,32,3,65,124,113,33,9,3,64,32,4,32,1,65,3,116,106,34,5,40,2,0,35,8,34,6,40,2,0,17,2,0,32,5,40,2,8,32,6,40,2,0,17,2,0,32,5,40,2,16,32,6,40,2,0,17,2,0,32,5,40,2,24,32,6,40,2,0,17,2,0,32,1,65,4,106,33,1,32,8,65,4,106,34,8,32,9,71,13,0,11,11,32,3,65,3,113,34,3,69,13,0,3,64,32,4,32,1,65,3,116,106,40,2,0,35,8,40,2,0,17,2,0,32,1,65,1,106,33,1,32,7,65,1,106,34,7,32,3,71,13,0,11,11,32,4,35,8,40,2,0,17,2,0,11,32,2,40,2,20,34,1,4,64,32,1,35,8,40,2,0,17,2,0,11,32,0,40,2,12,35,8,34,1,40,2,0,17,2,0,32,0,32,1,40,2,0,17,2,0,11,32,2,65,32,106,36,0,11,24,1,1,127,32,0,40,2,0,65,15,79,4,127,32,0,40,2,136,1,5,65,0,11,11,139,1,2,4,127,1,126,32,0,40,2,0,34,1,65,1,113,69,4,64,32,1,32,1,40,2,0,65,1,106,54,2,0,32,1,40,2,0,26,11,32,0,40,2,12,33,3,32,0,40,2,16,33,1,32,0,41,2,0,33,5,32,0,40,2,8,33,2,65,20,35,7,40,2,0,17,0,0,34,0,32,2,54,2,8,32,0,32,5,55,2,0,32,0,32,1,65,24,35,9,40,2,0,17,1,0,34,2,54,2,12,32,1,65,24,108,34,4,4,64,32,2,32,3,32,4,252,10,0,0,11,32,0,32,1,54,2,16,32,0,11,192,4,2,7,127,1,126,35,0,65,16,107,33,3,2,64,32,0,40,2,0,34,5,69,13,0,32,0,40,2,24,34,6,65,255,1,113,65,255,1,70,13,0,32,5,65,1,113,69,4,64,32,5,32,5,40,2,36,65,3,116,107,33,4,11,32,3,32,0,40,2,20,54,2,8,32,3,32,0,41,2,12,55,3,0,32,0,40,2,28,33,5,32,1,32,4,32,6,65,3,116,106,34,4,54,2,0,32,1,32,3,40,2,8,54,2,12,32,1,32,3,41,3,0,55,2,4,32,1,65,0,54,2,24,32,1,32,5,54,2,20,32,1,32,6,54,2,16,32,2,2,127,32,4,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,34,1,58,0,0,2,127,32,4,40,2,0,34,3,65,1,113,4,64,32,4,45,0,5,65,15,113,33,5,32,3,65,8,113,65,3,118,33,6,32,4,45,0,4,33,7,32,4,45,0,6,12,1,11,32,3,45,0,44,65,4,113,65,2,118,33,6,32,3,40,2,12,33,7,32,3,40,2,8,33,5,32,3,40,2,4,11,33,3,32,0,32,0,40,2,24,65,1,107,34,8,54,2,24,65,1,33,4,32,0,65,1,32,0,40,2,20,34,9,32,7,107,32,0,40,2,12,34,7,69,32,9,65,0,71,113,32,5,65,0,71,114,34,5,27,54,2,20,32,0,65,0,32,0,40,2,16,32,5,27,54,2,16,32,0,65,0,32,7,32,3,107,32,5,27,54,2,12,2,64,32,6,13,0,32,0,40,2,36,34,3,69,13,0,32,2,32,1,32,3,32,0,40,2,28,34,1,65,1,116,106,47,1,0,114,65,0,71,58,0,0,32,1,69,13,0,32,0,32,1,65,1,107,54,2,28,11,32,8,32,0,40,2,0,34,1,40,2,36,34,2,79,13,0,2,127,32,1,32,2,65,3,116,107,32,8,65,3,116,106,41,2,0,34,10,167,34,2,65,1,113,4,64,65,0,33,3,32,10,66,56,136,167,34,1,12,1,11,32,2,40,2,20,65,0,71,33,3,32,2,40,2,24,33,1,32,2,40,2,16,11,33,2,32,0,65,1,32,0,40,2,20,34,5,32,1,107,32,3,32,0,40,2,12,34,6,69,32,5,65,0,71,113,114,34,1,27,54,2,20,32,0,65,0,32,0,40,2,16,32,1,27,54,2,16,32,0,65,0,32,6,32,2,107,32,1,27,54,2,12,11,32,4,11,7,0,32,0,40,2,0,11,16,0,65,0,65,2,32,1,40,2,0,47,1,144,1,27,11,74,1,1,127,32,1,40,2,8,69,4,64,65,0,15,11,32,0,45,0,0,4,64,65,1,15,11,65,1,33,2,2,64,32,1,40,2,4,40,2,0,34,1,65,1,113,13,0,32,1,47,1,40,65,255,255,3,71,13,0,32,0,65,1,58,0,0,65,3,33,2,11,32,2,11,24,0,32,1,40,2,16,69,4,64,65,0,15,11,65,3,65,1,32,1,45,0,20,27,11,18,0,65,3,65,0,32,1,40,2,16,32,0,40,2,0,70,27,11,7,0,32,0,40,2,20,11,13,0,32,0,40,2,8,32,0,40,2,4,106,11,228,1,0,35,1,65,192,211,0,106,35,2,65,13,106,54,2,0,35,1,65,196,211,0,106,35,2,65,14,106,54,2,0,35,1,65,200,211,0,106,35,2,65,15,106,54,2,0,35,1,65,204,211,0,106,35,2,65,16,106,54,2,0,35,1,65,208,211,0,106,35,2,65,17,106,54,2,0,35,1,65,212,211,0,106,35,2,65,18,106,54,2,0,35,1,65,216,211,0,106,35,2,65,19,106,54,2,0,35,1,65,224,211,0,106,35,2,65,22,106,54,2,0,35,1,65,236,211,0,106,35,2,65,23,106,54,2,0,35,1,65,132,212,0,106,35,2,65,24,106,54,2,0,35,1,65,156,212,0,106,35,2,65,25,106,54,2,0,35,1,65,160,212,0,106,35,2,65,26,106,54,2,0,35,1,65,164,212,0,106,35,1,65,164,215,0,106,54,2,0,35,1,65,136,213,0,106,35,1,65,248,211,0,106,54,2,0,35,1,65,140,213,0,106,35,5,54,2,0,11,66,1,3,127,35,1,34,1,65,148,214,0,106,34,0,32,1,65,252,213,0,106,54,2,96,32,0,35,4,34,2,35,3,107,54,2,56,32,0,32,2,54,2,52,32,0,65,42,54,2,24,32,0,32,1,65,240,211,0,106,40,2,0,54,2,60,11,11,151,85,1,0,35,1,11,144,85,45,43,32,32,32,48,88,48,120,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,114,101,100,117,99,101,32,115,121,109,58,37,115,44,32,99,104,105,108,100,95,99,111,117,110,116,58,37,117,0,114,101,115,117,109,101,32,118,101,114,115,105,111,110,58,37,117,0,114,101,109,111,118,101,100,32,112,97,117,115,101,100,32,118,101,114,115,105,111,110,58,37,117,0,108,101,120,95,101,120,116,101,114,110,97,108,32,115,116,97,116,101,58,37,100,44,32,114,111,119,58,37,117,44,32,99,111,108,117,109,110,58,37,117,0,108,101,120,95,105,110,116,101,114,110,97,108,32,115,116,97,116,101,58,37,100,44,32,114,111,119,58,37,117,44,32,99,111,108,117,109,110,58,37,117,0,112,114,111,99,101,115,115,32,118,101,114,115,105,111,110,58,37,117,44,32,118,101,114,115,105,111,110,95,99,111,117,110,116,58,37,117,44,32,115,116,97,116,101,58,37,100,44,32,114,111,119,58,37,117,44,32,99,111,108,58,37,117,0,114,101,99,111,118,101,114,95,116,111,95,112,114,101,118,105,111,117,115,32,115,116,97,116,101,58,37,117,44,32,100,101,112,116,104,58,37,117,0,44,32,115,105,122,101,58,37,117,0,115,104,105,102,116,32,115,116,97,116,101,58,37,117,0,114,101,99,111,118,101,114,95,119,105,116,104,95,109,105,115,115,105,110,103,32,115,121,109,98,111,108,58,37,115,44,32,115,116,97,116,101,58,37,117,0,100,105,102,102,101,114,101,110,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,32,37,117,32,45,32,37,117,0,97,99,99,101,112,116,0,112,97,114,115,101,95,97,102,116,101,114,95,101,100,105,116,0,92,116,0,97,98,111,114,116,105,110,103,32,114,101,100,117,99,101,32,119,105,116,104,32,116,111,111,32,109,97,110,121,32,118,101,114,115,105,111,110,115,0,104,97,115,95,99,104,97,110,103,101,115,0,115,119,105,116,99,104,32,102,114,111,109,95,107,101,121,119,111,114,100,58,37,115,44,32,116,111,95,119,111,114,100,95,116,111,107,101,110,58,37,115,0,115,116,97,116,101,95,109,105,115,109,97,116,99,104,32,115,121,109,58,37,115,0,115,101,108,101,99,116,95,115,109,97,108,108,101,114,95,101,114,114,111,114,32,115,121,109,98,111,108,58,37,115,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,0,115,101,108,101,99,116,95,101,97,114,108,105,101,114,32,115,121,109,98,111,108,58,37,115,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,0,115,101,108,101,99,116,95,101,120,105,115,116,105,110,103,32,115,121,109,98,111,108,58,37,115,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,0,99,97,110,116,95,114,101,117,115,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,44,32,102,105,114,115,116,95,108,101,97,102,95,115,121,109,98,111,108,58,37,115,0,115,107,105,112,95,116,111,107,101,110,32,115,121,109,98,111,108,58,37,115,0,105,103,110,111,114,101,95,101,109,112,116,121,95,101,120,116,101,114,110,97,108,95,116,111,107,101,110,32,115,121,109,98,111,108,58,37,115,0,114,101,117,115,97,98,108,101,95,110,111,100,101,95,104,97,115,95,100,105,102,102,101,114,101,110,116,95,101,120,116,101,114,110,97,108,95,115,99,97,110,110,101,114,95,115,116,97,116,101,32,115,121,109,98,111,108,58,37,115,0,114,101,117,115,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,0,112,97,115,116,95,114,101,117,115,97,98,108,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,0,98,101,102,111,114,101,95,114,101,117,115,97,98,108,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,0,99,97,110,116,95,114,101,117,115,101,95,110,111,100,101,95,37,115,32,116,114,101,101,58,37,115,0,98,114,101,97,107,100,111,119,110,95,116,111,112,95,111,102,95,115,116,97,99,107,32,116,114,101,101,58,37,115,0,100,101,116,101,99,116,95,101,114,114,111,114,32,108,111,111,107,97,104,101,97,100,58,37,115,0,40,37,115,0,105,115,95,101,114,114,111,114,0,115,107,105,112,95,117,110,114,101,99,111,103,110,105,122,101,100,95,99,104,97,114,97,99,116,101,114,0,110,97,110,0,92,110,0,105,115,95,109,105,115,115,105,110,103,0,114,101,115,117,109,101,95,112,97,114,115,105,110,103,0,114,101,99,111,118,101,114,95,101,111,102,0,105,110,102,0,110,101,119,95,112,97,114,115,101,0,99,111,110,100,101,110,115,101,0,100,111,110,101,0,105,115,95,102,114,97,103,105,108,101,0,99,111,110,116,97,105,110,115,95,100,105,102,102,101,114,101,110,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,0,115,107,105,112,32,99,104,97,114,97,99,116,101,114,58,37,100,0,99,111,110,115,117,109,101,32,99,104,97,114,97,99,116,101,114,58,37,100,0,115,101,108,101,99,116,95,104,105,103,104,101,114,95,112,114,101,99,101,100,101,110,99,101,32,115,121,109,98,111,108,58,37,115,44,32,112,114,101,99,58,37,100,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,44,32,111,116,104,101,114,95,112,114,101,99,58,37,100,0,115,104,105,102,116,95,101,120,116,114,97,0,110,111,95,108,111,111,107,97,104,101,97,100,95,97,102,116,101,114,95,110,111,110,95,116,101,114,109,105,110,97,108,95,101,120,116,114,97,0,95,95,82,79,79,84,95,95,0,95,69,82,82,79,82,0,78,65,78,0,77,73,83,83,73,78,71,0,73,78,70,0,73,78,86,65,76,73,68,0,108,101,120,101,100,95,108,111,111,107,97,104,101,97,100,32,115,121,109,58,0,32,48,48,48,48,48,48,48,48,48,48,48,48,16,48,48,0,46,0,40,37,115,41,0,40,110,117,108,108,41,0,40,78,85,76,76,41,0,40,34,37,115,34,41,0,39,92,116,39,0,39,92,114,39,0,39,92,110,39,0,115,107,105,112,32,99,104,97,114,97,99,116,101,114,58,39,37,99,39,0,99,111,110,115,117,109,101,32,99,104,97,114,97,99,116,101,114,58,39,37,99,39,0,39,92,48,39,0,34,37,115,34,0,40,77,73,83,83,73,78,71,32,0,40,85,78,69,88,80,69,67,84,69,68,32,0,37,115,58,32,0,10,10,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,15,15,15,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,18,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,17,34,35,36,17,37,38,39,40,41,42,43,44,17,45,46,47,16,16,48,16,16,16,16,16,16,16,49,50,51,16,52,53,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,54,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,55,17,17,17,17,56,17,57,58,59,60,61,62,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,64,65,17,66,67,68,69,70,71,72,73,74,17,75,76,77,78,79,80,81,16,82,83,84,85,86,87,88,89,90,91,92,93,16,94,95,96,16,17,17,17,97,98,99,16,16,16,16,16,16,16,16,16,16,17,17,17,17,100,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,102,103,16,16,104,105,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,106,17,17,107,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,108,109,16,16,16,16,16,16,16,16,16,110,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,111,112,113,114,16,16,16,16,16,16,16,16,115,116,117,16,16,16,16,16,118,119,16,16,16,16,120,16,16,121,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,254,255,255,7,254,255,255,7,0,0,0,0,0,4,32,4,255,255,127,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,195,255,3,0,31,80,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,223,188,64,215,255,255,251,255,255,255,255,255,255,255,255,255,191,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,127,2,255,255,255,255,255,1,0,0,0,0,255,191,182,0,255,255,255,135,7,0,0,0,255,7,255,255,255,255,255,255,255,254,255,195,255,255,255,255,255,255,255,255,255,255,255,255,239,31,254,225,255,159,0,0,255,255,255,255,255,255,0,224,255,255,255,255,255,255,255,255,255,255,255,255,3,0,255,255,255,255,255,7,48,4,255,255,255,252,255,31,0,0,255,255,255,1,255,7,0,0,0,0,0,0,255,255,223,63,0,0,240,255,248,3,255,255,255,255,255,255,255,255,255,239,255,223,225,255,207,255,254,255,239,159,249,255,255,253,197,227,159,89,128,176,207,255,3,16,238,135,249,255,255,253,109,195,135,25,2,94,192,255,63,0,238,191,251,255,255,253,237,227,191,27,1,0,207,255,0,30,238,159,249,255,255,253,237,227,159,25,192,176,207,255,2,0,236,199,61,214,24,199,255,195,199,29,129,0,192,255,0,0,239,223,253,255,255,253,255,227,223,29,96,7,207,255,0,0,239,223,253,255,255,253,239,227,223,29,96,64,207,255,6,0,239,223,253,255,255,255,255,231,223,93,240,128,207,255,0,252,236,255,127,252,255,255,251,47,127,128,95,255,192,255,12,0,254,255,255,255,255,127,255,7,63,32,255,3,0,0,0,0,214,247,255,255,175,255,255,59,95,32,255,243,0,0,0,0,1,0,0,0,255,3,0,0,255,254,255,255,255,31,254,255,3,255,255,254,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,249,255,3,255,255,255,255,255,255,255,255,255,63,255,255,255,255,191,32,255,255,255,255,255,247,255,255,255,255,255,255,255,255,255,61,127,61,255,255,255,255,255,61,255,255,255,255,61,127,61,255,127,255,255,255,255,255,255,255,61,255,255,255,255,255,255,255,255,7,0,0,0,0,255,255,0,0,255,255,255,255,255,255,255,255,255,255,63,63,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,159,255,255,254,255,255,7,255,255,255,255,255,255,255,255,255,199,255,1,255,223,15,0,255,255,15,0,255,255,15,0,255,223,13,0,255,255,255,255,255,255,207,255,255,1,128,16,255,3,0,0,0,0,255,3,255,255,255,255,255,255,255,255,255,255,255,1,255,255,255,255,255,7,255,255,255,255,255,255,255,255,63,0,255,255,255,127,255,15,255,1,192,255,255,255,255,63,31,0,255,255,255,255,255,15,255,255,255,3,255,3,0,0,0,0,255,255,255,15,255,255,255,255,255,255,255,127,254,255,31,0,255,3,255,3,128,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,239,255,239,15,255,3,0,0,0,0,255,255,255,255,255,243,255,255,255,255,255,255,191,255,3,0,255,255,255,255,255,255,127,0,255,227,255,255,255,255,255,63,255,1,255,255,255,255,255,231,0,0,0,0,0,222,111,4,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,31,0,255,255,63,63,255,255,255,255,63,63,255,170,255,255,255,63,255,255,255,255,255,255,223,95,220,31,207,15,255,31,220,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,0,255,31,0,0,0,0,0,0,0,0,0,0,0,0,132,252,47,62,80,189,255,243,224,67,0,0,255,255,255,255,255,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,255,255,255,255,255,255,3,0,0,255,255,255,255,255,127,255,255,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,120,12,0,255,255,255,255,191,32,255,255,255,255,255,255,255,128,0,0,255,255,127,0,127,127,127,127,127,127,127,127,255,255,255,255,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,254,3,62,31,254,255,255,255,255,255,255,255,255,255,127,224,254,255,255,255,255,255,255,255,255,255,255,247,224,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,63,255,31,255,255,255,15,0,0,255,255,255,255,255,127,240,143,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,252,255,255,255,255,255,255,255,255,255,255,255,255,249,255,255,255,255,255,255,124,0,0,0,0,0,128,255,191,255,255,255,255,0,0,0,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,47,0,255,3,0,0,252,232,255,255,255,255,255,7,255,255,255,255,7,0,255,255,255,31,255,255,255,255,255,255,247,255,0,128,255,3,255,255,255,127,255,255,255,255,255,255,127,0,255,63,255,3,255,255,127,252,255,255,255,255,255,255,255,127,5,0,0,56,255,255,60,0,126,126,126,0,127,127,255,255,255,255,255,247,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,127,248,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,127,0,248,224,255,253,127,95,219,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,248,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,255,255,255,255,255,255,255,255,252,255,255,255,255,255,255,0,0,0,0,0,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,255,3,254,255,255,7,254,255,255,7,192,255,255,255,255,255,255,255,255,255,255,127,252,252,252,28,0,0,0,0,255,239,255,255,127,255,255,183,255,63,255,63,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,0,0,0,0,0,0,0,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,255,255,255,1,0,0,0,0,0,255,255,255,255,0,224,255,255,255,7,255,255,255,255,255,7,255,255,255,63,255,255,255,255,15,255,62,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,3,255,255,255,255,15,255,255,255,255,15,255,255,255,255,255,0,255,255,255,255,255,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,0,255,255,63,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,253,255,255,255,255,191,145,255,255,63,0,255,255,127,0,255,255,255,127,0,0,0,0,0,0,0,0,255,255,55,0,255,255,63,0,255,255,255,3,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,192,0,0,0,0,0,0,0,0,111,240,239,254,255,255,63,0,0,0,0,0,255,255,255,31,255,255,255,31,0,0,0,0,255,254,255,255,31,0,0,0,255,255,255,255,255,255,63,0,255,255,63,0,255,255,7,0,255,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,1,0,0,0,0,0,0,255,255,255,255,255,255,7,0,255,255,255,255,255,255,7,0,255,255,255,255,255,0,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,128,0,255,255,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,127,0,255,255,255,255,255,255,255,255,63,0,0,0,192,255,0,0,252,255,255,255,255,255,255,1,0,0,255,255,255,1,255,3,255,255,255,255,255,255,199,255,112,0,255,255,255,255,71,0,255,255,255,255,255,255,255,255,30,0,255,23,0,0,0,0,255,255,251,255,255,255,159,64,0,0,0,0,0,0,0,0,127,189,255,191,255,1,255,255,255,255,255,255,255,1,255,3,239,159,249,255,255,253,237,227,159,25,129,224,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,187,7,255,131,0,0,0,0,255,255,255,255,255,255,255,255,179,0,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,63,127,0,0,0,63,0,0,0,0,255,255,255,255,255,255,255,127,17,0,255,3,0,0,0,0,255,255,255,255,255,255,63,1,255,3,0,0,0,0,0,0,255,255,255,231,255,7,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,1,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,3,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,255,255,255,255,255,252,26,0,0,0,255,255,255,255,255,255,231,127,0,0,255,255,255,255,255,255,255,255,255,32,0,0,0,0,255,255,255,255,255,255,255,1,255,253,255,255,255,255,127,127,1,0,255,3,0,0,252,255,255,255,252,255,255,254,127,0,0,0,0,0,0,0,0,0,127,251,255,255,255,255,127,180,203,0,255,3,191,253,255,255,255,127,123,1,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,127,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,1,255,255,255,127,255,3,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,63,0,0,255,255,255,255,255,255,0,0,15,0,255,3,248,255,255,224,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,135,255,255,255,255,255,255,255,128,255,255,0,0,0,0,0,0,0,0,11,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,255,255,255,127,0,0,0,0,0,0,7,0,240,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,31,255,1,255,67,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,255,255,255,223,100,222,255,235,239,255,255,255,255,255,255,255,191,231,223,223,255,255,255,123,95,252,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,253,255,255,247,255,255,255,247,255,255,223,255,255,255,223,255,255,127,255,255,255,127,255,255,255,253,255,255,255,253,255,255,247,207,255,255,255,255,255,255,127,255,255,249,219,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,31,128,63,255,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,15,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,143,8,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,255,255,255,150,254,247,10,132,234,150,170,150,247,247,94,255,251,255,15,238,251,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,3,255,255,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,9,0,0,0,10,0,0,0,13,0,0,0,11,0,0,0,12,0,0,0,133,0,0,0,0,32,0,0,1,32,0,0,2,32,0,0,3,32,0,0,4,32,0,0,5,32,0,0,6,32,0,0,8,32,0,0,9,32,0,0,10,32,0,0,40,32,0,0,41,32,0,0,95,32,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,11,0,25,25,25,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,25,0,10,10,25,25,25,3,10,7,0,1,0,9,11,24,0,0,9,6,11,0,0,11,0,6,25,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,25,0,11,13,25,25,25,0,13,0,0,2,0,9,14,0,0,0,9,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,19,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,4,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,17,0,0,0,0,9,18,0,0,0,0,0,18,0,0,18,0,0,26,0,0,0,26,26,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,26,26,26,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,23,0,0,0,0,9,20,0,0,0,0,0,20,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,21,0,0,0,0,9,22,0,0,0,0,0,22,0,0,22,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,0,8,0,0,86,1,0,0,57,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,224,255,255,0,191,29,0,0,231,2,0,0,121,0,0,2,36,0,0,1,1,0,0,0,255,255,255,0,0,0,0,1,2,0,0,0,254,255,255,1,57,255,255,0,24,255,255,1,135,255,255,0,212,254,255,0,195,0,0,1,210,0,0,1,206,0,0,1,205,0,0,1,79,0,0,1,202,0,0,1,203,0,0,1,207,0,0,0,97,0,0,1,211,0,0,1,209,0,0,0,163,0,0,1,213,0,0,0,130,0,0,1,214,0,0,1,218,0,0,1,217,0,0,1,219,0,0,0,56,0,0,3,0,0,0,0,177,255,255,1,159,255,255,1,200,255,255,2,40,36,0,0,0,0,0,1,1,0,0,0,255,255,255,0,51,255,255,0,38,255,255,1,126,255,255,1,43,42,0,1,93,255,255,1,40,42,0,0,63,42,0,1,61,255,255,1,69,0,0,1,71,0,0,0,31,42,0,0,28,42,0,0,30,42,0,0,46,255,255,0,50,255,255,0,54,255,255,0,53,255,255,0,79,165,0,0,75,165,0,0,49,255,255,0,40,165,0,0,68,165,0,0,47,255,255,0,45,255,255,0,247,41,0,0,65,165,0,0,253,41,0,0,43,255,255,0,42,255,255,0,231,41,0,0,67,165,0,0,42,165,0,0,187,255,255,0,39,255,255,0,185,255,255,0,37,255,255,0,21,165,0,0,18,165,0,2,36,76,0,0,0,0,0,1,32,0,0,0,224,255,255,1,1,0,0,0,255,255,255,0,84,0,0,1,116,0,0,1,38,0,0,1,37,0,0,1,64,0,0,1,63,0,0,0,218,255,255,0,219,255,255,0,225,255,255,0,192,255,255,0,193,255,255,1,8,0,0,0,194,255,255,0,199,255,255,0,209,255,255,0,202,255,255,0,248,255,255,0,170,255,255,0,176,255,255,0,7,0,0,0,140,255,255,1,196,255,255,0,160,255,255,1,249,255,255,2,26,112,0,1,1,0,0,0,255,255,255,1,32,0,0,0,224,255,255,1,80,0,0,1,15,0,0,0,241,255,255,0,0,0,0,1,48,0,0,0,208,255,255,1,1,0,0,0,255,255,255,0,0,0,0,0,192,11,0,1,96,28,0,0,0,0,0,1,208,151,0,1,8,0,0,0,248,255,255,2,5,138,0,0,0,0,0,1,64,244,255,0,158,231,255,0,194,137,0,0,219,231,255,0,146,231,255,0,147,231,255,0,156,231,255,0,157,231,255,0,164,231,255,0,0,0,0,0,56,138,0,0,4,138,0,0,230,14,0,1,1,0,0,0,255,255,255,0,0,0,0,0,197,255,255,1,65,226,255,2,29,143,0,0,8,0,0,1,248,255,255,0,0,0,0,0,86,0,0,1,170,255,255,0,74,0,0,0,100,0,0,0,128,0,0,0,112,0,0,0,126,0,0,0,9,0,0,1,182,255,255,1,247,255,255,0,219,227,255,1,156,255,255,1,144,255,255,1,128,255,255,1,130,255,255,2,5,172,0,0,0,0,0,1,16,0,0,0,240,255,255,1,28,0,0,1,1,0,0,1,163,226,255,1,65,223,255,1,186,223,255,0,228,255,255,2,11,177,0,1,1,0,0,0,255,255,255,1,48,0,0,0,208,255,255,0,0,0,0,1,9,214,255,1,26,241,255,1,25,214,255,0,213,213,255,0,216,213,255,1,228,213,255,1,3,214,255,1,225,213,255,1,226,213,255,1,193,213,255,0,0,0,0,0,160,227,255,0,0,0,0,1,1,0,0,0,255,255,255,2,12,188,0,0,0,0,0,1,1,0,0,0,255,255,255,1,188,90,255,1,160,3,0,1,252,117,255,1,216,90,255,0,48,0,0,1,177,90,255,1,181,90,255,1,191,90,255,1,238,90,255,1,214,90,255,1,235,90,255,1,208,255,255,1,189,90,255,1,200,117,255,0,0,0,0,0,48,104,255,0,96,252,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,40,0,0,0,216,255,255,0,0,0,0,1,64,0,0,0,192,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,34,0,0,0,222,255,255,48,12,49,13,120,14,127,15,128,16,129,17,134,18,137,19,138,19,142,20,143,21,144,22,147,19,148,23,149,24,150,25,151,26,154,27,156,25,157,28,158,29,159,30,166,31,169,31,174,31,177,32,178,32,183,33,191,34,197,35,200,35,203,35,221,36,242,35,246,37,247,38,32,45,58,46,61,47,62,48,63,49,64,49,67,50,68,51,69,52,80,53,81,54,82,55,83,56,84,57,89,58,91,59,92,60,97,61,99,62,101,63,102,64,104,65,105,66,106,64,107,67,108,68,111,66,113,69,114,70,117,71,125,72,130,73,135,74,137,75,138,76,139,76,140,77,146,78,157,79,158,80,69,87,123,29,124,29,125,29,127,88,134,89,136,90,137,90,138,90,140,91,142,92,143,92,172,93,173,94,174,94,175,94,194,95,204,96,205,97,206,97,207,98,208,99,209,100,213,101,214,102,215,103,240,104,241,105,242,106,243,107,244,108,245,109,249,110,253,45,254,45,255,45,80,105,81,105,82,105,83,105,84,105,85,105,86,105,87,105,88,105,89,105,90,105,91,105,92,105,93,105,94,105,95,105,130,0,131,0,132,0,133,0,134,0,135,0,136,0,137,0,192,117,207,118,128,137,129,138,130,139,133,140,134,141,112,157,113,157,118,158,119,158,120,159,121,159,122,160,123,160,124,161,125,161,179,162,186,163,187,163,188,164,190,165,195,162,204,164,218,166,219,166,229,106,234,167,235,167,236,110,243,162,248,168,249,168,250,169,251,169,252,164,38,176,42,177,43,178,78,179,132,8,98,186,99,187,100,188,101,189,102,190,109,191,110,192,111,193,112,194,126,195,127,195,125,207,141,208,148,209,171,210,172,211,173,212,176,213,177,214,178,215,196,216,197,217,198,218,7,8,9,10,11,12,6,6,6,6,6,6,6,6,6,6,13,6,6,14,6,6,6,6,6,6,6,6,15,16,17,18,6,19,6,6,6,6,6,6,6,6,6,6,20,21,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,22,23,6,6,6,24,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,25,6,6,6,6,26,6,6,6,6,6,6,6,27,6,6,6,6,6,6,6,6,6,6,6,28,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,29,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,30,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,43,43,43,43,43,43,43,43,1,0,84,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,43,43,43,43,43,43,43,7,43,43,91,86,86,86,86,86,86,86,74,86,86,5,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,36,80,121,49,80,49,80,49,56,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,2,78,13,13,78,3,78,0,36,110,0,78,49,38,110,81,78,36,80,78,57,20,129,27,29,29,83,49,80,49,80,13,49,80,49,80,49,80,27,83,36,80,49,2,92,123,92,123,92,123,92,123,92,123,20,121,92,123,92,123,92,45,43,73,3,72,3,120,92,123,20,0,150,10,1,43,40,6,6,0,42,6,42,42,43,7,187,181,43,30,0,43,7,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,43,43,43,43,43,43,43,43,205,70,205,43,0,37,43,7,1,6,1,85,86,86,86,86,86,85,86,86,2,36,129,129,129,129,129,21,129,129,129,0,0,43,0,178,209,178,209,178,209,178,209,0,0,205,204,1,0,215,215,215,215,215,131,129,129,129,129,129,129,129,129,129,129,172,172,172,172,172,172,172,172,172,172,28,0,0,0,0,0,49,80,49,80,49,80,49,80,49,80,49,2,0,0,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,80,49,80,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,2,135,166,135,166,135,166,135,166,135,166,135,166,135,166,135,166,42,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,12,0,12,42,43,43,43,43,43,43,43,43,43,43,43,43,43,7,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,86,86,108,129,21,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,108,3,65,43,43,86,86,86,86,86,86,86,86,86,86,86,86,86,86,44,86,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,86,122,158,38,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,1,43,43,79,86,86,44,43,127,86,86,57,43,43,85,86,86,43,43,79,86,86,44,43,127,86,86,129,55,117,91,123,92,43,43,79,86,86,2,172,4,0,0,57,43,43,85,86,86,43,43,79,86,86,44,43,43,86,86,50,19,129,87,0,111,129,126,201,215,126,45,129,129,14,126,57,127,111,87,0,129,129,126,21,0,126,3,43,43,43,43,43,43,43,43,43,43,43,43,7,43,36,43,151,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,86,86,86,86,86,128,129,129,129,129,57,187,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,201,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,208,13,0,78,49,2,180,193,193,215,215,36,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,215,215,83,193,71,212,215,215,215,5,43,43,43,43,43,43,43,43,43,43,43,43,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,13,0,0,0,0,0,36,80,49,80,49,80,49,80,49,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,43,43,43,121,92,123,92,123,79,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,45,43,43,121,20,92,123,92,45,121,42,92,39,92,123,92,123,92,123,164,0,10,180,92,123,92,123,79,3,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,7,0,72,86,86,86,86,86,86,86,86,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,43,43,43,43,43,43,43,43,43,43,43,7,0,86,86,86,86,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,0,0,0,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,39,81,111,119,0,0,0,0,0,0,0,0,0,0,124,0,0,127,0,0,0,0,0,0,0,0,131,142,146,151,0,170,0,0,0,0,0,0,0,0,0,0,180,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,201,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,225,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,32,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,26,0,0,0,164,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,41,0,0,0,0,0,0,0,42,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,24,119,101,98,45,116,114,101,101,45,115,105,116,116,101,114,46,119,97,115,109,46,109,97,112]),Dl=new Uint8Array([0,97,115,109,1,0,0,0,0,16,8,100,121,108,105,110,107,46,48,1,5,240,22,4,1,0,1,28,6,96,1,127,0,96,0,0,96,0,1,127,96,2,127,127,1,127,96,1,127,1,127,96,2,127,127,0,2,90,4,3,101,110,118,13,95,95,109,101,109,111,114,121,95,98,97,115,101,3,127,0,3,101,110,118,12,95,95,116,97,98,108,101,95,98,97,115,101,3,127,0,3,101,110,118,6,109,101,109,111,114,121,2,0,1,3,101,110,118,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,112,0,1,3,5,4,1,1,2,3,7,67,3,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,0,24,95,95,119,97,115,109,95,97,112,112,108,121,95,100,97,116,97,95,114,101,108,111,99,115,0,1,16,116,114,101,101,95,115,105,116,116,101,114,95,106,115,111,110,0,2,9,7,1,0,35,1,11,1,3,10,246,18,4,3,0,1,11,240,4,1,1,127,35,0,65,152,21,106,35,0,65,176,8,106,54,2,0,35,0,65,156,21,106,35,0,54,2,0,35,0,65,160,21,106,35,0,65,208,5,106,54,2,0,35,0,65,164,21,106,35,0,65,144,11,106,54,2,0,35,0,65,168,21,106,35,0,65,128,22,106,34,0,54,2,0,35,0,65,172,21,106,35,0,65,228,22,106,54,2,0,35,0,65,176,21,106,35,0,65,180,6,106,54,2,0,35,0,65,180,21,106,35,0,65,188,6,106,54,2,0,35,0,65,184,21,106,35,0,65,208,6,106,54,2,0,35,0,65,188,21,106,35,0,65,160,7,106,54,2,0,35,0,65,192,21,106,35,0,65,210,7,106,54,2,0,35,0,65,196,21,106,35,0,65,224,7,106,54,2,0,35,0,65,200,21,106,35,0,65,192,18,106,54,2,0,35,0,65,204,21,106,35,1,54,2,0,35,0,65,244,21,106,35,0,65,240,7,106,54,2,0,32,0,35,0,65,128,18,106,54,2,0,35,0,65,132,22,106,35,0,65,146,17,106,54,2,0,35,0,65,136,22,106,35,0,65,184,18,106,54,2,0,35,0,65,140,22,106,35,0,65,144,17,106,54,2,0,35,0,65,144,22,106,35,0,65,136,18,106,54,2,0,35,0,65,148,22,106,35,0,65,134,18,106,54,2,0,35,0,65,152,22,106,35,0,65,132,18,106,54,2,0,35,0,65,156,22,106,35,0,65,186,18,106,54,2,0,35,0,65,160,22,106,35,0,65,159,17,106,54,2,0,35,0,65,164,22,106,35,0,65,240,17,106,54,2,0,35,0,65,168,22,106,35,0,65,203,17,106,54,2,0,35,0,65,172,22,106,35,0,65,222,17,106,54,2,0,35,0,65,176,22,106,35,0,65,234,17,106,54,2,0,35,0,65,180,22,106,35,0,65,210,17,106,54,2,0,35,0,65,184,22,106,35,0,65,183,17,106,54,2,0,35,0,65,188,22,106,35,0,65,174,17,106,54,2,0,35,0,65,192,22,106,35,0,65,227,17,106,54,2,0,35,0,65,196,22,106,35,0,65,191,17,106,54,2,0,35,0,65,200,22,106,35,0,65,198,17,106,54,2,0,35,0,65,204,22,106,35,0,65,152,17,106,54,2,0,35,0,65,208,22,106,35,0,65,215,17,106,54,2,0,35,0,65,212,22,106,35,0,65,158,17,106,54,2,0,35,0,65,216,22,106,35,0,65,152,18,106,54,2,0,35,0,65,220,22,106,35,0,65,169,18,106,54,2,0,35,0,65,224,22,106,35,0,65,138,18,106,54,2,0,35,0,65,232,22,106,35,0,65,148,17,106,54,2,0,35,0,65,236,22,106,35,0,65,228,17,106,54,2,0,11,8,0,35,0,65,240,20,106,11,244,13,1,6,127,3,64,32,0,40,2,0,33,2,65,2,33,5,32,0,32,0,40,2,24,17,4,0,33,7,65,0,33,3,65,0,33,6,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,255,255,3,113,14,44,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,46,47,48,21,22,23,24,25,26,27,28,29,35,36,37,38,39,40,41,42,43,44,45,61,11,32,7,13,66,3,64,32,2,32,3,65,1,116,34,1,35,0,65,192,19,106,106,47,1,0,70,13,50,32,3,65,26,73,33,1,32,3,65,2,106,33,3,32,1,13,0,11,65,1,33,3,65,20,33,1,32,2,65,32,70,32,2,65,9,107,65,5,73,114,13,67,32,2,65,49,107,65,9,79,13,59,12,64,11,2,64,2,64,2,64,2,64,32,2,65,31,76,4,64,65,1,33,3,65,2,33,1,32,4,33,6,32,2,14,14,64,1,1,1,1,1,1,1,1,36,71,36,36,36,1,11,2,64,32,2,65,32,107,14,3,36,1,3,0,11,32,2,65,47,70,13,3,32,2,65,220,0,70,13,1,11,65,0,33,3,12,33,11,65,18,33,1,12,68,11,65,28,33,1,12,67,11,12,28,11,2,64,2,64,32,2,65,9,107,65,5,73,13,0,65,28,33,1,32,4,33,6,32,2,65,32,107,14,3,0,60,67,1,11,65,1,33,3,65,2,33,1,12,66,11,32,2,65,47,71,13,57,65,3,33,1,12,65,11,32,2,65,42,70,13,60,32,2,65,47,71,13,56,12,59,11,32,2,65,42,70,13,57,32,2,65,47,70,13,46,12,54,11,32,2,65,42,70,13,56,12,53,11,32,2,65,45,70,4,64,65,19,33,1,12,62,11,32,2,65,48,107,65,10,79,13,53,12,51,11,32,2,65,48,70,4,64,65,35,33,1,12,61,11,32,2,65,49,107,65,9,79,13,52,12,58,11,32,2,65,225,0,71,13,51,65,11,33,1,12,59,11,32,2,65,229,0,71,13,50,65,39,33,1,12,58,11,32,2,65,229,0,71,13,49,65,40,33,1,12,57,11,32,2,65,236,0,71,13,48,65,15,33,1,12,56,11,32,2,65,236,0,71,13,47,65,41,33,1,12,55,11,32,2,65,236,0,71,13,46,65,12,33,1,12,54,11,32,2,65,242,0,71,13,45,65,16,33,1,12,53,11,32,2,65,243,0,71,13,44,65,10,33,1,12,52,11,32,2,65,245,0,71,13,43,65,9,33,1,12,51,11,32,2,65,245,0,71,13,42,65,13,33,1,12,50,11,3,64,32,3,65,1,116,34,1,35,0,65,128,20,106,106,47,1,0,32,2,71,4,64,32,3,65,16,73,33,1,32,3,65,2,106,33,3,32,1,13,1,12,43,11,11,35,0,32,1,106,65,130,20,106,47,1,0,33,1,65,0,33,3,12,49,11,32,2,65,48,107,65,10,79,13,40,12,37,11,32,7,13,46,3,64,32,2,32,3,65,1,116,34,1,35,0,65,176,20,106,106,47,1,0,70,13,32,32,3,65,24,73,33,1,32,3,65,2,106,33,3,32,1,13,0,11,65,1,33,3,65,20,33,1,32,2,65,32,70,32,2,65,9,107,65,5,73,114,13,47,32,2,65,49,107,65,9,73,13,44,12,39,11,65,3,33,5,12,26,11,65,4,33,5,12,25,11,65,5,33,5,12,24,11,65,6,33,5,12,23,11,65,7,33,5,12,22,11,32,0,65,8,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,65,41,76,4,64,32,2,69,32,2,65,10,70,114,13,23,32,2,65,34,71,13,6,12,23,11,32,2,65,42,70,13,29,32,2,65,47,70,32,2,65,220,0,71,114,13,5,12,22,11,32,0,65,8,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,65,41,76,4,64,32,2,69,32,2,65,10,70,114,13,22,32,2,65,34,71,13,29,12,22,11,32,2,65,42,70,13,27,32,2,65,47,70,13,4,32,2,65,220,0,71,13,28,12,21,11,32,0,65,8,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,65,41,76,4,64,32,2,69,32,2,65,10,70,114,13,21,32,2,65,34,71,13,28,12,21,11,32,2,65,42,70,13,26,32,2,65,220,0,71,13,27,12,20,11,32,0,65,8,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,65,31,76,4,64,32,2,65,13,75,13,3,65,1,32,2,116,34,1,65,128,244,0,113,13,5,32,1,65,129,8,113,69,13,3,12,20,11,65,1,33,6,2,64,32,2,65,32,107,14,3,5,3,32,0,11,32,2,65,47,71,13,1,11,65,29,33,1,12,37,11,32,2,65,220,0,70,13,17,11,65,33,33,1,12,35,11,65,0,33,3,11,65,32,33,1,12,33,11,32,0,65,8,59,1,4,32,0,32,0,40,2,12,17,0,0,65,33,33,1,65,1,33,4,32,2,65,33,76,4,64,32,2,69,13,14,65,1,33,6,32,2,65,10,71,13,33,12,26,11,32,2,65,34,70,13,13,65,1,33,6,32,2,65,220,0,71,13,32,12,25,11,65,9,33,5,12,11,11,32,0,65,10,59,1,4,32,0,32,0,40,2,12,17,0,0,32,2,65,46,70,4,64,65,1,33,4,12,16,11,65,1,33,4,32,2,65,95,113,65,197,0,71,13,11,12,16,11,32,0,65,10,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,65,46,70,13,14,32,2,65,95,113,65,197,0,70,13,15,32,2,65,48,107,65,10,73,13,27,12,10,11,32,0,65,10,59,1,4,32,0,32,0,40,2,12,17,0,0,32,2,65,95,113,65,197,0,70,4,64,65,1,33,4,12,15,11,65,1,33,4,32,2,65,48,107,65,10,73,13,13,12,9,11,32,0,65,10,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,65,48,107,65,10,73,13,16,12,8,11,65,11,33,5,12,6,11,65,12,33,5,12,5,11,65,13,33,5,12,4,11,65,14,33,5,12,3,11,32,0,65,14,59,1,4,32,0,32,0,40,2,12,17,0,0,65,1,33,4,32,2,69,32,2,65,10,70,114,13,3,12,17,11,65,0,33,5,12,1,11,65,1,33,5,11,32,0,32,5,59,1,4,32,0,32,0,40,2,12,17,0,0,11,65,1,33,6,12,11,11,35,0,32,1,106,65,194,19,106,47,1,0,33,1,65,0,33,3,12,17,11,65,42,33,1,12,16,11,35,0,32,1,106,65,178,20,106,47,1,0,33,1,65,0,33,3,12,15,11,65,37,33,1,12,14,11,65,6,33,1,12,13,11,65,30,33,1,12,12,11,65,31,33,1,12,11,11,11,65,38,33,1,12,9,11,32,2,13,4,11,32,4,33,6,11,32,6,65,1,113,15,11,65,4,33,1,12,5,11,65,43,33,1,12,4,11,65,5,33,1,12,3,11,65,0,33,3,11,65,36,33,1,12,1,11,65,21,33,1,11,32,0,32,3,32,0,40,2,8,17,5,0,12,0,11,0,11,11,247,22,1,0,35,0,11,240,22,2,0,3,0,1,0,14,0,37,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,2,0,3,0,1,0,14,0,39,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,2,0,3,0,1,0,14,0,41,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,7,0,3,0,1,0,14,0,7,0,1,0,1,0,9,0,1,0,5,0,11,0,1,0,7,0,29,0,1,0,16,0,8,0,3,0,17,0,19,0,20,0,13,0,4,0,10,0,11,0,12,0,13,0,2,0,3,0,1,0,14,0,43,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,2,0,3,0,1,0,14,0,45,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,7,0,3,0,1,0,14,0,7,0,1,0,1,0,9,0,1,0,5,0,11,0,1,0,7,0,28,0,1,0,16,0,8,0,3,0,17,0,19,0,20,0,13,0,4,0,10,0,11,0,12,0,13,0,2,0,3,0,1,0,14,0,47,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,2,0,3,0,1,0,14,0,49,0,11,0,0,0,1,0,2,0,3,0,5,0,6,0,7,0,10,0,11,0,12,0,13,0,5,0,3,0,1,0,14,0,11,0,1,0,7,0,51,0,1,0,3,0,20,0,1,0,18,0,31,0,1,0,20,0,4,0,53,0,1,0,7,0,57,0,1,0,14,0,18,0,1,0,21,0,55,0,2,0,8,0,9,0,4,0,57,0,1,0,14,0,59,0,1,0,7,0,19,0,1,0,21,0,61,0,2,0,8,0,9,0,4,0,57,0,1,0,14,0,63,0,1,0,7,0,19,0,1,0,21,0,65,0,2,0,8,0,9,0,4,0,3,0,1,0,14,0,68,0,1,0,2,0,70,0,1,0,3,0,22,0,1,0,23,0,4,0,3,0,1,0,14,0,72,0,1,0,2,0,74,0,1,0,6,0,24,0,1,0,24,0,4,0,3,0,1,0,14,0,68,0,1,0,2,0,76,0,1,0,3,0,25,0,1,0,23,0,4,0,3,0,1,0,14,0,11,0,1,0,7,0,27,0,1,0,18,0,31,0,1,0,20,0,4,0,3,0,1,0,14,0,72,0,1,0,2,0,78,0,1,0,6,0,26,0,1,0,24,0,4,0,3,0,1,0,14,0,80,0,1,0,2,0,83,0,1,0,3,0,25,0,1,0,23,0,4,0,3,0,1,0,14,0,85,0,1,0,2,0,88,0,1,0,6,0,26,0,1,0,24,0,2,0,3,0,1,0,14,0,83,0,2,0,2,0,3,0,2,0,3,0,1,0,14,0,90,0,2,0,2,0,3,0,2,0,3,0,1,0,14,0,88,0,2,0,2,0,6,0,2,0,3,0,1,0,14,0,92,0,1,0,0,0,2,0,3,0,1,0,14,0,94,0,1,0,4,0,0,0,0,0,17,0,0,0,34,0,0,0,51,0,0,0,78,0,0,0,95,0,0,0,112,0,0,0,139,0,0,0,156,0,0,0,173,0,0,0,189,0,0,0,203,0,0,0,217,0,0,0,231,0,0,0,244,0,0,0,1,1,0,0,14,1,0,0,27,1,0,0,40,1,0,0,53,1,0,0,66,1,0,0,74,1,0,0,82,1,0,0,90,1,0,0,97,1,0,0,0,0,0,0,0,0,2,0,1,0,0,0,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,1,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26,0,27,0,28,0,29,0,30,0,31,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,1,0,1,0,1,0,1,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7,0,0,0,0,0,0,0,9,0,0,0,11,0,0,0,0,0,13,0,13,0,13,0,13,0,3,0,30,0,2,0,8,0,0,0,8,0,8,0,0,0,2,0,0,0,0,0,15,0,7,0,0,0,0,0,0,0,9,0,0,0,11,0,0,0,0,0,13,0,13,0,13,0,13,0,3,0,0,0,3,0,8,0,0,0,8,0,8,0,0,0,3,0,0,0,0,0,17,0,19,0,0,0,0,0,0,0,22,0,0,0,25,0,0,0,0,0,28,0,28,0,28,0,28,0,3,0,0,0,3,0,8,0,0,0,8,0,8,0,0,0,3,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,9,0,31,0,11,0,0,0,0,0,13,0,13,0,13,0,13,0,3,0,0,0,21,0,8,0,0,0,8,0,8,0,0,0,0,0,0,0,0,0,33,0,33,0,33,0,33,0,33,0,33,0,33,0,33,0,0,0,0,0,33,0,33,0,33,0,33,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,35,0,0,0,0,0,35,0,35,0,35,0,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,1,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,15,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,22,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,22,0,0,0,0,0,0,0,16,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,22,0,0,0,0,0,0,0,4,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,22,0,0,0,0,0,0,0,17,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,22,0,0,0,0,0,0,0,8,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,20,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,20,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,17,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,16,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,19,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,17,0,0,0,0,0,1,1,0,0,0,0,0,0,1,4,17,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,19,0,0,0,0,0,1,1,0,0,0,0,0,0,1,4,19,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,1,2,21,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,21,0,0,0,0,0,0,0,19,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,23,0,0,0,0,0,0,0,23,0,0,1,0,0,1,1,0,0,0,0,0,0,1,2,23,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,24,0,0,0,0,0,0,0,10,0,0,1,0,0,1,1,0,0,0,0,0,0,1,2,24,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,18,0,0,0,1,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,125,0,123,0,107,101,121,0,97,114,114,97,121,0,95,115,116,114,105,110,103,95,99,111,110,116,101,110,116,0,100,111,99,117,109,101,110,116,0,99,111,109,109,101,110,116,0,111,98,106,101,99,116,0,112,97,105,114,0,110,117,109,98,101,114,0,110,117,108,108,0,115,116,114,105,110,103,0,116,114,117,101,0,95,118,97,108,117,101,0,102,97,108,115,101,0,101,115,99,97,112,101,95,115,101,113,117,101,110,99,101,0,101,110,100,0,93,0,91,0,58,0,97,114,114,97,121,95,114,101,112,101,97,116,49,0,100,111,99,117,109,101,110,116,95,114,101,112,101,97,116,49,0,111,98,106,101,99,116,95,114,101,112,101,97,116,49,0,44,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,28,0,44,0,23,0,45,0,7,0,47,0,3,0,48,0,35,0,58,0,25,0,91,0,26,0,92,0,18,0,93,0,27,0,102,0,8,0,110,0,17,0,116,0,14,0,123,0,22,0,125,0,24,0,0,0,0,0,0,0,0,0,34,0,34,0,47,0,34,0,92,0,34,0,98,0,34,0,102,0,34,0,110,0,34,0,114,0,34,0,116,0,34,0,117,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,28,0,44,0,23,0,45,0,7,0,47,0,3,0,48,0,35,0,58,0,25,0,91,0,26,0,93,0,27,0,102,0,8,0,110,0,17,0,116,0,14,0,123,0,22,0,125,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,25,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,32,0,0,0,7,0,0,0,2,0,0,0,2,0,0,0,4,0,0,0,48,4,0,0,0,0,0,0,208,2,0,0,144,5,0,0,0,11,0,0,100,11,0,0,52,3,0,0,60,3,0,0,80,3,0,0,160,3,0,0,210,3,0,0,224,3,0,0,64,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,3,0,0,0,0,0,0,0,0,0,0,0,9,0,0,146,8,0,0,56,9,0,0,144,8,0,0,8,9,0,0,6,9,0,0,4,9,0,0,58,9,0,0,159,8,0,0,240,8,0,0,203,8,0,0,222,8,0,0,234,8,0,0,210,8,0,0,183,8,0,0,174,8,0,0,227,8,0,0,191,8,0,0,198,8,0,0,152,8,0,0,215,8,0,0,158,8,0,0,24,9,0,0,41,9,0,0,10,9,0,0,0,0,0,0,148,8,0,0,228,8,0,0]);let $l=null,Bl=null;const Ul=async e=>{if(null===$l&&null===Bl)Bl=jl.iX.init({wasmBinary:Ll}).then(()=>jl.TM.load(Dl)).then(e=>{const t=new jl.iX;return t.setLanguage(e),t}).finally(()=>{Bl=null}),$l=await Bl;else if(null===$l&&null!==Bl)$l=await Bl;else if(null===$l)throw new Is("Error while initializing web-tree-sitter and loading tree-sitter-json grammar.");return $l.parse(e)},ql=e=>({type:e.nodeType,startPosition:e.startPosition,endPosition:e.endPosition,startIndex:e.startIndex,endIndex:e.endIndex,text:e.nodeText,isNamed:e.nodeIsNamed,isMissing:e.nodeIsMissing,hasError:e.currentNode.hasError,fieldName:e.currentFieldName}),Vl=(e,t,s)=>{s.sourceMap&&(t.startLine=e.startPosition.row,t.startCharacter=e.startPosition.column,t.startOffset=e.startIndex,t.endLine=e.endPosition.row,t.endCharacter=e.endPosition.column,t.endOffset=e.endIndex)},Hl=(e,t,s)=>{const n=ql(e);if(!n.isNamed&&n.isMissing){const e=n.type||n.text,t=new kn(`(Missing ${e})`);return t.classes.push("warning"),Vl(n,t,s),s.annotations.push(t),null}const r=t[n.type];return r?r(e,s):null},Jl=(e,t,s)=>{const n=[];if(e.gotoFirstChild()){do{const r=Hl(e,t,s);null!==r&&n.push(r)}while(e.gotoNextSibling());e.gotoParent()}return n},Wl={};var Gl;Object.assign(Wl,(Gl=Wl,{document(e,t){const s=ql(e),n=new K;Vl(s,n,t);const r=Jl(e,Gl,t);for(const e of r)n.push(e);const i=n.findElements(W);i.length>0&&i[0].classes.push("result");for(const e of t.annotations)n.push(e);return t.annotations=[],n},object(e,t){const s=ql(e),n=new L;Vl(s,n,t);const r=Jl(e,Gl,t);for(const e of r)n.push(e);return n},array(e,t){const s=ql(e),n=new C;Vl(s,n,t);const r=Jl(e,Gl,t);for(const e of r)n.push(e);return n},pair(e,t){const s=ql(e);let n=null,r=null;if(e.gotoFirstChild()){do{const s=e.currentFieldName;"key"===s?n=Hl(e,Gl,t):"value"===s?r=Hl(e,Gl,t):"ERROR"===e.nodeType&&Hl(e,Gl,t)}while(e.gotoNextSibling());e.gotoParent()}const i=new j(n??new F(""),r??new F(""));return Vl(s,i,t),i},string(e,t){const s=ql(e);let n;try{n=new F(JSON.parse(s.text))}catch(e){n=new F(s.text),e instanceof Error&&n.meta.set("jsonParse",{isError:!0,errorType:e.name,errorMessage:e.message})}return Vl(s,n,t),n},number(e,t){const s=ql(e),n=new P(Number(s.text));return Vl(s,n,t),n},null(e,t){const s=ql(e),n=new M;return Vl(s,n,t),n},true(e,t){const s=ql(e),n=new R(!0);return Vl(s,n,t),n},false(e,t){const s=ql(e),n=new R(!1);return Vl(s,n,t),n},ERROR(e,t){const s=ql(e),n=s.hasError?`(Error ${s.text})`:`(Unexpected ${s.text})`,r=new kn(n);return r.classes.push("error"),Vl(s,r,t),t.annotations.push(r),null}}));const zl=(e,{sourceMap:t=!1}={})=>{const s=e.walk(),n={sourceMap:t,annotations:[]},r=Hl(s,Wl,n);if(null===r){const e=new K;for(const t of n.annotations)e.push(t);return e}return r},Kl=/(?<true>^\s*true\s*$)|(?<false>^\s*false\s*$)|(?<null>^\s*null\s*$)|(?<number>^\s*\d+\s*$)|(?<object>^\s*{\s*)|(?<array>^\s*\[\s*)|(?<string>^\s*"(((?=\\)\\(["\\/bfnrt]|u[0-9a-fA-F]{4}))|[^"\\\x00-\x1F\x7F])*"\s*$)/,Zl=(new Dn,async(e,{strict:t=!1}={})=>t?(async e=>{if(0===e.trim().length)return!1;try{return JSON.parse(e),!0}catch{return!1}})(e):(async e=>{if(!Kl.test(e))return!1;let t=null;try{return t=await Ul(e),"ERROR"!==t.rootNode.type}catch{return!1}finally{t?.delete()}})(e)),Xl=async(e,{sourceMap:t=!1,strict:s=!1}={})=>{if(s&&t)throw new $i("Cannot use sourceMap with strict parsing. Strict parsing does not support source maps.");return s?(async e=>{const t=new K;if(0===e.trim().length)return t;const s=Hn(JSON.parse(e));return s.classes.push("result"),t.push(s),t})(e):(async(e,{sourceMap:t=!1}={})=>{const s=await Ul(e);try{return zl(s,{sourceMap:t})}finally{s.delete()}})(e,{sourceMap:t})};const Ql=o(function(e){return oe(-1,e)});class Yl extends Nl{filterByFormat(e="generic"){const t="generic"===e?"workflows;version":e;return this.filter(e=>e.includes(t))}findBy(e="1.0.1",t="generic"){const s="generic"===t?`vnd.oai.workflows;version=${e}`:`vnd.oai.workflows+${t};version=${e}`;return this.find(e=>e.includes(s))||this.unknownMediaType}latest(e="generic"){return Ql(this.filterByFormat(e))}}const eu=new Yl("application/vnd.oai.workflows;version=1.0.0","application/vnd.oai.workflows+json;version=1.0.0","application/vnd.oai.workflows+yaml;version=1.0.0","application/vnd.oai.workflows;version=1.0.1","application/vnd.oai.workflows+json;version=1.0.1","application/vnd.oai.workflows+yaml;version=1.0.1"),tu=new Yl(...eu.filterByFormat("generic"),...eu.filterByFormat("json")),su=/"arazzo"\s*:\s*"(?<version_json>1\.(?:[1-9]\d*|0)\.(?:[1-9]\d*|0))"/,nu=async(e,t={})=>su.test(e)&&await Zl(e,t),ru=async(e,t={})=>{const s=mn({},"refractorOpts",t),n=Ml(["refractorOpts"],t),r=await Xl(e,n),{result:i}=r;if(Rl(i)){const e=Tl(i,s);e.classes.push("result"),r.replaceResult(e)}return r},iu=(new Dn).use(Ol),ou=Symbol.for("yaml.alias"),au=Symbol.for("yaml.document"),cu=Symbol.for("yaml.map"),lu=Symbol.for("yaml.pair"),uu=Symbol.for("yaml.scalar"),du=Symbol.for("yaml.seq"),hu=Symbol.for("yaml.node.type"),pu=e=>!!e&&"object"==typeof e&&e[hu]===ou,mu=e=>!!e&&"object"==typeof e&&e[hu]===au,fu=e=>!!e&&"object"==typeof e&&e[hu]===cu,_u=e=>!!e&&"object"==typeof e&&e[hu]===lu,gu=e=>!!e&&"object"==typeof e&&e[hu]===uu,yu=e=>!!e&&"object"==typeof e&&e[hu]===du;function wu(e){if(e&&"object"==typeof e)switch(e[hu]){case cu:case du:return!0}return!1}function bu(e){if(e&&"object"==typeof e)switch(e[hu]){case ou:case cu:case uu:case du:return!0}return!1}const xu=e=>(gu(e)||wu(e))&&!!e.anchor,Eu=Symbol("break visit"),vu=Symbol("skip children"),Su=Symbol("remove node");function Ou(e,t){const s=Iu(t);if(mu(e)){Au(null,e.contents,s,Object.freeze([e]))===Su&&(e.contents=null)}else Au(null,e,s,Object.freeze([]))}function Au(e,t,s,n){const r=Nu(e,t,s,n);if(bu(r)||_u(r))return Cu(e,n,r),Au(e,r,s,n);if("symbol"!=typeof r)if(wu(t)){n=Object.freeze(n.concat(t));for(let e=0;e<t.items.length;++e){const r=Au(e,t.items[e],s,n);if("number"==typeof r)e=r-1;else{if(r===Eu)return Eu;r===Su&&(t.items.splice(e,1),e-=1)}}}else if(_u(t)){n=Object.freeze(n.concat(t));const e=Au("key",t.key,s,n);if(e===Eu)return Eu;e===Su&&(t.key=null);const r=Au("value",t.value,s,n);if(r===Eu)return Eu;r===Su&&(t.value=null)}return r}async function ku(e,t){const s=Iu(t);if(mu(e)){await Tu(null,e.contents,s,Object.freeze([e]))===Su&&(e.contents=null)}else await Tu(null,e,s,Object.freeze([]))}async function Tu(e,t,s,n){const r=await Nu(e,t,s,n);if(bu(r)||_u(r))return Cu(e,n,r),Tu(e,r,s,n);if("symbol"!=typeof r)if(wu(t)){n=Object.freeze(n.concat(t));for(let e=0;e<t.items.length;++e){const r=await Tu(e,t.items[e],s,n);if("number"==typeof r)e=r-1;else{if(r===Eu)return Eu;r===Su&&(t.items.splice(e,1),e-=1)}}}else if(_u(t)){n=Object.freeze(n.concat(t));const e=await Tu("key",t.key,s,n);if(e===Eu)return Eu;e===Su&&(t.key=null);const r=await Tu("value",t.value,s,n);if(r===Eu)return Eu;r===Su&&(t.value=null)}return r}function Iu(e){return"object"==typeof e&&(e.Collection||e.Node||e.Value)?Object.assign({Alias:e.Node,Map:e.Node,Scalar:e.Node,Seq:e.Node},e.Value&&{Map:e.Value,Scalar:e.Value,Seq:e.Value},e.Collection&&{Map:e.Collection,Seq:e.Collection},e):e}function Nu(e,t,s,n){return"function"==typeof s?s(e,t,n):fu(t)?s.Map?.(e,t,n):yu(t)?s.Seq?.(e,t,n):_u(t)?s.Pair?.(e,t,n):gu(t)?s.Scalar?.(e,t,n):pu(t)?s.Alias?.(e,t,n):void 0}function Cu(e,t,s){const n=t[t.length-1];if(wu(n))n.items[e]=s;else if(_u(n))"key"===e?n.key=s:n.value=s;else{if(!mu(n)){const e=pu(n)?"alias":"scalar";throw new Error(`Cannot replace node with ${e} parent`)}n.contents=s}}Ou.BREAK=Eu,Ou.SKIP=vu,Ou.REMOVE=Su,ku.BREAK=Eu,ku.SKIP=vu,ku.REMOVE=Su;const Fu={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},Pu=e=>e.replace(/[!,[\]{}]/g,e=>Fu[e]);class Mu{constructor(e,t){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},Mu.defaultYaml,e),this.tags=Object.assign({},Mu.defaultTags,t)}clone(){const e=new Mu(this.yaml,this.tags);return e.docStart=this.docStart,e}atDocument(){const e=new Mu(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:Mu.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},Mu.defaultTags)}return e}add(e,t){this.atNextDocument&&(this.yaml={explicit:Mu.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},Mu.defaultTags),this.atNextDocument=!1);const s=e.trim().split(/[ \t]+/),n=s.shift();switch(n){case"%TAG":{if(2!==s.length&&(t(0,"%TAG directive should contain exactly two parts"),s.length<2))return!1;const[e,n]=s;return this.tags[e]=n,!0}case"%YAML":{if(this.yaml.explicit=!0,1!==s.length)return t(0,"%YAML directive should contain exactly one part"),!1;const[e]=s;if("1.1"===e||"1.2"===e)return this.yaml.version=e,!0;return t(6,`Unsupported YAML version ${e}`,/^\d+\.\d+$/.test(e)),!1}default:return t(0,`Unknown directive ${n}`,!0),!1}}tagName(e,t){if("!"===e)return"!";if("!"!==e[0])return t(`Not a valid tag: ${e}`),null;if("<"===e[1]){const s=e.slice(2,-1);return"!"===s||"!!"===s?(t(`Verbatim tags aren't resolved, so ${e} is invalid.`),null):(">"!==e[e.length-1]&&t("Verbatim tags must end with a >"),s)}const[,s,n]=e.match(/^(.*!)([^!]*)$/s);n||t(`The ${e} tag has no suffix`);const r=this.tags[s];if(r)try{return r+decodeURIComponent(n)}catch(e){return t(String(e)),null}return"!"===s?e:(t(`Could not resolve tag: ${e}`),null)}tagString(e){for(const[t,s]of Object.entries(this.tags))if(e.startsWith(s))return t+Pu(e.substring(s.length));return"!"===e[0]?e:`!<${e}>`}toString(e){const t=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],s=Object.entries(this.tags);let n;if(e&&s.length>0&&bu(e.contents)){const t={};Ou(e.contents,(e,s)=>{bu(s)&&s.tag&&(t[s.tag]=!0)}),n=Object.keys(t)}else n=[];for(const[r,i]of s)"!!"===r&&"tag:yaml.org,2002:"===i||e&&!n.some(e=>e.startsWith(i))||t.push(`%TAG ${r} ${i}`);return t.join("\n")}}function Ru(e){if(/[\x00-\x19\s,[\]{}]/.test(e)){const t=JSON.stringify(e);throw new Error(`Anchor must not contain whitespace or control characters: ${t}`)}return!0}function ju(e){const t=new Set;return Ou(e,{Value(e,s){s.anchor&&t.add(s.anchor)}}),t}function Lu(e,t){for(let s=1;;++s){const n=`${e}${s}`;if(!t.has(n))return n}}function Du(e,t,s,n){if(n&&"object"==typeof n)if(Array.isArray(n))for(let t=0,s=n.length;t<s;++t){const s=n[t],r=Du(e,n,String(t),s);void 0===r?delete n[t]:r!==s&&(n[t]=r)}else if(n instanceof Map)for(const t of Array.from(n.keys())){const s=n.get(t),r=Du(e,n,t,s);void 0===r?n.delete(t):r!==s&&n.set(t,r)}else if(n instanceof Set)for(const t of Array.from(n)){const s=Du(e,n,t,t);void 0===s?n.delete(t):s!==t&&(n.delete(t),n.add(s))}else for(const[t,s]of Object.entries(n)){const r=Du(e,n,t,s);void 0===r?delete n[t]:r!==s&&(n[t]=r)}return e.call(t,s,n)}function $u(e,t,s){if(Array.isArray(e))return e.map((e,t)=>$u(e,String(t),s));if(e&&"function"==typeof e.toJSON){if(!s||!xu(e))return e.toJSON(t,s);const n={aliasCount:0,count:1,res:void 0};s.anchors.set(e,n),s.onCreate=e=>{n.res=e,delete s.onCreate};const r=e.toJSON(t,s);return s.onCreate&&s.onCreate(r),r}return"bigint"!=typeof e||s?.keep?e:Number(e)}Mu.defaultYaml={explicit:!1,version:"1.2"},Mu.defaultTags={"!!":"tag:yaml.org,2002:"};class Bu{constructor(e){Object.defineProperty(this,hu,{value:e})}clone(){const e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(e.range=this.range.slice()),e}toJS(e,{mapAsMap:t,maxAliasCount:s,onAnchor:n,reviver:r}={}){if(!mu(e))throw new TypeError("A document argument is required");const i={anchors:new Map,doc:e,keep:!0,mapAsMap:!0===t,mapKeyWarned:!1,maxAliasCount:"number"==typeof s?s:100},o=$u(this,"",i);if("function"==typeof n)for(const{count:e,res:t}of i.anchors.values())n(t,e);return"function"==typeof r?Du(r,{"":o},"",o):o}}class Uu extends Bu{constructor(e){super(ou),this.source=e,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(e,t){let s,n;t?.aliasResolveCache?s=t.aliasResolveCache:(s=[],Ou(e,{Node:(e,t)=>{(pu(t)||xu(t))&&s.push(t)}}),t&&(t.aliasResolveCache=s));for(const e of s){if(e===this)break;e.anchor===this.source&&(n=e)}return n}toJSON(e,t){if(!t)return{source:this.source};const{anchors:s,doc:n,maxAliasCount:r}=t,i=this.resolve(n,t);if(!i){const e=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(e)}let o=s.get(i);if(o||($u(i,null,t),o=s.get(i)),void 0===o?.res){throw new ReferenceError("This should not happen: Alias anchor was not resolved?")}if(r>=0&&(o.count+=1,0===o.aliasCount&&(o.aliasCount=qu(n,i,s)),o.count*o.aliasCount>r)){throw new ReferenceError("Excessive alias count indicates a resource exhaustion attack")}return o.res}toString(e,t,s){const n=`*${this.source}`;if(e){if(Ru(this.source),e.options.verifyAliasOrder&&!e.anchors.has(this.source)){const e=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(e)}if(e.implicitKey)return`${n} `}return n}}function qu(e,t,s){if(pu(t)){const n=t.resolve(e),r=s&&n&&s.get(n);return r?r.count*r.aliasCount:0}if(wu(t)){let n=0;for(const r of t.items){const t=qu(e,r,s);t>n&&(n=t)}return n}if(_u(t)){const n=qu(e,t.key,s),r=qu(e,t.value,s);return Math.max(n,r)}return 1}const Vu=e=>!e||"function"!=typeof e&&"object"!=typeof e;class Hu extends Bu{constructor(e){super(uu),this.value=e}toJSON(e,t){return t?.keep?this.value:$u(this.value,e,t)}toString(){return String(this.value)}}Hu.BLOCK_FOLDED="BLOCK_FOLDED",Hu.BLOCK_LITERAL="BLOCK_LITERAL",Hu.PLAIN="PLAIN",Hu.QUOTE_DOUBLE="QUOTE_DOUBLE",Hu.QUOTE_SINGLE="QUOTE_SINGLE";function Ju(e,t,s){if(mu(e)&&(e=e.contents),bu(e))return e;if(_u(e)){const t=s.schema[cu].createNode?.(s.schema,null,s);return t.items.push(e),t}(e instanceof String||e instanceof Number||e instanceof Boolean||"undefined"!=typeof BigInt&&e instanceof BigInt)&&(e=e.valueOf());const{aliasDuplicateObjects:n,onAnchor:r,onTagObj:i,schema:o,sourceObjects:a}=s;let c;if(n&&e&&"object"==typeof e){if(c=a.get(e),c)return c.anchor??(c.anchor=r(e)),new Uu(c.anchor);c={anchor:null,node:null},a.set(e,c)}t?.startsWith("!!")&&(t="tag:yaml.org,2002:"+t.slice(2));let l=function(e,t,s){if(t){const e=s.filter(e=>e.tag===t),n=e.find(e=>!e.format)??e[0];if(!n)throw new Error(`Tag ${t} not found`);return n}return s.find(t=>t.identify?.(e)&&!t.format)}(e,t,o.tags);if(!l){if(e&&"function"==typeof e.toJSON&&(e=e.toJSON()),!e||"object"!=typeof e){const t=new Hu(e);return c&&(c.node=t),t}l=e instanceof Map?o[cu]:Symbol.iterator in Object(e)?o[du]:o[cu]}i&&(i(l),delete s.onTagObj);const u=l?.createNode?l.createNode(s.schema,e,s):"function"==typeof l?.nodeClass?.from?l.nodeClass.from(s.schema,e,s):new Hu(e);return t?u.tag=t:l.default||(u.tag=l.tag),c&&(c.node=u),u}function Wu(e,t,s){let n=s;for(let e=t.length-1;e>=0;--e){const s=t[e];if("number"==typeof s&&Number.isInteger(s)&&s>=0){const e=[];e[s]=n,n=e}else n=new Map([[s,n]])}return Ju(n,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:e,sourceObjects:new Map})}const Gu=e=>null==e||"object"==typeof e&&!!e[Symbol.iterator]().next().done;class zu extends Bu{constructor(e,t){super(e),Object.defineProperty(this,"schema",{value:t,configurable:!0,enumerable:!1,writable:!0})}clone(e){const t=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return e&&(t.schema=e),t.items=t.items.map(t=>bu(t)||_u(t)?t.clone(e):t),this.range&&(t.range=this.range.slice()),t}addIn(e,t){if(Gu(e))this.add(t);else{const[s,...n]=e,r=this.get(s,!0);if(wu(r))r.addIn(n,t);else{if(void 0!==r||!this.schema)throw new Error(`Expected YAML collection at ${s}. Remaining path: ${n}`);this.set(s,Wu(this.schema,n,t))}}}deleteIn(e){const[t,...s]=e;if(0===s.length)return this.delete(t);const n=this.get(t,!0);if(wu(n))return n.deleteIn(s);throw new Error(`Expected YAML collection at ${t}. Remaining path: ${s}`)}getIn(e,t){const[s,...n]=e,r=this.get(s,!0);return 0===n.length?!t&&gu(r)?r.value:r:wu(r)?r.getIn(n,t):void 0}hasAllNullValues(e){return this.items.every(t=>{if(!_u(t))return!1;const s=t.value;return null==s||e&&gu(s)&&null==s.value&&!s.commentBefore&&!s.comment&&!s.tag})}hasIn(e){const[t,...s]=e;if(0===s.length)return this.has(t);const n=this.get(t,!0);return!!wu(n)&&n.hasIn(s)}setIn(e,t){const[s,...n]=e;if(0===n.length)this.set(s,t);else{const e=this.get(s,!0);if(wu(e))e.setIn(n,t);else{if(void 0!==e||!this.schema)throw new Error(`Expected YAML collection at ${s}. Remaining path: ${n}`);this.set(s,Wu(this.schema,n,t))}}}}const Ku=e=>e.replace(/^(?!$)(?: $)?/gm,"#");function Zu(e,t){return/^\n+$/.test(e)?e.substring(1):t?e.replace(/^(?! *$)/gm,t):e}const Xu=(e,t,s)=>e.endsWith("\n")?Zu(s,t):s.includes("\n")?"\n"+Zu(s,t):(e.endsWith(" ")?"":" ")+s,Qu="flow",Yu="block",ed="quoted";function td(e,t,s="flow",{indentAtStart:n,lineWidth:r=80,minContentWidth:i=20,onFold:o,onOverflow:a}={}){if(!r||r<0)return e;r<i&&(i=0);const c=Math.max(1+i,1+r-t.length);if(e.length<=c)return e;const l=[],u={};let d,h,p=r-t.length;"number"==typeof n&&(n>r-Math.max(2,i)?l.push(0):p=r-n);let m=!1,f=-1,_=-1,g=-1;s===Yu&&(f=sd(e,f,t.length),-1!==f&&(p=f+c));for(let n;n=e[f+=1];){if(s===ed&&"\\"===n){switch(_=f,e[f+1]){case"x":f+=3;break;case"u":f+=5;break;case"U":f+=9;break;default:f+=1}g=f}if("\n"===n)s===Yu&&(f=sd(e,f,t.length)),p=f+t.length+c,d=void 0;else{if(" "===n&&h&&" "!==h&&"\n"!==h&&"\t"!==h){const t=e[f+1];t&&" "!==t&&"\n"!==t&&"\t"!==t&&(d=f)}if(f>=p)if(d)l.push(d),p=d+c,d=void 0;else if(s===ed){for(;" "===h||"\t"===h;)h=n,n=e[f+=1],m=!0;const t=f>g+1?f-2:_-1;if(u[t])return e;l.push(t),u[t]=!0,p=t+c,d=void 0}else m=!0}h=n}if(m&&a&&a(),0===l.length)return e;o&&o();let y=e.slice(0,l[0]);for(let n=0;n<l.length;++n){const r=l[n],i=l[n+1]||e.length;0===r?y=`\n${t}${e.slice(0,i)}`:(s===ed&&u[r]&&(y+=`${e[r]}\\`),y+=`\n${t}${e.slice(r+1,i)}`)}return y}function sd(e,t,s){let n=t,r=t+1,i=e[r];for(;" "===i||"\t"===i;)if(t<r+s)i=e[++t];else{do{i=e[++t]}while(i&&"\n"!==i);n=t,r=t+1,i=e[r]}return n}const nd=(e,t)=>({indentAtStart:t?e.indent.length:e.indentAtStart,lineWidth:e.options.lineWidth,minContentWidth:e.options.minContentWidth}),rd=e=>/^(%|---|\.\.\.)/m.test(e);function id(e,t){const s=JSON.stringify(e);if(t.options.doubleQuotedAsJSON)return s;const{implicitKey:n}=t,r=t.options.doubleQuotedMinMultiLineLength,i=t.indent||(rd(e)?" ":"");let o="",a=0;for(let e=0,t=s[e];t;t=s[++e])if(" "===t&&"\\"===s[e+1]&&"n"===s[e+2]&&(o+=s.slice(a,e)+"\\ ",e+=1,a=e,t="\\"),"\\"===t)switch(s[e+1]){case"u":{o+=s.slice(a,e);const t=s.substr(e+2,4);switch(t){case"0000":o+="\\0";break;case"0007":o+="\\a";break;case"000b":o+="\\v";break;case"001b":o+="\\e";break;case"0085":o+="\\N";break;case"00a0":o+="\\_";break;case"2028":o+="\\L";break;case"2029":o+="\\P";break;default:"00"===t.substr(0,2)?o+="\\x"+t.substr(2):o+=s.substr(e,6)}e+=5,a=e+1}break;case"n":if(n||'"'===s[e+2]||s.length<r)e+=1;else{for(o+=s.slice(a,e)+"\n\n";"\\"===s[e+2]&&"n"===s[e+3]&&'"'!==s[e+4];)o+="\n",e+=2;o+=i," "===s[e+2]&&(o+="\\"),e+=1,a=e+1}break;default:e+=1}return o=a?o+s.slice(a):s,n?o:td(o,i,ed,nd(t,!1))}function od(e,t){if(!1===t.options.singleQuote||t.implicitKey&&e.includes("\n")||/[ \t]\n|\n[ \t]/.test(e))return id(e,t);const s=t.indent||(rd(e)?" ":""),n="'"+e.replace(/'/g,"''").replace(/\n+/g,`$&\n${s}`)+"'";return t.implicitKey?n:td(n,s,Qu,nd(t,!1))}function ad(e,t){const{singleQuote:s}=t.options;let n;if(!1===s)n=id;else{const t=e.includes('"'),r=e.includes("'");n=t&&!r?od:r&&!t?id:s?od:id}return n(e,t)}let cd;try{cd=new RegExp("(^|(?<!\n))\n+(?!\n|$)","g")}catch{cd=/\n+(?!\n|$)/g}function ld({comment:e,type:t,value:s},n,r,i){const{blockQuote:o,commentString:a,lineWidth:c}=n.options;if(!o||/\n[\t ]+$/.test(s))return ad(s,n);const l=n.indent||(n.forceBlockIndent||rd(s)?" ":""),u="literal"===o||"folded"!==o&&t!==Hu.BLOCK_FOLDED&&(t===Hu.BLOCK_LITERAL||!function(e,t,s){if(!t||t<0)return!1;const n=t-s,r=e.length;if(r<=n)return!1;for(let t=0,s=0;t<r;++t)if("\n"===e[t]){if(t-s>n)return!0;if(s=t+1,r-s<=n)return!1}return!0}(s,c,l.length));if(!s)return u?"|\n":">\n";let d,h;for(h=s.length;h>0;--h){const e=s[h-1];if("\n"!==e&&"\t"!==e&&" "!==e)break}let p=s.substring(h);const m=p.indexOf("\n");-1===m?d="-":s===p||m!==p.length-1?(d="+",i&&i()):d="",p&&(s=s.slice(0,-p.length),"\n"===p[p.length-1]&&(p=p.slice(0,-1)),p=p.replace(cd,`$&${l}`));let f,_=!1,g=-1;for(f=0;f<s.length;++f){const e=s[f];if(" "===e)_=!0;else{if("\n"!==e)break;g=f}}let y=s.substring(0,g<f?g+1:f);y&&(s=s.substring(y.length),y=y.replace(/\n+/g,`$&${l}`));let w=(_?l?"2":"1":"")+d;if(e&&(w+=" "+a(e.replace(/ ?[\r\n]+/g," ")),r&&r()),!u){const e=s.replace(/\n+/g,"\n$&").replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${l}`);let r=!1;const i=nd(n,!0);"folded"!==o&&t!==Hu.BLOCK_FOLDED&&(i.onOverflow=()=>{r=!0});const a=td(`${y}${e}${p}`,l,Yu,i);if(!r)return`>${w}\n${l}${a}`}return`|${w}\n${l}${y}${s=s.replace(/\n+/g,`$&${l}`)}${p}`}function ud(e,t,s,n){const{implicitKey:r,inFlow:i}=t,o="string"==typeof e.value?e:Object.assign({},e,{value:String(e.value)});let{type:a}=e;a!==Hu.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(o.value)&&(a=Hu.QUOTE_DOUBLE);const c=e=>{switch(e){case Hu.BLOCK_FOLDED:case Hu.BLOCK_LITERAL:return r||i?ad(o.value,t):ld(o,t,s,n);case Hu.QUOTE_DOUBLE:return id(o.value,t);case Hu.QUOTE_SINGLE:return od(o.value,t);case Hu.PLAIN:return function(e,t,s,n){const{type:r,value:i}=e,{actualString:o,implicitKey:a,indent:c,indentStep:l,inFlow:u}=t;if(a&&i.includes("\n")||u&&/[[\]{},]/.test(i))return ad(i,t);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(i))return a||u||!i.includes("\n")?ad(i,t):ld(e,t,s,n);if(!a&&!u&&r!==Hu.PLAIN&&i.includes("\n"))return ld(e,t,s,n);if(rd(i)){if(""===c)return t.forceBlockIndent=!0,ld(e,t,s,n);if(a&&c===l)return ad(i,t)}const d=i.replace(/\n+/g,`$&\n${c}`);if(o){const e=e=>e.default&&"tag:yaml.org,2002:str"!==e.tag&&e.test?.test(d),{compat:s,tags:n}=t.doc.schema;if(n.some(e)||s?.some(e))return ad(i,t)}return a?d:td(d,c,Qu,nd(t,!1))}(o,t,s,n);default:return null}};let l=c(a);if(null===l){const{defaultKeyType:e,defaultStringType:s}=t.options,n=r&&e||s;if(l=c(n),null===l)throw new Error(`Unsupported default string type ${n}`)}return l}function dd(e,t){const s=Object.assign({blockQuote:!0,commentString:Ku,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},e.schema.toStringOptions,t);let n;switch(s.collectionStyle){case"block":n=!1;break;case"flow":n=!0;break;default:n=null}return{anchors:new Set,doc:e,flowCollectionPadding:s.flowCollectionPadding?" ":"",indent:"",indentStep:"number"==typeof s.indent?" ".repeat(s.indent):" ",inFlow:n,options:s}}function hd(e,t,s,n){if(_u(e))return e.toString(t,s,n);if(pu(e)){if(t.doc.directives)return e.toString(t);if(t.resolvedAliases?.has(e))throw new TypeError("Cannot stringify circular structure without alias nodes");t.resolvedAliases?t.resolvedAliases.add(e):t.resolvedAliases=new Set([e]),e=e.resolve(t.doc)}let r;const i=bu(e)?e:t.doc.createNode(e,{onTagObj:e=>r=e});r??(r=function(e,t){if(t.tag){const s=e.filter(e=>e.tag===t.tag);if(s.length>0)return s.find(e=>e.format===t.format)??s[0]}let s,n;if(gu(t)){n=t.value;let r=e.filter(e=>e.identify?.(n));if(r.length>1){const e=r.filter(e=>e.test);e.length>0&&(r=e)}s=r.find(e=>e.format===t.format)??r.find(e=>!e.format)}else n=t,s=e.find(e=>e.nodeClass&&n instanceof e.nodeClass);if(!s)throw new Error(`Tag not resolved for ${n?.constructor?.name??(null===n?"null":typeof n)} value`);return s}(t.doc.schema.tags,i));const o=function(e,t,{anchors:s,doc:n}){if(!n.directives)return"";const r=[],i=(gu(e)||wu(e))&&e.anchor;i&&Ru(i)&&(s.add(i),r.push(`&${i}`));const o=e.tag??(t.default?null:t.tag);return o&&r.push(n.directives.tagString(o)),r.join(" ")}(i,r,t);o.length>0&&(t.indentAtStart=(t.indentAtStart??0)+o.length+1);const a="function"==typeof r.stringify?r.stringify(i,t,s,n):gu(i)?ud(i,t,s,n):i.toString(t,s,n);return o?gu(i)||"{"===a[0]||"["===a[0]?`${o} ${a}`:`${o}\n${t.indent}${a}`:a}const pd="<<",md={identify:e=>e===pd||"symbol"==typeof e&&e.description===pd,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new Hu(Symbol(pd)),{addToJSMap:fd}),stringify:()=>pd};function fd(e,t,s){if(s=e&&pu(s)?s.resolve(e.doc):s,yu(s))for(const n of s.items)_d(e,t,n);else if(Array.isArray(s))for(const n of s)_d(e,t,n);else _d(e,t,s)}function _d(e,t,s){const n=e&&pu(s)?s.resolve(e.doc):s;if(!fu(n))throw new Error("Merge sources must be maps or map aliases");const r=n.toJSON(null,e,Map);for(const[e,s]of r)t instanceof Map?t.has(e)||t.set(e,s):t instanceof Set?t.add(e):Object.prototype.hasOwnProperty.call(t,e)||Object.defineProperty(t,e,{value:s,writable:!0,enumerable:!0,configurable:!0});return t}function gd(e,t,{key:s,value:n}){if(bu(s)&&s.addToJSMap)s.addToJSMap(e,t,n);else if(((e,t)=>(md.identify(t)||gu(t)&&(!t.type||t.type===Hu.PLAIN)&&md.identify(t.value))&&e?.doc.schema.tags.some(e=>e.tag===md.tag&&e.default))(e,s))fd(e,t,n);else{const r=$u(s,"",e);if(t instanceof Map)t.set(r,$u(n,r,e));else if(t instanceof Set)t.add(r);else{const i=function(e,t,s){if(null===t)return"";if("object"!=typeof t)return String(t);if(bu(e)&&s?.doc){const t=dd(s.doc,{});t.anchors=new Set;for(const e of s.anchors.keys())t.anchors.add(e.anchor);t.inFlow=!0,t.inStringifyKey=!0;const i=e.toString(t);if(!s.mapKeyWarned){let e=JSON.stringify(i);e.length>40&&(e=e.substring(0,36)+'..."'),n=s.doc.options.logLevel,r=`Keys with collection values will be stringified due to JS Object restrictions: ${e}. Set mapAsMap: true to use object keys.`,"debug"!==n&&"warn"!==n||console.warn(r),s.mapKeyWarned=!0}return i}var n,r;return JSON.stringify(t)}(s,r,e),o=$u(n,i,e);i in t?Object.defineProperty(t,i,{value:o,writable:!0,enumerable:!0,configurable:!0}):t[i]=o}}return t}function yd(e,t,s){const n=Ju(e,void 0,s),r=Ju(t,void 0,s);return new wd(n,r)}class wd{constructor(e,t=null){Object.defineProperty(this,hu,{value:lu}),this.key=e,this.value=t}clone(e){let{key:t,value:s}=this;return bu(t)&&(t=t.clone(e)),bu(s)&&(s=s.clone(e)),new wd(t,s)}toJSON(e,t){return gd(t,t?.mapAsMap?new Map:{},this)}toString(e,t,s){return e?.doc?function({key:e,value:t},s,n,r){const{allNullValues:i,doc:o,indent:a,indentStep:c,options:{commentString:l,indentSeq:u,simpleKeys:d}}=s;let h=bu(e)&&e.comment||null;if(d){if(h)throw new Error("With simple keys, key nodes cannot have comments");if(wu(e)||!bu(e)&&"object"==typeof e)throw new Error("With simple keys, collection cannot be used as a key value")}let p=!d&&(!e||h&&null==t&&!s.inFlow||wu(e)||(gu(e)?e.type===Hu.BLOCK_FOLDED||e.type===Hu.BLOCK_LITERAL:"object"==typeof e));s=Object.assign({},s,{allNullValues:!1,implicitKey:!p&&(d||!i),indent:a+c});let m,f,_,g=!1,y=!1,w=hd(e,s,()=>g=!0,()=>y=!0);if(!p&&!s.inFlow&&w.length>1024){if(d)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");p=!0}if(s.inFlow){if(i||null==t)return g&&n&&n(),""===w?"?":p?`? ${w}`:w}else if(i&&!d||null==t&&p)return w=`? ${w}`,h&&!g?w+=Xu(w,s.indent,l(h)):y&&r&&r(),w;g&&(h=null),p?(h&&(w+=Xu(w,s.indent,l(h))),w=`? ${w}\n${a}:`):(w=`${w}:`,h&&(w+=Xu(w,s.indent,l(h)))),bu(t)?(m=!!t.spaceBefore,f=t.commentBefore,_=t.comment):(m=!1,f=null,_=null,t&&"object"==typeof t&&(t=o.createNode(t))),s.implicitKey=!1,p||h||!gu(t)||(s.indentAtStart=w.length+1),y=!1,u||!(c.length>=2)||s.inFlow||p||!yu(t)||t.flow||t.tag||t.anchor||(s.indent=s.indent.substring(2));let b=!1;const x=hd(t,s,()=>b=!0,()=>y=!0);let E=" ";if(h||m||f)E=m?"\n":"",f&&(E+=`\n${Zu(l(f),s.indent)}`),""!==x||s.inFlow?E+=`\n${s.indent}`:"\n"===E&&_&&(E="\n\n");else if(!p&&wu(t)){const e=x[0],n=x.indexOf("\n"),r=-1!==n,i=s.inFlow??t.flow??0===t.items.length;if(r||!i){let t=!1;if(r&&("&"===e||"!"===e)){let s=x.indexOf(" ");"&"===e&&-1!==s&&s<n&&"!"===x[s+1]&&(s=x.indexOf(" ",s+1)),(-1===s||n<s)&&(t=!0)}t||(E=`\n${s.indent}`)}}else""!==x&&"\n"!==x[0]||(E="");return w+=E+x,s.inFlow?b&&n&&n():_&&!b?w+=Xu(w,s.indent,l(_)):y&&r&&r(),w}(this,e,t,s):JSON.stringify(this)}}function bd(e,t,s){return(t.inFlow??e.flow?Ed:xd)(e,t,s)}function xd({comment:e,items:t},s,{blockItemPrefix:n,flowChars:r,itemIndent:i,onChompKeep:o,onComment:a}){const{indent:c,options:{commentString:l}}=s,u=Object.assign({},s,{indent:i,type:null});let d=!1;const h=[];for(let e=0;e<t.length;++e){const r=t[e];let o=null;if(bu(r))!d&&r.spaceBefore&&h.push(""),vd(s,h,r.commentBefore,d),r.comment&&(o=r.comment);else if(_u(r)){const e=bu(r.key)?r.key:null;e&&(!d&&e.spaceBefore&&h.push(""),vd(s,h,e.commentBefore,d))}d=!1;let a=hd(r,u,()=>o=null,()=>d=!0);o&&(a+=Xu(a,i,l(o))),d&&o&&(d=!1),h.push(n+a)}let p;if(0===h.length)p=r.start+r.end;else{p=h[0];for(let e=1;e<h.length;++e){const t=h[e];p+=t?`\n${c}${t}`:"\n"}}return e?(p+="\n"+Zu(l(e),c),a&&a()):d&&o&&o(),p}function Ed({items:e},t,{flowChars:s,itemIndent:n}){const{indent:r,indentStep:i,flowCollectionPadding:o,options:{commentString:a}}=t;n+=i;const c=Object.assign({},t,{indent:n,inFlow:!0,type:null});let l=!1,u=0;const d=[];for(let s=0;s<e.length;++s){const r=e[s];let i=null;if(bu(r))r.spaceBefore&&d.push(""),vd(t,d,r.commentBefore,!1),r.comment&&(i=r.comment);else if(_u(r)){const e=bu(r.key)?r.key:null;e&&(e.spaceBefore&&d.push(""),vd(t,d,e.commentBefore,!1),e.comment&&(l=!0));const s=bu(r.value)?r.value:null;s?(s.comment&&(i=s.comment),s.commentBefore&&(l=!0)):null==r.value&&e?.comment&&(i=e.comment)}i&&(l=!0);let o=hd(r,c,()=>i=null);s<e.length-1&&(o+=","),i&&(o+=Xu(o,n,a(i))),!l&&(d.length>u||o.includes("\n"))&&(l=!0),d.push(o),u=d.length}const{start:h,end:p}=s;if(0===d.length)return h+p;if(!l){const e=d.reduce((e,t)=>e+t.length+2,2);l=t.options.lineWidth>0&&e>t.options.lineWidth}if(l){let e=h;for(const t of d)e+=t?`\n${i}${r}${t}`:"\n";return`${e}\n${r}${p}`}return`${h}${o}${d.join(" ")}${o}${p}`}function vd({indent:e,options:{commentString:t}},s,n,r){if(n&&r&&(n=n.replace(/^\n+/,"")),n){const r=Zu(t(n),e);s.push(r.trimStart())}}function Sd(e,t){const s=gu(t)?t.value:t;for(const n of e)if(_u(n)){if(n.key===t||n.key===s)return n;if(gu(n.key)&&n.key.value===s)return n}}class Od extends zu{static get tagName(){return"tag:yaml.org,2002:map"}constructor(e){super(cu,e),this.items=[]}static from(e,t,s){const{keepUndefined:n,replacer:r}=s,i=new this(e),o=(e,o)=>{if("function"==typeof r)o=r.call(t,e,o);else if(Array.isArray(r)&&!r.includes(e))return;(void 0!==o||n)&&i.items.push(yd(e,o,s))};if(t instanceof Map)for(const[e,s]of t)o(e,s);else if(t&&"object"==typeof t)for(const e of Object.keys(t))o(e,t[e]);return"function"==typeof e.sortMapEntries&&i.items.sort(e.sortMapEntries),i}add(e,t){let s;s=_u(e)?e:e&&"object"==typeof e&&"key"in e?new wd(e.key,e.value):new wd(e,e?.value);const n=Sd(this.items,s.key),r=this.schema?.sortMapEntries;if(n){if(!t)throw new Error(`Key ${s.key} already set`);gu(n.value)&&Vu(s.value)?n.value.value=s.value:n.value=s.value}else if(r){const e=this.items.findIndex(e=>r(s,e)<0);-1===e?this.items.push(s):this.items.splice(e,0,s)}else this.items.push(s)}delete(e){const t=Sd(this.items,e);if(!t)return!1;return this.items.splice(this.items.indexOf(t),1).length>0}get(e,t){const s=Sd(this.items,e),n=s?.value;return(!t&&gu(n)?n.value:n)??void 0}has(e){return!!Sd(this.items,e)}set(e,t){this.add(new wd(e,t),!0)}toJSON(e,t,s){const n=s?new s:t?.mapAsMap?new Map:{};t?.onCreate&&t.onCreate(n);for(const e of this.items)gd(t,n,e);return n}toString(e,t,s){if(!e)return JSON.stringify(this);for(const e of this.items)if(!_u(e))throw new Error(`Map items must all be pairs; found ${JSON.stringify(e)} instead`);return!e.allNullValues&&this.hasAllNullValues(!1)&&(e=Object.assign({},e,{allNullValues:!0})),bd(this,e,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:e.indent||"",onChompKeep:s,onComment:t})}}const Ad={collection:"map",default:!0,nodeClass:Od,tag:"tag:yaml.org,2002:map",resolve:(e,t)=>(fu(e)||t("Expected a mapping for this tag"),e),createNode:(e,t,s)=>Od.from(e,t,s)};class kd extends zu{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(e){super(du,e),this.items=[]}add(e){this.items.push(e)}delete(e){const t=Td(e);if("number"!=typeof t)return!1;return this.items.splice(t,1).length>0}get(e,t){const s=Td(e);if("number"!=typeof s)return;const n=this.items[s];return!t&&gu(n)?n.value:n}has(e){const t=Td(e);return"number"==typeof t&&t<this.items.length}set(e,t){const s=Td(e);if("number"!=typeof s)throw new Error(`Expected a valid index, not ${e}.`);const n=this.items[s];gu(n)&&Vu(t)?n.value=t:this.items[s]=t}toJSON(e,t){const s=[];t?.onCreate&&t.onCreate(s);let n=0;for(const e of this.items)s.push($u(e,String(n++),t));return s}toString(e,t,s){return e?bd(this,e,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(e.indent||"")+" ",onChompKeep:s,onComment:t}):JSON.stringify(this)}static from(e,t,s){const{replacer:n}=s,r=new this(e);if(t&&Symbol.iterator in Object(t)){let e=0;for(let i of t){if("function"==typeof n){const s=t instanceof Set?i:String(e++);i=n.call(t,s,i)}r.items.push(Ju(i,void 0,s))}}return r}}function Td(e){let t=gu(e)?e.value:e;return t&&"string"==typeof t&&(t=Number(t)),"number"==typeof t&&Number.isInteger(t)&&t>=0?t:null}const Id={collection:"seq",default:!0,nodeClass:kd,tag:"tag:yaml.org,2002:seq",resolve:(e,t)=>(yu(e)||t("Expected a sequence for this tag"),e),createNode:(e,t,s)=>kd.from(e,t,s)},Nd={identify:e=>"string"==typeof e,default:!0,tag:"tag:yaml.org,2002:str",resolve:e=>e,stringify:(e,t,s,n)=>ud(e,t=Object.assign({actualString:!0},t),s,n)},Cd={identify:e=>null==e,createNode:()=>new Hu(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new Hu(null),stringify:({source:e},t)=>"string"==typeof e&&Cd.test.test(e)?e:t.options.nullStr},Fd={identify:e=>"boolean"==typeof e,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:e=>new Hu("t"===e[0]||"T"===e[0]),stringify({source:e,value:t},s){if(e&&Fd.test.test(e)){if(t===("t"===e[0]||"T"===e[0]))return e}return t?s.options.trueStr:s.options.falseStr}};function Pd({format:e,minFractionDigits:t,tag:s,value:n}){if("bigint"==typeof n)return String(n);const r="number"==typeof n?n:Number(n);if(!isFinite(r))return isNaN(r)?".nan":r<0?"-.inf":".inf";let i=Object.is(n,-0)?"-0":JSON.stringify(n);if(!e&&t&&(!s||"tag:yaml.org,2002:float"===s)&&/^\d/.test(i)){let e=i.indexOf(".");e<0&&(e=i.length,i+=".");let s=t-(i.length-e-1);for(;s-- >0;)i+="0"}return i}const Md={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:e=>"nan"===e.slice(-3).toLowerCase()?NaN:"-"===e[0]?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Pd},Rd={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e),stringify(e){const t=Number(e.value);return isFinite(t)?t.toExponential():Pd(e)}},jd={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(e){const t=new Hu(parseFloat(e)),s=e.indexOf(".");return-1!==s&&"0"===e[e.length-1]&&(t.minFractionDigits=e.length-s-1),t},stringify:Pd},Ld=e=>"bigint"==typeof e||Number.isInteger(e),Dd=(e,t,s,{intAsBigInt:n})=>n?BigInt(e):parseInt(e.substring(t),s);function $d(e,t,s){const{value:n}=e;return Ld(n)&&n>=0?s+n.toString(t):Pd(e)}const Bd={identify:e=>Ld(e)&&e>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(e,t,s)=>Dd(e,2,8,s),stringify:e=>$d(e,8,"0o")},Ud={identify:Ld,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(e,t,s)=>Dd(e,0,10,s),stringify:Pd},qd={identify:e=>Ld(e)&&e>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(e,t,s)=>Dd(e,2,16,s),stringify:e=>$d(e,16,"0x")},Vd=[Ad,Id,Nd,Cd,Fd,Bd,Ud,qd,Md,Rd,jd];function Hd(e){return"bigint"==typeof e||Number.isInteger(e)}const Jd=({value:e})=>JSON.stringify(e),Wd=[Ad,Id].concat([{identify:e=>"string"==typeof e,default:!0,tag:"tag:yaml.org,2002:str",resolve:e=>e,stringify:Jd},{identify:e=>null==e,createNode:()=>new Hu(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Jd},{identify:e=>"boolean"==typeof e,default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:e=>"true"===e,stringify:Jd},{identify:Hd,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(e,t,{intAsBigInt:s})=>s?BigInt(e):parseInt(e,10),stringify:({value:e})=>Hd(e)?e.toString():JSON.stringify(e)},{identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:e=>parseFloat(e),stringify:Jd}],{default:!0,tag:"",test:/^/,resolve:(e,t)=>(t(`Unresolved plain scalar ${JSON.stringify(e)}`),e)}),Gd={identify:e=>e instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(e,t){if("function"==typeof atob){const t=atob(e.replace(/[\n\r]/g,"")),s=new Uint8Array(t.length);for(let e=0;e<t.length;++e)s[e]=t.charCodeAt(e);return s}return t("This environment does not support reading binary tags; either Buffer or atob is required"),e},stringify({comment:e,type:t,value:s},n,r,i){if(!s)return"";const o=s;let a;if("function"!=typeof btoa)throw new Error("This environment does not support writing binary tags; either Buffer or btoa is required");{let e="";for(let t=0;t<o.length;++t)e+=String.fromCharCode(o[t]);a=btoa(e)}if(t??(t=Hu.BLOCK_LITERAL),t!==Hu.QUOTE_DOUBLE){const e=Math.max(n.options.lineWidth-n.indent.length,n.options.minContentWidth),s=Math.ceil(a.length/e),r=new Array(s);for(let t=0,n=0;t<s;++t,n+=e)r[t]=a.substr(n,e);a=r.join(t===Hu.BLOCK_LITERAL?"\n":" ")}return ud({comment:e,type:t,value:a},n,r,i)}};function zd(e,t){if(yu(e))for(let s=0;s<e.items.length;++s){let n=e.items[s];if(!_u(n)){if(fu(n)){n.items.length>1&&t("Each pair must have its own sequence indicator");const e=n.items[0]||new wd(new Hu(null));if(n.commentBefore&&(e.key.commentBefore=e.key.commentBefore?`${n.commentBefore}\n${e.key.commentBefore}`:n.commentBefore),n.comment){const t=e.value??e.key;t.comment=t.comment?`${n.comment}\n${t.comment}`:n.comment}n=e}e.items[s]=_u(n)?n:new wd(n)}}else t("Expected a sequence for this tag");return e}function Kd(e,t,s){const{replacer:n}=s,r=new kd(e);r.tag="tag:yaml.org,2002:pairs";let i=0;if(t&&Symbol.iterator in Object(t))for(let e of t){let o,a;if("function"==typeof n&&(e=n.call(t,String(i++),e)),Array.isArray(e)){if(2!==e.length)throw new TypeError(`Expected [key, value] tuple: ${e}`);o=e[0],a=e[1]}else if(e&&e instanceof Object){const t=Object.keys(e);if(1!==t.length)throw new TypeError(`Expected tuple with one key, not ${t.length} keys`);o=t[0],a=e[o]}else o=e;r.items.push(yd(o,a,s))}return r}const Zd={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:zd,createNode:Kd};class Xd extends kd{constructor(){super(),this.add=Od.prototype.add.bind(this),this.delete=Od.prototype.delete.bind(this),this.get=Od.prototype.get.bind(this),this.has=Od.prototype.has.bind(this),this.set=Od.prototype.set.bind(this),this.tag=Xd.tag}toJSON(e,t){if(!t)return super.toJSON(e);const s=new Map;t?.onCreate&&t.onCreate(s);for(const e of this.items){let n,r;if(_u(e)?(n=$u(e.key,"",t),r=$u(e.value,n,t)):n=$u(e,"",t),s.has(n))throw new Error("Ordered maps must not include duplicate keys");s.set(n,r)}return s}static from(e,t,s){const n=Kd(e,t,s),r=new this;return r.items=n.items,r}}Xd.tag="tag:yaml.org,2002:omap";const Qd={collection:"seq",identify:e=>e instanceof Map,nodeClass:Xd,default:!1,tag:"tag:yaml.org,2002:omap",resolve(e,t){const s=zd(e,t),n=[];for(const{key:e}of s.items)gu(e)&&(n.includes(e.value)?t(`Ordered maps must not include duplicate keys: ${e.value}`):n.push(e.value));return Object.assign(new Xd,s)},createNode:(e,t,s)=>Xd.from(e,t,s)};function Yd({value:e,source:t},s){return t&&(e?eh:th).test.test(t)?t:e?s.options.trueStr:s.options.falseStr}const eh={identify:e=>!0===e,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new Hu(!0),stringify:Yd},th={identify:e=>!1===e,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new Hu(!1),stringify:Yd},sh={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:e=>"nan"===e.slice(-3).toLowerCase()?NaN:"-"===e[0]?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:Pd},nh={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:e=>parseFloat(e.replace(/_/g,"")),stringify(e){const t=Number(e.value);return isFinite(t)?t.toExponential():Pd(e)}},rh={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(e){const t=new Hu(parseFloat(e.replace(/_/g,""))),s=e.indexOf(".");if(-1!==s){const n=e.substring(s+1).replace(/_/g,"");"0"===n[n.length-1]&&(t.minFractionDigits=n.length)}return t},stringify:Pd},ih=e=>"bigint"==typeof e||Number.isInteger(e);function oh(e,t,s,{intAsBigInt:n}){const r=e[0];if("-"!==r&&"+"!==r||(t+=1),e=e.substring(t).replace(/_/g,""),n){switch(s){case 2:e=`0b${e}`;break;case 8:e=`0o${e}`;break;case 16:e=`0x${e}`}const t=BigInt(e);return"-"===r?BigInt(-1)*t:t}const i=parseInt(e,s);return"-"===r?-1*i:i}function ah(e,t,s){const{value:n}=e;if(ih(n)){const e=n.toString(t);return n<0?"-"+s+e.substr(1):s+e}return Pd(e)}const ch={identify:ih,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(e,t,s)=>oh(e,2,2,s),stringify:e=>ah(e,2,"0b")},lh={identify:ih,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(e,t,s)=>oh(e,1,8,s),stringify:e=>ah(e,8,"0")},uh={identify:ih,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(e,t,s)=>oh(e,0,10,s),stringify:Pd},dh={identify:ih,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(e,t,s)=>oh(e,2,16,s),stringify:e=>ah(e,16,"0x")};class hh extends Od{constructor(e){super(e),this.tag=hh.tag}add(e){let t;t=_u(e)?e:e&&"object"==typeof e&&"key"in e&&"value"in e&&null===e.value?new wd(e.key,null):new wd(e,null);Sd(this.items,t.key)||this.items.push(t)}get(e,t){const s=Sd(this.items,e);return!t&&_u(s)?gu(s.key)?s.key.value:s.key:s}set(e,t){if("boolean"!=typeof t)throw new Error("Expected boolean value for set(key, value) in a YAML set, not "+typeof t);const s=Sd(this.items,e);s&&!t?this.items.splice(this.items.indexOf(s),1):!s&&t&&this.items.push(new wd(e))}toJSON(e,t){return super.toJSON(e,t,Set)}toString(e,t,s){if(!e)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},e,{allNullValues:!0}),t,s);throw new Error("Set items must all have null values")}static from(e,t,s){const{replacer:n}=s,r=new this(e);if(t&&Symbol.iterator in Object(t))for(let e of t)"function"==typeof n&&(e=n.call(t,e,e)),r.items.push(yd(e,null,s));return r}}hh.tag="tag:yaml.org,2002:set";const ph={collection:"map",identify:e=>e instanceof Set,nodeClass:hh,default:!1,tag:"tag:yaml.org,2002:set",createNode:(e,t,s)=>hh.from(e,t,s),resolve(e,t){if(fu(e)){if(e.hasAllNullValues(!0))return Object.assign(new hh,e);t("Set items must all have null values")}else t("Expected a mapping for this tag");return e}};function mh(e,t){const s=e[0],n="-"===s||"+"===s?e.substring(1):e,r=e=>t?BigInt(e):Number(e),i=n.replace(/_/g,"").split(":").reduce((e,t)=>e*r(60)+r(t),r(0));return"-"===s?r(-1)*i:i}function fh(e){let{value:t}=e,s=e=>e;if("bigint"==typeof t)s=e=>BigInt(e);else if(isNaN(t)||!isFinite(t))return Pd(e);let n="";t<0&&(n="-",t*=s(-1));const r=s(60),i=[t%r];return t<60?i.unshift(0):(t=(t-i[0])/r,i.unshift(t%r),t>=60&&(t=(t-i[0])/r,i.unshift(t))),n+i.map(e=>String(e).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}const _h={identify:e=>"bigint"==typeof e||Number.isInteger(e),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(e,t,{intAsBigInt:s})=>mh(e,s),stringify:fh},gh={identify:e=>"number"==typeof e,default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:e=>mh(e,!1),stringify:fh},yh={identify:e=>e instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(e){const t=e.match(yh.test);if(!t)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");const[,s,n,r,i,o,a]=t.map(Number),c=t[7]?Number((t[7]+"00").substr(1,3)):0;let l=Date.UTC(s,n-1,r,i||0,o||0,a||0,c);const u=t[8];if(u&&"Z"!==u){let e=mh(u,!1);Math.abs(e)<30&&(e*=60),l-=6e4*e}return new Date(l)},stringify:({value:e})=>e?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""},wh=[Ad,Id,Nd,Cd,eh,th,ch,lh,uh,dh,sh,nh,rh,Gd,md,Qd,Zd,ph,_h,gh,yh],bh=new Map([["core",Vd],["failsafe",[Ad,Id,Nd]],["json",Wd],["yaml11",wh],["yaml-1.1",wh]]),xh={binary:Gd,bool:Fd,float:jd,floatExp:Rd,floatNaN:Md,floatTime:gh,int:Ud,intHex:qd,intOct:Bd,intTime:_h,map:Ad,merge:md,null:Cd,omap:Qd,pairs:Zd,seq:Id,set:ph,timestamp:yh},Eh={"tag:yaml.org,2002:binary":Gd,"tag:yaml.org,2002:merge":md,"tag:yaml.org,2002:omap":Qd,"tag:yaml.org,2002:pairs":Zd,"tag:yaml.org,2002:set":ph,"tag:yaml.org,2002:timestamp":yh};function vh(e,t,s){const n=bh.get(t);if(n&&!e)return s&&!n.includes(md)?n.concat(md):n.slice();let r=n;if(!r){if(!Array.isArray(e)){const e=Array.from(bh.keys()).filter(e=>"yaml11"!==e).map(e=>JSON.stringify(e)).join(", ");throw new Error(`Unknown schema "${t}"; use one of ${e} or define customTags array`)}r=[]}if(Array.isArray(e))for(const t of e)r=r.concat(t);else"function"==typeof e&&(r=e(r.slice()));return s&&(r=r.concat(md)),r.reduce((e,t)=>{const s="string"==typeof t?xh[t]:t;if(!s){const e=JSON.stringify(t),s=Object.keys(xh).map(e=>JSON.stringify(e)).join(", ");throw new Error(`Unknown custom tag ${e}; use one of ${s}`)}return e.includes(s)||e.push(s),e},[])}const Sh=(e,t)=>e.key<t.key?-1:e.key>t.key?1:0;class Oh{constructor({compat:e,customTags:t,merge:s,resolveKnownTags:n,schema:r,sortMapEntries:i,toStringDefaults:o}){this.compat=Array.isArray(e)?vh(e,"compat"):e?vh(null,e):null,this.name="string"==typeof r&&r||"core",this.knownTags=n?Eh:{},this.tags=vh(t,this.name,s),this.toStringOptions=o??null,Object.defineProperty(this,cu,{value:Ad}),Object.defineProperty(this,uu,{value:Nd}),Object.defineProperty(this,du,{value:Id}),this.sortMapEntries="function"==typeof i?i:!0===i?Sh:null}clone(){const e=Object.create(Oh.prototype,Object.getOwnPropertyDescriptors(this));return e.tags=this.tags.slice(),e}}class Ah{constructor(e,t,s){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,hu,{value:au});let n=null;"function"==typeof t||Array.isArray(t)?n=t:void 0===s&&t&&(s=t,t=void 0);const r=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},s);this.options=r;let{version:i}=r;s?._directives?(this.directives=s._directives.atDocument(),this.directives.yaml.explicit&&(i=this.directives.yaml.version)):this.directives=new Mu({version:i}),this.setSchema(i,s),this.contents=void 0===e?null:this.createNode(e,n,s)}clone(){const e=Object.create(Ah.prototype,{[hu]:{value:au}});return e.commentBefore=this.commentBefore,e.comment=this.comment,e.errors=this.errors.slice(),e.warnings=this.warnings.slice(),e.options=Object.assign({},this.options),this.directives&&(e.directives=this.directives.clone()),e.schema=this.schema.clone(),e.contents=bu(this.contents)?this.contents.clone(e.schema):this.contents,this.range&&(e.range=this.range.slice()),e}add(e){kh(this.contents)&&this.contents.add(e)}addIn(e,t){kh(this.contents)&&this.contents.addIn(e,t)}createAlias(e,t){if(!e.anchor){const s=ju(this);e.anchor=!t||s.has(t)?Lu(t||"a",s):t}return new Uu(e.anchor)}createNode(e,t,s){let n;if("function"==typeof t)e=t.call({"":e},"",e),n=t;else if(Array.isArray(t)){const e=e=>"number"==typeof e||e instanceof String||e instanceof Number,s=t.filter(e).map(String);s.length>0&&(t=t.concat(s)),n=t}else void 0===s&&t&&(s=t,t=void 0);const{aliasDuplicateObjects:r,anchorPrefix:i,flow:o,keepUndefined:a,onTagObj:c,tag:l}=s??{},{onAnchor:u,setAnchors:d,sourceObjects:h}=function(e,t){const s=[],n=new Map;let r=null;return{onAnchor:n=>{s.push(n),r??(r=ju(e));const i=Lu(t,r);return r.add(i),i},setAnchors:()=>{for(const e of s){const t=n.get(e);if("object"!=typeof t||!t.anchor||!gu(t.node)&&!wu(t.node)){const t=new Error("Failed to resolve repeated object (this should not happen)");throw t.source=e,t}t.node.anchor=t.anchor}},sourceObjects:n}}(this,i||"a"),p=Ju(e,l,{aliasDuplicateObjects:r??!0,keepUndefined:a??!1,onAnchor:u,onTagObj:c,replacer:n,schema:this.schema,sourceObjects:h});return o&&wu(p)&&(p.flow=!0),d(),p}createPair(e,t,s={}){const n=this.createNode(e,null,s),r=this.createNode(t,null,s);return new wd(n,r)}delete(e){return!!kh(this.contents)&&this.contents.delete(e)}deleteIn(e){return Gu(e)?null!=this.contents&&(this.contents=null,!0):!!kh(this.contents)&&this.contents.deleteIn(e)}get(e,t){return wu(this.contents)?this.contents.get(e,t):void 0}getIn(e,t){return Gu(e)?!t&&gu(this.contents)?this.contents.value:this.contents:wu(this.contents)?this.contents.getIn(e,t):void 0}has(e){return!!wu(this.contents)&&this.contents.has(e)}hasIn(e){return Gu(e)?void 0!==this.contents:!!wu(this.contents)&&this.contents.hasIn(e)}set(e,t){null==this.contents?this.contents=Wu(this.schema,[e],t):kh(this.contents)&&this.contents.set(e,t)}setIn(e,t){Gu(e)?this.contents=t:null==this.contents?this.contents=Wu(this.schema,Array.from(e),t):kh(this.contents)&&this.contents.setIn(e,t)}setSchema(e,t={}){let s;switch("number"==typeof e&&(e=String(e)),e){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new Mu({version:"1.1"}),s={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=e:this.directives=new Mu({version:e}),s={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,s=null;break;default:{const t=JSON.stringify(e);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${t}`)}}if(t.schema instanceof Object)this.schema=t.schema;else{if(!s)throw new Error("With a null YAML version, the { schema: Schema } option is required");this.schema=new Oh(Object.assign(s,t))}}toJS({json:e,jsonArg:t,mapAsMap:s,maxAliasCount:n,onAnchor:r,reviver:i}={}){const o={anchors:new Map,doc:this,keep:!e,mapAsMap:!0===s,mapKeyWarned:!1,maxAliasCount:"number"==typeof n?n:100},a=$u(this.contents,t??"",o);if("function"==typeof r)for(const{count:e,res:t}of o.anchors.values())r(t,e);return"function"==typeof i?Du(i,{"":a},"",a):a}toJSON(e,t){return this.toJS({json:!0,jsonArg:e,mapAsMap:!1,onAnchor:t})}toString(e={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in e&&(!Number.isInteger(e.indent)||Number(e.indent)<=0)){const t=JSON.stringify(e.indent);throw new Error(`"indent" option must be a positive integer, not ${t}`)}return function(e,t){const s=[];let n=!0===t.directives;if(!1!==t.directives&&e.directives){const t=e.directives.toString(e);t?(s.push(t),n=!0):e.directives.docStart&&(n=!0)}n&&s.push("---");const r=dd(e,t),{commentString:i}=r.options;if(e.commentBefore){1!==s.length&&s.unshift("");const t=i(e.commentBefore);s.unshift(Zu(t,""))}let o=!1,a=null;if(e.contents){if(bu(e.contents)){if(e.contents.spaceBefore&&n&&s.push(""),e.contents.commentBefore){const t=i(e.contents.commentBefore);s.push(Zu(t,""))}r.forceBlockIndent=!!e.comment,a=e.contents.comment}const t=a?void 0:()=>o=!0;let c=hd(e.contents,r,()=>a=null,t);a&&(c+=Xu(c,"",i(a))),"|"!==c[0]&&">"!==c[0]||"---"!==s[s.length-1]?s.push(c):s[s.length-1]=`--- ${c}`}else s.push(hd(e.contents,r));if(e.directives?.docEnd)if(e.comment){const t=i(e.comment);t.includes("\n")?(s.push("..."),s.push(Zu(t,""))):s.push(`... ${t}`)}else s.push("...");else{let t=e.comment;t&&o&&(t=t.replace(/^\n+/,"")),t&&(o&&!a||""===s[s.length-1]||s.push(""),s.push(Zu(i(t),"")))}return s.join("\n")+"\n"}(this,e)}}function kh(e){if(wu(e))return!0;throw new Error("Expected a YAML collection as document contents")}class Th extends Error{constructor(e,t,s,n){super(),this.name=e,this.code=s,this.message=n,this.pos=t}}class Ih extends Th{constructor(e,t,s){super("YAMLParseError",e,t,s)}}class Nh extends Th{constructor(e,t,s){super("YAMLWarning",e,t,s)}}const Ch=(e,t)=>s=>{if(-1===s.pos[0])return;s.linePos=s.pos.map(e=>t.linePos(e));const{line:n,col:r}=s.linePos[0];s.message+=` at line ${n}, column ${r}`;let i=r-1,o=e.substring(t.lineStarts[n-1],t.lineStarts[n]).replace(/[\n\r]+$/,"");if(i>=60&&o.length>80){const e=Math.min(i-39,o.length-79);o="…"+o.substring(e),i-=e-1}if(o.length>80&&(o=o.substring(0,79)+"…"),n>1&&/^ *$/.test(o.substring(0,i))){let s=e.substring(t.lineStarts[n-2],t.lineStarts[n-1]);s.length>80&&(s=s.substring(0,79)+"…\n"),o=s+o}if(/[^ ]/.test(o)){let e=1;const t=s.linePos[1];t?.line===n&&t.col>r&&(e=Math.max(1,Math.min(t.col-r,80-i)));const a=" ".repeat(i)+"^".repeat(e);s.message+=`:\n\n${o}\n${a}\n`}};function Fh(e,{flow:t,indicator:s,next:n,offset:r,onError:i,parentIndent:o,startOnNewline:a}){let c=!1,l=a,u=a,d="",h="",p=!1,m=!1,f=null,_=null,g=null,y=null,w=null,b=null,x=null;for(const r of e)switch(m&&("space"!==r.type&&"newline"!==r.type&&"comma"!==r.type&&i(r.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),m=!1),f&&(l&&"comment"!==r.type&&"newline"!==r.type&&i(f,"TAB_AS_INDENT","Tabs are not allowed as indentation"),f=null),r.type){case"space":t||"doc-start"===s&&"flow-collection"===n?.type||!r.source.includes("\t")||(f=r),u=!0;break;case"comment":{u||i(r,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const e=r.source.substring(1)||" ";d?d+=h+e:d=e,h="",l=!1;break}case"newline":l?d?d+=r.source:b&&"seq-item-ind"===s||(c=!0):h+=r.source,l=!0,p=!0,(_||g)&&(y=r),u=!0;break;case"anchor":_&&i(r,"MULTIPLE_ANCHORS","A node can have at most one anchor"),r.source.endsWith(":")&&i(r.offset+r.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),_=r,x??(x=r.offset),l=!1,u=!1,m=!0;break;case"tag":g&&i(r,"MULTIPLE_TAGS","A node can have at most one tag"),g=r,x??(x=r.offset),l=!1,u=!1,m=!0;break;case s:(_||g)&&i(r,"BAD_PROP_ORDER",`Anchors and tags must be after the ${r.source} indicator`),b&&i(r,"UNEXPECTED_TOKEN",`Unexpected ${r.source} in ${t??"collection"}`),b=r,l="seq-item-ind"===s||"explicit-key-ind"===s,u=!1;break;case"comma":if(t){w&&i(r,"UNEXPECTED_TOKEN",`Unexpected , in ${t}`),w=r,l=!1,u=!1;break}default:i(r,"UNEXPECTED_TOKEN",`Unexpected ${r.type} token`),l=!1,u=!1}const E=e[e.length-1],v=E?E.offset+E.source.length:r;return m&&n&&"space"!==n.type&&"newline"!==n.type&&"comma"!==n.type&&("scalar"!==n.type||""!==n.source)&&i(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),f&&(l&&f.indent<=o||"block-map"===n?.type||"block-seq"===n?.type)&&i(f,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:w,found:b,spaceBefore:c,comment:d,hasNewline:p,anchor:_,tag:g,newlineAfterProp:y,end:v,start:x??v}}function Ph(e){if(!e)return null;switch(e.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(e.source.includes("\n"))return!0;if(e.end)for(const t of e.end)if("newline"===t.type)return!0;return!1;case"flow-collection":for(const t of e.items){for(const e of t.start)if("newline"===e.type)return!0;if(t.sep)for(const e of t.sep)if("newline"===e.type)return!0;if(Ph(t.key)||Ph(t.value))return!0}return!1;default:return!0}}function Mh(e,t,s){if("flow-collection"===t?.type){const n=t.end[0];if(n.indent===e&&("]"===n.source||"}"===n.source)&&Ph(t)){s(n,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}}function Rh(e,t,s){const{uniqueKeys:n}=e.options;if(!1===n)return!1;const r="function"==typeof n?n:(e,t)=>e===t||gu(e)&&gu(t)&&e.value===t.value;return t.some(e=>r(e.key,s))}const jh="All mapping items must start at the same column";function Lh(e,t,s,n){let r="";if(e){let i=!1,o="";for(const a of e){const{source:e,type:c}=a;switch(c){case"space":i=!0;break;case"comment":{s&&!i&&n(a,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");const t=e.substring(1)||" ";r?r+=o+t:r=t,o="";break}case"newline":r&&(o+=e),i=!0;break;default:n(a,"UNEXPECTED_TOKEN",`Unexpected ${c} at node end`)}t+=e.length}}return{comment:r,offset:t}}const Dh="Block collections are not allowed within flow collections",$h=e=>e&&("block-map"===e.type||"block-seq"===e.type);function Bh(e,t,s,n,r,i){const o="block-map"===s.type?function({composeNode:e,composeEmptyNode:t},s,n,r,i){const o=new(i?.nodeClass??Od)(s.schema);s.atRoot&&(s.atRoot=!1);let a=n.offset,c=null;for(const i of n.items){const{start:l,key:u,sep:d,value:h}=i,p=Fh(l,{indicator:"explicit-key-ind",next:u??d?.[0],offset:a,onError:r,parentIndent:n.indent,startOnNewline:!0}),m=!p.found;if(m){if(u&&("block-seq"===u.type?r(a,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in u&&u.indent!==n.indent&&r(a,"BAD_INDENT",jh)),!p.anchor&&!p.tag&&!d){c=p.end,p.comment&&(o.comment?o.comment+="\n"+p.comment:o.comment=p.comment);continue}(p.newlineAfterProp||Ph(u))&&r(u??l[l.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else p.found?.indent!==n.indent&&r(a,"BAD_INDENT",jh);s.atKey=!0;const f=p.end,_=u?e(s,u,p,r):t(s,f,l,null,p,r);s.schema.compat&&Mh(n.indent,u,r),s.atKey=!1,Rh(s,o.items,_)&&r(f,"DUPLICATE_KEY","Map keys must be unique");const g=Fh(d??[],{indicator:"map-value-ind",next:h,offset:_.range[2],onError:r,parentIndent:n.indent,startOnNewline:!u||"block-scalar"===u.type});if(a=g.end,g.found){m&&("block-map"!==h?.type||g.hasNewline||r(a,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),s.options.strict&&p.start<g.found.offset-1024&&r(_.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));const c=h?e(s,h,g,r):t(s,a,d,null,g,r);s.schema.compat&&Mh(n.indent,h,r),a=c.range[2];const l=new wd(_,c);s.options.keepSourceTokens&&(l.srcToken=i),o.items.push(l)}else{m&&r(_.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),g.comment&&(_.comment?_.comment+="\n"+g.comment:_.comment=g.comment);const e=new wd(_);s.options.keepSourceTokens&&(e.srcToken=i),o.items.push(e)}}return c&&c<a&&r(c,"IMPOSSIBLE","Map comment with trailing content"),o.range=[n.offset,a,c??a],o}(e,t,s,n,i):"block-seq"===s.type?function({composeNode:e,composeEmptyNode:t},s,n,r,i){const o=new(i?.nodeClass??kd)(s.schema);s.atRoot&&(s.atRoot=!1),s.atKey&&(s.atKey=!1);let a=n.offset,c=null;for(const{start:i,value:l}of n.items){const u=Fh(i,{indicator:"seq-item-ind",next:l,offset:a,onError:r,parentIndent:n.indent,startOnNewline:!0});if(!u.found){if(!(u.anchor||u.tag||l)){c=u.end,u.comment&&(o.comment=u.comment);continue}"block-seq"===l?.type?r(u.end,"BAD_INDENT","All sequence items must start at the same column"):r(a,"MISSING_CHAR","Sequence item without - indicator")}const d=l?e(s,l,u,r):t(s,u.end,i,null,u,r);s.schema.compat&&Mh(n.indent,l,r),a=d.range[2],o.items.push(d)}return o.range=[n.offset,a,c??a],o}(e,t,s,n,i):function({composeNode:e,composeEmptyNode:t},s,n,r,i){const o="{"===n.start.source,a=o?"flow map":"flow sequence",c=new(i?.nodeClass??(o?Od:kd))(s.schema);c.flow=!0;const l=s.atRoot;l&&(s.atRoot=!1),s.atKey&&(s.atKey=!1);let u=n.offset+n.start.source.length;for(let i=0;i<n.items.length;++i){const l=n.items[i],{start:d,key:h,sep:p,value:m}=l,f=Fh(d,{flow:a,indicator:"explicit-key-ind",next:h??p?.[0],offset:u,onError:r,parentIndent:n.indent,startOnNewline:!1});if(!f.found){if(!(f.anchor||f.tag||p||m)){0===i&&f.comma?r(f.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`):i<n.items.length-1&&r(f.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${a}`),f.comment&&(c.comment?c.comment+="\n"+f.comment:c.comment=f.comment),u=f.end;continue}!o&&s.options.strict&&Ph(h)&&r(h,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(0===i)f.comma&&r(f.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${a}`);else if(f.comma||r(f.start,"MISSING_CHAR",`Missing , between ${a} items`),f.comment){let e="";e:for(const t of d)switch(t.type){case"comma":case"space":break;case"comment":e=t.source.substring(1);break e;default:break e}if(e){let t=c.items[c.items.length-1];_u(t)&&(t=t.value??t.key),t.comment?t.comment+="\n"+e:t.comment=e,f.comment=f.comment.substring(e.length+1)}}if(o||p||f.found){s.atKey=!0;const i=f.end,_=h?e(s,h,f,r):t(s,i,d,null,f,r);$h(h)&&r(_.range,"BLOCK_IN_FLOW",Dh),s.atKey=!1;const g=Fh(p??[],{flow:a,indicator:"map-value-ind",next:m,offset:_.range[2],onError:r,parentIndent:n.indent,startOnNewline:!1});if(g.found){if(!o&&!f.found&&s.options.strict){if(p)for(const e of p){if(e===g.found)break;if("newline"===e.type){r(e,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}f.start<g.found.offset-1024&&r(g.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else m&&("source"in m&&":"===m.source?.[0]?r(m,"MISSING_CHAR",`Missing space after : in ${a}`):r(g.start,"MISSING_CHAR",`Missing , or : between ${a} items`));const y=m?e(s,m,g,r):g.found?t(s,g.end,p,null,g,r):null;y?$h(m)&&r(y.range,"BLOCK_IN_FLOW",Dh):g.comment&&(_.comment?_.comment+="\n"+g.comment:_.comment=g.comment);const w=new wd(_,y);if(s.options.keepSourceTokens&&(w.srcToken=l),o){const e=c;Rh(s,e.items,_)&&r(i,"DUPLICATE_KEY","Map keys must be unique"),e.items.push(w)}else{const e=new Od(s.schema);e.flow=!0,e.items.push(w);const t=(y??_).range;e.range=[_.range[0],t[1],t[2]],c.items.push(e)}u=y?y.range[2]:g.end}else{const n=m?e(s,m,f,r):t(s,f.end,p,null,f,r);c.items.push(n),u=n.range[2],$h(m)&&r(n.range,"BLOCK_IN_FLOW",Dh)}}const d=o?"}":"]",[h,...p]=n.end;let m=u;if(h?.source===d)m=h.offset+h.source.length;else{const e=a[0].toUpperCase()+a.substring(1);r(u,l?"MISSING_CHAR":"BAD_INDENT",l?`${e} must end with a ${d}`:`${e} in block collection must be sufficiently indented and end with a ${d}`),h&&1!==h.source.length&&p.unshift(h)}if(p.length>0){const e=Lh(p,m,s.options.strict,r);e.comment&&(c.comment?c.comment+="\n"+e.comment:c.comment=e.comment),c.range=[n.offset,m,e.offset]}else c.range=[n.offset,m,m];return c}(e,t,s,n,i),a=o.constructor;return"!"===r||r===a.tagName?(o.tag=a.tagName,o):(r&&(o.tag=r),o)}function Uh(e,t,s){const n=t.offset,r=function({offset:e,props:t},s,n){if("block-scalar-header"!==t[0].type)return n(t[0],"IMPOSSIBLE","Block scalar header not found"),null;const{source:r}=t[0],i=r[0];let o=0,a="",c=-1;for(let t=1;t<r.length;++t){const s=r[t];if(a||"-"!==s&&"+"!==s){const n=Number(s);!o&&n?o=n:-1===c&&(c=e+t)}else a=s}-1!==c&&n(c,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${r}`);let l=!1,u="",d=r.length;for(let e=1;e<t.length;++e){const r=t[e];switch(r.type){case"space":l=!0;case"newline":d+=r.source.length;break;case"comment":if(s&&!l){n(r,"MISSING_CHAR","Comments must be separated from other tokens by white space characters")}d+=r.source.length,u=r.source.substring(1);break;case"error":n(r,"UNEXPECTED_TOKEN",r.message),d+=r.source.length;break;default:{n(r,"UNEXPECTED_TOKEN",`Unexpected token in block scalar header: ${r.type}`);const e=r.source;e&&"string"==typeof e&&(d+=e.length)}}}return{mode:i,indent:o,chomp:a,comment:u,length:d}}(t,e.options.strict,s);if(!r)return{value:"",type:null,comment:"",range:[n,n,n]};const i=">"===r.mode?Hu.BLOCK_FOLDED:Hu.BLOCK_LITERAL,o=t.source?function(e){const t=e.split(/\n( *)/),s=t[0],n=s.match(/^( *)/),r=[n?.[1]?[n[1],s.slice(n[1].length)]:["",s]];for(let e=1;e<t.length;e+=2)r.push([t[e],t[e+1]]);return r}(t.source):[];let a=o.length;for(let e=o.length-1;e>=0;--e){const t=o[e][1];if(""!==t&&"\r"!==t)break;a=e}if(0===a){const e="+"===r.chomp&&o.length>0?"\n".repeat(Math.max(1,o.length-1)):"";let s=n+r.length;return t.source&&(s+=t.source.length),{value:e,type:i,comment:r.comment,range:[n,s,s]}}let c=t.indent+r.indent,l=t.offset+r.length,u=0;for(let t=0;t<a;++t){const[n,i]=o[t];if(""!==i&&"\r"!==i){if(n.length<c){const e="Block scalars with more-indented leading empty lines must use an explicit indentation indicator";s(l+n.length,"MISSING_CHAR",e)}if(0===r.indent&&(c=n.length),u=t,0===c&&!e.atRoot){s(l,"BAD_INDENT","Block scalar values in collections must be indented")}break}0===r.indent&&n.length>c&&(c=n.length),l+=n.length+i.length+1}for(let e=o.length-1;e>=a;--e)o[e][0].length>c&&(a=e+1);let d="",h="",p=!1;for(let e=0;e<u;++e)d+=o[e][0].slice(c)+"\n";for(let e=u;e<a;++e){let[t,n]=o[e];l+=t.length+n.length+1;const a="\r"===n[n.length-1];if(a&&(n=n.slice(0,-1)),n&&t.length<c){const e=`Block scalar lines must not be less indented than their ${r.indent?"explicit indentation indicator":"first line"}`;s(l-n.length-(a?2:1),"BAD_INDENT",e),t=""}i===Hu.BLOCK_LITERAL?(d+=h+t.slice(c)+n,h="\n"):t.length>c||"\t"===n[0]?(" "===h?h="\n":p||"\n"!==h||(h="\n\n"),d+=h+t.slice(c)+n,h="\n",p=!0):""===n?"\n"===h?d+="\n":h="\n":(d+=h+n,h=" ",p=!1)}switch(r.chomp){case"-":break;case"+":for(let e=a;e<o.length;++e)d+="\n"+o[e][0].slice(c);"\n"!==d[d.length-1]&&(d+="\n");break;default:d+="\n"}const m=n+r.length+t.source.length;return{value:d,type:i,comment:r.comment,range:[n,m,m]}}function qh(e,t,s){const{offset:n,type:r,source:i,end:o}=e;let a,c;const l=(e,t,r)=>s(n+e,t,r);switch(r){case"scalar":a=Hu.PLAIN,c=function(e,t){let s="";switch(e[0]){case"\t":s="a tab character";break;case",":s="flow indicator character ,";break;case"%":s="directive indicator character %";break;case"|":case">":s=`block scalar indicator ${e[0]}`;break;case"@":case"`":s=`reserved character ${e[0]}`}s&&t(0,"BAD_SCALAR_START",`Plain value cannot start with ${s}`);return Vh(e)}(i,l);break;case"single-quoted-scalar":a=Hu.QUOTE_SINGLE,c=function(e,t){"'"===e[e.length-1]&&1!==e.length||t(e.length,"MISSING_CHAR","Missing closing 'quote");return Vh(e.slice(1,-1)).replace(/''/g,"'")}(i,l);break;case"double-quoted-scalar":a=Hu.QUOTE_DOUBLE,c=function(e,t){let s="";for(let n=1;n<e.length-1;++n){const r=e[n];if("\r"!==r||"\n"!==e[n+1])if("\n"===r){const{fold:t,offset:r}=Hh(e,n);s+=t,n=r}else if("\\"===r){let r=e[++n];const i=Jh[r];if(i)s+=i;else if("\n"===r)for(r=e[n+1];" "===r||"\t"===r;)r=e[1+ ++n];else if("\r"===r&&"\n"===e[n+1])for(r=e[1+ ++n];" "===r||"\t"===r;)r=e[1+ ++n];else if("x"===r||"u"===r||"U"===r){const i={x:2,u:4,U:8}[r];s+=Wh(e,n+1,i,t),n+=i}else{const r=e.substr(n-1,2);t(n-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${r}`),s+=r}}else if(" "===r||"\t"===r){const t=n;let i=e[n+1];for(;" "===i||"\t"===i;)i=e[1+ ++n];"\n"===i||"\r"===i&&"\n"===e[n+2]||(s+=n>t?e.slice(t,n+1):r)}else s+=r}'"'===e[e.length-1]&&1!==e.length||t(e.length,"MISSING_CHAR",'Missing closing "quote');return s}(i,l);break;default:return s(e,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${r}`),{value:"",type:null,comment:"",range:[n,n+i.length,n+i.length]}}const u=n+i.length,d=Lh(o,u,t,s);return{value:c,type:a,comment:d.comment,range:[n,u,d.offset]}}function Vh(e){let t,s;try{t=new RegExp("(.*?)(?<![ \t])[ \t]*\r?\n","sy"),s=new RegExp("[ \t]*(.*?)(?:(?<![ \t])[ \t]*)?\r?\n","sy")}catch{t=/(.*?)[ \t]*\r?\n/sy,s=/[ \t]*(.*?)[ \t]*\r?\n/sy}let n=t.exec(e);if(!n)return e;let r=n[1],i=" ",o=t.lastIndex;for(s.lastIndex=o;n=s.exec(e);)""===n[1]?"\n"===i?r+=i:i="\n":(r+=i+n[1],i=" "),o=s.lastIndex;const a=/[ \t]*(.*)/sy;return a.lastIndex=o,n=a.exec(e),r+i+(n?.[1]??"")}function Hh(e,t){let s="",n=e[t+1];for(;!(" "!==n&&"\t"!==n&&"\n"!==n&&"\r"!==n||"\r"===n&&"\n"!==e[t+2]);)"\n"===n&&(s+="\n"),n=e[(t+=1)+1];return s||(s=" "),{fold:s,offset:t}}const Jh={0:"\0",a:"",b:"\b",e:"",f:"\f",n:"\n",r:"\r",t:"\t",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\","\t":"\t"};function Wh(e,t,s,n){const r=e.substr(t,s),i=r.length===s&&/^[0-9a-fA-F]+$/.test(r)?parseInt(r,16):NaN;if(isNaN(i)){const r=e.substr(t-2,s+2);return n(t-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${r}`),r}return String.fromCodePoint(i)}function Gh(e,t,s,n){const{value:r,type:i,comment:o,range:a}="block-scalar"===t.type?Uh(e,t,n):qh(t,e.options.strict,n),c=s?e.directives.tagName(s.source,e=>n(s,"TAG_RESOLVE_FAILED",e)):null;let l,u;l=e.options.stringKeys&&e.atKey?e.schema[uu]:c?function(e,t,s,n,r){if("!"===s)return e[uu];const i=[];for(const t of e.tags)if(!t.collection&&t.tag===s){if(!t.default||!t.test)return t;i.push(t)}for(const e of i)if(e.test?.test(t))return e;const o=e.knownTags[s];if(o&&!o.collection)return e.tags.push(Object.assign({},o,{default:!1,test:void 0})),o;return r(n,"TAG_RESOLVE_FAILED",`Unresolved tag: ${s}`,"tag:yaml.org,2002:str"!==s),e[uu]}(e.schema,r,c,s,n):"scalar"===t.type?function({atKey:e,directives:t,schema:s},n,r,i){const o=s.tags.find(t=>(!0===t.default||e&&"key"===t.default)&&t.test?.test(n))||s[uu];if(s.compat){const e=s.compat.find(e=>e.default&&e.test?.test(n))??s[uu];if(o.tag!==e.tag){i(r,"TAG_RESOLVE_FAILED",`Value may be parsed as either ${t.tagString(o.tag)} or ${t.tagString(e.tag)}`,!0)}}return o}(e,r,t,n):e.schema[uu];try{const i=l.resolve(r,e=>n(s??t,"TAG_RESOLVE_FAILED",e),e.options);u=gu(i)?i:new Hu(i)}catch(e){const i=e instanceof Error?e.message:String(e);n(s??t,"TAG_RESOLVE_FAILED",i),u=new Hu(r)}return u.range=a,u.source=r,i&&(u.type=i),c&&(u.tag=c),l.format&&(u.format=l.format),o&&(u.comment=o),u}function zh(e,t,s){if(t){s??(s=t.length);for(let n=s-1;n>=0;--n){let s=t[n];switch(s.type){case"space":case"comment":case"newline":e-=s.source.length;continue}for(s=t[++n];"space"===s?.type;)e+=s.source.length,s=t[++n];break}}return e}const Kh={composeNode:Zh,composeEmptyNode:Xh};function Zh(e,t,s,n){const r=e.atKey,{spaceBefore:i,comment:o,anchor:a,tag:c}=s;let l,u=!0;switch(t.type){case"alias":l=function({options:e},{offset:t,source:s,end:n},r){const i=new Uu(s.substring(1));""===i.source&&r(t,"BAD_ALIAS","Alias cannot be an empty string");i.source.endsWith(":")&&r(t+s.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);const o=t+s.length,a=Lh(n,o,e.strict,r);i.range=[t,o,a.offset],a.comment&&(i.comment=a.comment);return i}(e,t,n),(a||c)&&n(t,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":l=Gh(e,t,c,n),a&&(l.anchor=a.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":l=function(e,t,s,n,r){const i=n.tag,o=i?t.directives.tagName(i.source,e=>r(i,"TAG_RESOLVE_FAILED",e)):null;if("block-seq"===s.type){const{anchor:e,newlineAfterProp:t}=n,s=e&&i?e.offset>i.offset?e:i:e??i;s&&(!t||t.offset<s.offset)&&r(s,"MISSING_CHAR","Missing newline after block sequence props")}const a="block-map"===s.type?"map":"block-seq"===s.type?"seq":"{"===s.start.source?"map":"seq";if(!i||!o||"!"===o||o===Od.tagName&&"map"===a||o===kd.tagName&&"seq"===a)return Bh(e,t,s,r,o);let c=t.schema.tags.find(e=>e.tag===o&&e.collection===a);if(!c){const n=t.schema.knownTags[o];if(n?.collection!==a)return n?r(i,"BAD_COLLECTION_TYPE",`${n.tag} used for ${a} collection, but expects ${n.collection??"scalar"}`,!0):r(i,"TAG_RESOLVE_FAILED",`Unresolved tag: ${o}`,!0),Bh(e,t,s,r,o);t.schema.tags.push(Object.assign({},n,{default:!1})),c=n}const l=Bh(e,t,s,r,o,c),u=c.resolve?.(l,e=>r(i,"TAG_RESOLVE_FAILED",e),t.options)??l,d=bu(u)?u:new Hu(u);return d.range=l.range,d.tag=o,c?.format&&(d.format=c.format),d}(Kh,e,t,s,n),a&&(l.anchor=a.source.substring(1));break;default:n(t,"UNEXPECTED_TOKEN","error"===t.type?t.message:`Unsupported token (type: ${t.type})`),l=Xh(e,t.offset,void 0,null,s,n),u=!1}if(a&&""===l.anchor&&n(a,"BAD_ALIAS","Anchor cannot be an empty string"),r&&e.options.stringKeys&&(!gu(l)||"string"!=typeof l.value||l.tag&&"tag:yaml.org,2002:str"!==l.tag)){n(c??t,"NON_STRING_KEY","With stringKeys, all keys must be strings")}return i&&(l.spaceBefore=!0),o&&("scalar"===t.type&&""===t.source?l.comment=o:l.commentBefore=o),e.options.keepSourceTokens&&u&&(l.srcToken=t),l}function Xh(e,t,s,n,{spaceBefore:r,comment:i,anchor:o,tag:a,end:c},l){const u=Gh(e,{type:"scalar",offset:zh(t,s,n),indent:-1,source:""},a,l);return o&&(u.anchor=o.source.substring(1),""===u.anchor&&l(o,"BAD_ALIAS","Anchor cannot be an empty string")),r&&(u.spaceBefore=!0),i&&(u.comment=i,u.range[2]=c),u}function Qh(e){if("number"==typeof e)return[e,e+1];if(Array.isArray(e))return 2===e.length?e:[e[0],e[1]];const{offset:t,source:s}=e;return[t,t+("string"==typeof s?s.length:1)]}function Yh(e){let t="",s=!1,n=!1;for(let r=0;r<e.length;++r){const i=e[r];switch(i[0]){case"#":t+=(""===t?"":n?"\n\n":"\n")+(i.substring(1)||" "),s=!0,n=!1;break;case"%":"#"!==e[r+1]?.[0]&&(r+=1),s=!1;break;default:s||(n=!0),s=!1}}return{comment:t,afterEmptyLine:n}}class ep{constructor(e={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(e,t,s,n)=>{const r=Qh(e);n?this.warnings.push(new Nh(r,t,s)):this.errors.push(new Ih(r,t,s))},this.directives=new Mu({version:e.version||"1.2"}),this.options=e}decorate(e,t){const{comment:s,afterEmptyLine:n}=Yh(this.prelude);if(s){const r=e.contents;if(t)e.comment=e.comment?`${e.comment}\n${s}`:s;else if(n||e.directives.docStart||!r)e.commentBefore=s;else if(wu(r)&&!r.flow&&r.items.length>0){let e=r.items[0];_u(e)&&(e=e.key);const t=e.commentBefore;e.commentBefore=t?`${s}\n${t}`:s}else{const e=r.commentBefore;r.commentBefore=e?`${s}\n${e}`:s}}t?(Array.prototype.push.apply(e.errors,this.errors),Array.prototype.push.apply(e.warnings,this.warnings)):(e.errors=this.errors,e.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:Yh(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(e,t=!1,s=-1){for(const t of e)yield*this.next(t);yield*this.end(t,s)}*next(e){switch(e.type){case"directive":this.directives.add(e.source,(t,s,n)=>{const r=Qh(e);r[0]+=t,this.onError(r,"BAD_DIRECTIVE",s,n)}),this.prelude.push(e.source),this.atDirectives=!0;break;case"document":{const t=function(e,t,{offset:s,start:n,value:r,end:i},o){const a=Object.assign({_directives:t},e),c=new Ah(void 0,a),l={atKey:!1,atRoot:!0,directives:c.directives,options:c.options,schema:c.schema},u=Fh(n,{indicator:"doc-start",next:r??i?.[0],offset:s,onError:o,parentIndent:0,startOnNewline:!0});u.found&&(c.directives.docStart=!0,!r||"block-map"!==r.type&&"block-seq"!==r.type||u.hasNewline||o(u.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),c.contents=r?Zh(l,r,u,o):Xh(l,u.end,n,null,u,o);const d=c.contents.range[2],h=Lh(i,d,!1,o);return h.comment&&(c.comment=h.comment),c.range=[s,d,h.offset],c}(this.options,this.directives,e,this.onError);this.atDirectives&&!t.directives.docStart&&this.onError(e,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(t,!1),this.doc&&(yield this.doc),this.doc=t,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(e.source);break;case"error":{const t=e.source?`${e.message}: ${JSON.stringify(e.source)}`:e.message,s=new Ih(Qh(e),"UNEXPECTED_TOKEN",t);this.atDirectives||!this.doc?this.errors.push(s):this.doc.errors.push(s);break}case"doc-end":{if(!this.doc){const t="Unexpected doc-end without preceding document";this.errors.push(new Ih(Qh(e),"UNEXPECTED_TOKEN",t));break}this.doc.directives.docEnd=!0;const t=Lh(e.end,e.offset+e.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),t.comment){const e=this.doc.comment;this.doc.comment=e?`${e}\n${t.comment}`:t.comment}this.doc.range[2]=t.offset;break}default:this.errors.push(new Ih(Qh(e),"UNEXPECTED_TOKEN",`Unsupported token ${e.type}`))}}*end(e=!1,t=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(e){const e=Object.assign({_directives:this.directives},this.options),s=new Ah(void 0,e);this.atDirectives&&this.onError(t,"MISSING_CHAR","Missing directives-end indicator line"),s.range=[0,t,t],this.decorate(s,!1),yield s}}}const tp=Symbol("break visit"),sp=Symbol("skip children"),np=Symbol("remove item");function rp(e,t){"type"in e&&"document"===e.type&&(e={start:e.start,value:e.value}),ip(Object.freeze([]),e,t)}function ip(e,t,s){let n=s(t,e);if("symbol"==typeof n)return n;for(const r of["key","value"]){const i=t[r];if(i&&"items"in i){for(let t=0;t<i.items.length;++t){const n=ip(Object.freeze(e.concat([[r,t]])),i.items[t],s);if("number"==typeof n)t=n-1;else{if(n===tp)return tp;n===np&&(i.items.splice(t,1),t-=1)}}"function"==typeof n&&"key"===r&&(n=n(t,e))}}return"function"==typeof n?n(t,e):n}rp.BREAK=tp,rp.SKIP=sp,rp.REMOVE=np,rp.itemAtPath=(e,t)=>{let s=e;for(const[e,n]of t){const t=s?.[e];if(!t||!("items"in t))return;s=t.items[n]}return s},rp.parentCollection=(e,t)=>{const s=rp.itemAtPath(e,t.slice(0,-1)),n=t[t.length-1][0],r=s?.[n];if(r&&"items"in r)return r;throw new Error("Parent collection not found")};const op="";function ap(e){switch(e){case void 0:case" ":case"\n":case"\r":case"\t":return!0;default:return!1}}const cp=new Set("0123456789ABCDEFabcdef"),lp=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),up=new Set(",[]{}"),dp=new Set(" ,[]{}\n\r\t"),hp=e=>!e||dp.has(e);class pp{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(e,t=!1){if(e){if("string"!=typeof e)throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+e:e,this.lineEndPos=null}this.atEnd=!t;let s=this.next??"stream";for(;s&&(t||this.hasChars(1));)s=yield*this.parseNext(s)}atLineEnd(){let e=this.pos,t=this.buffer[e];for(;" "===t||"\t"===t;)t=this.buffer[++e];return!t||"#"===t||"\n"===t||"\r"===t&&"\n"===this.buffer[e+1]}charAt(e){return this.buffer[this.pos+e]}continueScalar(e){let t=this.buffer[e];if(this.indentNext>0){let s=0;for(;" "===t;)t=this.buffer[++s+e];if("\r"===t){const t=this.buffer[s+e+1];if("\n"===t||!t&&!this.atEnd)return e+s+1}return"\n"===t||s>=this.indentNext||!t&&!this.atEnd?e+s:-1}if("-"===t||"."===t){const t=this.buffer.substr(e,3);if(("---"===t||"..."===t)&&ap(this.buffer[e+3]))return-1}return e}getLine(){let e=this.lineEndPos;return("number"!=typeof e||-1!==e&&e<this.pos)&&(e=this.buffer.indexOf("\n",this.pos),this.lineEndPos=e),-1===e?this.atEnd?this.buffer.substring(this.pos):null:("\r"===this.buffer[e-1]&&(e-=1),this.buffer.substring(this.pos,e))}hasChars(e){return this.pos+e<=this.buffer.length}setNext(e){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=e,null}peek(e){return this.buffer.substr(this.pos,e)}*parseNext(e){switch(e){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let e=this.getLine();if(null===e)return this.setNext("stream");if("\ufeff"===e[0]&&(yield*this.pushCount(1),e=e.substring(1)),"%"===e[0]){let t=e.length,s=e.indexOf("#");for(;-1!==s;){const n=e[s-1];if(" "===n||"\t"===n){t=s-1;break}s=e.indexOf("#",s+1)}for(;;){const s=e[t-1];if(" "!==s&&"\t"!==s)break;t-=1}const n=(yield*this.pushCount(t))+(yield*this.pushSpaces(!0));return yield*this.pushCount(e.length-n),this.pushNewline(),"stream"}if(this.atLineEnd()){const t=yield*this.pushSpaces(!0);return yield*this.pushCount(e.length-t),yield*this.pushNewline(),"stream"}return yield"",yield*this.parseLineStart()}*parseLineStart(){const e=this.charAt(0);if(!e&&!this.atEnd)return this.setNext("line-start");if("-"===e||"."===e){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");const e=this.peek(3);if(("---"===e||"..."===e)&&ap(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,"---"===e?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!ap(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){const[e,t]=this.peek(2);if(!t&&!this.atEnd)return this.setNext("block-start");if(("-"===e||"?"===e||":"===e)&&ap(t)){const e=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=e,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);const e=this.getLine();if(null===e)return this.setNext("doc");let t=yield*this.pushIndicators();switch(e[t]){case"#":yield*this.pushCount(e.length-t);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(hp),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return t+=(yield*this.parseBlockScalarHeader()),t+=(yield*this.pushSpaces(!0)),yield*this.pushCount(e.length-t),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let e,t,s=-1;do{e=yield*this.pushNewline(),e>0?(t=yield*this.pushSpaces(!1),this.indentValue=s=t):t=0,t+=(yield*this.pushSpaces(!0))}while(e+t>0);const n=this.getLine();if(null===n)return this.setNext("flow");if(-1!==s&&s<this.indentNext&&"#"!==n[0]||0===s&&(n.startsWith("---")||n.startsWith("..."))&&ap(n[3])){if(!(s===this.indentNext-1&&1===this.flowLevel&&("]"===n[0]||"}"===n[0])))return this.flowLevel=0,yield"",yield*this.parseLineStart()}let r=0;for(;","===n[r];)r+=(yield*this.pushCount(1)),r+=(yield*this.pushSpaces(!0)),this.flowKey=!1;switch(r+=(yield*this.pushIndicators()),n[r]){case void 0:return"flow";case"#":return yield*this.pushCount(n.length-r),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(hp),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{const e=this.charAt(1);if(this.flowKey||ap(e)||","===e)return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){const e=this.charAt(0);let t=this.buffer.indexOf(e,this.pos+1);if("'"===e)for(;-1!==t&&"'"===this.buffer[t+1];)t=this.buffer.indexOf("'",t+2);else for(;-1!==t;){let e=0;for(;"\\"===this.buffer[t-1-e];)e+=1;if(e%2==0)break;t=this.buffer.indexOf('"',t+1)}const s=this.buffer.substring(0,t);let n=s.indexOf("\n",this.pos);if(-1!==n){for(;-1!==n;){const e=this.continueScalar(n+1);if(-1===e)break;n=s.indexOf("\n",e)}-1!==n&&(t=n-("\r"===s[n-1]?2:1))}if(-1===t){if(!this.atEnd)return this.setNext("quoted-scalar");t=this.buffer.length}return yield*this.pushToIndex(t+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let e=this.pos;for(;;){const t=this.buffer[++e];if("+"===t)this.blockScalarKeep=!0;else if(t>"0"&&t<="9")this.blockScalarIndent=Number(t)-1;else if("-"!==t)break}return yield*this.pushUntil(e=>ap(e)||"#"===e)}*parseBlockScalar(){let e,t=this.pos-1,s=0;e:for(let n=this.pos;e=this.buffer[n];++n)switch(e){case" ":s+=1;break;case"\n":t=n,s=0;break;case"\r":{const e=this.buffer[n+1];if(!e&&!this.atEnd)return this.setNext("block-scalar");if("\n"===e)break}default:break e}if(!e&&!this.atEnd)return this.setNext("block-scalar");if(s>=this.indentNext){-1===this.blockScalarIndent?this.indentNext=s:this.indentNext=this.blockScalarIndent+(0===this.indentNext?1:this.indentNext);do{const e=this.continueScalar(t+1);if(-1===e)break;t=this.buffer.indexOf("\n",e)}while(-1!==t);if(-1===t){if(!this.atEnd)return this.setNext("block-scalar");t=this.buffer.length}}let n=t+1;for(e=this.buffer[n];" "===e;)e=this.buffer[++n];if("\t"===e){for(;"\t"===e||" "===e||"\r"===e||"\n"===e;)e=this.buffer[++n];t=n-1}else if(!this.blockScalarKeep)for(;;){let e=t-1,n=this.buffer[e];"\r"===n&&(n=this.buffer[--e]);const r=e;for(;" "===n;)n=this.buffer[--e];if(!("\n"===n&&e>=this.pos&&e+1+s>r))break;t=e}return yield op,yield*this.pushToIndex(t+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){const e=this.flowLevel>0;let t,s=this.pos-1,n=this.pos-1;for(;t=this.buffer[++n];)if(":"===t){const t=this.buffer[n+1];if(ap(t)||e&&up.has(t))break;s=n}else if(ap(t)){let r=this.buffer[n+1];if("\r"===t&&("\n"===r?(n+=1,t="\n",r=this.buffer[n+1]):s=n),"#"===r||e&&up.has(r))break;if("\n"===t){const e=this.continueScalar(n+1);if(-1===e)break;n=Math.max(n,e-2)}}else{if(e&&up.has(t))break;s=n}return t||this.atEnd?(yield op,yield*this.pushToIndex(s+1,!0),e?"flow":"doc"):this.setNext("plain-scalar")}*pushCount(e){return e>0?(yield this.buffer.substr(this.pos,e),this.pos+=e,e):0}*pushToIndex(e,t){const s=this.buffer.slice(this.pos,e);return s?(yield s,this.pos+=s.length,s.length):(t&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(hp))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{const e=this.flowLevel>0,t=this.charAt(1);if(ap(t)||e&&up.has(t))return e?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if("<"===this.charAt(1)){let e=this.pos+2,t=this.buffer[e];for(;!ap(t)&&">"!==t;)t=this.buffer[++e];return yield*this.pushToIndex(">"===t?e+1:e,!1)}{let e=this.pos+1,t=this.buffer[e];for(;t;)if(lp.has(t))t=this.buffer[++e];else{if("%"!==t||!cp.has(this.buffer[e+1])||!cp.has(this.buffer[e+2]))break;t=this.buffer[e+=3]}return yield*this.pushToIndex(e,!1)}}*pushNewline(){const e=this.buffer[this.pos];return"\n"===e?yield*this.pushCount(1):"\r"===e&&"\n"===this.charAt(1)?yield*this.pushCount(2):0}*pushSpaces(e){let t,s=this.pos-1;do{t=this.buffer[++s]}while(" "===t||e&&"\t"===t);const n=s-this.pos;return n>0&&(yield this.buffer.substr(this.pos,n),this.pos=s),n}*pushUntil(e){let t=this.pos,s=this.buffer[t];for(;!e(s);)s=this.buffer[++t];return yield*this.pushToIndex(t,!1)}}function mp(e,t){for(let s=0;s<e.length;++s)if(e[s].type===t)return!0;return!1}function fp(e){for(let t=0;t<e.length;++t)switch(e[t].type){case"space":case"comment":case"newline":break;default:return t}return-1}function _p(e){switch(e?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function gp(e){switch(e.type){case"document":return e.start;case"block-map":{const t=e.items[e.items.length-1];return t.sep??t.start}case"block-seq":return e.items[e.items.length-1].start;default:return[]}}function yp(e){if(0===e.length)return[];let t=e.length;e:for(;--t>=0;)switch(e[t].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;"space"===e[++t]?.type;);return e.splice(t,e.length)}function wp(e){if("flow-seq-start"===e.start.type)for(const t of e.items)!t.sep||t.value||mp(t.start,"explicit-key-ind")||mp(t.sep,"map-value-ind")||(t.key&&(t.value=t.key),delete t.key,_p(t.value)?t.value.end?Array.prototype.push.apply(t.value.end,t.sep):t.value.end=t.sep:Array.prototype.push.apply(t.start,t.sep),delete t.sep)}class bp{constructor(e){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new pp,this.onNewLine=e}*parse(e,t=!1){this.onNewLine&&0===this.offset&&this.onNewLine(0);for(const s of this.lexer.lex(e,t))yield*this.next(s);t||(yield*this.end())}*next(e){if(this.source=e,this.atScalar)return this.atScalar=!1,yield*this.step(),void(this.offset+=e.length);const t=function(e){switch(e){case"\ufeff":return"byte-order-mark";case"":return"doc-mode";case"":return"flow-error-end";case op:return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case"\n":case"\r\n":return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(e[0]){case" ":case"\t":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}(e);if(t)if("scalar"===t)this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=t,yield*this.step(),t){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+e.length);break;case"space":this.atNewLine&&" "===e[0]&&(this.indent+=e.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=e.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=e.length}else{const t=`Not a YAML token: ${e}`;yield*this.pop({type:"error",offset:this.offset,message:t,source:e}),this.offset+=e.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){const e=this.peek(1);if("doc-end"!==this.type||"doc-end"===e?.type){if(!e)return yield*this.stream();switch(e.type){case"document":return yield*this.document(e);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(e);case"block-scalar":return yield*this.blockScalar(e);case"block-map":return yield*this.blockMap(e);case"block-seq":return yield*this.blockSequence(e);case"flow-collection":return yield*this.flowCollection(e);case"doc-end":return yield*this.documentEnd(e)}yield*this.pop()}else{for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source})}}peek(e){return this.stack[this.stack.length-e]}*pop(e){const t=e??this.stack.pop();if(t)if(0===this.stack.length)yield t;else{const e=this.peek(1);switch("block-scalar"===t.type?t.indent="indent"in e?e.indent:0:"flow-collection"===t.type&&"document"===e.type&&(t.indent=0),"flow-collection"===t.type&&wp(t),e.type){case"document":e.value=t;break;case"block-scalar":e.props.push(t);break;case"block-map":{const s=e.items[e.items.length-1];if(s.value)return e.items.push({start:[],key:t,sep:[]}),void(this.onKeyLine=!0);if(!s.sep)return Object.assign(s,{key:t,sep:[]}),void(this.onKeyLine=!s.explicitKey);s.value=t;break}case"block-seq":{const s=e.items[e.items.length-1];s.value?e.items.push({start:[],value:t}):s.value=t;break}case"flow-collection":{const s=e.items[e.items.length-1];return void(!s||s.value?e.items.push({start:[],key:t,sep:[]}):s.sep?s.value=t:Object.assign(s,{key:t,sep:[]}))}default:yield*this.pop(),yield*this.pop(t)}if(!("document"!==e.type&&"block-map"!==e.type&&"block-seq"!==e.type||"block-map"!==t.type&&"block-seq"!==t.type)){const s=t.items[t.items.length-1];s&&!s.sep&&!s.value&&s.start.length>0&&-1===fp(s.start)&&(0===t.indent||s.start.every(e=>"comment"!==e.type||e.indent<t.indent))&&("document"===e.type?e.end=s.start:e.items.push({start:s.start}),t.items.splice(-1,1))}}else{const e="Tried to pop an empty stack";yield{type:"error",offset:this.offset,source:"",message:e}}}*stream(){switch(this.type){case"directive-line":return void(yield{type:"directive",offset:this.offset,source:this.source});case"byte-order-mark":case"space":case"comment":case"newline":return void(yield this.sourceToken);case"doc-mode":case"doc-start":{const e={type:"document",offset:this.offset,start:[]};return"doc-start"===this.type&&e.start.push(this.sourceToken),void this.stack.push(e)}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(e){if(e.value)return yield*this.lineEnd(e);switch(this.type){case"doc-start":return void(-1!==fp(e.start)?(yield*this.pop(),yield*this.step()):e.start.push(this.sourceToken));case"anchor":case"tag":case"space":case"comment":case"newline":return void e.start.push(this.sourceToken)}const t=this.startBlockValue(e);t?this.stack.push(t):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(e){if("map-value-ind"===this.type){const t=yp(gp(this.peek(2)));let s;e.end?(s=e.end,s.push(this.sourceToken),delete e.end):s=[this.sourceToken];const n={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:t,key:e,sep:s}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=n}else yield*this.lineEnd(e)}*blockScalar(e){switch(this.type){case"space":case"comment":case"newline":return void e.props.push(this.sourceToken);case"scalar":if(e.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let e=this.source.indexOf("\n")+1;for(;0!==e;)this.onNewLine(this.offset+e),e=this.source.indexOf("\n",e)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(e){const t=e.items[e.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,t.value){const s="end"in t.value?t.value.end:void 0,n=Array.isArray(s)?s[s.length-1]:void 0;"comment"===n?.type?s?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else if(t.sep)t.sep.push(this.sourceToken);else{if(this.atIndentedComment(t.start,e.indent)){const s=e.items[e.items.length-2],n=s?.value?.end;if(Array.isArray(n))return Array.prototype.push.apply(n,t.start),n.push(this.sourceToken),void e.items.pop()}t.start.push(this.sourceToken)}return}if(this.indent>=e.indent){const s=!this.onKeyLine&&this.indent===e.indent,n=s&&(t.sep||t.explicitKey)&&"seq-item-ind"!==this.type;let r=[];if(n&&t.sep&&!t.value){const s=[];for(let n=0;n<t.sep.length;++n){const r=t.sep[n];switch(r.type){case"newline":s.push(n);break;case"space":break;case"comment":r.indent>e.indent&&(s.length=0);break;default:s.length=0}}s.length>=2&&(r=t.sep.splice(s[1]))}switch(this.type){case"anchor":case"tag":return void(n||t.value?(r.push(this.sourceToken),e.items.push({start:r}),this.onKeyLine=!0):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken));case"explicit-key-ind":return t.sep||t.explicitKey?n||t.value?(r.push(this.sourceToken),e.items.push({start:r,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}):(t.start.push(this.sourceToken),t.explicitKey=!0),void(this.onKeyLine=!0);case"map-value-ind":if(t.explicitKey)if(t.sep)if(t.value)e.items.push({start:[],key:null,sep:[this.sourceToken]});else if(mp(t.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:r,key:null,sep:[this.sourceToken]}]});else if(_p(t.key)&&!mp(t.sep,"newline")){const e=yp(t.start),s=t.key,n=t.sep;n.push(this.sourceToken),delete t.key,delete t.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:e,key:s,sep:n}]})}else r.length>0?t.sep=t.sep.concat(r,this.sourceToken):t.sep.push(this.sourceToken);else if(mp(t.start,"newline"))Object.assign(t,{key:null,sep:[this.sourceToken]});else{const e=yp(t.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:e,key:null,sep:[this.sourceToken]}]})}else t.sep?t.value||n?e.items.push({start:r,key:null,sep:[this.sourceToken]}):mp(t.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]});return void(this.onKeyLine=!0);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const s=this.flowScalar(this.type);return void(n||t.value?(e.items.push({start:r,key:s,sep:[]}),this.onKeyLine=!0):t.sep?this.stack.push(s):(Object.assign(t,{key:s,sep:[]}),this.onKeyLine=!0))}default:{const n=this.startBlockValue(e);if(n){if("block-seq"===n.type){if(!t.explicitKey&&t.sep&&!mp(t.sep,"newline"))return void(yield*this.pop({type:"error",offset:this.offset,message:"Unexpected block-seq-ind on same line with key",source:this.source}))}else s&&e.items.push({start:r});return void this.stack.push(n)}}}}yield*this.pop(),yield*this.step()}*blockSequence(e){const t=e.items[e.items.length-1];switch(this.type){case"newline":if(t.value){const s="end"in t.value?t.value.end:void 0,n=Array.isArray(s)?s[s.length-1]:void 0;"comment"===n?.type?s?.push(this.sourceToken):e.items.push({start:[this.sourceToken]})}else t.start.push(this.sourceToken);return;case"space":case"comment":if(t.value)e.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(t.start,e.indent)){const s=e.items[e.items.length-2],n=s?.value?.end;if(Array.isArray(n))return Array.prototype.push.apply(n,t.start),n.push(this.sourceToken),void e.items.pop()}t.start.push(this.sourceToken)}return;case"anchor":case"tag":if(t.value||this.indent<=e.indent)break;return void t.start.push(this.sourceToken);case"seq-item-ind":if(this.indent!==e.indent)break;return void(t.value||mp(t.start,"seq-item-ind")?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken))}if(this.indent>e.indent){const t=this.startBlockValue(e);if(t)return void this.stack.push(t)}yield*this.pop(),yield*this.step()}*flowCollection(e){const t=e.items[e.items.length-1];if("flow-error-end"===this.type){let e;do{yield*this.pop(),e=this.peek(1)}while("flow-collection"===e?.type)}else if(0===e.end.length){switch(this.type){case"comma":case"explicit-key-ind":return void(!t||t.sep?e.items.push({start:[this.sourceToken]}):t.start.push(this.sourceToken));case"map-value-ind":return void(!t||t.value?e.items.push({start:[],key:null,sep:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):Object.assign(t,{key:null,sep:[this.sourceToken]}));case"space":case"comment":case"newline":case"anchor":case"tag":return void(!t||t.value?e.items.push({start:[this.sourceToken]}):t.sep?t.sep.push(this.sourceToken):t.start.push(this.sourceToken));case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{const s=this.flowScalar(this.type);return void(!t||t.value?e.items.push({start:[],key:s,sep:[]}):t.sep?this.stack.push(s):Object.assign(t,{key:s,sep:[]}))}case"flow-map-end":case"flow-seq-end":return void e.end.push(this.sourceToken)}const s=this.startBlockValue(e);s?this.stack.push(s):(yield*this.pop(),yield*this.step())}else{const t=this.peek(2);if("block-map"===t.type&&("map-value-ind"===this.type&&t.indent===e.indent||"newline"===this.type&&!t.items[t.items.length-1].sep))yield*this.pop(),yield*this.step();else if("map-value-ind"===this.type&&"flow-collection"!==t.type){const s=yp(gp(t));wp(e);const n=e.end.splice(1,e.end.length);n.push(this.sourceToken);const r={type:"block-map",offset:e.offset,indent:e.indent,items:[{start:s,key:e,sep:n}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=r}else yield*this.lineEnd(e)}}flowScalar(e){if(this.onNewLine){let e=this.source.indexOf("\n")+1;for(;0!==e;)this.onNewLine(this.offset+e),e=this.source.indexOf("\n",e)+1}return{type:e,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(e){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;const t=yp(gp(e));return t.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:t,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;const t=yp(gp(e));return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:t,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(e,t){return"comment"===this.type&&(!(this.indent<=t)&&e.every(e=>"newline"===e.type||"space"===e.type))}*documentEnd(e){"doc-mode"!==this.type&&(e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],"newline"===this.type&&(yield*this.pop()))}*lineEnd(e){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:e.end?e.end.push(this.sourceToken):e.end=[this.sourceToken],"newline"===this.type&&(yield*this.pop())}}}class xp{constructor(){this.lineStarts=[],this.addNewLine=e=>this.lineStarts.push(e),this.linePos=e=>{let t=0,s=this.lineStarts.length;for(;t<s;){const n=t+s>>1;this.lineStarts[n]<e?t=n+1:s=n}if(this.lineStarts[t]===e)return{line:t+1,col:1};if(0===t)return{line:0,col:e};return{line:t,col:e-this.lineStarts[t-1]+1}}}}function Ep(e){const t=!1!==e.prettyErrors;return{lineCounter:e.lineCounter||t&&new xp||null,prettyErrors:t}}function vp(e,t={}){const{lineCounter:s,prettyErrors:n}=Ep(t),r=new bp(s?.addNewLine),i=new ep(t);let o=null;for(const t of i.compose(r.parse(e),!0,e.length))if(o){if("silent"!==o.options.logLevel){o.errors.push(new Ih(t.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}}else o=t;return n&&s&&(o.errors.forEach(Ch(e,s)),o.warnings.forEach(Ch(e,s))),o}const Sp=new Uint8Array([0,97,115,109,1,0,0,0,0,16,8,100,121,108,105,110,107,46,48,1,5,156,91,4,30,0,1,179,1,23,96,1,127,1,127,96,2,127,127,1,127,96,1,127,0,96,3,127,127,127,0,96,3,127,127,127,1,127,96,2,127,127,0,96,4,127,127,127,127,1,127,96,5,127,127,127,127,127,0,96,4,127,127,127,127,0,96,0,0,96,5,127,127,127,127,127,1,127,96,0,1,127,96,8,127,127,127,127,127,127,127,127,1,127,96,7,127,127,127,127,127,127,127,0,96,6,127,124,127,127,127,127,1,127,96,16,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,127,0,96,6,127,127,127,127,127,127,0,96,2,126,127,1,127,96,7,127,127,127,127,127,127,127,1,127,96,2,124,127,1,124,96,4,127,127,127,127,1,126,96,4,127,126,127,127,1,127,96,3,127,126,127,1,126,2,219,3,17,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,8,102,100,95,119,114,105,116,101,0,6,3,101,110,118,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,0,0,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,7,102,100,95,115,101,101,107,0,21,3,101,110,118,9,95,97,98,111,114,116,95,106,115,0,9,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,8,102,100,95,99,108,111,115,101,0,0,3,101,110,118,35,116,114,101,101,95,115,105,116,116,101,114,95,113,117,101,114,121,95,112,114,111,103,114,101,115,115,95,99,97,108,108,98,97,99,107,0,0,3,101,110,118,29,116,114,101,101,95,115,105,116,116,101,114,95,112,114,111,103,114,101,115,115,95,99,97,108,108,98,97,99,107,0,1,3,101,110,118,26,116,114,101,101,95,115,105,116,116,101,114,95,112,97,114,115,101,95,99,97,108,108,98,97,99,107,0,7,3,101,110,118,24,116,114,101,101,95,115,105,116,116,101,114,95,108,111,103,95,99,97,108,108,98,97,99,107,0,5,3,101,110,118,15,95,95,115,116,97,99,107,95,112,111,105,110,116,101,114,3,127,1,3,101,110,118,13,95,95,109,101,109,111,114,121,95,98,97,115,101,3,127,0,3,101,110,118,12,95,95,116,97,98,108,101,95,98,97,115,101,3,127,0,7,71,79,84,46,109,101,109,11,95,95,115,116,97,99,107,95,108,111,119,3,127,1,7,71,79,84,46,109,101,109,12,95,95,115,116,97,99,107,95,104,105,103,104,3,127,1,7,71,79,84,46,109,101,109,11,95,95,104,101,97,112,95,98,97,115,101,3,127,1,3,101,110,118,6,109,101,109,111,114,121,2,1,128,4,128,128,2,3,101,110,118,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,112,0,30,3,150,2,148,2,5,5,6,0,2,3,7,5,5,4,0,5,5,2,7,3,16,3,4,0,3,6,10,3,0,0,17,4,4,3,2,2,1,4,0,5,4,1,2,1,12,1,2,4,0,5,8,7,4,2,1,3,8,0,0,5,2,5,0,9,1,3,1,0,4,11,2,2,8,12,3,5,1,6,3,4,7,13,7,8,3,3,0,0,5,1,1,6,8,0,18,19,4,0,0,0,4,5,4,4,4,0,20,0,5,7,5,10,4,8,5,1,1,3,3,5,3,1,1,1,1,1,4,4,4,4,0,0,0,10,1,1,2,3,1,1,5,2,0,0,0,0,1,0,4,4,0,4,3,0,0,11,0,2,0,0,0,5,0,4,5,0,14,4,1,4,22,0,15,0,15,2,0,0,0,0,0,0,0,0,13,2,1,2,0,0,0,2,2,2,2,2,2,9,2,2,0,2,2,2,2,5,5,5,1,0,0,0,2,2,5,1,1,0,2,0,0,0,0,0,2,2,0,0,0,0,0,0,5,0,0,0,0,0,0,1,5,2,2,2,2,5,2,2,2,2,5,2,2,1,1,2,0,6,10,3,0,5,9,11,4,4,4,2,0,0,4,0,1,1,1,1,0,0,9,9,6,57,8,127,1,65,200,211,0,11,127,1,65,192,211,0,11,127,1,65,204,211,0,11,127,1,65,196,211,0,11,127,1,65,136,213,0,11,127,1,65,144,213,0,11,127,1,65,148,219,0,11,127,1,65,152,219,0,11,7,135,33,152,1,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,156,2,6,109,97,108,108,111,99,0,34,6,99,97,108,108,111,99,0,41,7,114,101,97,108,108,111,99,0,94,4,102,114,101,101,0,51,13,116,115,95,114,97,110,103,101,95,101,100,105,116,0,80,6,109,101,109,99,109,112,0,18,24,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,99,111,117,110,116,0,154,2,23,116,115,95,108,97,110,103,117,97,103,101,95,115,116,97,116,101,95,99,111,117,110,116,0,153,2,23,116,115,95,108,97,110,103,117,97,103,101,95,97,98,105,95,118,101,114,115,105,111,110,0,148,2,16,116,115,95,108,97,110,103,117,97,103,101,95,110,97,109,101,0,145,2,23,116,115,95,108,97,110,103,117,97,103,101,95,102,105,101,108,100,95,99,111,117,110,116,0,137,2,22,116,115,95,108,97,110,103,117,97,103,101,95,110,101,120,116,95,115,116,97,116,101,0,42,23,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,110,97,109,101,0,244,1,27,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,102,111,114,95,110,97,109,101,0,30,7,115,116,114,110,99,109,112,0,27,23,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,116,121,112,101,0,69,29,116,115,95,108,97,110,103,117,97,103,101,95,102,105,101,108,100,95,110,97,109,101,95,102,111,114,95,105,100,0,213,1,25,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,110,101,119,0,191,1,28,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,100,101,108,101,116,101,0,180,1,33,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,114,101,115,101,116,95,115,116,97,116,101,0,173,1,27,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,114,101,115,101,116,0,172,1,26,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,110,101,120,116,0,170,1,36,116,115,95,108,111,111,107,97,104,101,97,100,95,105,116,101,114,97,116,111,114,95,99,117,114,114,101,110,116,95,115,121,109,98,111,108,0,167,1,13,116,115,95,112,111,105,110,116,95,101,100,105,116,0,142,1,16,116,115,95,112,97,114,115,101,114,95,100,101,108,101,116,101,0,141,1,15,116,115,95,112,97,114,115,101,114,95,114,101,115,101,116,0,40,22,116,115,95,112,97,114,115,101,114,95,115,101,116,95,108,97,110,103,117,97,103,101,0,140,1,29,116,115,95,112,97,114,115,101,114,95,115,101,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,115,0,57,12,116,115,95,113,117,101,114,121,95,110,101,119,0,138,1,15,116,115,95,113,117,101,114,121,95,100,101,108,101,116,101,0,76,8,105,115,119,115,112,97,99,101,0,103,8,105,115,119,97,108,110,117,109,0,19,22,116,115,95,113,117,101,114,121,95,112,97,116,116,101,114,110,95,99,111,117,110,116,0,137,1,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,99,111,117,110,116,0,136,1,21,116,115,95,113,117,101,114,121,95,115,116,114,105,110,103,95,99,111,117,110,116,0,135,1,28,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,110,97,109,101,95,102,111,114,95,105,100,0,134,1,34,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,113,117,97,110,116,105,102,105,101,114,95,102,111,114,95,105,100,0,133,1,28,116,115,95,113,117,101,114,121,95,115,116,114,105,110,103,95,118,97,108,117,101,95,102,111,114,95,105,100,0,132,1,31,116,115,95,113,117,101,114,121,95,112,114,101,100,105,99,97,116,101,115,95,102,111,114,95,112,97,116,116,101,114,110,0,131,1,31,116,115,95,113,117,101,114,121,95,115,116,97,114,116,95,98,121,116,101,95,102,111,114,95,112,97,116,116,101,114,110,0,130,1,29,116,115,95,113,117,101,114,121,95,101,110,100,95,98,121,116,101,95,102,111,114,95,112,97,116,116,101,114,110,0,129,1,26,116,115,95,113,117,101,114,121,95,105,115,95,112,97,116,116,101,114,110,95,114,111,111,116,101,100,0,128,1,29,116,115,95,113,117,101,114,121,95,105,115,95,112,97,116,116,101,114,110,95,110,111,110,95,108,111,99,97,108,0,127,38,116,115,95,113,117,101,114,121,95,105,115,95,112,97,116,116,101,114,110,95,103,117,97,114,97,110,116,101,101,100,95,97,116,95,115,116,101,112,0,126,24,116,115,95,113,117,101,114,121,95,100,105,115,97,98,108,101,95,99,97,112,116,117,114,101,0,125,24,116,115,95,113,117,101,114,121,95,100,105,115,97,98,108,101,95,112,97,116,116,101,114,110,0,124,12,116,115,95,116,114,101,101,95,99,111,112,121,0,146,2,14,116,115,95,116,114,101,101,95,100,101,108,101,116,101,0,144,2,7,116,115,95,105,110,105,116,0,140,2,18,116,115,95,112,97,114,115,101,114,95,110,101,119,95,119,97,115,109,0,139,2,28,116,115,95,112,97,114,115,101,114,95,101,110,97,98,108,101,95,108,111,103,103,101,114,95,119,97,115,109,0,138,2,20,116,115,95,112,97,114,115,101,114,95,112,97,114,115,101,95,119,97,115,109,0,135,2,30,116,115,95,112,97,114,115,101,114,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,115,95,119,97,115,109,0,132,2,30,116,115,95,108,97,110,103,117,97,103,101,95,116,121,112,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,131,2,32,116,115,95,108,97,110,103,117,97,103,101,95,116,121,112,101,95,105,115,95,118,105,115,105,98,108,101,95,119,97,115,109,0,130,2,25,116,115,95,108,97,110,103,117,97,103,101,95,109,101,116,97,100,97,116,97,95,119,97,115,109,0,129,2,27,116,115,95,108,97,110,103,117,97,103,101,95,115,117,112,101,114,116,121,112,101,115,95,119,97,115,109,0,128,2,25,116,115,95,108,97,110,103,117,97,103,101,95,115,117,98,116,121,112,101,115,95,119,97,115,109,0,255,1,22,116,115,95,116,114,101,101,95,114,111,111,116,95,110,111,100,101,95,119,97,115,109,0,254,1,34,116,115,95,116,114,101,101,95,114,111,111,116,95,110,111,100,101,95,119,105,116,104,95,111,102,102,115,101,116,95,119,97,115,109,0,253,1,17,116,115,95,116,114,101,101,95,101,100,105,116,95,119,97,115,109,0,252,1,28,116,115,95,116,114,101,101,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,115,95,119,97,115,109,0,251,1,31,116,115,95,116,114,101,101,95,103,101,116,95,99,104,97,110,103,101,100,95,114,97,110,103,101,115,95,119,97,115,109,0,250,1,23,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,110,101,119,95,119,97,115,109,0,249,1,24,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,111,112,121,95,119,97,115,109,0,248,1,26,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,100,101,108,101,116,101,95,119,97,115,109,0,247,1,25,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,114,101,115,101,116,95,119,97,115,109,0,246,1,28,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,114,101,115,101,116,95,116,111,95,119,97,115,109,0,245,1,36,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,102,105,114,115,116,95,99,104,105,108,100,95,119,97,115,109,0,243,1,35,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,108,97,115,116,95,99,104,105,108,100,95,119,97,115,109,0,242,1,46,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,105,110,100,101,120,95,119,97,115,109,0,241,1,49,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,240,1,37,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,110,101,120,116,95,115,105,98,108,105,110,103,95,119,97,115,109,0,239,1,41,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,112,114,101,118,105,111,117,115,95,115,105,98,108,105,110,103,95,119,97,115,109,0,238,1,35,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,100,101,115,99,101,110,100,97,110,116,95,119,97,115,109,0,237,1,31,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,112,97,114,101,110,116,95,119,97,115,109,0,236,1,40,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,116,121,112,101,95,105,100,95,119,97,115,109,0,235,1,41,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,115,116,97,116,101,95,105,100,95,119,97,115,109,0,234,1,41,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,233,1,43,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,105,115,95,109,105,115,115,105,110,103,95,119,97,115,109,0,232,1,35,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,105,100,95,119,97,115,109,0,231,1,34,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,115,116,97,114,116,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,230,1,32,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,101,110,100,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,229,1,31,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,115,116,97,114,116,95,105,110,100,101,120,95,119,97,115,109,0,228,1,29,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,101,110,100,95,105,110,100,101,120,95,119,97,115,109,0,227,1,36,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,102,105,101,108,100,95,105,100,95,119,97,115,109,0,226,1,33,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,100,101,112,116,104,95,119,97,115,109,0,225,1,44,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,100,101,115,99,101,110,100,97,110,116,95,105,110,100,101,120,95,119,97,115,109,0,224,1,32,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,117,114,114,101,110,116,95,110,111,100,101,95,119,97,115,109,0,223,1,19,116,115,95,110,111,100,101,95,115,121,109,98,111,108,95,119,97,115,109,0,222,1,33,116,115,95,110,111,100,101,95,102,105,101,108,100,95,110,97,109,101,95,102,111,114,95,99,104,105,108,100,95,119,97,115,109,0,221,1,39,116,115,95,110,111,100,101,95,102,105,101,108,100,95,110,97,109,101,95,102,111,114,95,110,97,109,101,100,95,99,104,105,108,100,95,119,97,115,109,0,220,1,33,116,115,95,110,111,100,101,95,99,104,105,108,100,114,101,110,95,98,121,95,102,105,101,108,100,95,105,100,95,119,97,115,109,0,219,1,33,116,115,95,110,111,100,101,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,98,121,116,101,95,119,97,115,109,0,218,1,39,116,115,95,110,111,100,101,95,102,105,114,115,116,95,110,97,109,101,100,95,99,104,105,108,100,95,102,111,114,95,98,121,116,101,95,119,97,115,109,0,217,1,27,116,115,95,110,111,100,101,95,103,114,97,109,109,97,114,95,115,121,109,98,111,108,95,119,97,115,109,0,216,1,24,116,115,95,110,111,100,101,95,99,104,105,108,100,95,99,111,117,110,116,95,119,97,115,109,0,215,1,30,116,115,95,110,111,100,101,95,110,97,109,101,100,95,99,104,105,108,100,95,99,111,117,110,116,95,119,97,115,109,0,214,1,18,116,115,95,110,111,100,101,95,99,104,105,108,100,95,119,97,115,109,0,212,1,24,116,115,95,110,111,100,101,95,110,97,109,101,100,95,99,104,105,108,100,95,119,97,115,109,0,211,1,30,116,115,95,110,111,100,101,95,99,104,105,108,100,95,98,121,95,102,105,101,108,100,95,105,100,95,119,97,115,109,0,210,1,25,116,115,95,110,111,100,101,95,110,101,120,116,95,115,105,98,108,105,110,103,95,119,97,115,109,0,209,1,25,116,115,95,110,111,100,101,95,112,114,101,118,95,115,105,98,108,105,110,103,95,119,97,115,109,0,208,1,31,116,115,95,110,111,100,101,95,110,101,120,116,95,110,97,109,101,100,95,115,105,98,108,105,110,103,95,119,97,115,109,0,207,1,31,116,115,95,110,111,100,101,95,112,114,101,118,95,110,97,109,101,100,95,115,105,98,108,105,110,103,95,119,97,115,109,0,206,1,29,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,95,99,111,117,110,116,95,119,97,115,109,0,205,1,19,116,115,95,110,111,100,101,95,112,97,114,101,110,116,95,119,97,115,109,0,204,1,34,116,115,95,110,111,100,101,95,99,104,105,108,100,95,119,105,116,104,95,100,101,115,99,101,110,100,97,110,116,95,119,97,115,109,0,203,1,33,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,105,110,100,101,120,95,119,97,115,109,0,201,1,39,116,115,95,110,111,100,101,95,110,97,109,101,100,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,105,110,100,101,120,95,119,97,115,109,0,200,1,36,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,199,1,42,116,115,95,110,111,100,101,95,110,97,109,101,100,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,112,111,115,105,116,105,111,110,95,119,97,115,109,0,198,1,24,116,115,95,110,111,100,101,95,115,116,97,114,116,95,112,111,105,110,116,95,119,97,115,109,0,197,1,22,116,115,95,110,111,100,101,95,101,110,100,95,112,111,105,110,116,95,119,97,115,109,0,196,1,24,116,115,95,110,111,100,101,95,115,116,97,114,116,95,105,110,100,101,120,95,119,97,115,109,0,195,1,22,116,115,95,110,111,100,101,95,101,110,100,95,105,110,100,101,120,95,119,97,115,109,0,194,1,22,116,115,95,110,111,100,101,95,116,111,95,115,116,114,105,110,103,95,119,97,115,109,0,193,1,21,116,115,95,110,111,100,101,95,99,104,105,108,100,114,101,110,95,119,97,115,109,0,192,1,27,116,115,95,110,111,100,101,95,110,97,109,101,100,95,99,104,105,108,100,114,101,110,95,119,97,115,109,0,190,1,32,116,115,95,110,111,100,101,95,100,101,115,99,101,110,100,97,110,116,115,95,111,102,95,116,121,112,101,95,119,97,115,109,0,189,1,21,116,115,95,110,111,100,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,188,1,24,116,115,95,110,111,100,101,95,104,97,115,95,99,104,97,110,103,101,115,95,119,97,115,109,0,187,1,22,116,115,95,110,111,100,101,95,104,97,115,95,101,114,114,111,114,95,119,97,115,109,0,186,1,21,116,115,95,110,111,100,101,95,105,115,95,101,114,114,111,114,95,119,97,115,109,0,185,1,23,116,115,95,110,111,100,101,95,105,115,95,109,105,115,115,105,110,103,95,119,97,115,109,0,184,1,21,116,115,95,110,111,100,101,95,105,115,95,101,120,116,114,97,95,119,97,115,109,0,183,1,24,116,115,95,110,111,100,101,95,112,97,114,115,101,95,115,116,97,116,101,95,119,97,115,109,0,182,1,29,116,115,95,110,111,100,101,95,110,101,120,116,95,112,97,114,115,101,95,115,116,97,116,101,95,119,97,115,109,0,181,1,21,116,115,95,113,117,101,114,121,95,109,97,116,99,104,101,115,95,119,97,115,109,0,179,1,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,115,95,119,97,115,109,0,177,1,6,109,101,109,115,101,116,0,52,6,109,101,109,99,112,121,0,36,7,109,101,109,109,111,118,101,0,154,1,8,105,115,119,97,108,112,104,97,0,104,8,105,115,119,98,108,97,110,107,0,158,1,8,105,115,119,100,105,103,105,116,0,163,1,8,105,115,119,108,111,119,101,114,0,159,1,8,105,115,119,117,112,112,101,114,0,155,1,9,105,115,119,120,100,105,103,105,116,0,152,1,6,109,101,109,99,104,114,0,101,6,115,116,114,108,101,110,0,102,6,115,116,114,99,109,112,0,151,1,7,115,116,114,110,99,97,116,0,156,1,7,115,116,114,110,99,112,121,0,153,1,8,116,111,119,108,111,119,101,114,0,165,1,8,116,111,119,117,112,112,101,114,0,164,1,8,115,101,116,84,104,114,101,119,0,166,1,25,95,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,114,101,115,116,111,114,101,0,162,1,23,95,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,97,108,108,111,99,0,161,1,28,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,103,101,116,95,99,117,114,114,101,110,116,0,160,1,24,95,95,119,97,115,109,95,97,112,112,108,121,95,100,97,116,97,95,114,101,108,111,99,115,0,155,2,8,2,202,1,9,64,1,0,35,2,11,30,157,1,150,1,149,1,147,1,146,1,145,1,139,1,152,2,150,2,151,2,149,2,37,147,2,148,1,144,1,143,1,51,143,2,142,2,141,2,136,2,134,2,133,2,178,1,176,1,174,1,175,1,171,1,169,1,168,1,12,1,1,10,210,251,10,148,2,208,1,1,3,127,2,64,32,1,40,2,76,34,2,65,0,78,4,64,32,2,69,13,1,35,1,65,148,214,0,106,40,2,24,32,2,65,255,255,255,255,3,113,71,13,1,11,2,64,32,0,65,255,1,113,34,3,32,1,40,2,80,70,13,0,32,1,40,2,20,34,2,32,1,40,2,16,70,13,0,32,1,32,2,65,1,106,54,2,20,32,2,32,0,58,0,0,15,11,32,1,32,3,16,106,15,11,32,1,65,204,0,106,34,2,32,2,40,2,0,34,3,65,255,255,255,255,3,32,3,27,54,2,0,2,64,2,64,32,0,65,255,1,113,34,4,32,1,40,2,80,70,13,0,32,1,40,2,20,34,3,32,1,40,2,16,70,13,0,32,1,32,3,65,1,106,54,2,20,32,3,32,0,58,0,0,12,1,11,32,1,32,4,16,106,11,32,2,40,2,0,26,32,2,65,0,54,2,0,11,205,5,2,7,127,1,126,2,64,32,1,45,0,0,65,1,113,13,0,32,0,65,0,54,2,16,32,1,40,2,0,34,2,40,2,0,26,32,2,32,2,40,2,0,34,2,65,1,107,54,2,0,32,2,65,1,70,4,64,32,0,40,2,12,33,2,32,0,32,0,40,2,16,34,3,65,1,106,34,4,32,0,40,2,20,34,5,75,4,127,65,8,32,5,65,1,116,34,3,32,4,32,3,32,4,75,27,34,3,32,3,65,8,77,27,34,4,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,20,32,0,32,2,54,2,12,32,0,40,2,16,34,3,65,1,106,5,32,4,11,54,2,16,32,2,32,3,65,3,116,106,32,1,41,2,0,55,2,0,11,32,0,40,2,16,34,1,69,13,0,3,64,32,0,32,1,65,1,107,34,1,54,2,16,2,64,32,0,40,2,12,32,1,65,3,116,106,40,2,0,34,4,40,2,36,34,2,4,64,65,0,33,1,65,0,32,4,32,2,65,3,116,107,34,6,32,4,65,1,113,27,3,64,2,64,32,6,32,1,65,3,116,106,41,2,0,34,9,167,34,2,65,1,113,13,0,32,2,32,2,40,2,0,34,2,65,1,107,54,2,0,32,2,65,1,71,13,0,32,0,40,2,12,33,2,32,0,32,0,40,2,16,34,3,65,1,106,34,5,32,0,40,2,20,34,8,75,4,127,65,8,32,8,65,1,116,34,3,32,5,32,3,32,5,75,27,34,3,32,3,65,8,77,27,34,5,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,5,54,2,20,32,0,32,2,54,2,12,32,0,40,2,16,34,3,65,1,106,5,32,5,11,54,2,16,32,2,32,3,65,3,116,106,32,9,55,2,0,11,32,1,65,1,106,34,1,32,4,40,2,36,73,13,0,11,35,8,40,2,0,17,2,0,12,1,11,2,64,32,4,45,0,44,65,192,0,113,69,13,0,32,4,40,2,72,65,25,73,13,0,32,4,40,2,48,35,8,40,2,0,17,2,0,11,2,64,32,0,40,2,8,34,2,69,13,0,32,0,40,2,4,34,5,65,1,106,34,1,65,32,75,13,0,32,0,40,2,0,33,3,32,0,32,1,32,2,75,4,127,65,8,32,2,65,1,116,34,2,32,1,32,1,32,2,73,27,34,1,32,1,65,8,77,27,34,2,65,3,116,33,1,2,127,32,3,4,64,32,3,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,8,32,0,32,3,54,2,0,32,0,40,2,4,34,5,65,1,106,5,32,1,11,54,2,4,32,3,32,5,65,3,116,106,34,1,65,0,54,2,4,32,1,32,4,54,2,0,12,1,11,32,4,35,8,40,2,0,17,2,0,11,32,0,40,2,16,34,1,13,0,11,11,11,37,1,1,127,35,0,65,16,107,34,4,36,0,32,4,32,3,54,2,12,32,0,32,1,32,2,32,3,16,96,32,4,65,16,106,36,0,11,153,3,1,7,127,32,0,32,0,40,2,0,32,0,45,0,16,106,34,3,54,2,0,2,64,32,0,40,2,8,34,5,32,3,75,4,64,32,0,32,3,44,0,0,34,1,65,255,1,113,34,2,54,2,12,65,1,33,4,32,1,65,0,72,4,64,2,64,32,5,32,3,107,34,6,65,1,70,13,0,2,64,32,1,65,96,79,4,64,2,64,32,1,65,111,77,4,64,32,0,32,2,65,15,113,34,2,54,2,12,35,1,65,222,10,106,32,2,106,45,0,0,32,3,45,0,1,34,1,65,5,118,118,65,1,113,69,13,4,32,1,65,63,113,33,7,65,2,33,1,12,1,11,32,0,32,2,65,240,1,107,34,2,54,2,12,32,1,65,116,75,13,3,35,1,65,176,12,106,32,3,45,0,1,34,1,65,4,118,106,44,0,0,32,2,118,65,1,113,69,13,3,32,0,32,1,65,63,113,32,2,65,6,116,114,34,2,54,2,12,65,2,33,4,32,6,65,2,70,13,3,65,3,33,1,32,3,45,0,2,65,128,127,115,34,7,65,255,1,113,65,63,75,13,3,11,32,0,32,7,65,255,1,113,32,2,65,6,116,114,34,2,54,2,12,32,6,34,4,32,1,71,13,1,12,2,11,32,1,65,66,73,13,1,32,0,32,2,65,31,113,34,2,54,2,12,65,1,33,1,11,32,1,32,3,106,45,0,0,65,128,127,115,65,255,1,113,34,4,65,63,77,13,3,32,1,33,4,11,32,0,65,127,54,2,12,11,32,0,32,4,58,0,16,32,3,32,5,73,15,11,32,0,65,0,54,2,12,32,0,65,0,58,0,16,32,3,32,5,73,15,11,32,0,32,2,65,6,116,32,4,114,54,2,12,32,0,32,1,65,1,106,58,0,16,32,3,32,5,73,11,219,3,1,6,127,3,64,32,0,40,2,12,16,103,4,64,32,0,16,12,26,12,1,11,32,0,40,2,12,65,59,70,4,64,32,0,16,12,26,32,0,40,2,12,33,1,3,64,2,64,32,1,14,11,3,0,0,0,0,0,0,0,0,0,3,0,11,32,0,32,0,40,2,0,32,0,45,0,16,106,34,4,54,2,0,32,0,2,127,2,64,32,0,40,2,8,34,5,32,4,75,4,64,32,0,32,4,44,0,0,34,2,65,255,1,113,34,1,54,2,12,65,1,32,2,65,0,78,13,2,26,65,1,33,3,2,64,32,5,32,4,107,34,5,65,1,70,13,0,2,64,32,2,65,96,79,4,64,2,64,32,2,65,111,77,4,64,32,0,32,1,65,15,113,34,1,54,2,12,35,1,65,222,10,106,32,1,106,45,0,0,32,4,45,0,1,34,2,65,5,118,118,65,1,113,69,13,4,32,2,65,63,113,33,6,65,2,33,2,12,1,11,32,0,32,1,65,240,1,107,34,1,54,2,12,32,2,65,116,75,13,3,35,1,65,176,12,106,32,4,45,0,1,34,2,65,4,118,106,44,0,0,32,1,118,65,1,113,69,13,3,32,0,32,2,65,63,113,32,1,65,6,116,114,34,1,54,2,12,65,2,33,3,32,5,65,2,70,13,3,65,3,33,2,32,4,45,0,2,65,128,127,115,34,6,65,255,1,113,65,63,75,13,3,11,32,0,32,6,65,255,1,113,32,1,65,6,116,114,34,1,54,2,12,32,5,34,3,32,2,71,13,1,12,2,11,32,2,65,66,73,13,1,32,0,32,1,65,31,113,34,1,54,2,12,65,1,33,2,11,32,2,32,4,106,45,0,0,65,128,127,115,65,255,1,113,34,3,65,63,77,13,2,32,2,33,3,11,65,127,33,1,32,0,65,127,54,2,12,32,0,32,3,58,0,16,12,3,11,32,0,65,0,54,2,12,32,0,65,0,58,0,16,12,4,11,32,0,32,1,65,6,116,32,3,114,34,1,54,2,12,32,2,65,1,106,11,58,0,16,12,0,11,0,11,11,11,23,0,32,0,45,0,0,65,32,113,69,4,64,32,1,32,2,32,0,16,105,26,11,11,107,1,1,127,35,0,65,128,2,107,34,5,36,0,2,64,32,2,32,3,76,13,0,32,4,65,128,192,4,113,13,0,32,5,32,1,32,2,32,3,107,34,3,65,128,2,32,3,65,128,2,73,34,1,27,16,52,26,32,1,69,4,64,3,64,32,0,32,5,65,128,2,16,14,32,3,65,128,2,107,34,3,65,255,1,75,13,0,11,11,32,0,32,5,32,3,16,14,11,32,5,65,128,2,106,36,0,11,216,1,2,5,127,1,126,2,127,32,1,40,2,4,32,1,40,2,8,34,5,65,28,108,106,34,3,65,28,107,40,2,0,34,6,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,33,4,65,0,33,2,2,64,32,4,13,0,32,5,65,2,73,4,64,32,1,47,1,16,33,2,12,1,11,32,3,65,56,107,40,2,0,40,2,0,47,1,66,34,4,69,13,0,32,1,40,2,0,40,2,8,34,2,40,2,84,32,2,47,1,36,32,4,108,65,1,116,106,32,3,65,8,107,40,2,0,65,1,116,106,47,1,0,33,2,11,32,3,65,24,107,41,2,0,33,7,32,3,65,16,107,40,2,0,33,3,32,0,32,1,40,2,0,54,2,20,32,0,32,6,54,2,16,32,0,32,2,54,2,12,32,0,32,3,54,2,8,32,0,32,7,55,2,0,11,232,1,1,6,127,35,0,65,16,107,34,4,36,0,32,0,40,2,0,34,2,32,1,65,5,116,34,6,106,34,3,40,2,0,4,64,32,0,40,2,52,33,5,32,3,40,2,12,4,64,32,4,32,3,41,2,12,55,3,8,32,5,32,4,65,8,106,16,10,11,32,3,40,2,20,4,64,32,4,32,3,41,2,20,55,3,0,32,5,32,4,16,10,11,32,3,40,2,4,34,2,4,64,32,2,40,2,0,34,7,4,127,32,7,35,8,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,3,40,2,4,5,32,2,11,35,8,40,2,0,17,2,0,11,32,3,40,2,0,32,0,65,36,106,32,5,16,26,32,0,40,2,0,33,2,11,32,0,40,2,4,32,1,65,127,115,106,65,5,116,34,1,4,64,32,2,32,6,106,34,2,32,2,65,32,106,32,1,252,10,0,0,11,32,0,32,0,40,2,4,65,1,107,54,2,4,32,4,65,16,106,36,0,11,129,1,1,2,127,2,64,2,64,32,2,65,4,79,4,64,32,0,32,1,114,65,3,113,13,1,3,64,32,0,40,2,0,32,1,40,2,0,71,13,2,32,1,65,4,106,33,1,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,1,11,3,64,32,0,45,0,0,34,3,32,1,45,0,0,34,4,70,4,64,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,3,32,4,107,15,11,65,0,11,29,1,1,127,65,1,33,1,32,0,65,48,107,65,10,79,4,127,32,0,16,104,65,0,71,5,65,1,11,11,20,0,32,1,40,2,76,65,0,72,26,32,0,65,2,32,1,16,105,26,11,184,13,1,16,127,32,0,40,2,0,34,2,65,0,54,2,48,32,2,66,0,55,2,52,32,2,65,0,59,1,64,32,2,65,0,54,2,32,32,2,65,0,54,2,60,32,2,32,2,47,1,44,65,191,252,3,113,59,1,44,32,2,47,1,66,34,5,4,64,32,1,40,2,84,32,1,47,1,36,32,5,108,65,1,116,106,33,11,11,32,2,32,2,40,2,36,34,5,65,3,116,107,33,12,2,64,32,5,69,4,64,12,1,11,65,0,32,12,32,2,65,1,113,27,33,16,3,64,32,16,32,10,65,3,116,106,34,4,40,2,0,33,3,32,4,47,1,6,33,5,32,4,47,1,4,33,8,2,64,32,2,40,2,20,34,17,13,0,32,3,65,1,113,13,0,32,3,45,0,45,65,1,113,69,13,0,32,2,32,2,47,1,44,65,128,2,114,59,1,44,11,2,64,32,2,2,127,2,64,2,64,32,2,2,127,32,3,65,1,113,34,14,69,4,64,32,3,45,0,44,65,128,1,113,4,64,32,2,32,2,47,1,44,65,128,1,114,59,1,44,11,32,3,40,2,12,33,5,32,3,40,2,8,33,6,32,3,40,2,4,33,4,32,10,13,3,32,2,32,5,54,2,12,32,2,32,6,54,2,8,32,2,32,4,54,2,4,32,3,40,2,20,33,9,32,3,40,2,16,33,5,32,3,40,2,24,12,1,11,32,5,65,255,1,113,33,4,32,10,13,1,32,2,32,4,54,2,4,32,2,32,8,65,255,1,113,54,2,12,32,2,32,8,65,8,118,65,15,113,54,2,8,65,0,33,9,32,5,65,128,254,3,113,65,8,118,34,5,11,54,2,24,32,2,32,9,54,2,20,32,2,32,5,54,2,16,12,3,11,32,8,65,255,1,113,33,9,32,8,65,8,118,65,15,113,33,6,32,5,65,8,118,34,15,32,4,106,12,1,11,65,0,32,5,32,3,40,2,20,34,5,27,33,9,32,5,32,6,106,33,6,32,3,40,2,24,33,15,32,3,40,2,16,32,4,106,11,32,2,40,2,16,106,34,5,54,2,16,32,2,32,6,32,17,106,173,32,9,32,15,106,65,0,32,2,40,2,24,32,6,27,106,173,66,32,134,132,55,2,20,32,2,40,2,4,33,4,11,32,4,32,5,106,33,4,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,127,32,2,2,127,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,32,14,69,4,64,32,3,40,2,28,33,6,32,3,47,1,40,34,9,65,254,255,3,71,4,64,65,226,4,33,5,32,2,32,3,45,0,45,65,2,113,4,127,65,226,4,5,32,3,40,2,32,11,32,2,40,2,32,106,54,2,32,11,32,4,32,6,106,33,8,32,3,40,2,36,34,4,32,2,47,1,40,65,254,255,3,73,13,3,26,32,4,34,5,32,3,47,1,44,34,6,65,4,113,13,3,26,32,5,69,34,5,32,9,65,255,255,3,70,113,13,1,32,6,65,1,113,13,2,32,5,13,1,32,2,32,2,40,2,32,32,3,40,2,48,65,228,0,108,106,54,2,32,32,3,65,36,106,33,6,12,8,11,32,2,32,2,40,2,32,32,3,65,26,116,65,31,117,65,226,4,113,106,34,6,54,2,32,32,4,32,8,65,128,224,3,113,65,12,118,106,34,4,32,7,32,4,32,7,75,27,33,7,32,3,65,8,113,33,5,32,2,47,1,40,65,254,255,3,73,13,5,32,5,13,5,32,3,65,2,113,13,4,32,2,40,2,56,33,6,12,6,11,32,3,65,36,106,33,6,65,0,33,4,12,2,11,32,2,32,2,40,2,32,65,228,0,106,54,2,32,32,3,40,2,36,11,32,3,65,36,106,33,6,13,4,11,65,0,12,4,11,32,2,32,6,65,228,0,106,54,2,32,11,32,2,40,2,56,33,6,65,0,33,4,32,5,13,6,11,65,0,33,4,32,3,65,128,254,3,113,65,8,118,12,2,11,32,3,40,2,60,11,32,2,40,2,60,106,54,2,60,32,8,32,7,32,7,32,8,73,27,33,7,32,2,32,6,40,2,0,4,127,32,3,40,2,56,5,65,0,11,32,2,40,2,56,106,34,6,54,2,56,32,3,47,1,44,34,5,65,4,113,13,2,32,3,47,1,40,11,65,255,255,3,113,69,13,0,32,11,69,13,0,32,11,32,13,65,1,116,106,34,5,47,1,0,69,13,0,65,1,33,4,32,2,32,6,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,2,64,32,5,47,1,0,34,5,65,254,255,3,107,14,2,7,6,0,11,32,1,40,2,72,32,5,65,3,108,106,45,0,1,65,1,113,13,5,12,6,11,32,14,13,1,32,3,47,1,44,33,5,11,32,5,65,1,113,69,13,2,32,2,32,6,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,32,3,47,1,44,65,1,118,65,1,113,12,1,11,32,3,65,2,113,69,13,1,32,2,32,6,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,32,3,65,2,118,65,1,113,11,65,1,33,4,13,1,12,2,11,32,4,69,13,1,32,2,32,2,40,2,48,32,3,40,2,48,106,54,2,48,32,3,40,2,52,33,4,11,32,2,32,2,40,2,52,32,4,106,54,2,52,11,32,13,2,127,32,14,69,4,64,32,3,45,0,44,65,192,0,113,4,64,32,2,32,2,47,1,44,65,192,0,114,59,1,44,11,32,3,47,1,40,65,255,255,3,70,4,64,32,2,65,255,255,3,59,1,42,32,2,32,2,47,1,44,65,24,114,59,1,44,11,32,3,47,1,44,65,2,118,65,1,113,12,1,11,32,3,65,3,118,65,1,113,11,69,106,33,13,32,10,65,1,106,34,10,32,0,40,2,0,34,2,40,2,36,34,4,73,13,0,11,11,32,2,32,7,32,2,40,2,16,34,0,32,2,40,2,4,106,107,54,2,28,32,2,47,1,40,34,5,65,253,255,3,75,4,64,32,2,32,2,40,2,32,32,0,32,2,40,2,20,65,30,108,106,106,65,244,3,106,54,2,32,11,2,64,32,4,69,13,0,32,12,32,4,65,3,116,106,65,8,107,40,2,0,33,1,2,64,32,12,40,2,0,34,0,65,1,113,69,4,64,32,2,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,59,1,68,32,2,32,0,65,198,0,65,42,32,0,40,2,36,27,106,47,1,0,59,1,70,32,0,45,0,44,65,8,113,69,13,1,32,2,32,2,47,1,44,65,8,114,59,1,44,12,1,11,32,2,32,0,65,16,118,59,1,70,32,2,32,0,65,128,254,3,113,65,8,118,59,1,68,11,2,64,32,1,65,1,113,13,0,32,1,45,0,44,65,16,113,69,13,0,32,2,32,2,47,1,44,65,16,114,59,1,44,11,32,4,65,1,70,13,0,32,2,45,0,44,65,3,113,13,0,2,64,2,64,32,0,65,1,113,4,64,32,5,32,0,65,128,254,3,113,65,8,118,71,13,3,65,1,33,4,32,1,65,1,113,13,2,32,1,47,1,64,33,4,12,1,11,32,0,47,1,40,32,5,71,13,2,65,1,33,4,32,0,47,1,64,33,0,2,64,32,1,65,1,113,4,64,32,0,13,1,12,3,11,32,0,32,1,47,1,64,34,4,77,13,1,11,32,0,65,1,106,33,4,12,1,11,32,4,65,1,106,33,4,11,32,2,32,4,59,1,64,11,11,185,3,1,6,127,3,64,32,0,32,0,40,2,0,32,0,45,0,16,106,34,4,54,2,0,2,64,2,64,32,0,40,2,8,34,5,32,4,75,4,64,32,0,32,4,44,0,0,34,2,65,255,1,113,34,1,54,2,12,65,1,33,3,32,2,65,0,72,4,64,2,64,32,5,32,4,107,34,5,65,1,70,13,0,2,64,32,2,65,96,79,4,64,2,64,32,2,65,111,77,4,64,32,0,32,1,65,15,113,34,1,54,2,12,35,1,65,222,10,106,32,1,106,45,0,0,32,4,45,0,1,34,2,65,5,118,118,65,1,113,69,13,4,32,2,65,63,113,33,6,65,2,33,2,12,1,11,32,0,32,1,65,240,1,107,34,1,54,2,12,32,2,65,116,75,13,3,35,1,65,176,12,106,32,4,45,0,1,34,2,65,4,118,106,44,0,0,32,1,118,65,1,113,69,13,3,32,0,32,2,65,63,113,32,1,65,6,116,114,34,1,54,2,12,65,2,33,3,32,5,65,2,70,13,3,65,3,33,2,32,4,45,0,2,65,128,127,115,34,6,65,255,1,113,65,63,75,13,3,11,32,0,32,6,65,255,1,113,32,1,65,6,116,114,34,1,54,2,12,32,5,34,3,32,2,71,13,1,12,2,11,32,2,65,66,73,13,1,32,0,32,1,65,31,113,34,1,54,2,12,65,1,33,2,11,32,2,32,4,106,45,0,0,65,128,127,115,65,255,1,113,34,3,65,63,77,13,3,32,2,33,3,11,32,0,65,127,54,2,12,65,127,33,1,11,32,0,32,3,58,0,16,12,2,11,65,0,33,1,32,0,65,0,54,2,12,32,0,65,0,58,0,16,12,1,11,32,0,32,1,65,6,116,32,3,114,34,1,54,2,12,32,0,32,2,65,1,106,58,0,16,11,32,1,16,19,13,0,32,0,40,2,12,34,3,65,45,107,65,2,73,13,0,32,3,65,223,0,70,13,0,11,11,222,4,2,1,126,4,127,32,0,40,2,0,32,1,65,5,116,106,34,6,40,2,0,33,1,32,2,41,2,0,33,5,2,127,32,0,40,2,40,34,2,4,64,32,0,32,2,65,1,107,34,2,54,2,40,32,0,40,2,36,32,2,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,0,32,4,59,1,0,32,0,65,2,106,65,0,65,146,1,252,11,0,32,5,167,33,2,32,0,66,0,55,2,152,1,32,0,65,1,54,2,148,1,32,0,65,0,54,2,160,1,32,0,2,127,2,64,2,64,2,64,32,1,4,64,32,0,65,0,59,0,29,32,0,32,3,58,0,28,32,0,32,5,55,2,20,32,0,32,1,54,2,16,32,0,65,1,59,1,144,1,32,0,65,0,58,0,31,32,0,32,1,41,2,4,55,2,4,32,0,32,1,40,2,12,54,2,12,32,0,32,1,40,2,152,1,34,4,54,2,152,1,32,0,32,1,40,2,160,1,34,9,54,2,160,1,32,0,32,1,40,2,156,1,34,1,54,2,156,1,32,2,69,13,1,32,2,65,1,113,13,3,65,226,4,33,3,32,0,32,2,45,0,45,65,2,113,4,127,65,226,4,5,32,2,40,2,32,11,32,4,106,54,2,152,1,65,0,32,2,40,2,12,32,2,40,2,20,34,4,27,33,7,32,4,32,2,40,2,8,106,33,4,32,2,40,2,24,33,8,32,2,40,2,16,32,2,40,2,4,106,12,4,11,32,0,66,0,55,2,4,65,0,33,1,32,0,65,0,54,2,12,32,2,13,1,11,32,6,32,1,54,2,8,11,32,6,32,0,54,2,0,15,11,32,0,32,4,32,2,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,5,66,32,136,167,65,255,1,113,33,7,32,5,66,40,136,167,65,15,113,33,4,32,5,66,56,136,167,34,8,32,5,66,48,136,167,65,255,1,113,106,11,32,0,40,2,4,106,54,2,4,65,0,33,3,32,0,32,0,40,2,8,32,4,106,173,32,7,32,8,106,65,0,32,0,40,2,12,32,4,27,106,173,66,32,134,132,55,2,8,32,0,2,127,32,2,65,1,113,69,4,64,32,0,32,2,40,2,36,34,4,4,127,32,2,40,2,56,5,65,0,11,32,1,106,32,2,47,1,44,65,1,113,106,32,2,47,1,40,65,254,255,3,70,106,54,2,156,1,65,0,32,4,69,13,1,26,32,2,40,2,60,12,1,11,32,0,32,1,32,2,65,1,118,65,1,113,106,54,2,156,1,65,0,11,32,9,106,54,2,160,1,32,6,32,0,54,2,0,11,229,9,2,22,127,1,126,35,0,65,128,1,107,34,4,36,0,32,2,40,2,0,34,22,2,127,32,2,40,2,16,34,23,41,2,0,34,25,167,34,6,65,1,113,4,64,32,25,66,56,136,167,12,1,11,32,6,40,2,16,11,34,18,106,33,13,32,1,40,2,8,33,6,32,1,40,2,4,33,14,32,1,40,2,20,33,20,32,1,40,2,0,33,11,32,1,40,2,16,40,2,0,33,3,2,64,2,64,2,64,2,64,3,64,32,3,65,1,113,13,3,32,3,40,2,36,69,13,3,32,3,47,1,66,34,7,4,127,32,20,40,2,8,34,8,40,2,84,32,8,47,1,36,32,7,108,65,1,116,106,5,65,0,11,33,19,32,3,40,2,36,34,21,69,13,3,2,127,32,3,32,21,65,3,116,107,34,15,40,2,0,34,7,65,1,113,69,4,64,32,7,47,1,44,65,2,118,65,1,113,12,1,11,32,7,65,3,118,65,1,113,11,34,3,69,33,16,65,0,33,12,2,64,32,3,13,0,32,19,69,13,0,32,19,47,1,0,33,12,65,1,33,16,11,32,1,32,20,54,2,20,32,1,32,15,54,2,16,32,1,32,12,54,2,12,32,1,32,6,54,2,8,32,1,32,14,54,2,4,32,1,32,11,54,2,0,2,127,32,15,40,2,0,34,5,65,1,113,34,17,69,4,64,65,0,32,6,32,5,40,2,20,34,7,27,33,8,32,5,40,2,24,33,9,32,5,40,2,16,33,3,32,7,32,14,106,12,1,11,32,15,45,0,7,34,3,33,9,32,6,33,8,32,14,11,33,7,32,11,32,22,75,13,3,32,15,32,23,70,13,2,32,3,32,11,106,33,10,2,64,2,64,2,64,2,64,2,64,2,64,32,18,13,0,32,10,32,13,73,13,0,32,17,13,1,32,5,40,2,36,69,13,1,32,5,40,2,48,69,13,1,32,4,32,1,41,2,8,55,3,88,32,4,32,1,41,2,16,55,3,96,32,4,32,1,41,2,0,55,3,80,32,4,65,64,107,32,2,41,2,8,55,3,0,32,4,32,2,41,2,16,55,3,72,32,4,32,2,41,2,0,55,3,56,32,4,65,232,0,106,32,4,65,208,0,106,32,4,65,56,106,16,24,32,4,40,2,120,69,13,1,12,7,11,32,18,13,1,11,32,10,32,13,75,13,1,12,2,11,32,10,32,13,73,13,1,11,32,15,40,2,0,34,3,65,1,113,13,0,32,3,40,2,36,69,13,0,32,3,40,2,48,13,1,11,65,1,33,17,32,21,65,1,70,13,4,32,8,32,9,106,33,6,3,64,65,0,33,12,2,127,32,15,32,17,65,3,116,106,34,3,40,2,0,34,9,65,1,113,34,8,4,64,32,9,65,3,118,65,1,113,12,1,11,32,9,47,1,44,65,2,118,65,1,113,11,69,4,64,32,19,4,127,32,19,32,16,65,1,116,106,47,1,0,5,65,0,11,33,12,32,16,65,1,106,33,16,11,2,127,32,8,4,64,32,3,45,0,5,65,15,113,33,5,32,3,45,0,6,33,11,32,3,45,0,4,12,1,11,32,9,40,2,8,33,5,32,9,40,2,4,33,11,32,9,40,2,12,11,33,8,32,1,32,20,54,2,20,32,1,32,3,54,2,16,32,1,32,12,54,2,12,32,1,32,5,32,7,106,34,14,54,2,4,32,1,32,10,32,11,106,34,11,54,2,0,32,1,65,0,32,6,32,5,27,32,8,106,34,6,54,2,8,2,127,32,3,40,2,0,34,5,65,1,113,34,24,4,64,32,3,45,0,7,34,10,33,8,32,6,33,9,32,14,12,1,11,65,0,32,6,32,5,40,2,20,34,7,27,33,9,32,5,40,2,24,33,8,32,5,40,2,16,33,10,32,7,32,14,106,11,33,7,32,11,32,22,75,13,5,32,3,32,23,70,13,4,32,10,32,11,106,33,10,2,64,2,64,2,64,2,64,2,64,32,18,13,0,32,10,32,13,73,13,0,32,24,13,1,32,5,40,2,36,69,13,1,32,5,40,2,48,69,13,1,32,4,32,1,41,2,8,55,3,40,32,4,32,1,41,2,16,55,3,48,32,4,32,1,41,2,0,55,3,32,32,4,32,2,41,2,8,55,3,16,32,4,32,2,41,2,16,55,3,24,32,4,32,2,41,2,0,55,3,8,32,4,65,232,0,106,32,4,65,32,106,32,4,65,8,106,16,24,32,4,40,2,120,69,13,1,12,8,11,32,18,13,1,11,32,10,32,13,75,13,1,12,2,11,32,10,32,13,73,13,1,11,32,3,40,2,0,34,3,65,1,113,13,0,32,3,40,2,36,69,13,0,32,3,40,2,48,13,2,11,32,8,32,9,106,33,6,32,17,65,1,106,34,17,32,21,71,13,0,11,12,4,11,32,3,45,0,44,65,1,113,32,12,114,69,13,0,11,32,0,32,1,41,2,0,55,2,0,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,12,3,11,32,0,32,1,32,1,32,4,65,232,0,106,32,12,27,32,5,47,1,44,65,1,113,27,34,1,41,2,0,55,2,0,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,12,2,11,32,0,32,1,41,2,0,55,2,0,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,12,1,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,32,4,65,128,1,106,36,0,11,255,20,2,19,127,1,126,35,0,65,48,107,34,13,36,0,32,1,65,0,54,2,28,32,1,65,0,54,2,16,32,1,40,2,0,32,13,65,0,58,0,46,32,13,65,0,59,1,44,32,2,65,5,116,106,40,2,0,33,12,2,64,32,5,65,0,72,4,64,12,1,11,32,5,65,255,255,255,255,1,113,65,247,255,255,255,1,70,13,0,32,5,65,9,106,34,8,65,255,255,255,255,1,113,33,10,32,8,65,3,116,35,7,40,2,0,17,0,0,33,9,32,1,40,2,28,33,6,11,32,1,40,2,24,33,7,32,1,32,6,65,1,106,34,8,32,1,40,2,32,34,11,75,4,127,65,8,32,11,65,1,116,34,6,32,8,32,6,32,8,75,27,34,8,32,8,65,8,77,27,34,6,65,24,108,33,8,2,127,32,7,4,64,32,7,32,8,35,6,40,2,0,17,1,0,12,1,11,32,8,35,7,40,2,0,17,0,0,11,33,7,32,1,32,6,54,2,32,32,1,32,7,54,2,24,32,1,40,2,28,34,6,65,1,106,5,32,8,11,54,2,28,32,7,32,6,65,24,108,106,34,8,65,1,58,0,20,32,8,65,0,54,2,16,32,8,32,10,54,2,12,32,8,65,0,54,2,8,32,8,32,9,54,2,4,32,8,32,12,54,2,0,32,8,32,13,45,0,46,58,0,23,32,8,32,13,47,1,44,59,0,21,32,1,40,2,28,34,20,4,64,32,2,65,5,116,33,23,3,64,32,17,65,24,108,34,21,32,1,40,2,24,106,34,11,40,2,0,33,14,32,4,32,11,32,3,17,1,0,34,2,65,2,113,33,18,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,2,65,1,113,69,4,64,32,14,47,1,144,1,33,2,32,18,69,13,4,32,11,40,2,12,33,16,32,11,40,2,8,33,12,32,11,40,2,4,33,7,32,2,13,1,65,1,33,15,12,2,11,32,18,69,13,6,32,11,40,2,12,33,16,32,11,40,2,8,33,12,32,11,40,2,4,33,7,65,1,33,15,12,1,11,32,16,69,4,64,65,0,33,16,65,0,33,15,12,1,11,32,16,65,8,35,9,40,2,0,17,1,0,33,8,32,12,65,3,116,34,2,4,64,32,8,32,7,32,2,252,10,0,0,11,32,12,69,4,64,65,0,33,15,65,0,33,12,12,2,11,65,0,33,15,65,0,33,6,32,12,65,1,71,4,64,32,12,65,126,113,33,7,65,0,33,9,3,64,32,8,32,6,65,3,116,106,34,10,40,2,0,34,2,65,1,113,69,4,64,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,10,40,2,8,34,2,65,1,113,69,4,64,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,6,65,2,106,33,6,32,9,65,2,106,34,9,32,7,71,13,0,11,11,2,64,32,12,65,1,113,69,13,0,32,8,32,6,65,3,116,106,40,2,0,34,2,65,1,113,13,0,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,8,33,7,11,2,64,32,12,65,2,73,13,0,32,7,32,12,65,3,116,106,33,2,65,0,33,6,32,12,65,1,118,34,8,65,1,71,4,64,32,8,65,254,255,255,255,7,113,33,9,65,0,33,10,3,64,32,7,32,6,65,3,116,106,34,8,41,2,0,33,25,32,8,32,2,32,6,65,127,115,65,3,116,106,34,19,41,2,0,55,2,0,32,19,32,25,55,2,0,32,8,41,2,8,33,25,32,8,32,2,32,6,65,254,255,255,255,1,115,65,3,116,106,34,8,41,2,0,55,2,8,32,8,32,25,55,2,0,32,6,65,2,106,33,6,32,10,65,2,106,34,10,32,9,71,13,0,11,11,32,12,65,2,113,69,13,0,32,7,32,6,65,3,116,106,34,8,41,2,0,33,25,32,8,32,2,32,6,65,127,115,65,3,116,106,34,2,41,2,0,55,2,0,32,2,32,25,55,2,0,11,32,7,33,8,11,32,1,40,2,16,34,7,33,2,2,64,3,64,32,2,34,10,69,13,1,32,1,40,2,0,32,1,40,2,12,34,9,32,2,65,1,107,34,2,65,4,116,106,40,2,12,34,6,65,5,116,106,40,2,0,32,14,71,13,0,11,32,7,65,1,106,34,2,32,1,40,2,20,75,4,64,32,9,32,2,65,4,116,35,6,40,2,0,17,1,0,33,9,32,1,32,2,54,2,20,32,1,32,9,54,2,12,32,1,40,2,16,33,7,11,32,10,65,4,116,33,2,2,64,32,7,32,10,77,13,0,32,7,32,10,107,65,4,116,34,7,69,13,0,32,2,32,9,106,34,10,65,16,106,32,10,32,7,252,10,0,0,11,32,2,32,9,106,34,2,32,6,54,0,12,32,2,32,16,54,0,8,32,2,32,12,54,0,4,32,2,32,8,54,0,0,32,1,32,1,40,2,16,65,1,106,54,2,16,32,15,69,13,2,12,3,11,32,1,40,2,0,34,6,32,23,106,34,7,40,2,16,33,19,32,7,40,2,12,33,2,32,7,40,2,8,33,22,32,1,32,1,40,2,4,34,10,65,1,106,34,9,32,1,40,2,8,34,7,75,4,127,32,6,65,8,32,7,65,1,116,34,7,32,9,32,7,32,9,75,27,34,7,32,7,65,8,77,27,34,7,65,5,116,35,6,40,2,0,17,1,0,33,6,32,1,32,7,54,2,8,32,1,32,6,54,2,0,32,1,40,2,4,34,10,65,1,106,5,32,9,11,54,2,4,32,6,32,10,65,5,116,106,34,7,65,0,54,2,28,32,7,66,0,55,2,20,32,7,32,19,54,2,16,32,7,32,2,54,2,12,32,7,32,22,54,2,8,32,7,65,0,54,2,4,32,7,32,14,54,2,0,32,14,4,64,32,14,32,14,40,2,148,1,65,1,106,54,2,148,1,11,2,64,32,2,69,13,0,32,2,65,1,113,13,0,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,1,40,2,4,65,1,107,33,7,32,1,40,2,12,33,6,32,1,32,1,40,2,16,34,9,65,1,106,34,2,32,1,40,2,20,34,10,75,4,127,65,8,32,10,65,1,116,34,10,32,2,32,2,32,10,73,27,34,2,32,2,65,8,77,27,34,10,65,4,116,33,2,2,127,32,6,4,64,32,6,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,6,32,1,32,10,54,2,20,32,1,32,6,54,2,12,32,1,40,2,16,34,9,65,1,106,5,32,2,11,54,2,16,32,6,32,9,65,4,116,106,34,2,32,7,54,2,12,32,2,32,16,54,2,8,32,2,32,12,54,2,4,32,2,32,8,54,2,0,32,15,13,2,12,1,11,32,2,69,13,2,11,32,14,47,1,144,1,34,6,4,64,32,14,65,16,106,33,19,65,1,33,7,3,64,2,64,2,127,32,6,32,7,34,10,70,4,64,32,14,45,0,28,33,16,32,14,40,2,24,33,18,32,14,40,2,20,33,9,32,14,40,2,16,33,12,32,1,40,2,24,32,21,106,12,1,11,32,1,40,2,28,34,6,65,63,75,13,1,32,19,32,10,65,4,116,106,34,2,45,0,12,33,16,32,2,40,2,8,33,18,32,2,40,2,4,33,9,32,2,40,2,0,33,12,32,13,32,1,40,2,24,34,7,32,21,106,34,2,41,2,16,55,3,32,32,13,32,2,41,2,8,55,3,24,32,13,32,2,41,2,0,55,3,16,32,6,65,1,106,33,2,32,1,32,1,40,2,32,34,8,32,6,77,4,127,32,7,65,8,32,8,65,1,116,34,8,32,2,32,2,32,8,73,27,34,2,32,2,65,8,77,27,34,2,65,24,108,35,6,40,2,0,17,1,0,33,7,32,1,32,2,54,2,32,32,1,32,7,54,2,24,32,1,40,2,28,34,6,65,1,106,5,32,2,11,54,2,28,32,7,32,6,65,24,108,106,34,2,32,13,41,3,16,55,2,0,32,2,32,13,41,3,32,55,2,16,32,2,32,13,41,3,24,55,2,8,2,64,32,1,40,2,24,32,1,40,2,28,65,24,108,106,34,15,65,12,107,40,2,0,34,8,69,13,0,32,15,65,16,107,40,2,0,33,2,32,15,65,20,107,34,7,40,2,0,33,6,32,7,32,8,65,8,35,9,40,2,0,17,1,0,34,8,54,2,0,32,2,65,3,116,34,11,4,64,32,8,32,6,32,11,252,10,0,0,11,32,2,69,13,0,65,0,33,6,32,2,65,1,71,4,64,32,2,65,126,113,33,22,65,0,33,8,3,64,32,6,65,3,116,34,24,32,7,40,2,0,106,40,2,0,34,11,65,1,113,69,4,64,32,11,32,11,40,2,0,65,1,106,54,2,0,32,11,40,2,0,26,11,32,7,40,2,0,32,24,106,40,2,8,34,11,65,1,113,69,4,64,32,11,32,11,40,2,0,65,1,106,54,2,0,32,11,40,2,0,26,11,32,6,65,2,106,33,6,32,8,65,2,106,34,8,32,22,71,13,0,11,11,32,2,65,1,113,69,13,0,32,7,40,2,0,32,6,65,3,116,106,40,2,0,34,2,65,1,113,13,0,32,2,32,2,40,2,0,65,1,106,54,2,0,32,2,40,2,0,26,11,32,15,65,24,107,11,34,6,32,12,54,2,0,2,64,2,127,2,64,32,9,4,64,2,64,32,5,65,0,78,4,64,32,6,40,2,4,33,7,32,6,32,6,40,2,8,34,8,65,1,106,34,2,32,6,40,2,12,34,12,75,4,127,65,8,32,12,65,1,116,34,8,32,2,32,2,32,8,73,27,34,2,32,2,65,8,77,27,34,8,65,3,116,33,2,2,127,32,7,4,64,32,7,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,7,32,6,32,8,54,2,12,32,6,32,7,54,2,4,32,6,40,2,8,34,8,65,1,106,5,32,2,11,54,2,8,32,7,32,8,65,3,116,106,34,2,32,18,54,2,4,32,2,32,9,54,2,0,32,9,65,1,113,13,1,32,9,32,9,40,2,0,65,1,106,54,2,0,32,9,40,2,0,26,12,3,11,32,9,65,1,113,69,13,2,11,32,9,65,3,118,65,1,113,12,2,11,32,6,32,6,40,2,16,65,1,106,54,2,16,12,2,11,32,9,47,1,44,65,2,118,65,1,113,11,13,1,32,6,32,6,40,2,16,65,1,106,54,2,16,32,16,65,1,113,13,1,11,32,6,65,0,58,0,20,11,32,10,65,1,106,33,7,32,10,32,14,47,1,144,1,34,6,73,13,0,11,11,32,17,65,1,106,33,17,12,3,11,32,18,13,1,11,32,11,40,2,8,4,64,32,1,40,2,52,33,2,65,0,33,6,3,64,32,13,32,11,40,2,4,32,6,65,3,116,106,41,2,0,55,3,8,32,2,32,13,65,8,106,16,10,32,6,65,1,106,34,6,32,11,40,2,8,73,13,0,11,11,32,11,65,0,54,2,8,32,11,40,2,4,34,2,69,13,0,32,2,35,8,40,2,0,17,2,0,32,11,65,0,54,2,12,32,11,66,0,55,2,4,11,32,1,40,2,28,32,17,65,127,115,106,65,24,108,34,2,4,64,32,1,40,2,24,32,21,106,34,8,32,8,65,24,106,32,2,252,10,0,0,11,32,1,32,1,40,2,28,65,1,107,54,2,28,32,20,65,1,107,33,20,11,32,17,32,20,73,13,0,65,0,33,17,32,1,40,2,28,34,20,13,0,11,11,32,0,32,1,41,2,12,55,2,0,32,0,32,1,40,2,20,54,2,8,32,13,65,48,106,36,0,11,239,2,1,5,127,35,0,65,32,107,34,4,36,0,3,64,2,64,32,0,32,0,40,2,148,1,65,1,107,34,5,54,2,148,1,32,5,13,0,32,0,47,1,144,1,34,3,4,127,32,3,65,1,107,34,5,4,64,3,64,32,4,32,0,32,3,65,4,116,106,34,3,41,2,8,55,3,24,32,4,32,3,41,2,0,55,3,16,32,4,40,2,20,4,64,32,4,32,4,41,2,20,55,3,8,32,2,32,4,65,8,106,16,10,11,32,4,40,2,16,32,1,32,2,16,26,32,5,34,3,65,1,107,34,5,13,0,11,11,32,4,32,0,41,2,24,55,3,24,32,4,32,0,41,2,16,55,3,16,32,4,40,2,20,4,64,32,4,32,4,41,2,20,55,3,0,32,2,32,4,16,10,11,32,0,40,2,16,5,65,0,11,2,64,32,1,40,2,4,34,3,65,49,77,4,64,32,1,40,2,0,33,6,32,1,40,2,8,34,7,32,3,77,4,64,65,8,32,7,65,1,116,34,7,32,3,65,1,106,34,3,32,3,32,7,73,27,34,3,32,3,65,8,77,27,34,7,65,2,116,33,3,2,127,32,6,4,64,32,6,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,6,32,1,32,7,54,2,8,32,1,32,6,54,2,0,32,1,40,2,4,33,3,11,32,1,32,3,65,1,106,54,2,4,32,6,32,3,65,2,116,106,32,0,54,2,0,12,1,11,32,0,35,8,40,2,0,17,2,0,11,34,0,13,1,11,11,32,4,65,32,106,36,0,11,96,1,2,127,32,2,69,4,64,65,0,15,11,32,0,45,0,0,34,3,4,127,2,64,3,64,32,3,32,1,45,0,0,34,4,71,13,1,32,4,69,13,1,32,2,65,1,107,34,2,69,13,1,32,1,65,1,106,33,1,32,0,45,0,1,33,3,32,0,65,1,106,33,0,32,3,13,0,11,65,0,33,3,11,32,3,5,65,0,11,32,1,45,0,0,107,11,54,1,1,127,65,1,33,1,2,64,2,64,2,64,32,0,35,2,65,11,106,16,71,65,1,107,14,2,0,2,1,11,3,64,32,0,16,72,65,1,70,13,0,11,12,1,11,65,0,33,1,11,32,1,11,168,9,1,14,127,35,0,65,48,107,34,6,36,0,32,0,40,2,32,65,31,77,4,64,2,127,32,0,40,2,24,34,3,4,64,32,3,65,128,6,35,6,40,2,0,17,1,0,12,1,11,65,128,6,35,7,40,2,0,17,0,0,11,33,3,32,0,65,32,54,2,32,32,0,32,3,54,2,24,11,65,0,33,3,32,0,65,0,54,2,28,35,10,33,5,2,64,32,0,40,2,4,34,4,69,13,0,32,2,32,5,40,2,0,32,2,27,33,10,3,64,32,0,40,2,0,32,3,65,5,116,106,34,7,40,2,28,65,2,71,4,64,32,0,40,2,24,33,4,32,0,32,0,40,2,28,34,2,65,1,106,34,5,32,0,40,2,32,34,8,75,4,127,65,8,32,8,65,1,116,34,2,32,5,32,2,32,5,75,27,34,2,32,2,65,8,77,27,34,5,65,24,108,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,5,54,2,32,32,0,32,4,54,2,24,32,0,40,2,28,34,2,65,1,106,5,32,5,11,54,2,28,32,6,65,0,54,2,40,32,6,66,0,55,3,32,32,6,66,0,55,3,24,32,4,32,2,65,24,108,106,34,2,32,7,40,2,0,54,2,0,32,2,32,6,40,2,40,54,2,20,32,2,32,6,41,3,32,55,2,12,32,2,32,6,41,3,24,55,2,4,32,0,40,2,4,33,4,11,32,3,65,1,106,34,3,32,4,73,13,0,11,32,0,40,2,28,34,4,69,13,0,65,0,33,5,65,1,33,3,65,0,33,2,3,64,2,64,65,0,33,11,65,1,33,7,32,3,69,13,0,3,64,32,11,65,24,108,34,13,32,0,40,2,24,106,34,3,40,2,0,33,8,32,6,32,3,40,2,20,54,2,16,32,6,32,3,41,2,12,55,3,8,32,6,32,3,41,2,4,55,3,0,65,0,33,3,2,64,32,2,4,64,3,64,32,5,32,3,65,2,116,106,40,2,0,32,8,70,13,2,32,3,65,1,106,34,3,32,2,71,13,0,11,11,32,8,69,13,0,32,8,47,1,144,1,4,64,32,8,65,16,106,33,14,65,0,33,7,3,64,32,14,32,7,65,4,116,106,34,3,40,2,0,33,15,2,64,32,3,40,2,4,34,4,69,13,0,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,4,65,128,254,3,113,65,8,118,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,1,40,2,8,32,1,40,2,4,106,32,4,77,13,0,32,1,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,3,64,2,64,2,64,2,64,2,64,2,64,32,3,45,0,0,34,4,14,35,6,4,4,4,4,4,4,4,4,3,2,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,1,0,11,32,4,65,220,0,71,13,3,11,65,220,0,32,10,16,9,32,3,44,0,0,32,10,16,9,32,3,65,1,106,33,3,12,3,11,35,1,65,139,8,106,32,10,16,20,32,3,65,1,106,33,3,12,2,11,35,1,65,154,3,106,32,10,16,20,32,3,65,1,106,33,3,12,1,11,32,4,192,32,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,2,127,32,7,69,4,64,32,0,40,2,24,32,13,106,12,1,11,32,0,40,2,24,33,3,32,0,32,0,40,2,28,34,9,65,1,106,34,4,32,0,40,2,32,34,16,75,4,127,65,8,32,16,65,1,116,34,9,32,4,32,4,32,9,73,27,34,4,32,4,65,8,77,27,34,9,65,24,108,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,9,54,2,32,32,0,32,3,54,2,24,32,0,40,2,28,34,9,65,1,106,5,32,4,11,54,2,28,32,3,32,9,65,24,108,106,34,3,32,8,54,2,0,32,3,32,6,40,2,16,54,2,20,32,3,32,6,41,3,8,55,2,12,32,3,32,6,41,3,0,55,2,4,32,0,40,2,24,32,0,40,2,28,65,24,108,106,65,24,107,11,32,15,54,2,0,32,7,65,1,106,34,7,32,8,47,1,144,1,73,13,0,11,11,2,64,32,2,65,1,106,34,3,32,12,77,13,0,65,8,32,12,65,1,116,34,4,32,3,32,3,32,4,73,27,34,4,32,4,65,8,77,27,34,12,65,2,116,33,4,32,5,4,64,32,5,32,4,35,6,40,2,0,17,1,0,33,5,12,1,11,32,4,35,7,40,2,0,17,0,0,33,5,11,32,5,32,2,65,2,116,106,32,8,54,2,0,32,0,40,2,28,33,4,65,0,33,7,32,3,33,2,11,32,11,65,1,106,34,11,32,4,73,13,0,11,32,4,33,3,32,7,65,1,113,69,13,1,11,11,32,5,69,13,0,32,5,35,8,40,2,0,17,2,0,11,32,6,65,48,106,36,0,11,190,1,1,4,127,2,127,2,64,32,3,69,13,0,32,1,35,1,65,171,10,106,32,2,16,27,13,0,65,255,255,3,12,1,11,32,0,40,2,8,32,0,40,2,4,106,65,255,255,3,113,34,7,4,64,3,64,2,64,32,6,65,255,255,3,113,65,254,255,3,70,13,0,32,0,40,2,72,32,4,65,3,108,106,34,5,45,0,0,32,5,45,0,2,114,65,1,113,69,13,0,32,5,45,0,1,32,3,71,13,0,32,0,40,2,56,32,4,65,2,116,106,40,2,0,34,5,32,1,32,2,16,27,13,0,32,2,32,5,106,45,0,0,13,0,32,0,40,2,76,32,4,65,1,116,106,47,1,0,12,3,11,32,6,65,1,106,34,6,65,255,255,3,113,34,4,32,7,73,13,0,11,11,65,0,11,65,255,255,3,113,11,251,50,2,15,127,1,126,35,0,65,32,107,34,9,36,0,65,1,33,6,2,64,32,1,40,2,12,34,5,69,13,0,32,5,65,221,0,71,32,5,65,41,71,113,69,4,64,65,127,33,6,12,1,11,32,0,40,2,108,33,8,32,0,40,2,64,33,12,2,64,32,0,40,2,112,34,7,4,64,32,12,32,8,32,7,65,3,116,106,65,4,107,47,1,0,70,13,1,11,32,0,32,7,65,1,106,34,5,32,0,40,2,116,34,10,75,4,127,65,8,32,10,65,1,116,34,7,32,5,32,5,32,7,73,27,34,5,32,5,65,8,77,27,34,7,65,3,116,33,5,2,127,32,8,4,64,32,8,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,8,32,0,32,7,54,2,116,32,0,32,8,54,2,108,32,0,40,2,112,34,7,65,1,106,5,32,5,11,54,2,112,32,1,40,2,4,33,10,32,1,40,2,0,33,13,32,8,32,7,65,3,116,106,34,5,65,0,59,1,6,32,5,32,12,59,1,4,32,5,32,13,32,10,107,54,2,0,32,1,40,2,12,33,5,11,32,0,65,60,106,33,13,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,65,34,107,14,7,2,1,1,1,1,1,4,0,11,2,64,32,5,65,219,0,107,14,5,0,1,1,1,3,1,11,32,1,16,12,26,32,1,16,13,32,9,65,0,54,2,24,32,9,66,0,55,2,16,65,127,33,14,65,0,33,7,65,0,33,10,3,64,32,0,40,2,64,33,15,2,64,2,64,2,64,2,64,32,0,32,1,32,2,32,3,32,9,65,16,106,16,31,34,6,4,64,2,64,32,6,65,127,71,13,0,65,1,33,6,32,7,69,13,0,32,1,40,2,12,65,221,0,70,13,2,11,32,9,40,2,16,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,10,69,13,13,32,10,35,8,40,2,0,17,2,0,12,13,11,32,12,32,15,70,4,64,32,4,65,0,54,2,4,32,4,40,2,0,33,5,32,9,40,2,16,33,8,2,64,2,64,32,9,40,2,20,34,6,32,4,40,2,8,75,4,64,2,127,32,5,4,64,32,5,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,5,32,4,32,6,54,2,8,32,4,32,5,54,2,0,32,4,40,2,4,34,11,69,13,1,32,11,69,13,1,32,5,32,6,106,32,5,32,11,252,10,0,0,12,1,11,32,6,69,13,1,11,32,8,4,64,32,6,69,13,1,32,5,32,8,32,6,252,10,0,0,12,1,11,32,6,69,13,0,32,5,65,0,32,6,252,11,0,11,32,4,32,4,40,2,4,32,6,106,54,2,4,12,4,11,2,64,32,4,40,2,4,34,6,32,9,40,2,20,34,5,73,4,64,32,4,40,2,0,33,8,32,4,40,2,8,34,11,32,5,73,4,64,65,8,32,11,65,1,116,34,6,32,5,32,5,32,6,73,27,34,6,32,6,65,8,77,27,33,6,2,127,32,8,4,64,32,8,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,8,32,4,32,6,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,33,6,11,32,5,32,6,107,34,11,4,64,32,6,32,8,106,65,0,32,11,252,11,0,11,32,4,32,5,54,2,4,12,1,11,32,5,69,13,3,11,65,0,33,6,32,9,40,2,16,33,17,3,64,32,6,32,17,106,45,0,0,33,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,4,40,2,0,32,6,106,34,18,45,0,0,34,8,14,5,1,2,6,3,0,5,11,32,11,65,5,73,13,3,12,4,11,32,11,65,5,79,13,3,66,128,130,136,136,32,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,4,11,32,11,65,5,79,13,2,66,129,130,136,136,32,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,3,11,32,11,65,5,79,13,1,66,129,130,136,152,192,0,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,2,11,66,130,132,136,160,192,0,32,11,65,3,116,173,66,248,1,131,136,167,33,8,12,1,11,65,0,33,8,11,32,18,32,8,58,0,0,32,5,32,6,65,1,106,34,6,71,13,0,11,12,1,11,32,1,16,12,26,32,0,32,0,40,2,64,65,1,107,54,2,64,32,7,65,1,71,4,64,65,0,33,6,3,64,32,0,40,2,60,34,3,32,10,32,6,65,2,116,106,40,2,0,65,20,108,106,32,10,32,6,65,1,106,34,6,65,2,116,106,40,2,0,34,5,59,1,14,32,3,32,5,65,20,108,106,34,3,65,6,107,32,0,40,2,64,59,1,0,32,3,65,2,107,34,3,32,3,47,1,0,65,16,114,59,1,0,32,6,32,14,71,13,0,11,11,32,9,40,2,16,34,3,4,64,32,3,35,8,40,2,0,17,2,0,11,32,10,69,13,8,32,10,35,8,40,2,0,17,2,0,12,8,11,32,4,40,2,4,33,6,11,32,5,32,6,79,13,0,3,64,32,4,40,2,0,32,5,106,34,6,66,128,130,136,136,32,32,6,49,0,0,34,20,66,3,134,136,167,65,0,32,20,66,5,84,27,58,0,0,32,5,65,1,106,34,5,32,4,40,2,4,73,13,0,11,11,2,64,32,7,65,1,106,34,5,32,16,77,13,0,65,8,32,16,65,1,116,34,6,32,5,32,5,32,6,73,27,34,6,32,6,65,8,77,27,34,16,65,2,116,33,6,32,10,4,64,32,10,32,6,35,6,40,2,0,17,1,0,33,10,12,1,11,32,6,35,7,40,2,0,17,0,0,33,10,11,32,10,32,7,65,2,116,106,32,15,54,2,0,32,0,40,2,60,33,6,32,0,32,0,40,2,64,34,7,65,1,106,34,8,32,0,40,2,68,34,11,75,4,127,65,8,32,11,65,1,116,34,7,32,8,32,7,32,8,75,27,34,7,32,7,65,8,77,27,34,8,65,20,108,33,7,2,127,32,6,4,64,32,6,32,7,35,6,40,2,0,17,1,0,12,1,11,32,7,35,7,40,2,0,17,0,0,11,33,6,32,0,32,8,54,2,68,32,0,32,6,54,2,60,32,0,40,2,64,34,7,65,1,106,5,32,8,11,54,2,64,32,9,65,255,255,3,59,1,8,32,9,65,127,54,2,4,32,6,32,7,65,20,108,106,34,7,65,0,54,1,2,32,7,65,0,59,1,0,32,7,32,9,40,2,4,54,1,6,32,7,32,9,47,1,8,59,1,10,32,7,65,0,59,1,18,32,7,65,255,255,3,54,1,14,32,7,32,2,59,1,12,32,9,65,0,54,2,20,32,14,65,1,106,33,14,32,5,33,7,12,0,11,0,11,2,64,32,5,16,19,13,0,32,1,40,2,12,34,5,65,223,0,70,13,0,32,5,65,45,71,13,7,11,32,1,40,2,0,33,5,32,1,16,22,32,1,40,2,0,33,7,32,1,16,13,32,1,40,2,12,65,58,71,4,64,32,1,65,0,58,0,16,32,1,32,5,54,2,0,32,1,16,12,26,12,7,11,32,1,16,12,26,32,1,16,13,32,9,65,0,54,2,24,32,9,66,0,55,2,16,32,0,32,1,32,2,32,3,32,9,65,16,106,16,31,34,3,4,64,32,9,40,2,16,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,65,1,32,3,32,3,65,127,70,27,33,6,12,7,11,32,0,40,2,156,1,32,5,32,7,32,5,107,16,107,34,7,69,4,64,32,1,32,5,54,2,0,65,3,33,6,12,7,11,32,13,40,2,0,33,6,32,12,33,5,3,64,2,64,32,6,32,5,65,20,108,106,34,3,32,7,59,1,4,32,3,47,1,14,34,3,65,255,255,3,70,13,0,32,3,32,5,77,13,0,32,3,34,5,32,0,40,2,64,73,13,1,11,11,32,4,32,9,65,16,106,16,54,32,9,40,2,16,34,3,69,13,3,32,3,35,8,40,2,0,17,2,0,12,3,11,32,1,40,2,0,33,5,32,0,32,1,16,46,13,5,32,0,40,2,156,1,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,30,34,7,69,4,64,32,1,65,0,58,0,16,32,1,32,5,65,1,106,54,2,0,32,1,16,12,26,65,2,33,6,12,6,11,32,13,16,47,32,0,32,0,40,2,64,34,5,65,1,106,54,2,64,32,0,40,2,60,32,5,65,20,108,106,34,5,66,128,128,128,128,112,55,1,2,32,5,32,7,59,1,0,32,5,65,2,65,0,32,3,27,59,1,18,32,5,65,255,255,3,54,1,14,32,5,32,2,59,1,12,32,5,65,255,255,3,59,1,10,12,2,11,32,1,16,12,26,32,1,16,13,32,0,40,2,60,33,6,32,0,32,0,40,2,64,34,8,65,1,106,34,5,32,0,40,2,68,34,7,75,4,127,65,8,32,7,65,1,116,34,7,32,5,32,5,32,7,73,27,34,5,32,5,65,8,77,27,34,7,65,20,108,33,5,2,127,32,6,4,64,32,6,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,6,32,0,32,7,54,2,68,32,0,32,6,54,2,60,32,0,40,2,64,34,8,65,1,106,5,32,5,11,54,2,64,32,9,65,255,255,3,59,1,20,32,9,65,127,54,2,16,32,6,32,8,65,20,108,106,34,5,65,0,54,1,2,32,5,65,0,59,1,0,32,5,32,9,40,2,16,54,1,6,32,5,32,9,47,1,20,59,1,10,32,5,65,2,65,0,32,3,27,59,1,18,32,5,65,255,255,3,54,1,14,32,5,32,2,59,1,12,12,1,11,32,1,16,12,26,32,1,16,13,2,64,2,64,2,64,2,64,32,1,40,2,12,34,5,65,34,107,14,13,1,2,3,3,3,3,1,3,3,3,3,3,2,0,11,32,5,65,219,0,71,13,2,11,32,9,65,0,54,2,24,32,9,66,0,55,2,16,2,64,2,64,2,64,2,64,32,0,32,1,32,2,32,5,65,46,70,4,127,32,1,16,12,26,32,1,16,13,65,1,5,32,3,11,32,9,65,16,106,16,31,34,6,65,1,106,14,2,1,0,2,11,3,64,32,4,32,9,65,16,106,16,54,32,9,65,0,54,2,20,32,1,40,2,12,34,3,65,46,70,4,64,32,1,16,12,26,32,1,16,13,11,32,0,32,1,32,2,32,3,65,46,70,32,9,65,16,106,16,31,34,6,69,13,0,11,32,6,65,127,71,13,1,11,65,1,33,6,32,1,40,2,12,65,41,70,13,1,11,32,9,40,2,16,34,0,69,13,6,32,0,35,8,40,2,0,17,2,0,12,6,11,32,1,16,12,26,32,9,40,2,16,34,3,69,13,2,32,3,35,8,40,2,0,17,2,0,12,2,11,32,1,16,12,26,2,127,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,2,65,223,0,70,13,0,32,2,65,45,70,13,0,65,1,12,1,11,32,1,40,2,0,33,2,32,1,16,22,2,64,32,1,40,2,12,34,3,65,63,70,13,0,32,3,65,33,70,13,0,65,1,12,1,11,32,1,16,12,26,32,0,65,24,106,34,7,32,2,32,1,40,2,0,32,2,107,16,45,33,5,32,0,40,2,84,33,2,32,0,32,0,40,2,88,34,4,65,1,106,34,3,32,0,40,2,92,34,12,75,4,127,65,8,32,12,65,1,116,34,4,32,3,32,3,32,4,73,27,34,3,32,3,65,8,77,27,34,4,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,92,32,0,32,2,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,3,11,54,2,88,32,2,32,4,65,3,116,106,34,2,32,5,54,2,4,32,2,65,2,54,2,0,32,1,16,13,3,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,32,1,40,2,12,34,2,65,34,107,14,8,1,3,3,3,3,3,3,0,2,11,32,1,16,12,26,32,1,16,13,32,0,40,2,84,33,2,32,0,32,0,40,2,88,34,3,65,1,106,34,1,32,0,40,2,92,34,4,75,4,127,65,8,32,4,65,1,116,34,3,32,1,32,1,32,3,73,27,34,1,32,1,65,8,77,27,34,3,65,3,116,33,1,2,127,32,2,4,64,32,2,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,2,32,0,32,3,54,2,92,32,0,32,2,54,2,84,32,0,40,2,88,34,3,65,1,106,5,32,1,11,54,2,88,32,2,32,3,65,3,116,106,66,0,55,2,0,65,0,12,7,11,65,1,32,0,32,1,16,46,13,6,26,32,7,32,0,40,2,132,1,32,0,40,2,136,1,16,45,12,2,11,32,2,65,192,0,70,13,2,11,2,64,32,2,16,19,13,0,32,1,40,2,12,34,2,65,223,0,70,13,0,32,2,65,45,70,13,0,65,1,12,5,11,32,1,40,2,0,33,2,32,1,16,22,32,7,32,2,32,1,40,2,0,32,2,107,16,45,11,33,2,32,0,40,2,84,33,3,32,0,32,0,40,2,88,34,4,65,1,106,34,5,32,0,40,2,92,34,12,75,4,127,65,8,32,12,65,1,116,34,4,32,5,32,4,32,5,75,27,34,4,32,4,65,8,77,27,34,5,65,3,116,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,5,54,2,92,32,0,32,3,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,5,11,54,2,88,32,3,32,4,65,3,116,106,34,3,65,2,54,2,0,12,1,11,32,1,16,12,26,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,2,65,223,0,70,13,0,32,2,65,45,70,13,0,65,1,12,3,11,32,1,40,2,0,33,3,32,1,16,22,2,64,2,64,32,0,40,2,16,34,5,69,13,0,32,1,40,2,0,32,3,107,33,4,32,0,40,2,12,33,12,65,0,33,2,3,64,2,64,32,4,32,12,32,2,65,3,116,106,34,6,40,2,4,70,4,64,32,0,40,2,0,32,6,40,2,0,106,32,3,32,4,16,27,69,13,1,11,32,2,65,1,106,34,2,32,5,71,13,1,12,2,11,11,32,2,65,127,71,13,1,11,32,1,65,0,58,0,16,32,1,32,3,54,2,0,32,1,16,12,26,65,4,12,3,11,32,0,40,2,84,33,3,32,0,32,0,40,2,88,34,4,65,1,106,34,5,32,0,40,2,92,34,12,75,4,127,65,8,32,12,65,1,116,34,4,32,5,32,4,32,5,75,27,34,4,32,4,65,8,77,27,34,5,65,3,116,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,5,54,2,92,32,0,32,3,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,5,11,54,2,88,32,3,32,4,65,3,116,106,34,3,65,1,54,2,0,11,32,3,32,2,54,2,4,32,1,16,13,12,0,11,0,11,33,6,12,4,11,32,1,40,2,0,33,8,2,64,32,5,16,19,13,0,32,1,40,2,12,34,5,65,223,0,70,13,0,32,5,65,45,71,13,4,11,32,1,16,22,2,64,2,64,32,1,40,2,0,32,8,107,34,6,65,1,70,4,64,65,0,33,7,65,0,33,5,32,8,45,0,0,65,223,0,70,13,1,11,32,8,35,1,65,181,10,106,32,6,16,27,69,4,64,32,1,16,13,2,64,2,64,2,64,32,1,40,2,12,16,19,13,0,65,0,33,5,65,1,33,7,2,64,32,1,40,2,12,34,6,65,34,107,14,12,2,3,3,3,3,3,3,5,3,3,3,1,0,11,32,6,65,223,0,71,13,2,11,32,1,40,2,0,33,6,32,1,16,22,65,1,33,7,32,0,40,2,156,1,32,6,32,1,40,2,0,32,6,107,65,1,16,30,34,5,13,3,32,1,65,0,58,0,16,32,1,32,6,54,2,0,32,1,16,12,26,65,2,33,6,12,8,11,32,1,40,2,0,33,7,32,0,32,1,16,46,4,64,65,1,33,6,12,8,11,32,0,40,2,156,1,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,30,34,5,4,64,65,1,33,7,12,3,11,32,1,65,0,58,0,16,32,1,32,7,65,1,106,54,2,0,32,1,16,12,26,65,2,33,6,12,7,11,32,1,65,0,58,0,16,32,1,16,12,26,65,1,33,6,12,6,11,32,0,40,2,156,1,32,8,32,6,65,1,16,30,34,5,69,13,1,65,0,33,7,11,32,13,16,47,32,0,32,0,40,2,64,34,6,65,1,106,54,2,64,32,0,40,2,60,32,6,65,20,108,106,34,6,66,128,128,128,128,112,55,1,2,32,6,32,5,59,1,0,32,6,65,2,65,0,32,3,27,59,1,18,32,6,65,255,255,3,54,1,14,32,6,32,2,59,1,12,32,6,65,255,255,3,59,1,10,32,0,40,2,60,32,0,40,2,64,65,20,108,106,34,3,65,20,107,33,6,2,64,32,5,65,253,255,3,75,13,0,32,0,40,2,156,1,40,2,72,32,5,65,3,108,106,45,0,2,65,1,113,69,13,0,32,3,65,18,107,32,6,47,1,0,59,1,0,32,6,65,0,59,1,0,11,32,7,4,64,32,3,65,2,107,34,7,32,7,47,1,0,65,128,4,114,59,1,0,11,32,5,69,4,64,32,3,65,2,107,34,5,32,5,47,1,0,65,1,114,59,1,0,11,2,64,2,64,32,1,40,2,12,65,47,71,13,0,32,3,65,18,107,34,10,47,1,0,69,4,64,32,1,65,0,58,0,16,32,1,32,8,65,1,107,54,2,0,32,1,16,12,26,65,5,33,6,12,7,11,32,1,16,12,26,32,1,40,2,0,33,5,32,6,2,127,2,64,2,64,32,1,40,2,12,16,19,13,0,65,1,33,6,2,64,32,1,40,2,12,34,3,65,34,107,14,12,2,10,10,10,10,10,10,10,10,10,10,1,0,11,32,3,65,223,0,71,13,9,11,32,1,16,22,32,0,40,2,156,1,34,3,32,5,32,1,40,2,0,32,5,107,65,1,16,30,12,1,11,32,0,32,1,16,46,13,7,32,0,40,2,156,1,34,3,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,30,11,34,7,59,1,0,32,7,69,4,64,32,1,65,0,58,0,16,32,1,32,5,54,2,0,32,1,16,12,26,65,2,33,6,12,7,11,32,3,40,2,0,65,15,73,13,0,32,10,47,1,0,34,5,65,253,255,3,75,13,1,32,3,40,2,72,32,5,65,3,108,106,45,0,2,65,1,113,69,13,1,32,3,40,2,156,1,32,5,65,2,116,106,34,5,47,1,2,34,6,69,13,1,32,3,40,2,160,1,32,5,47,1,0,65,1,116,106,33,3,65,0,33,5,3,64,32,3,32,5,65,1,116,106,47,1,0,32,7,70,13,1,32,6,32,5,65,1,106,34,5,71,13,0,11,12,1,11,32,1,16,13,32,9,65,0,54,2,12,32,9,66,0,55,2,4,32,2,65,1,106,33,10,65,0,33,3,65,0,33,7,3,64,32,3,65,255,255,3,113,34,11,65,7,75,33,14,3,64,65,0,33,8,2,64,2,64,2,64,32,1,40,2,12,65,33,107,14,14,0,2,2,2,2,2,2,2,2,2,2,2,2,1,2,11,32,1,16,12,26,32,1,16,13,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,5,65,45,70,13,0,32,5,65,223,0,71,13,8,11,32,1,40,2,0,33,5,32,1,16,22,32,1,40,2,0,33,6,32,1,16,13,32,0,40,2,156,1,32,5,32,6,32,5,107,16,107,34,6,69,4,64,32,1,32,5,54,2,0,65,3,33,6,12,9,11,32,14,13,2,32,9,65,16,106,32,11,65,1,116,106,32,6,59,1,0,32,3,65,1,106,33,3,12,3,11,32,1,16,12,26,32,1,16,13,65,1,33,8,11,32,0,47,1,64,33,5,32,0,32,1,32,10,32,8,32,9,65,4,106,16,31,34,6,4,64,32,6,65,127,71,13,7,65,1,33,6,32,1,40,2,12,65,41,71,13,7,2,64,32,8,69,13,0,32,7,65,255,255,3,113,34,5,69,13,7,32,13,40,2,0,32,5,65,20,108,106,34,5,32,5,47,1,18,65,4,114,59,1,18,32,5,47,1,14,34,5,65,255,255,3,70,13,0,32,0,40,2,64,32,5,77,13,0,32,13,40,2,0,32,5,65,20,108,106,34,5,32,5,47,1,18,65,4,114,59,1,18,32,5,47,1,14,34,6,65,255,255,3,70,13,0,3,64,32,6,65,255,255,3,113,34,5,32,0,40,2,64,79,13,1,32,13,40,2,0,32,5,65,20,108,106,34,5,32,5,47,1,18,65,4,114,59,1,18,32,5,47,1,14,34,6,65,255,255,3,71,13,0,11,11,32,3,65,255,255,3,113,34,3,4,64,2,64,32,9,65,16,106,33,11,65,0,33,5,65,0,33,10,65,0,33,14,32,0,40,2,60,32,12,65,255,255,3,113,65,20,108,106,33,15,32,0,40,2,120,33,6,32,0,40,2,124,34,8,4,64,65,0,33,7,3,64,2,127,32,6,32,7,65,1,116,106,47,1,0,34,16,69,4,64,32,3,32,5,70,4,64,32,15,32,14,59,1,16,12,5,11,32,7,65,1,106,33,14,65,0,33,10,65,0,12,1,11,32,3,32,5,77,4,64,65,1,33,10,65,0,12,1,11,65,0,32,5,65,1,106,32,16,32,11,32,5,65,1,116,106,47,1,0,71,32,10,114,34,10,65,1,113,27,11,33,5,32,7,65,1,106,34,7,32,8,71,13,0,11,11,32,15,32,8,59,1,16,2,64,2,64,32,3,32,8,106,34,7,32,0,40,2,128,1,75,4,64,32,7,65,1,116,33,5,2,127,32,6,4,64,32,6,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,6,32,0,32,7,54,2,128,1,32,0,32,6,54,2,120,32,0,40,2,124,34,10,32,8,75,13,1,11,32,8,65,1,116,33,5,12,1,11,32,8,65,1,116,33,5,32,10,32,8,107,65,1,116,34,8,69,13,0,32,6,32,7,65,1,116,106,32,5,32,6,106,32,8,252,10,0,0,11,32,3,65,1,116,34,7,4,64,32,5,32,6,106,32,11,32,7,252,10,0,0,11,32,0,32,0,40,2,124,32,3,106,34,5,54,2,124,32,0,40,2,120,33,7,32,0,32,5,65,1,106,34,3,32,0,40,2,128,1,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,3,32,3,32,5,73,27,34,3,32,3,65,8,77,27,34,5,65,1,116,33,3,2,127,32,7,4,64,32,7,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,7,32,0,32,5,54,2,128,1,32,0,32,7,54,2,120,32,0,40,2,124,34,5,65,1,106,5,32,3,11,54,2,124,32,7,32,5,65,1,116,106,65,0,59,1,0,11,11,32,1,16,12,26,32,9,40,2,4,34,3,69,13,5,32,3,35,8,40,2,0,17,2,0,12,5,5,32,0,40,2,64,33,7,32,4,32,9,65,4,106,16,54,32,9,65,0,54,2,8,32,5,32,5,32,7,70,107,33,7,12,1,11,0,11,0,11,0,11,32,1,65,0,58,0,16,32,1,32,8,65,1,107,54,2,0,32,1,16,12,26,65,5,33,6,12,4,11,32,1,65,0,58,0,16,32,1,32,8,54,2,0,32,1,16,12,26,65,2,33,6,12,3,11,32,1,16,13,65,3,33,7,3,64,32,7,33,3,65,2,33,7,2,64,2,64,3,64,2,64,32,1,40,2,12,34,5,65,192,0,71,4,64,2,64,32,5,65,42,107,14,22,4,2,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,0,5,11,35,1,65,196,12,106,32,3,65,255,1,113,65,2,116,106,40,2,0,33,7,12,3,11,32,1,16,12,26,2,64,32,1,40,2,12,16,19,13,0,32,1,40,2,12,34,5,65,223,0,70,13,0,32,5,65,45,70,13,0,65,1,33,6,12,8,11,32,1,40,2,0,33,5,32,1,16,22,32,1,40,2,0,33,6,32,1,16,13,32,0,32,5,32,6,32,5,107,16,45,33,10,32,10,32,4,40,2,4,34,6,79,4,64,32,4,40,2,0,33,8,32,10,65,1,106,34,5,32,10,32,4,40,2,8,34,11,79,4,64,65,8,32,11,65,1,116,34,6,32,5,32,5,32,6,73,27,34,6,32,6,65,8,77,27,33,6,2,127,32,8,4,64,32,8,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,8,32,4,32,6,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,33,6,11,32,6,107,34,11,4,64,32,6,32,8,106,65,0,32,11,252,11,0,11,32,4,32,5,54,2,4,11,32,4,40,2,0,32,10,106,34,5,66,131,136,144,160,192,0,32,5,49,0,0,34,20,66,3,134,136,167,65,0,32,20,66,5,84,27,58,0,0,32,13,40,2,0,33,8,32,12,33,5,3,64,2,64,2,127,32,8,32,5,65,20,108,106,34,6,47,1,6,65,255,255,3,70,4,64,32,6,65,6,106,12,1,11,32,6,65,8,106,32,6,47,1,8,65,255,255,3,70,13,0,26,32,6,47,1,10,65,255,255,3,71,13,1,32,6,65,10,106,11,32,10,59,1,0,11,32,6,47,1,14,34,6,65,255,255,3,70,13,2,32,5,32,6,79,13,2,32,6,34,5,32,0,40,2,64,73,13,0,11,12,1,11,11,65,4,65,2,32,3,65,2,75,27,33,7,11,32,1,16,12,26,32,1,16,13,12,1,11,11,2,64,2,64,2,64,2,64,32,3,65,1,107,14,4,2,1,3,0,3,11,32,13,16,47,32,0,32,0,40,2,64,34,1,65,1,106,54,2,64,32,0,40,2,60,32,1,65,20,108,106,34,0,66,128,128,128,128,112,55,1,2,32,0,65,0,59,1,0,32,0,65,128,128,160,1,54,1,16,32,0,32,12,59,1,14,32,0,32,2,59,1,12,32,0,65,255,255,3,59,1,10,12,2,11,32,13,16,47,32,0,32,0,40,2,64,34,1,65,1,106,54,2,64,32,0,40,2,60,32,1,65,20,108,106,34,1,66,128,128,128,128,112,55,1,2,32,1,65,0,59,1,0,32,1,65,128,128,160,1,54,1,16,32,1,32,12,59,1,14,32,1,32,2,59,1,12,32,1,65,255,255,3,59,1,10,32,0,40,2,64,34,1,65,1,107,33,2,32,0,40,2,60,33,0,3,64,32,0,32,12,65,20,108,106,34,5,47,1,14,34,12,65,255,255,3,71,32,2,32,12,75,113,13,0,11,32,5,32,1,59,1,14,12,1,11,32,0,40,2,64,33,1,32,0,40,2,60,33,0,3,64,32,0,32,12,65,20,108,106,34,2,47,1,14,34,12,65,255,255,3,71,32,1,32,12,75,113,13,0,11,32,2,32,1,59,1,14,11,32,4,47,1,4,4,64,35,1,32,3,65,2,116,106,65,212,12,106,33,1,65,4,65,2,32,3,65,3,107,65,2,73,27,33,0,65,0,33,6,3,64,32,3,33,5,2,64,2,64,2,64,2,64,2,64,32,4,40,2,0,32,6,106,34,2,45,0,0,65,1,107,14,4,0,1,4,2,3,11,32,1,40,2,0,33,5,12,3,11,65,2,33,5,12,2,11,32,0,33,5,12,1,11,65,0,33,5,11,32,2,32,5,58,0,0,32,6,65,1,106,34,6,32,4,47,1,4,73,13,0,11,11,65,0,33,6,12,2,11,65,1,33,6,11,32,9,40,2,4,34,0,69,13,0,32,0,35,8,40,2,0,17,2,0,11,32,9,65,32,106,36,0,32,6,11,144,10,2,19,127,1,126,35,0,65,32,107,34,11,36,0,2,64,32,1,40,2,0,34,6,32,0,70,13,0,32,0,47,1,144,1,34,14,4,64,32,0,65,16,106,33,15,32,1,40,2,4,34,5,65,48,106,33,16,32,5,65,32,113,33,17,32,5,65,3,118,65,1,113,33,18,32,5,65,128,254,3,113,65,8,118,33,19,32,1,45,0,11,33,20,32,1,45,0,10,33,21,3,64,2,64,2,64,32,15,32,4,65,4,116,106,34,12,40,2,4,34,7,32,5,70,13,0,32,7,69,13,1,32,5,69,13,1,32,19,33,3,32,7,65,1,113,34,9,4,127,32,7,65,128,254,3,113,65,8,118,5,32,7,47,1,40,11,65,255,255,3,113,32,5,65,1,113,34,13,4,127,32,3,5,32,5,47,1,40,11,65,255,255,3,113,71,13,1,32,12,45,0,11,33,10,32,12,45,0,10,33,3,2,64,2,64,2,64,32,9,4,64,32,7,65,32,113,13,1,12,3,11,32,7,45,0,45,65,2,113,13,0,32,7,40,2,32,69,13,1,11,2,64,32,13,4,64,32,17,69,13,1,12,4,11,32,5,45,0,45,65,2,113,13,3,32,5,40,2,32,13,3,11,32,9,13,1,11,32,7,40,2,4,33,3,11,32,21,33,8,32,13,4,127,32,8,5,32,5,40,2,4,11,32,3,71,13,1,32,20,33,3,32,9,4,127,32,10,5,32,7,40,2,16,11,32,13,4,127,32,3,5,32,5,40,2,16,11,71,13,1,65,0,33,3,65,0,33,10,32,9,4,127,65,0,5,32,7,40,2,36,11,32,13,4,127,65,0,5,32,5,40,2,36,11,71,13,1,32,18,33,3,32,9,4,127,32,7,65,3,118,65,1,113,5,32,7,47,1,44,65,2,118,65,1,113,11,32,13,4,127,32,3,5,32,5,47,1,44,65,2,118,65,1,113,11,71,13,1,35,1,33,3,35,1,33,8,2,127,32,3,65,148,12,106,32,9,13,0,26,35,1,65,148,12,106,32,7,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,7,65,48,106,32,7,40,2,36,27,11,34,3,40,2,24,33,9,2,64,2,127,32,8,65,148,12,106,32,13,13,0,26,35,1,65,148,12,106,32,5,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,16,32,5,40,2,36,27,11,34,10,40,2,24,34,8,65,25,79,4,64,32,8,32,9,71,13,3,32,3,40,2,0,33,3,32,10,40,2,0,33,10,12,1,11,32,8,32,9,71,13,2,11,32,3,32,10,32,8,16,18,13,1,11,32,6,32,12,40,2,0,34,3,70,4,64,65,0,33,3,2,127,65,0,32,5,65,1,113,13,0,26,65,0,32,5,40,2,36,69,13,0,26,32,5,40,2,60,11,33,4,2,64,32,7,65,1,113,13,0,32,7,40,2,36,69,13,0,32,7,40,2,60,33,3,11,32,3,32,4,78,13,4,32,5,65,1,113,69,4,64,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,32,1,40,2,0,33,6,11,32,11,32,12,41,2,4,55,3,8,32,2,32,11,65,8,106,16,10,32,12,32,1,41,2,4,34,22,55,2,4,32,6,40,2,160,1,33,2,65,0,33,4,2,64,32,22,167,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,32,1,40,2,60,33,4,11,32,0,32,2,32,4,106,54,2,160,1,12,4,11,32,3,47,1,0,32,6,47,1,0,71,13,0,32,3,40,2,4,32,6,40,2,4,71,13,0,32,3,40,2,152,1,32,6,40,2,152,1,71,13,0,32,6,47,1,144,1,4,64,32,6,65,16,106,33,1,65,0,33,4,3,64,32,12,40,2,0,32,11,32,1,32,4,65,4,116,106,34,8,41,2,8,55,3,24,32,11,32,8,41,2,0,55,3,16,32,11,65,16,106,32,2,16,32,32,4,65,1,106,34,4,32,6,47,1,144,1,73,13,0,11,11,32,6,40,2,160,1,33,4,32,5,4,64,65,0,33,2,2,64,32,5,65,1,113,13,0,32,5,40,2,36,69,13,0,32,5,40,2,60,33,2,11,32,2,32,4,106,33,4,11,32,4,32,0,40,2,160,1,76,13,3,32,0,32,4,54,2,160,1,12,3,11,32,4,65,1,106,34,4,32,14,71,13,0,11,32,14,65,8,70,13,1,11,32,6,4,64,32,6,32,6,40,2,148,1,65,1,106,54,2,148,1,11,32,6,40,2,160,1,33,2,32,6,40,2,156,1,33,3,32,0,32,14,65,1,106,59,1,144,1,32,0,32,14,65,4,116,106,34,8,32,1,41,2,8,55,2,24,32,8,32,1,41,2,0,55,2,16,32,1,40,2,4,34,4,4,64,32,4,65,1,113,69,4,64,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,32,1,45,0,4,33,4,11,2,64,32,4,65,1,113,69,4,64,65,0,33,4,65,0,33,6,32,1,40,2,4,34,1,40,2,36,34,8,4,64,32,1,40,2,56,33,6,11,32,6,32,1,47,1,44,65,1,113,106,32,1,47,1,40,65,254,255,3,70,106,33,6,32,8,69,13,1,32,1,40,2,60,33,4,12,1,11,32,4,65,1,118,65,1,113,33,6,65,0,33,4,11,32,3,32,6,106,33,3,32,2,32,4,106,33,2,11,32,0,40,2,156,1,32,3,73,4,64,32,0,32,3,54,2,156,1,11,32,2,32,0,40,2,160,1,76,13,0,32,0,32,2,54,2,160,1,11,32,11,65,32,106,36,0,11,117,2,1,127,1,126,32,0,173,66,7,124,66,248,255,255,255,31,131,33,2,35,1,65,140,213,0,106,34,1,40,2,0,34,0,69,4,64,32,1,35,5,34,0,54,2,0,11,2,64,32,2,32,0,173,124,34,2,66,255,255,255,255,15,88,4,64,32,2,167,34,1,63,0,65,16,116,77,13,1,32,1,16,1,13,1,11,35,1,65,216,213,0,106,65,48,54,2,0,65,127,15,11,35,1,65,140,213,0,106,32,1,54,2,0,32,0,11,253,41,1,11,127,35,0,65,16,107,34,11,36,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,244,1,77,4,64,35,1,65,164,215,0,106,34,2,40,2,0,34,4,65,16,32,0,65,11,106,65,248,3,113,32,0,65,11,73,27,34,7,65,3,118,34,0,118,34,1,65,3,113,4,64,2,64,32,2,32,1,65,127,115,65,1,113,32,0,106,34,3,65,3,116,34,1,106,34,0,34,6,65,40,106,34,7,32,0,40,2,48,34,0,40,2,8,34,5,70,4,64,32,2,32,4,65,126,32,3,119,113,54,2,0,12,1,11,32,5,32,7,54,2,12,32,6,32,5,54,2,48,11,32,0,65,8,106,33,5,32,0,32,1,65,3,114,54,2,4,32,0,32,1,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,11,11,32,7,35,1,65,164,215,0,106,34,2,40,2,8,34,8,77,13,1,32,1,4,64,2,64,32,2,65,2,32,0,116,34,5,65,0,32,5,107,114,32,1,32,0,116,113,104,34,3,65,3,116,34,1,106,34,0,34,6,65,40,106,34,9,32,0,40,2,48,34,0,40,2,8,34,5,70,4,64,32,2,32,4,65,126,32,3,119,113,34,4,54,2,0,12,1,11,32,5,32,9,54,2,12,32,6,32,5,54,2,48,11,32,0,32,7,65,3,114,54,2,4,32,0,32,7,106,34,6,32,1,32,7,107,34,3,65,1,114,54,2,4,32,0,32,1,106,32,3,54,2,0,32,8,4,64,35,1,65,164,215,0,106,34,5,34,2,32,8,65,120,113,106,65,40,106,33,1,32,2,40,2,20,33,2,2,127,32,4,65,1,32,8,65,3,118,116,34,7,113,69,4,64,32,5,32,4,32,7,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,5,32,1,32,2,54,2,8,32,5,32,2,54,2,12,32,2,32,1,54,2,12,32,2,32,5,54,2,8,11,32,0,65,8,106,33,5,35,1,65,164,215,0,106,34,0,32,6,54,2,20,32,0,32,3,54,2,8,12,11,11,35,1,65,164,215,0,106,34,0,40,2,4,34,10,69,13,1,32,10,104,65,2,116,32,0,106,40,2,176,2,34,3,40,2,4,65,120,113,32,7,107,33,0,32,3,33,1,3,64,2,64,32,1,40,2,16,34,5,69,4,64,32,1,40,2,20,34,5,69,13,1,11,32,5,40,2,4,65,120,113,32,7,107,34,1,32,0,32,0,32,1,75,34,1,27,33,0,32,5,32,3,32,1,27,33,3,32,5,33,1,12,1,11,11,32,3,40,2,24,33,9,32,3,32,3,40,2,12,34,5,71,4,64,32,3,40,2,8,34,1,32,5,54,2,12,32,5,32,1,54,2,8,12,10,11,32,3,40,2,20,34,1,4,127,32,3,65,20,106,5,32,3,40,2,16,34,1,69,13,3,32,3,65,16,106,11,33,2,3,64,32,2,33,6,32,1,34,5,65,20,106,33,2,32,1,40,2,20,34,1,13,0,32,5,65,16,106,33,2,32,5,40,2,16,34,1,13,0,11,32,6,65,0,54,2,0,12,9,11,65,127,33,7,32,0,65,191,127,75,13,0,32,0,65,11,106,34,1,65,120,113,33,7,35,1,65,164,215,0,106,40,2,4,34,6,69,13,0,65,31,33,8,32,0,65,244,255,255,7,77,4,64,32,7,65,38,32,1,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,8,11,65,0,32,7,107,33,0,2,64,2,64,35,1,65,164,215,0,106,32,8,65,2,116,106,40,2,176,2,34,1,4,64,32,7,65,25,32,8,65,1,118,107,65,0,32,8,65,31,71,27,116,33,3,3,64,2,64,32,1,40,2,4,65,120,113,32,7,107,34,4,32,0,79,13,0,32,1,33,2,32,4,34,0,13,0,65,0,33,0,32,1,33,5,12,3,11,32,5,32,1,40,2,20,34,4,32,4,32,1,32,3,65,29,118,65,4,113,106,40,2,16,34,1,70,27,32,5,32,4,27,33,5,32,3,65,1,116,33,3,32,1,13,0,11,11,32,2,32,5,114,69,4,64,65,0,33,2,65,2,32,8,116,34,1,65,0,32,1,107,114,32,6,113,34,1,69,13,3,35,1,65,164,215,0,106,32,1,104,65,2,116,106,40,2,176,2,33,5,11,32,5,69,13,1,11,3,64,32,5,40,2,4,65,120,113,32,7,107,34,3,32,0,73,33,1,32,3,32,0,32,1,27,33,0,32,5,32,2,32,1,27,33,2,32,5,40,2,16,34,1,4,127,32,1,5,32,5,40,2,20,11,34,5,13,0,11,11,32,2,69,13,0,32,0,35,1,65,164,215,0,106,40,2,8,32,7,107,79,13,0,32,2,40,2,24,33,8,32,2,32,2,40,2,12,34,5,71,4,64,32,2,40,2,8,34,1,32,5,54,2,12,32,5,32,1,54,2,8,12,8,11,32,2,40,2,20,34,1,4,127,32,2,65,20,106,5,32,2,40,2,16,34,1,69,13,3,32,2,65,16,106,11,33,3,3,64,32,3,33,4,32,1,34,5,65,20,106,33,3,32,1,40,2,20,34,1,13,0,32,5,65,16,106,33,3,32,5,40,2,16,34,1,13,0,11,32,4,65,0,54,2,0,12,7,11,32,7,35,1,65,164,215,0,106,34,0,40,2,8,34,2,77,4,64,32,0,40,2,20,33,0,2,64,32,2,32,7,107,34,1,65,16,79,4,64,32,0,32,7,106,34,3,32,1,65,1,114,54,2,4,32,0,32,2,106,32,1,54,2,0,32,0,32,7,65,3,114,54,2,4,12,1,11,32,0,32,2,65,3,114,54,2,4,32,0,32,2,106,34,1,32,1,40,2,4,65,1,114,54,2,4,65,0,33,3,65,0,33,1,11,35,1,65,164,215,0,106,34,2,32,1,54,2,8,32,2,32,3,54,2,20,32,0,65,8,106,33,5,12,9,11,32,7,35,1,65,164,215,0,106,34,0,40,2,12,34,2,73,4,64,32,0,32,2,32,7,107,34,1,54,2,12,32,0,32,0,40,2,24,34,0,32,7,106,34,2,54,2,24,32,2,32,1,65,1,114,54,2,4,32,0,32,7,65,3,114,54,2,4,32,0,65,8,106,33,5,12,9,11,65,0,33,5,32,7,65,47,106,34,4,2,127,35,1,65,252,218,0,106,34,0,40,2,0,4,64,32,0,40,2,8,12,1,11,35,1,34,1,65,252,218,0,106,34,0,65,0,54,2,20,32,0,66,127,55,2,12,32,0,66,128,160,128,128,128,128,4,55,2,4,32,1,65,164,215,0,106,65,0,54,2,188,3,32,0,32,11,65,12,106,65,112,113,65,216,170,213,170,5,115,54,2,0,65,128,32,11,34,0,106,34,6,65,0,32,0,107,34,8,113,34,1,32,7,77,13,8,35,1,65,164,215,0,106,34,0,40,2,184,3,34,3,4,64,32,0,40,2,176,3,34,0,32,1,106,34,9,32,0,77,13,9,32,3,32,9,73,13,9,11,2,64,35,1,65,164,215,0,106,34,0,45,0,188,3,65,4,113,69,4,64,2,64,2,64,2,64,2,64,32,0,40,2,24,34,3,4,64,32,0,65,192,3,106,33,0,3,64,32,0,40,2,0,34,9,32,3,77,4,64,32,3,32,9,32,0,40,2,4,106,73,13,3,11,32,0,40,2,8,34,0,13,0,11,11,65,0,16,33,34,2,65,127,70,13,3,32,1,33,3,35,1,65,252,218,0,106,40,2,4,34,0,65,1,107,34,6,32,2,113,4,64,32,1,32,2,107,32,2,32,6,106,65,0,32,0,107,113,106,33,3,11,32,3,32,7,77,13,3,35,1,65,164,215,0,106,34,6,40,2,176,3,33,0,32,6,40,2,184,3,34,6,4,64,32,0,32,0,32,3,106,34,8,79,13,4,32,6,32,8,73,13,4,11,32,3,16,33,34,0,32,2,71,13,1,12,5,11,32,6,32,2,107,32,8,113,34,3,16,33,34,2,32,0,40,2,0,32,0,40,2,4,106,70,13,1,32,2,33,0,11,32,0,65,127,70,13,1,32,7,65,48,106,32,3,77,4,64,32,0,33,2,12,4,11,35,1,65,252,218,0,106,40,2,8,34,2,32,4,32,3,107,106,65,0,32,2,107,113,34,2,16,33,65,127,70,13,1,32,2,32,3,106,33,3,32,0,33,2,12,3,11,32,2,65,127,71,13,2,11,35,1,65,164,215,0,106,34,0,32,0,40,2,188,3,65,4,114,54,2,188,3,11,32,1,16,33,33,2,65,0,16,33,33,0,32,2,65,127,70,13,5,32,0,65,127,70,13,5,32,0,32,2,77,13,5,32,0,32,2,107,34,3,32,7,65,40,106,77,13,5,11,35,1,65,164,215,0,106,34,0,32,0,40,2,176,3,32,3,106,34,1,54,2,176,3,32,0,40,2,180,3,32,1,73,4,64,32,0,32,1,54,2,180,3,11,2,64,35,1,65,164,215,0,106,34,0,40,2,24,34,1,4,64,32,0,65,192,3,106,33,0,3,64,32,2,32,0,40,2,0,34,4,32,0,40,2,4,34,6,106,70,13,2,32,0,40,2,8,34,0,13,0,11,12,4,11,35,1,65,164,215,0,106,34,0,40,2,16,34,1,65,0,32,1,32,2,77,27,69,4,64,32,0,32,2,54,2,16,11,65,0,33,0,35,1,34,4,65,164,215,0,106,34,1,65,0,54,2,204,3,32,1,32,3,54,2,196,3,32,1,32,2,54,2,192,3,32,1,65,127,54,2,32,32,1,32,4,65,252,218,0,106,40,2,0,54,2,36,3,64,35,1,65,164,215,0,106,32,0,65,3,116,106,34,1,32,1,65,40,106,34,4,54,2,48,32,1,32,4,54,2,52,32,0,65,1,106,34,0,65,32,71,13,0,11,35,1,34,1,65,164,215,0,106,34,0,32,3,65,40,107,34,3,65,120,32,2,107,65,7,113,34,4,107,34,6,54,2,12,32,0,32,2,32,4,106,34,4,54,2,24,32,4,32,6,65,1,114,54,2,4,32,2,32,3,106,65,40,54,2,4,32,0,32,1,65,252,218,0,106,40,2,16,54,2,28,12,4,11,32,1,32,2,79,13,2,32,1,32,4,73,13,2,32,0,40,2,12,65,8,113,13,2,32,0,32,3,32,6,106,54,2,4,35,1,34,2,65,164,215,0,106,34,0,32,1,65,120,32,1,107,65,7,113,34,4,106,34,6,54,2,24,32,0,32,0,40,2,12,32,3,106,34,3,32,4,107,34,4,54,2,12,32,6,32,4,65,1,114,54,2,4,32,1,32,3,106,65,40,54,2,4,32,0,32,2,65,252,218,0,106,40,2,16,54,2,28,12,3,11,65,0,33,5,12,6,11,65,0,33,5,12,4,11,35,1,65,164,215,0,106,34,0,40,2,16,32,2,75,4,64,32,0,32,2,54,2,16,11,32,2,32,3,106,33,6,35,1,65,228,218,0,106,33,0,2,64,3,64,32,6,32,0,40,2,0,34,4,71,4,64,32,0,40,2,8,34,0,13,1,12,2,11,11,32,0,45,0,12,65,8,113,69,13,3,11,35,1,65,228,218,0,106,33,0,3,64,2,64,32,0,40,2,0,34,4,32,1,77,4,64,32,1,32,4,32,0,40,2,4,106,34,6,73,13,1,11,32,0,40,2,8,33,0,12,1,11,11,35,1,34,4,65,164,215,0,106,34,0,32,3,65,40,107,34,8,65,120,32,2,107,65,7,113,34,9,107,34,10,54,2,12,32,0,32,2,32,9,106,34,9,54,2,24,32,9,32,10,65,1,114,54,2,4,32,2,32,8,106,65,40,54,2,4,32,0,32,4,65,252,218,0,106,40,2,16,54,2,28,32,1,32,6,65,39,32,6,107,65,7,113,106,65,47,107,34,4,32,4,32,1,65,16,106,73,27,34,4,65,27,54,2,4,32,4,32,0,41,2,200,3,55,2,16,32,4,32,0,41,2,192,3,55,2,8,32,0,32,2,54,2,192,3,32,0,32,3,54,2,196,3,32,0,65,0,54,2,204,3,32,0,32,4,65,8,106,54,2,200,3,32,4,65,24,106,33,0,3,64,32,0,65,7,54,2,4,32,0,65,8,106,32,0,65,4,106,33,0,32,6,73,13,0,11,32,1,32,4,70,13,0,32,4,32,4,40,2,4,65,126,113,54,2,4,32,1,32,4,32,1,107,34,2,65,1,114,54,2,4,32,4,32,2,54,2,0,2,127,32,2,65,255,1,77,4,64,35,1,65,164,215,0,106,34,3,32,2,65,248,1,113,106,65,40,106,33,0,2,127,32,3,40,2,0,34,4,65,1,32,2,65,3,118,116,34,2,113,69,4,64,32,3,32,2,32,4,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,3,32,0,32,1,54,2,8,32,3,32,1,54,2,12,65,8,33,4,65,12,12,1,11,65,31,33,0,32,2,65,255,255,255,7,77,4,64,32,2,65,38,32,2,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,0,11,32,1,32,0,54,2,28,32,1,66,0,55,2,16,35,1,65,164,215,0,106,34,4,32,0,65,2,116,106,34,3,65,176,2,106,33,6,2,64,2,64,32,4,40,2,4,34,8,65,1,32,0,116,34,9,113,69,4,64,32,4,32,8,32,9,114,54,2,4,32,3,32,1,54,2,176,2,32,1,32,6,54,2,24,12,1,11,32,2,65,25,32,0,65,1,118,107,65,0,32,0,65,31,71,27,116,33,0,32,3,40,2,176,2,33,4,3,64,32,4,34,3,40,2,4,65,120,113,32,2,70,13,2,32,0,65,29,118,33,4,32,0,65,1,116,33,0,32,3,32,4,65,4,113,106,34,6,40,2,16,34,4,13,0,11,32,6,32,1,54,2,16,32,1,32,3,54,2,24,11,65,12,33,4,32,1,34,3,33,0,65,8,12,1,11,32,3,40,2,8,34,0,32,1,54,2,12,32,3,32,1,54,2,8,32,1,32,0,54,2,8,65,0,33,0,65,12,33,4,65,24,11,33,2,32,1,32,4,106,32,3,54,2,0,32,1,32,2,106,32,0,54,2,0,11,35,1,65,164,215,0,106,34,0,40,2,12,34,1,32,7,77,13,0,32,0,32,1,32,7,107,34,1,54,2,12,32,0,32,0,40,2,24,34,0,32,7,106,34,2,54,2,24,32,2,32,1,65,1,114,54,2,4,32,0,32,7,65,3,114,54,2,4,32,0,65,8,106,33,5,12,4,11,35,1,65,216,213,0,106,65,48,54,2,0,12,3,11,32,0,32,2,54,2,0,32,0,32,0,40,2,4,32,3,106,54,2,4,32,2,65,120,32,2,107,65,7,113,106,34,8,32,7,65,3,114,54,2,4,32,4,65,120,32,4,107,65,7,113,106,34,4,32,7,32,8,106,34,3,107,33,6,2,64,35,1,65,164,215,0,106,34,0,40,2,24,32,4,70,4,64,32,0,32,3,54,2,24,32,0,32,0,40,2,12,32,6,106,34,0,54,2,12,32,3,32,0,65,1,114,54,2,4,12,1,11,35,1,65,164,215,0,106,34,0,40,2,20,32,4,70,4,64,32,0,32,3,54,2,20,32,0,32,0,40,2,8,32,6,106,34,0,54,2,8,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,12,1,11,32,4,40,2,4,34,2,65,3,113,65,1,70,4,64,32,2,65,120,113,33,9,32,4,40,2,12,33,1,2,64,32,2,65,255,1,77,4,64,32,4,40,2,8,34,0,32,1,70,4,64,35,1,65,164,215,0,106,34,0,32,0,40,2,0,65,126,32,2,65,3,118,119,113,54,2,0,12,2,11,32,0,32,1,54,2,12,32,1,32,0,54,2,8,12,1,11,32,4,40,2,24,33,7,2,64,32,1,32,4,71,4,64,32,4,40,2,8,34,0,32,1,54,2,12,32,1,32,0,54,2,8,12,1,11,2,64,32,4,40,2,20,34,2,4,127,32,4,65,20,106,5,32,4,40,2,16,34,2,69,13,1,32,4,65,16,106,11,33,0,3,64,32,0,33,5,32,2,34,1,65,20,106,33,0,32,1,40,2,20,34,2,13,0,32,1,65,16,106,33,0,32,1,40,2,16,34,2,13,0,11,32,5,65,0,54,2,0,12,1,11,65,0,33,1,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,0,32,4,40,2,28,34,2,65,2,116,106,34,5,40,2,176,2,32,4,70,4,64,32,5,32,1,54,2,176,2,32,1,13,1,32,0,32,0,40,2,4,65,126,32,2,119,113,54,2,4,12,2,11,2,64,32,4,32,7,40,2,16,70,4,64,32,7,32,1,54,2,16,12,1,11,32,7,32,1,54,2,20,11,32,1,69,13,1,11,32,1,32,7,54,2,24,32,4,40,2,16,34,0,4,64,32,1,32,0,54,2,16,32,0,32,1,54,2,24,11,32,4,40,2,20,34,0,69,13,0,32,1,32,0,54,2,20,32,0,32,1,54,2,24,11,32,6,32,9,106,33,6,32,4,32,9,106,34,4,40,2,4,33,2,11,32,4,32,2,65,126,113,54,2,4,32,3,32,6,65,1,114,54,2,4,32,3,32,6,106,32,6,54,2,0,32,6,65,255,1,77,4,64,35,1,65,164,215,0,106,34,1,32,6,65,248,1,113,106,65,40,106,33,0,2,127,32,1,40,2,0,34,2,65,1,32,6,65,3,118,116,34,5,113,69,4,64,32,1,32,2,32,5,114,54,2,0,32,0,12,1,11,32,0,40,2,8,11,33,1,32,0,32,3,54,2,8,32,1,32,3,54,2,12,32,3,32,0,54,2,12,32,3,32,1,54,2,8,12,1,11,65,31,33,1,32,6,65,255,255,255,7,77,4,64,32,6,65,38,32,6,65,8,118,103,34,0,107,118,65,1,113,32,0,65,1,116,107,65,62,106,33,1,11,32,3,32,1,54,2,28,32,3,66,0,55,2,16,35,1,65,164,215,0,106,34,2,32,1,65,2,116,106,34,0,65,176,2,106,33,5,2,64,2,64,32,2,40,2,4,34,4,65,1,32,1,116,34,7,113,69,4,64,32,2,32,4,32,7,114,54,2,4,32,0,32,3,54,2,176,2,32,3,32,5,54,2,24,12,1,11,32,6,65,25,32,1,65,1,118,107,65,0,32,1,65,31,71,27,116,33,1,32,0,40,2,176,2,33,0,3,64,32,0,34,2,40,2,4,65,120,113,32,6,70,13,2,32,1,65,29,118,33,0,32,1,65,1,116,33,1,32,2,32,0,65,4,113,106,34,5,40,2,16,34,0,13,0,11,32,5,32,3,54,2,16,32,3,32,2,54,2,24,11,32,3,32,3,54,2,12,32,3,32,3,54,2,8,12,1,11,32,2,40,2,8,34,0,32,3,54,2,12,32,2,32,3,54,2,8,32,3,65,0,54,2,24,32,3,32,2,54,2,12,32,3,32,0,54,2,8,11,32,8,65,8,106,33,5,12,2,11,2,64,32,8,69,13,0,2,64,35,1,65,164,215,0,106,34,1,32,2,40,2,28,34,3,65,2,116,106,34,4,40,2,176,2,32,2,70,4,64,32,4,32,5,54,2,176,2,32,5,13,1,32,1,32,6,65,126,32,3,119,113,34,6,54,2,4,12,2,11,2,64,32,2,32,8,40,2,16,70,4,64,32,8,32,5,54,2,16,12,1,11,32,8,32,5,54,2,20,11,32,5,69,13,1,11,32,5,32,8,54,2,24,32,2,40,2,16,34,1,4,64,32,5,32,1,54,2,16,32,1,32,5,54,2,24,11,32,2,40,2,20,34,1,69,13,0,32,5,32,1,54,2,20,32,1,32,5,54,2,24,11,2,64,32,0,65,15,77,4,64,32,2,32,0,32,7,106,34,0,65,3,114,54,2,4,32,0,32,2,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,2,32,7,65,3,114,54,2,4,32,2,32,7,106,34,4,32,0,65,1,114,54,2,4,32,0,32,4,106,32,0,54,2,0,32,0,65,255,1,77,4,64,35,1,65,164,215,0,106,34,5,32,0,65,248,1,113,106,65,40,106,33,1,2,127,32,5,40,2,0,34,3,65,1,32,0,65,3,118,116,34,0,113,69,4,64,32,5,32,0,32,3,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,0,32,1,32,4,54,2,8,32,0,32,4,54,2,12,32,4,32,1,54,2,12,32,4,32,0,54,2,8,12,1,11,65,31,33,5,32,0,65,255,255,255,7,77,4,64,32,0,65,38,32,0,65,8,118,103,34,1,107,118,65,1,113,32,1,65,1,116,107,65,62,106,33,5,11,32,4,32,5,54,2,28,32,4,66,0,55,2,16,35,1,32,5,65,2,116,106,65,212,217,0,106,33,1,2,64,2,64,32,6,65,1,32,5,116,34,3,113,69,4,64,35,1,65,164,215,0,106,32,3,32,6,114,54,2,4,32,1,32,4,54,2,0,32,4,32,1,54,2,24,12,1,11,32,0,65,25,32,5,65,1,118,107,65,0,32,5,65,31,71,27,116,33,5,32,1,40,2,0,33,1,3,64,32,1,34,3,40,2,4,65,120,113,32,0,70,13,2,32,5,65,29,118,33,1,32,5,65,1,116,33,5,32,3,32,1,65,4,113,106,34,6,40,2,16,34,1,13,0,11,32,6,32,4,54,2,16,32,4,32,3,54,2,24,11,32,4,32,4,54,2,12,32,4,32,4,54,2,8,12,1,11,32,3,40,2,8,34,0,32,4,54,2,12,32,3,32,4,54,2,8,32,4,65,0,54,2,24,32,4,32,3,54,2,12,32,4,32,0,54,2,8,11,32,2,65,8,106,33,5,12,1,11,2,64,32,9,69,13,0,2,64,35,1,65,164,215,0,106,34,1,32,3,40,2,28,34,2,65,2,116,106,34,6,40,2,176,2,32,3,70,4,64,32,6,32,5,54,2,176,2,32,5,13,1,32,1,32,10,65,126,32,2,119,113,54,2,4,12,2,11,2,64,32,3,32,9,40,2,16,70,4,64,32,9,32,5,54,2,16,12,1,11,32,9,32,5,54,2,20,11,32,5,69,13,1,11,32,5,32,9,54,2,24,32,3,40,2,16,34,1,4,64,32,5,32,1,54,2,16,32,1,32,5,54,2,24,11,32,3,40,2,20,34,1,69,13,0,32,5,32,1,54,2,20,32,1,32,5,54,2,24,11,2,64,32,0,65,15,77,4,64,32,3,32,0,32,7,106,34,0,65,3,114,54,2,4,32,0,32,3,106,34,0,32,0,40,2,4,65,1,114,54,2,4,12,1,11,32,3,32,7,65,3,114,54,2,4,32,3,32,7,106,34,5,32,0,65,1,114,54,2,4,32,0,32,5,106,32,0,54,2,0,32,8,4,64,35,1,65,164,215,0,106,34,6,34,2,32,8,65,120,113,106,65,40,106,33,1,32,2,40,2,20,33,2,2,127,65,1,32,8,65,3,118,116,34,7,32,4,113,69,4,64,32,6,32,4,32,7,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,4,32,1,32,2,54,2,8,32,4,32,2,54,2,12,32,2,32,1,54,2,12,32,2,32,4,54,2,8,11,35,1,65,164,215,0,106,34,1,32,5,54,2,20,32,1,32,0,54,2,8,11,32,3,65,8,106,33,5,11,32,11,65,16,106,36,0,32,5,11,128,1,2,1,126,3,127,2,64,32,0,66,128,128,128,128,16,84,4,64,32,0,33,2,12,1,11,3,64,32,1,65,1,107,34,1,32,0,32,0,66,10,128,34,2,66,10,126,125,167,65,48,114,58,0,0,32,0,66,255,255,255,255,159,1,86,32,2,33,0,13,0,11,11,32,2,66,0,82,4,64,32,2,167,33,3,3,64,32,1,65,1,107,34,1,32,3,32,3,65,10,110,34,4,65,10,108,107,65,48,114,58,0,0,32,3,65,9,75,32,4,33,3,13,0,11,11,32,1,11,139,4,1,3,127,32,2,65,128,4,79,4,64,32,2,4,64,32,0,32,1,32,2,252,10,0,0,11,32,0,15,11,32,0,32,2,106,33,3,2,64,32,0,32,1,115,65,3,113,69,4,64,2,64,32,0,65,3,113,69,4,64,32,0,33,2,12,1,11,32,2,69,4,64,32,0,33,2,12,1,11,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,65,3,113,69,13,1,32,2,32,3,73,13,0,11,11,32,3,65,124,113,33,4,2,64,32,3,65,192,0,73,13,0,32,2,32,4,65,64,106,34,5,75,13,0,3,64,32,2,32,1,40,2,0,54,2,0,32,2,32,1,40,2,4,54,2,4,32,2,32,1,40,2,8,54,2,8,32,2,32,1,40,2,12,54,2,12,32,2,32,1,40,2,16,54,2,16,32,2,32,1,40,2,20,54,2,20,32,2,32,1,40,2,24,54,2,24,32,2,32,1,40,2,28,54,2,28,32,2,32,1,40,2,32,54,2,32,32,2,32,1,40,2,36,54,2,36,32,2,32,1,40,2,40,54,2,40,32,2,32,1,40,2,44,54,2,44,32,2,32,1,40,2,48,54,2,48,32,2,32,1,40,2,52,54,2,52,32,2,32,1,40,2,56,54,2,56,32,2,32,1,40,2,60,54,2,60,32,1,65,64,107,33,1,32,2,65,64,107,34,2,32,5,77,13,0,11,11,32,2,32,4,79,13,1,3,64,32,2,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,73,13,0,11,12,1,11,32,3,65,4,73,4,64,32,0,33,2,12,1,11,32,2,65,4,73,4,64,32,0,33,2,12,1,11,32,3,65,4,107,33,4,32,0,33,2,3,64,32,2,32,1,45,0,0,58,0,0,32,2,32,1,45,0,1,58,0,1,32,2,32,1,45,0,2,58,0,2,32,2,32,1,45,0,3,58,0,3,32,1,65,4,106,33,1,32,2,65,4,106,34,2,32,4,77,13,0,11,11,32,2,32,3,73,4,64,3,64,32,2,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,106,34,2,32,3,71,13,0,11,11,32,0,11,241,4,2,6,127,1,126,35,0,65,16,107,33,4,2,64,32,0,40,2,0,34,3,69,13,0,32,0,40,2,24,34,6,32,3,40,2,36,34,7,70,13,0,32,4,32,0,40,2,20,54,2,8,32,4,32,0,41,2,12,55,3,0,32,0,41,2,28,33,9,32,1,32,6,65,3,116,65,0,32,3,32,7,65,3,116,107,32,3,65,1,113,27,106,34,5,54,2,0,32,1,32,4,41,3,0,55,2,4,32,1,32,4,40,2,8,54,2,12,32,1,32,9,55,2,20,32,1,32,6,54,2,16,32,2,2,127,32,5,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,34,4,58,0,0,2,127,32,5,40,2,0,34,1,65,1,113,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,0,40,2,28,33,1,32,0,40,2,36,34,3,4,64,32,2,32,3,32,1,65,1,116,106,47,1,0,32,4,114,65,0,71,34,4,58,0,0,11,32,0,32,1,65,1,106,54,2,28,32,5,40,2,0,33,1,11,65,0,33,3,2,64,32,1,65,1,113,13,0,32,1,40,2,36,69,13,0,32,1,40,2,56,33,3,11,32,0,32,0,40,2,32,32,3,106,32,4,106,54,2,32,32,0,2,127,32,5,40,2,0,34,1,65,1,113,4,64,32,0,65,20,106,33,6,32,0,65,16,106,33,7,32,0,40,2,20,33,8,32,0,40,2,16,33,3,32,5,45,0,7,34,2,32,0,40,2,12,106,12,1,11,65,0,32,0,40,2,20,32,1,40,2,20,34,2,27,33,8,32,0,65,20,106,33,6,32,0,65,16,106,33,7,32,0,40,2,16,32,2,106,33,3,32,1,40,2,24,33,2,32,0,40,2,12,32,1,40,2,16,106,11,34,4,54,2,12,65,1,33,5,32,0,32,0,40,2,24,65,1,106,34,1,54,2,24,32,0,32,3,173,32,2,32,8,106,173,66,32,134,132,55,2,16,32,1,32,0,40,2,0,34,2,40,2,36,34,8,79,13,0,32,6,40,2,0,33,6,32,0,2,127,32,2,32,8,65,3,116,107,32,1,65,3,116,106,41,2,0,34,9,167,34,1,65,1,113,4,64,32,9,66,32,136,167,65,255,1,113,33,2,32,9,66,40,136,167,65,15,113,33,0,32,9,66,48,136,167,65,255,1,113,12,1,11,32,1,40,2,12,33,2,32,1,40,2,8,33,0,32,1,40,2,4,11,32,4,106,54,2,12,32,7,32,0,32,3,106,173,65,0,32,6,32,0,27,32,2,106,173,66,32,134,132,55,2,0,11,32,5,11,193,2,1,5,127,35,0,65,16,107,34,5,36,0,32,1,32,2,71,4,64,32,0,40,2,0,34,3,32,1,65,5,116,106,33,4,2,64,32,3,32,2,65,5,116,106,34,2,40,2,4,34,3,69,13,0,32,4,40,2,4,13,0,32,4,32,3,54,2,4,32,2,65,0,54,2,4,11,32,2,40,2,0,4,64,32,0,40,2,52,33,6,32,2,40,2,12,4,64,32,5,32,2,41,2,12,55,3,8,32,6,32,5,65,8,106,16,10,11,32,2,40,2,20,4,64,32,5,32,2,41,2,20,55,3,0,32,6,32,5,16,10,11,32,2,40,2,4,34,3,4,64,32,3,40,2,0,34,7,4,127,32,7,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,2,40,2,4,5,32,3,11,35,8,40,2,0,17,2,0,11,32,2,40,2,0,32,0,65,36,106,32,6,16,26,11,32,2,32,4,41,2,0,55,2,0,32,2,32,4,41,2,24,55,2,24,32,2,32,4,41,2,16,55,2,16,32,2,32,4,41,2,8,55,2,8,32,0,40,2,4,32,1,65,127,115,106,65,5,116,34,2,4,64,32,0,40,2,0,32,1,65,5,116,106,34,1,32,1,65,32,106,32,2,252,10,0,0,11,32,0,32,0,40,2,4,65,1,107,54,2,4,11,32,5,65,16,106,36,0,11,237,3,2,11,127,1,126,32,0,40,2,0,34,5,32,0,40,2,4,34,6,65,4,116,106,34,3,65,4,107,40,2,0,33,11,32,3,65,9,107,45,0,0,33,2,32,3,65,10,107,45,0,0,33,1,2,64,32,3,65,16,107,40,2,0,34,4,65,1,113,4,64,32,1,32,2,106,33,9,12,1,11,32,4,40,2,16,32,4,40,2,4,106,33,9,32,4,45,0,44,65,192,0,113,69,13,0,32,3,65,12,107,47,1,0,32,1,65,16,116,114,32,2,65,24,116,114,33,10,32,4,40,2,36,34,3,4,64,3,64,32,4,32,3,65,3,116,107,33,7,32,3,33,1,3,64,2,64,2,64,32,7,32,1,65,1,107,34,1,65,3,116,106,34,8,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,2,40,2,36,33,3,32,8,40,2,4,33,10,32,2,33,4,12,1,11,32,1,13,1,11,11,32,3,13,0,11,11,32,0,32,10,54,2,16,32,0,32,4,54,2,12,11,32,0,32,6,65,1,107,34,2,54,2,4,2,64,32,2,69,13,0,32,9,32,11,106,33,3,3,64,2,64,32,2,33,1,32,5,32,6,65,4,116,106,65,32,107,40,2,0,34,7,65,1,113,69,4,64,32,7,40,2,36,34,8,32,5,32,1,65,4,116,106,40,2,8,65,1,106,34,4,75,13,1,11,32,0,32,1,65,1,107,34,2,54,2,4,32,1,33,6,32,2,13,1,12,2,11,11,32,0,40,2,8,34,2,32,6,73,4,64,32,5,65,8,32,2,65,1,116,34,1,32,6,32,1,32,6,75,27,34,1,32,1,65,8,77,27,34,1,65,4,116,35,6,40,2,0,17,1,0,33,5,32,0,32,1,54,2,8,32,0,32,5,54,2,0,32,7,40,2,36,33,8,32,0,40,2,4,33,1,11,32,0,32,1,65,1,106,54,2,4,32,7,32,8,65,3,116,107,32,4,65,3,116,106,41,2,0,33,12,32,5,32,1,65,4,116,106,34,0,32,3,54,2,12,32,0,32,4,54,2,8,32,0,32,12,55,2,0,11,11,217,4,2,7,127,1,126,35,0,65,32,107,34,2,36,0,2,64,32,0,40,2,160,9,34,1,69,13,0,32,0,40,2,136,10,34,3,69,13,0,32,1,40,2,116,34,1,69,13,0,32,3,32,1,17,2,0,11,32,0,65,0,54,2,136,10,32,0,40,2,152,10,4,64,32,2,32,0,65,152,10,106,41,2,0,55,3,24,32,0,65,136,9,106,32,2,65,24,106,16,10,32,0,66,0,55,2,152,10,11,32,0,66,0,55,2,128,10,32,0,65,0,54,2,248,9,32,0,40,2,32,4,64,65,0,33,1,32,0,65,0,54,2,124,32,0,65,0,58,0,128,1,32,0,66,0,55,2,36,32,0,65,0,54,2,32,32,0,40,2,68,33,5,2,64,32,0,40,2,100,34,3,4,64,3,64,2,64,32,5,32,1,65,24,108,106,34,6,40,2,20,34,7,69,13,0,32,7,32,6,40,2,16,34,4,77,13,0,32,6,41,2,0,33,8,32,0,32,1,54,2,104,32,0,32,8,55,2,36,32,0,32,4,54,2,32,65,0,33,1,32,0,40,2,72,69,13,3,32,0,40,2,108,34,3,32,4,77,4,64,32,4,32,0,40,2,112,32,3,106,73,13,4,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,12,3,11,32,1,65,1,106,34,1,32,3,71,13,0,11,11,32,0,32,3,54,2,104,32,5,32,3,65,24,108,106,34,1,65,4,107,40,2,0,33,3,32,1,65,16,107,41,2,0,33,8,32,0,65,0,54,2,72,32,0,32,8,55,2,36,32,0,32,3,54,2,32,32,0,66,0,55,2,108,65,1,33,1,11,32,0,65,0,54,2,0,32,0,32,1,54,2,116,11,32,0,40,2,132,9,16,58,32,0,65,224,9,106,33,1,32,0,40,2,224,9,4,64,32,2,32,1,41,2,0,55,3,16,32,0,65,136,9,106,32,2,65,16,106,16,10,11,32,0,40,2,232,9,4,64,32,2,32,0,65,232,9,106,41,2,0,55,3,8,32,0,65,136,9,106,32,2,65,8,106,16,10,11,32,1,66,0,55,2,0,32,1,65,0,54,2,16,32,1,66,0,55,2,8,32,0,40,2,180,9,4,64,32,2,32,0,65,180,9,106,41,2,0,55,3,0,32,0,65,136,9,106,32,2,16,10,32,0,66,0,55,2,180,9,11,32,0,65,0,58,0,198,10,32,0,65,0,54,2,144,10,32,0,65,0,59,1,196,10,32,0,66,0,55,2,180,10,32,0,66,0,55,2,172,10,32,0,65,188,10,106,65,0,54,2,0,32,2,65,32,106,36,0,11,90,2,1,127,1,126,2,64,2,127,65,0,32,0,69,13,0,26,32,0,173,32,1,173,126,34,3,167,34,2,32,0,32,1,114,65,128,128,4,73,13,0,26,65,127,32,2,32,3,66,32,136,167,27,11,34,2,16,34,34,0,69,13,0,32,0,65,4,107,45,0,0,65,3,113,69,13,0,32,0,65,0,32,2,16,52,26,11,32,0,11,219,3,1,8,127,2,64,32,2,65,253,255,3,75,13,0,32,0,40,2,24,33,4,32,2,32,0,40,2,12,73,4,64,2,64,2,64,32,1,32,4,79,4,64,32,0,40,2,44,32,0,40,2,48,32,1,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,4,47,1,0,34,7,69,4,64,12,3,11,32,4,65,2,106,33,4,3,64,32,4,65,4,106,33,3,32,4,47,1,2,34,10,4,127,32,3,32,10,65,1,116,106,65,0,33,6,3,64,32,3,47,1,0,32,2,70,13,4,32,3,65,2,106,33,3,32,6,65,1,106,34,6,32,10,71,13,0,11,5,32,3,11,33,4,65,0,33,3,32,9,65,1,106,34,9,32,7,71,13,0,11,12,2,11,32,0,40,2,40,32,0,40,2,4,32,1,108,65,1,116,106,32,2,65,1,116,106,47,1,0,33,3,12,1,11,32,4,47,1,0,33,3,11,32,0,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,2,45,0,0,34,0,69,13,1,32,2,32,0,65,3,116,106,34,0,45,0,0,13,1,32,1,32,0,65,8,106,34,0,65,6,107,47,1,0,32,0,65,4,107,45,0,0,65,1,113,27,33,5,12,1,11,2,64,32,1,32,4,79,4,64,32,0,40,2,44,32,0,40,2,48,32,1,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,8,69,13,2,32,0,65,2,106,33,0,65,0,33,1,3,64,32,0,65,4,106,33,3,32,0,47,1,2,34,7,4,127,32,3,32,7,65,1,116,106,65,0,33,6,3,64,32,3,47,1,0,32,2,70,13,4,32,3,65,2,106,33,3,32,6,65,1,106,34,6,32,7,71,13,0,11,5,32,3,11,33,0,32,1,65,1,106,34,1,32,8,71,13,0,11,12,2,11,32,0,40,2,40,32,0,40,2,4,32,1,108,65,1,116,106,32,2,65,1,116,106,47,1,0,33,5,12,1,11,32,0,47,1,0,33,5,11,32,5,65,255,255,3,113,11,23,1,2,127,3,64,32,0,16,72,34,2,65,1,70,13,0,11,32,2,65,2,70,11,196,1,1,5,127,32,1,40,2,16,33,3,32,1,40,2,8,33,4,32,1,40,2,4,33,5,32,1,40,2,0,33,6,32,1,40,2,20,33,2,32,0,32,1,40,2,12,59,1,16,32,0,32,2,54,2,0,32,0,65,0,54,2,8,32,0,40,2,4,33,1,32,0,32,0,40,2,12,4,127,65,0,5,2,127,32,1,4,64,32,1,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,1,32,0,65,8,54,2,12,32,0,32,1,54,2,4,32,0,40,2,8,11,34,2,65,1,106,54,2,8,32,1,32,2,65,28,108,106,34,0,65,0,54,2,24,32,0,66,0,55,2,16,32,0,32,4,54,2,12,32,0,32,5,54,2,8,32,0,32,6,54,2,4,32,0,32,3,54,2,0,11,205,3,1,5,127,2,64,2,64,32,0,40,2,16,34,4,69,13,0,32,0,40,2,12,33,6,3,64,2,64,32,2,32,6,32,3,65,3,116,106,34,5,40,2,4,70,4,64,32,0,40,2,0,32,5,40,2,0,106,32,1,32,2,16,27,69,13,1,11,32,3,65,1,106,34,3,32,4,71,13,1,12,2,11,11,32,3,65,0,78,13,1,11,32,0,40,2,0,33,3,32,0,40,2,4,33,6,32,2,65,1,106,34,5,4,64,32,5,32,6,106,34,4,32,0,40,2,8,34,7,77,4,127,32,6,5,65,8,32,7,65,1,116,34,7,32,4,32,4,32,7,73,27,34,4,32,4,65,8,77,27,33,4,2,127,32,3,4,64,32,3,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,3,32,0,32,4,54,2,8,32,0,32,3,54,2,0,32,0,40,2,4,11,33,4,32,5,4,64,32,3,32,4,106,65,0,32,5,252,11,0,11,32,0,32,0,40,2,4,32,5,106,54,2,4,32,0,40,2,0,33,3,11,32,2,4,64,32,3,32,6,106,32,1,32,2,252,10,0,0,11,32,0,40,2,0,32,0,40,2,4,106,65,1,107,65,0,58,0,0,32,0,40,2,12,33,3,32,0,32,0,40,2,16,34,4,65,1,106,34,1,32,0,40,2,20,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,1,32,1,32,4,73,27,34,1,32,1,65,8,77,27,34,4,65,3,116,33,1,2,127,32,3,4,64,32,3,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,3,32,0,32,4,54,2,20,32,0,32,3,54,2,12,32,0,40,2,16,34,4,65,1,106,5,32,1,11,54,2,16,32,3,32,4,65,3,116,106,34,1,32,2,54,2,4,32,1,32,6,54,2,0,32,0,47,1,16,65,1,107,33,3,11,32,3,65,255,255,3,113,11,218,10,1,8,127,65,1,33,3,32,1,40,2,12,65,34,70,4,64,32,1,40,2,0,33,8,32,1,16,12,26,32,1,40,2,0,33,2,32,0,65,0,54,2,136,1,2,127,3,64,2,64,32,1,40,2,12,33,3,2,127,2,64,2,64,32,4,65,1,113,4,64,32,0,40,2,136,1,33,4,2,64,2,64,2,64,2,64,2,64,32,3,65,238,0,107,14,7,0,4,4,4,1,4,2,3,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,10,58,0,0,12,6,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,13,58,0,0,12,5,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,9,58,0,0,12,4,11,32,3,65,48,70,13,2,11,32,0,40,2,132,1,33,2,32,1,40,2,0,33,6,2,64,32,4,32,1,45,0,16,34,3,106,34,5,32,0,40,2,140,1,77,13,0,2,127,32,2,4,64,32,2,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,2,32,0,32,5,54,2,140,1,32,0,32,2,54,2,132,1,32,0,40,2,136,1,34,5,32,4,77,13,0,32,5,32,4,107,34,5,69,13,0,32,2,32,4,106,34,7,32,3,106,32,7,32,5,252,10,0,0,11,2,64,32,3,69,34,5,13,0,32,2,32,4,106,33,2,32,6,4,64,32,5,13,1,32,2,32,6,32,3,252,10,0,0,12,1,11,32,3,69,13,0,32,2,65,0,32,3,252,11,0,11,32,0,32,0,40,2,136,1,32,3,106,54,2,136,1,12,2,11,2,64,2,64,2,127,2,64,32,3,65,220,0,71,4,64,32,3,65,10,70,13,4,65,0,32,3,65,34,71,13,7,26,32,0,40,2,132,1,33,3,32,1,40,2,0,34,8,32,2,107,34,4,32,0,40,2,136,1,34,5,106,34,6,32,0,40,2,140,1,77,13,3,32,3,69,13,1,32,3,32,6,35,6,40,2,0,17,1,0,12,2,11,32,0,40,2,132,1,33,3,2,64,32,1,40,2,0,34,7,32,2,107,34,4,32,0,40,2,136,1,34,5,106,34,6,32,0,40,2,140,1,77,13,0,2,127,32,3,4,64,32,3,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,3,32,0,32,6,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,6,32,5,77,13,0,32,6,32,5,107,34,6,69,13,0,32,3,32,5,106,34,9,32,4,106,32,9,32,6,252,10,0,0,11,2,64,32,2,32,7,70,13,0,32,3,32,5,106,33,3,32,2,4,64,32,4,69,13,1,32,3,32,2,32,4,252,10,0,0,12,1,11,32,4,69,13,0,32,3,65,0,32,4,252,11,0,11,32,0,32,0,40,2,136,1,32,4,106,54,2,136,1,32,1,40,2,0,65,1,106,33,2,65,1,12,6,11,32,6,35,7,40,2,0,17,0,0,11,33,3,32,0,32,6,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,6,32,5,77,13,0,32,6,32,5,107,34,6,69,13,0,32,3,32,5,106,34,7,32,4,106,32,7,32,6,252,10,0,0,11,2,64,32,2,32,8,70,13,0,32,3,32,5,106,33,3,32,2,4,64,32,4,69,13,1,32,3,32,2,32,4,252,10,0,0,12,1,11,32,4,69,13,0,32,3,65,0,32,4,252,11,0,11,32,0,32,0,40,2,136,1,32,4,106,54,2,136,1,65,0,12,6,11,12,3,11,32,0,40,2,132,1,33,3,32,0,32,4,65,1,106,34,2,32,0,40,2,140,1,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,3,4,64,32,3,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,3,32,0,32,2,54,2,140,1,32,0,32,3,54,2,132,1,32,0,40,2,136,1,34,4,65,1,106,5,32,2,11,54,2,136,1,32,3,32,4,106,65,0,58,0,0,11,32,1,40,2,0,32,1,45,0,16,106,33,2,65,0,11,33,4,32,1,16,12,13,1,11,11,32,1,65,0,58,0,16,32,1,32,8,54,2,0,65,1,11,33,3,32,1,16,12,26,11,32,3,11,110,1,3,127,32,0,40,2,4,65,1,106,34,1,32,0,40,2,8,34,2,75,4,64,65,8,32,2,65,1,116,34,2,32,1,32,1,32,2,73,27,34,1,32,1,65,8,77,27,34,2,65,20,108,33,1,2,127,32,0,40,2,0,34,3,4,64,32,3,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,1,32,0,32,2,54,2,8,32,0,32,1,54,2,0,11,11,223,6,2,15,127,2,126,2,64,32,0,45,0,28,13,0,32,0,40,2,4,34,7,32,0,40,2,8,34,8,65,28,108,106,65,28,107,40,2,0,34,11,40,2,0,34,3,65,1,113,13,0,3,64,32,3,40,2,36,34,15,69,4,64,65,0,15,11,32,7,32,8,65,28,108,106,34,3,65,20,107,41,2,0,33,17,32,3,65,24,107,40,2,0,33,3,65,0,33,12,65,0,33,9,2,64,3,64,65,0,33,6,2,127,2,64,2,64,32,11,45,0,0,65,1,113,4,127,65,0,5,32,11,40,2,0,34,2,32,2,40,2,36,65,3,116,107,11,32,9,65,3,116,106,34,6,40,2,0,34,5,65,1,113,69,4,64,32,5,40,2,4,32,3,106,34,10,32,5,40,2,16,106,34,2,32,1,75,13,1,32,5,40,2,24,65,0,32,5,40,2,12,65,0,32,17,66,32,136,167,32,5,40,2,8,34,4,27,106,32,5,40,2,20,34,3,27,106,173,66,32,134,32,3,32,4,32,17,167,106,106,173,132,33,17,32,5,47,1,44,34,3,65,4,113,69,33,13,2,64,32,3,65,192,0,113,69,13,0,32,6,40,2,4,33,14,32,5,40,2,36,34,4,4,64,3,64,32,5,32,4,65,3,116,107,33,16,32,4,33,6,3,64,2,64,2,64,32,16,32,6,65,1,107,34,6,65,3,116,106,34,10,40,2,0,34,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,32,3,40,2,36,33,4,32,10,40,2,4,33,14,32,3,33,5,12,1,11,32,6,13,1,11,11,32,4,13,0,11,32,5,69,13,1,11,32,0,32,14,54,2,36,32,0,32,5,54,2,32,11,32,2,12,3,11,32,3,32,6,45,0,6,106,34,10,32,6,45,0,7,34,4,106,34,2,32,1,77,13,1,11,32,0,32,8,65,1,106,34,4,32,0,40,2,12,34,2,75,4,127,65,8,32,2,65,1,116,34,2,32,4,32,2,32,4,75,27,34,2,32,2,65,8,77,27,34,2,65,28,108,33,4,2,127,32,7,4,64,32,7,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,7,32,0,32,2,54,2,12,32,0,32,7,54,2,4,32,0,40,2,8,34,8,65,1,106,5,32,4,11,54,2,8,32,7,32,8,65,28,108,106,34,2,65,0,54,2,24,32,2,32,12,54,2,20,32,2,32,9,54,2,16,32,2,32,17,55,2,8,32,2,32,3,54,2,4,32,2,32,6,54,2,0,32,0,40,2,4,34,7,32,0,40,2,8,34,8,65,28,108,106,34,2,65,8,107,40,2,0,33,5,2,127,32,2,65,28,107,40,2,0,34,11,40,2,0,34,3,65,1,113,34,6,4,64,32,3,65,1,118,65,1,113,12,1,11,32,3,47,1,44,65,1,113,11,69,4,64,32,8,65,2,73,13,4,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,4,69,13,4,32,0,40,2,20,34,2,40,2,84,32,2,47,1,36,32,4,108,65,1,116,106,32,5,65,1,116,106,47,1,0,69,13,4,11,32,1,32,10,73,4,64,32,0,65,1,58,0,28,65,1,15,11,32,0,32,0,40,2,24,65,1,106,54,2,24,65,1,15,11,32,6,45,0,4,65,0,32,17,66,32,136,167,32,6,49,0,5,66,15,131,34,18,167,27,106,32,4,106,173,66,32,134,32,17,32,18,124,66,255,255,255,255,15,131,132,33,17,32,5,65,127,115,65,3,118,65,1,113,33,13,32,2,11,33,3,32,12,32,13,106,33,12,32,9,65,1,106,34,9,32,15,71,13,0,11,65,0,15,11,32,6,69,13,0,11,11,65,0,11,210,12,2,10,127,1,126,35,0,65,160,1,107,34,10,36,0,2,127,32,0,40,2,0,34,8,69,4,64,32,1,32,2,35,1,65,253,10,106,65,0,16,11,12,1,11,32,8,65,8,118,33,12,2,127,2,64,2,64,2,64,2,64,2,64,32,4,13,0,32,8,65,1,113,4,127,32,8,65,5,118,65,1,113,5,32,8,47,1,44,65,9,118,65,1,113,11,13,0,2,64,2,64,2,64,32,5,69,4,64,32,8,65,1,113,69,13,1,32,8,65,2,113,69,13,5,32,8,65,2,118,65,1,113,13,4,12,5,11,32,6,69,13,1,12,3,11,32,8,47,1,44,34,9,65,1,113,13,1,12,3,11,32,7,35,1,65,161,10,106,71,13,3,12,5,11,32,9,65,1,118,65,1,113,69,13,1,11,2,127,32,1,32,7,35,1,65,161,10,106,70,13,0,26,32,1,32,2,35,1,65,233,11,106,65,0,16,11,32,1,106,34,9,32,7,69,13,0,26,32,10,32,7,54,2,96,32,9,32,1,32,2,65,1,75,27,32,2,35,1,65,230,11,106,32,10,65,224,0,106,16,11,32,9,106,11,33,9,2,64,32,8,65,1,113,69,4,64,2,64,32,8,47,1,40,34,12,65,255,255,3,71,13,0,32,8,40,2,36,13,0,32,8,40,2,16,69,13,0,32,9,32,1,32,2,65,1,75,34,5,27,32,2,35,1,65,217,11,106,65,0,16,11,32,9,106,34,9,32,1,32,5,27,33,5,65,1,33,14,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,8,40,2,48,34,6,65,1,106,14,15,0,1,5,5,5,5,5,5,5,5,3,2,5,5,4,5,11,32,5,32,2,35,1,65,193,10,106,65,0,16,11,12,5,11,32,5,32,2,35,1,65,197,11,106,65,0,16,11,12,4,11,32,5,32,2,35,1,65,149,11,106,65,0,16,11,12,3,11,32,5,32,2,35,1,65,139,11,106,65,0,16,11,12,2,11,32,5,32,2,35,1,65,144,11,106,65,0,16,11,12,1,11,32,6,65,32,107,65,222,0,77,4,64,32,10,32,6,54,2,64,32,5,32,2,35,1,65,192,11,106,32,10,65,64,107,16,11,12,1,11,32,10,32,6,54,2,80,32,5,32,2,35,1,65,236,9,106,32,10,65,208,0,106,16,11,11,32,9,106,12,7,11,32,5,32,12,32,5,27,33,5,12,1,11,32,5,13,0,32,12,65,255,1,113,33,5,11,35,1,65,171,10,106,33,13,2,64,2,64,2,64,32,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,13,12,1,11,65,0,33,13,32,3,40,2,8,32,3,40,2,4,106,32,5,77,13,0,32,3,40,2,56,32,5,65,2,116,106,40,2,0,33,13,11,65,1,33,14,32,9,32,1,32,2,65,1,75,27,33,12,32,8,65,1,113,4,127,32,8,65,5,118,65,1,113,5,32,8,47,1,44,65,9,118,65,1,113,11,4,64,32,12,32,2,35,1,65,207,11,106,65,0,16,11,32,9,106,33,5,2,64,32,6,69,4,64,32,8,65,1,113,4,127,32,8,65,2,118,65,1,113,5,32,8,47,1,44,65,1,118,65,1,113,11,69,13,1,11,32,10,32,13,54,2,32,32,5,32,1,32,2,65,1,75,27,32,2,35,1,65,223,7,106,32,10,65,32,106,16,11,32,5,106,12,6,11,32,10,32,13,54,2,48,32,5,32,1,32,2,65,1,75,27,32,2,35,1,65,202,11,106,32,10,65,48,106,16,11,32,5,106,12,5,11,32,10,32,13,54,2,16,32,12,32,2,35,1,65,222,7,106,32,10,65,16,106,16,11,32,9,106,12,4,11,32,7,35,1,65,161,10,106,70,13,1,11,32,1,12,2,11,32,8,65,1,113,4,64,32,12,65,255,1,113,33,5,12,1,11,32,8,47,1,40,33,5,11,35,1,65,171,10,106,33,9,2,64,2,64,2,64,32,5,65,255,255,3,113,34,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,9,12,1,11,65,0,33,9,32,3,40,2,8,32,3,40,2,4,106,32,5,77,13,0,32,3,40,2,56,32,5,65,2,116,106,40,2,0,33,9,11,2,127,2,127,2,64,32,8,65,1,113,69,4,64,32,8,40,2,36,69,13,1,32,10,32,9,54,2,144,1,32,1,32,2,35,1,65,222,7,106,32,10,65,144,1,106,16,11,32,1,106,12,3,11,32,8,65,2,118,65,1,113,12,1,11,32,8,47,1,44,65,1,118,65,1,113,11,4,64,32,10,32,9,54,2,128,1,32,1,32,2,35,1,65,241,10,106,32,10,65,128,1,106,16,11,32,1,106,12,1,11,32,10,32,9,54,2,112,32,1,32,2,35,1,65,132,11,106,32,10,65,240,0,106,16,11,32,1,106,11,11,33,9,2,64,32,0,45,0,0,65,1,113,13,0,32,0,40,2,0,34,11,40,2,36,34,6,69,13,0,32,11,47,1,66,34,8,4,64,32,3,40,2,84,32,3,47,1,36,32,8,108,65,1,116,106,33,15,11,65,0,33,5,32,3,40,2,32,4,64,32,3,40,2,68,32,3,40,2,64,32,8,65,2,116,106,34,5,47,1,0,65,2,116,106,34,16,32,5,47,1,2,65,2,116,106,33,5,11,65,0,32,7,32,14,27,33,12,65,0,33,7,65,0,33,13,3,64,32,10,32,11,32,6,65,3,116,107,32,13,65,3,116,106,41,2,0,34,18,55,3,152,1,2,127,2,127,32,18,167,34,6,65,1,113,4,64,32,6,65,3,118,65,1,113,12,1,11,32,6,47,1,44,65,2,118,65,1,113,11,4,64,32,10,32,10,41,3,152,1,55,3,8,32,10,65,8,106,32,9,32,1,32,2,65,1,75,27,32,2,32,3,32,4,65,0,65,0,65,0,16,49,12,1,11,2,127,32,15,69,4,64,65,0,33,6,65,0,12,1,11,32,15,32,7,65,1,116,106,47,1,0,34,6,65,2,106,65,255,255,3,113,65,3,79,4,64,32,3,40,2,72,32,6,65,3,108,106,45,0,1,65,0,71,12,1,11,32,6,11,33,17,2,127,32,12,32,16,34,11,32,5,79,13,0,26,3,64,2,64,32,11,45,0,3,13,0,32,7,32,11,45,0,2,71,13,0,32,3,40,2,60,32,11,47,1,0,65,2,116,106,40,2,0,12,2,11,32,11,65,4,106,34,11,32,5,73,13,0,11,32,12,11,33,8,32,10,32,10,41,3,152,1,55,3,0,32,7,65,1,106,33,7,32,10,32,9,32,1,32,2,65,1,75,27,32,2,32,3,32,4,32,6,32,17,65,1,113,32,8,16,49,11,32,9,106,33,9,32,13,65,1,106,34,13,32,0,40,2,0,34,11,40,2,36,34,6,73,13,0,11,11,32,14,4,127,32,9,32,1,32,2,65,1,75,27,32,2,35,1,65,137,11,106,65,0,16,11,32,9,106,5,32,9,11,32,1,107,11,32,10,65,160,1,106,36,0,11,178,2,1,7,127,2,64,32,0,65,255,255,7,75,13,0,35,1,34,2,65,128,48,106,32,2,65,240,47,106,32,0,32,0,65,255,1,113,34,6,65,3,110,34,3,65,3,108,107,65,255,1,113,65,2,116,106,40,2,0,32,3,32,2,65,208,58,106,34,3,32,3,32,0,65,8,118,34,4,106,45,0,0,65,214,0,108,106,106,45,0,0,108,65,11,118,65,6,112,65,2,116,106,32,2,65,192,207,0,106,32,4,106,45,0,0,65,2,116,106,40,2,0,34,3,65,8,117,33,2,32,3,65,255,1,113,34,3,65,1,77,4,64,32,2,65,0,32,1,32,3,115,107,113,32,0,106,15,11,32,2,65,255,1,113,34,3,69,13,0,32,2,65,8,118,33,2,3,64,35,1,65,192,55,106,32,3,65,1,118,34,4,32,2,106,34,5,65,1,116,106,34,7,45,0,0,34,8,32,6,70,4,64,35,1,65,128,48,106,32,7,45,0,1,65,2,116,106,40,2,0,34,2,65,255,1,113,34,3,65,1,77,4,64,65,0,32,1,32,3,115,107,32,2,65,8,117,113,32,0,106,15,11,65,127,65,1,32,1,27,32,0,106,15,11,32,2,32,5,32,6,32,8,73,34,5,27,33,2,32,4,32,3,32,4,107,32,5,27,34,3,13,0,11,11,32,0,11,171,12,1,8,127,2,64,32,0,69,13,0,32,0,65,8,107,34,3,32,0,65,4,107,40,2,0,34,1,65,120,113,34,0,106,33,5,35,1,33,4,2,64,32,1,65,1,113,13,0,32,1,65,2,113,69,13,1,32,3,32,3,40,2,0,34,1,107,34,3,32,4,65,164,215,0,106,40,2,16,73,13,1,32,0,32,1,106,33,0,2,64,2,64,2,64,35,1,65,164,215,0,106,34,6,40,2,20,32,3,71,4,64,32,3,40,2,12,33,2,32,1,65,255,1,77,4,64,32,2,32,3,40,2,8,34,4,71,13,2,32,6,34,4,32,4,40,2,0,65,126,32,1,65,3,118,119,113,54,2,0,12,5,11,32,3,40,2,24,33,7,32,2,32,3,71,4,64,32,3,40,2,8,34,1,32,2,54,2,12,32,2,32,1,54,2,8,12,4,11,32,3,40,2,20,34,1,4,127,32,3,65,20,106,5,32,3,40,2,16,34,1,69,13,3,32,3,65,16,106,11,33,4,3,64,32,4,33,6,32,1,34,2,65,20,106,33,4,32,2,40,2,20,34,1,13,0,32,2,65,16,106,33,4,32,2,40,2,16,34,1,13,0,11,32,6,65,0,54,2,0,12,3,11,32,5,40,2,4,34,1,65,3,113,65,3,71,13,3,35,1,65,164,215,0,106,32,0,54,2,8,32,5,32,1,65,126,113,54,2,4,32,3,32,0,65,1,114,54,2,4,32,5,32,0,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,2,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,3,40,2,28,34,1,65,2,116,106,34,4,40,2,176,2,32,3,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,4,32,4,40,2,4,65,126,32,1,119,113,54,2,4,12,2,11,2,64,32,3,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,3,40,2,16,34,1,4,64,32,2,32,1,54,2,16,32,1,32,2,54,2,24,11,32,3,40,2,20,34,1,69,13,0,32,2,32,1,54,2,20,32,1,32,2,54,2,24,11,32,3,32,5,79,13,0,32,5,40,2,4,34,1,65,1,113,69,13,0,2,64,2,64,2,64,2,64,32,1,65,2,113,69,4,64,35,1,65,164,215,0,106,34,4,40,2,24,32,5,70,4,64,32,4,34,1,32,3,54,2,24,32,1,32,1,40,2,12,32,0,106,34,0,54,2,12,32,3,32,0,65,1,114,54,2,4,32,3,32,1,40,2,20,71,13,6,32,1,65,0,54,2,8,32,1,65,0,54,2,20,15,11,35,1,65,164,215,0,106,34,4,40,2,20,34,8,32,5,70,4,64,32,4,34,1,32,3,54,2,20,32,1,32,1,40,2,8,32,0,106,34,0,54,2,8,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,15,11,32,1,65,120,113,32,0,106,33,0,32,5,40,2,12,33,2,32,1,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,70,4,64,35,1,65,164,215,0,106,34,4,32,4,40,2,0,65,126,32,1,65,3,118,119,113,54,2,0,12,5,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,4,11,32,5,40,2,24,33,7,32,2,32,5,71,4,64,32,5,40,2,8,34,1,32,2,54,2,12,32,2,32,1,54,2,8,12,3,11,32,5,40,2,20,34,1,4,127,32,5,65,20,106,5,32,5,40,2,16,34,1,69,13,2,32,5,65,16,106,11,33,4,3,64,32,4,33,6,32,1,34,2,65,20,106,33,4,32,2,40,2,20,34,1,13,0,32,2,65,16,106,33,4,32,2,40,2,16,34,1,13,0,11,32,6,65,0,54,2,0,12,2,11,32,5,32,1,65,126,113,54,2,4,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,12,3,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,5,40,2,28,34,1,65,2,116,106,34,4,40,2,176,2,32,5,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,4,32,4,40,2,4,65,126,32,1,119,113,54,2,4,12,2,11,2,64,32,5,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,1,4,64,32,2,32,1,54,2,16,32,1,32,2,54,2,24,11,32,5,40,2,20,34,1,69,13,0,32,2,32,1,54,2,20,32,1,32,2,54,2,24,11,32,3,32,0,65,1,114,54,2,4,32,0,32,3,106,32,0,54,2,0,32,3,32,8,71,13,0,35,1,65,164,215,0,106,32,0,54,2,8,15,11,32,0,65,255,1,77,4,64,35,1,65,164,215,0,106,34,2,34,4,32,0,65,248,1,113,106,65,40,106,33,1,2,127,32,4,40,2,0,34,4,65,1,32,0,65,3,118,116,34,0,113,69,4,64,32,2,32,0,32,4,114,54,2,0,32,1,12,1,11,32,1,40,2,8,11,33,0,32,1,32,3,54,2,8,32,0,32,3,54,2,12,32,3,32,1,54,2,12,32,3,32,0,54,2,8,15,11,65,31,33,2,32,0,65,255,255,255,7,77,4,64,32,0,65,38,32,0,65,8,118,103,34,1,107,118,65,1,113,32,1,65,1,116,107,65,62,106,33,2,11,32,3,32,2,54,2,28,32,3,66,0,55,2,16,35,1,65,164,215,0,106,34,7,34,6,32,2,65,2,116,106,34,1,65,176,2,106,33,4,2,127,2,64,2,127,32,6,40,2,4,34,6,65,1,32,2,116,34,5,113,69,4,64,32,7,32,5,32,6,114,54,2,4,32,1,32,3,54,2,176,2,65,24,33,2,65,8,12,1,11,32,0,65,25,32,2,65,1,118,107,65,0,32,2,65,31,71,27,116,33,2,32,1,40,2,176,2,33,4,3,64,32,4,34,1,40,2,4,65,120,113,32,0,70,13,2,32,2,65,29,118,33,4,32,2,65,1,116,33,2,32,1,32,4,65,4,113,106,34,6,40,2,16,34,4,13,0,11,32,6,32,3,54,2,16,65,24,33,2,32,1,33,4,65,8,11,33,0,32,3,34,1,12,1,11,32,1,40,2,8,34,4,32,3,54,2,12,32,1,32,3,54,2,8,65,24,33,0,65,8,33,2,65,0,11,33,6,32,2,32,3,106,32,4,54,2,0,32,3,32,1,54,2,12,32,0,32,3,106,32,6,54,2,0,35,1,65,164,215,0,106,34,0,32,0,40,2,32,65,1,107,34,0,65,127,32,0,27,54,2,32,11,11,242,2,2,2,127,1,126,2,64,32,2,69,13,0,32,0,32,1,58,0,0,32,0,32,2,106,34,3,65,1,107,32,1,58,0,0,32,2,65,3,73,13,0,32,0,32,1,58,0,2,32,0,32,1,58,0,1,32,3,65,3,107,32,1,58,0,0,32,3,65,2,107,32,1,58,0,0,32,2,65,7,73,13,0,32,0,32,1,58,0,3,32,3,65,4,107,32,1,58,0,0,32,2,65,9,73,13,0,32,0,65,0,32,0,107,65,3,113,34,4,106,34,3,32,1,65,255,1,113,65,129,130,132,8,108,34,1,54,2,0,32,3,32,2,32,4,107,65,124,113,34,4,106,34,2,65,4,107,32,1,54,2,0,32,4,65,9,73,13,0,32,3,32,1,54,2,8,32,3,32,1,54,2,4,32,2,65,8,107,32,1,54,2,0,32,2,65,12,107,32,1,54,2,0,32,4,65,25,73,13,0,32,3,32,1,54,2,24,32,3,32,1,54,2,20,32,3,32,1,54,2,16,32,3,32,1,54,2,12,32,2,65,16,107,32,1,54,2,0,32,2,65,20,107,32,1,54,2,0,32,2,65,24,107,32,1,54,2,0,32,2,65,28,107,32,1,54,2,0,32,4,32,3,65,4,113,65,24,114,34,4,107,34,2,65,32,73,13,0,32,1,173,66,129,128,128,128,16,126,33,5,32,3,32,4,106,33,1,3,64,32,1,32,5,55,3,24,32,1,32,5,55,3,16,32,1,32,5,55,3,8,32,1,32,5,55,3,0,32,1,65,32,106,33,1,32,2,65,32,107,34,2,65,31,75,13,0,11,11,32,0,11,211,1,1,7,127,32,0,40,2,8,34,2,65,1,107,34,4,4,64,2,64,32,2,65,2,107,34,1,69,4,64,65,1,33,3,12,1,11,32,0,40,2,4,33,6,32,4,33,2,3,64,32,2,33,3,2,64,2,127,32,6,32,1,34,2,65,28,108,106,34,5,40,2,0,40,2,0,34,1,65,1,113,4,64,32,1,65,2,113,13,4,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,34,1,65,1,113,13,3,32,1,65,2,118,65,1,113,11,13,0,32,5,65,28,107,40,2,0,40,2,0,47,1,66,34,1,69,13,0,32,0,40,2,0,40,2,8,34,7,40,2,84,32,7,47,1,36,32,1,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,13,2,11,32,2,65,1,107,34,1,13,0,11,65,1,33,3,11,32,0,32,3,54,2,8,11,32,4,65,0,71,11,250,2,1,4,127,32,0,40,2,4,34,3,32,1,40,2,4,34,2,73,4,64,32,0,40,2,0,33,4,32,0,40,2,8,34,5,32,2,73,4,127,65,8,32,5,65,1,116,34,3,32,2,32,2,32,3,73,27,34,2,32,2,65,8,77,27,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,2,54,2,8,32,0,32,4,54,2,0,32,0,40,2,4,33,3,32,1,40,2,4,5,32,2,11,32,3,107,34,2,4,64,32,3,32,4,106,65,0,32,2,252,11,0,11,32,0,32,1,40,2,4,34,2,54,2,4,11,32,2,65,255,255,3,113,4,64,65,0,33,3,65,0,33,4,3,64,32,1,40,2,0,32,3,106,45,0,0,33,2,2,64,2,64,2,64,2,64,2,64,2,64,32,0,40,2,0,32,3,106,34,3,45,0,0,14,5,5,1,2,3,0,4,11,65,4,33,2,12,4,11,32,2,65,255,1,113,65,5,79,13,2,66,129,132,136,160,192,0,32,2,65,3,116,173,66,248,1,131,136,167,33,2,12,3,11,32,2,65,255,1,113,65,5,79,13,1,66,130,132,136,160,192,0,32,2,65,3,116,173,66,248,1,131,136,167,33,2,12,2,11,32,2,65,255,1,113,65,5,79,13,0,66,131,136,144,160,192,0,32,2,65,3,116,173,66,248,1,131,136,167,33,2,12,1,11,65,0,33,2,11,32,3,32,2,58,0,0,32,4,65,1,106,34,4,65,255,255,3,113,34,3,32,1,47,1,4,73,13,0,11,11,11,214,5,2,9,127,1,126,35,0,65,32,107,34,7,36,0,32,3,40,2,4,34,5,4,127,32,3,40,2,0,32,5,65,4,116,106,34,5,65,16,107,40,2,0,33,4,32,5,65,12,107,40,2,0,5,65,0,11,33,5,2,64,32,4,65,1,113,13,0,2,64,2,64,32,4,40,2,36,69,13,0,32,0,65,132,1,106,33,9,3,64,32,4,47,1,42,32,2,70,13,1,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,4,65,1,113,4,127,32,4,65,128,254,3,113,65,8,118,5,32,4,47,1,40,11,33,6,32,0,40,2,160,9,33,5,35,1,65,171,10,106,33,4,2,64,2,64,2,64,32,6,65,255,255,3,113,34,6,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,4,12,1,11,65,0,33,4,32,5,40,2,8,32,5,40,2,4,106,32,6,77,13,0,32,5,40,2,56,32,6,65,2,116,106,40,2,0,33,4,11,32,7,32,4,54,2,16,32,9,65,128,8,35,1,65,249,3,106,32,7,65,16,106,16,11,26,32,0,40,2,96,34,5,4,64,32,0,40,2,92,65,0,32,9,32,5,17,3,0,11,32,9,33,5,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,5,45,0,0,34,4,65,34,70,13,0,32,4,65,220,0,70,13,0,32,4,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,5,45,0,0,33,4,11,32,4,192,32,0,40,2,140,10,16,9,32,5,65,1,106,33,5,12,0,11,0,11,2,64,32,3,40,2,0,34,6,32,3,40,2,4,34,4,65,4,116,106,34,8,65,16,107,40,2,0,34,5,65,1,113,13,0,32,5,40,2,36,34,10,69,13,0,32,8,65,4,107,40,2,0,33,11,32,3,32,4,65,1,106,34,8,32,3,40,2,8,34,12,75,4,127,32,6,65,8,32,12,65,1,116,34,4,32,8,32,4,32,8,75,27,34,4,32,4,65,8,77,27,34,4,65,4,116,35,6,40,2,0,17,1,0,33,6,32,3,32,4,54,2,8,32,3,32,6,54,2,0,32,5,40,2,36,33,10,32,3,40,2,4,34,4,65,1,106,5,32,8,11,54,2,4,32,5,32,10,65,3,116,107,41,2,0,33,13,32,6,32,4,65,4,116,106,34,5,32,11,54,2,12,32,5,65,0,54,2,8,32,5,32,13,55,2,0,32,3,40,2,4,33,4,11,2,127,32,4,69,4,64,65,0,33,4,65,0,12,1,11,32,3,40,2,0,32,4,65,4,116,106,34,5,65,16,107,40,2,0,33,4,32,5,65,12,107,40,2,0,11,33,5,32,4,65,1,113,13,2,65,1,33,6,32,4,40,2,36,13,0,11,11,32,6,65,1,113,69,13,1,11,32,7,32,1,41,2,0,55,3,8,32,0,65,136,9,106,32,7,65,8,106,16,10,32,1,32,5,54,2,4,32,1,32,4,54,2,0,32,4,65,1,113,13,0,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,11,32,7,65,32,106,36,0,11,243,3,1,5,127,35,1,65,171,10,106,33,5,2,64,2,64,2,64,32,3,2,127,32,0,40,2,0,34,6,65,1,113,4,64,32,6,65,128,254,3,113,65,8,118,12,1,11,32,6,47,1,40,11,32,3,27,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,5,12,1,11,65,0,33,5,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,5,11,3,64,2,64,2,64,2,64,2,64,2,64,2,64,32,5,45,0,0,34,3,14,35,5,3,3,3,3,3,3,3,3,1,0,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,2,11,35,1,65,139,8,106,32,4,16,20,32,5,65,1,106,33,5,12,5,11,35,1,65,154,3,106,32,4,16,20,32,5,65,1,106,33,5,12,4,11,32,3,65,220,0,70,13,1,11,32,3,192,32,4,16,9,32,5,65,1,106,33,5,12,2,11,65,220,0,32,4,16,9,32,5,44,0,0,32,4,16,9,32,5,65,1,106,33,5,12,1,11,11,2,64,32,0,40,2,0,34,3,65,1,113,13,0,32,3,40,2,36,34,9,69,13,0,32,3,47,1,66,32,2,47,1,36,108,33,3,65,0,33,6,3,64,65,0,33,7,2,64,2,127,32,0,45,0,0,65,1,113,4,127,65,0,5,32,0,40,2,0,34,5,32,5,40,2,36,65,3,116,107,11,32,6,65,3,116,106,34,5,40,2,0,34,8,65,1,113,4,64,32,8,65,3,118,65,1,113,12,1,11,32,8,47,1,44,65,2,118,65,1,113,11,13,0,32,3,69,13,0,32,2,40,2,84,32,3,65,1,116,106,47,1,0,33,7,32,3,65,1,106,33,3,11,32,5,32,1,32,2,32,7,32,4,16,56,2,127,32,5,40,2,0,34,7,65,1,113,4,64,32,5,45,0,6,32,5,45,0,7,106,12,1,11,32,7,40,2,16,32,7,40,2,4,106,11,32,1,106,33,1,32,6,65,1,106,34,6,32,9,71,13,0,11,11,11,138,3,2,5,127,1,126,35,1,65,252,11,106,33,5,65,1,33,4,2,64,2,64,32,1,69,13,0,32,2,69,13,0,65,0,33,5,3,64,65,0,33,4,32,5,32,1,32,3,65,24,108,106,34,6,40,2,16,34,7,75,13,2,32,6,40,2,20,34,5,32,7,73,13,2,32,3,65,1,106,34,3,32,2,71,13,0,11,32,2,33,4,32,1,33,5,11,32,0,32,0,40,2,68,32,4,65,24,108,34,1,35,6,40,2,0,17,1,0,34,2,54,2,68,32,1,4,64,32,2,32,5,32,1,252,10,0,0,11,32,0,32,4,54,2,100,32,0,40,2,68,33,5,32,0,40,2,32,33,1,65,0,33,3,2,64,3,64,2,64,32,5,32,3,65,24,108,106,34,6,40,2,20,34,7,32,1,77,13,0,32,7,32,6,40,2,16,34,2,77,13,0,32,1,32,2,77,4,64,32,0,32,6,41,2,0,55,2,36,32,0,32,2,54,2,32,32,2,33,1,11,32,0,32,3,54,2,104,65,0,33,3,32,0,40,2,72,69,13,2,32,0,40,2,108,34,2,32,1,77,4,64,32,1,32,0,40,2,112,32,2,106,73,13,3,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,12,2,11,32,3,65,1,106,34,3,32,4,71,13,0,11,32,0,32,4,54,2,104,32,5,32,4,65,24,108,106,34,1,65,4,107,40,2,0,33,2,32,1,65,16,107,41,2,0,33,8,32,0,65,0,54,2,72,32,0,32,8,55,2,36,32,0,32,2,54,2,32,32,0,66,0,55,2,108,65,1,33,3,11,32,0,65,0,54,2,0,32,0,32,3,54,2,116,65,1,33,4,11,32,4,11,244,2,1,7,127,35,0,65,16,107,34,3,36,0,32,0,40,2,48,34,1,4,64,32,1,32,1,40,2,148,1,65,1,106,54,2,148,1,11,32,0,40,2,4,34,1,4,64,32,0,65,36,106,33,6,3,64,32,0,40,2,0,32,4,65,5,116,106,34,2,40,2,0,4,64,32,0,40,2,52,33,5,32,2,40,2,12,4,64,32,3,32,2,41,2,12,55,3,8,32,5,32,3,65,8,106,16,10,11,32,2,40,2,20,4,64,32,3,32,2,41,2,20,55,3,0,32,5,32,3,16,10,11,32,2,40,2,4,34,1,4,64,32,1,40,2,0,34,7,4,127,32,7,35,8,40,2,0,17,2,0,32,1,65,0,54,2,8,32,1,66,0,55,2,0,32,2,40,2,4,5,32,1,11,35,8,40,2,0,17,2,0,11,32,2,40,2,0,32,6,32,5,16,26,32,0,40,2,4,33,1,11,32,4,65,1,106,34,4,32,1,73,13,0,11,11,32,0,65,0,54,2,4,32,0,40,2,0,33,1,32,0,32,0,40,2,8,4,127,65,0,5,2,127,32,1,4,64,32,1,65,128,2,35,6,40,2,0,17,1,0,12,1,11,65,128,2,35,7,40,2,0,17,0,0,11,33,1,32,0,65,8,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,11,34,4,65,1,106,54,2,4,32,0,40,2,48,33,2,32,1,32,4,65,5,116,106,34,0,66,0,55,2,4,32,0,32,2,54,2,0,32,0,66,0,55,2,12,32,0,66,0,55,2,20,32,0,65,0,54,2,28,32,3,65,16,106,36,0,11,201,1,2,6,127,1,126,35,0,65,32,107,34,2,36,0,32,0,40,2,0,33,4,32,0,45,0,0,65,1,113,69,4,64,32,4,40,2,36,33,3,11,32,1,40,2,0,33,6,3,64,2,64,32,3,65,0,71,33,5,32,3,69,13,0,32,2,32,4,32,4,40,2,36,65,3,116,107,32,3,65,1,107,34,3,65,3,116,106,41,2,0,34,8,55,3,24,32,8,167,34,0,65,1,113,4,127,32,8,66,56,136,167,32,8,66,48,136,167,65,255,1,113,106,5,32,0,40,2,16,32,0,40,2,4,106,11,69,34,7,32,0,32,6,71,113,69,4,64,32,7,33,5,12,1,11,32,2,32,2,41,3,24,55,3,16,32,2,32,1,41,2,0,55,3,8,32,2,65,16,106,32,2,65,8,106,16,59,69,13,1,11,11,32,2,65,32,106,36,0,32,5,11,146,9,2,21,127,1,126,35,0,65,224,0,107,34,3,36,0,2,64,2,64,32,2,69,13,0,32,1,40,2,16,40,2,0,34,6,65,1,113,13,0,32,3,40,2,92,33,7,32,3,40,2,88,33,11,32,3,40,2,84,33,15,32,3,40,2,80,33,8,32,3,40,2,76,33,16,32,3,40,2,72,33,9,3,64,32,6,40,2,36,34,21,69,13,1,32,6,40,2,48,69,13,1,2,64,2,64,2,64,32,1,40,2,20,34,17,40,2,8,34,10,40,2,32,69,13,0,32,10,40,2,64,32,6,47,1,66,34,12,65,2,116,106,34,13,47,1,2,34,14,69,13,0,32,10,40,2,68,32,13,47,1,0,65,2,116,106,34,4,32,14,65,2,116,106,33,14,2,64,3,64,32,4,47,1,0,32,2,79,13,1,32,4,65,4,106,34,4,32,14,71,13,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,6,11,2,64,3,64,32,14,65,4,107,34,13,47,1,0,32,2,77,13,1,32,13,34,14,32,4,71,13,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,6,11,32,12,4,127,32,10,40,2,84,32,10,47,1,36,32,12,108,65,1,116,106,5,65,0,11,33,22,32,6,69,13,1,32,6,32,21,65,3,116,107,33,23,32,1,40,2,0,33,10,32,1,40,2,4,33,13,32,1,40,2,8,33,12,65,0,33,18,65,0,33,6,3,64,32,4,33,19,2,64,2,64,3,64,32,6,32,21,70,13,1,65,0,33,15,2,127,32,23,32,6,65,3,116,106,34,11,40,2,0,34,5,65,1,113,34,20,4,64,32,5,65,3,118,65,1,113,12,1,11,32,5,47,1,44,65,2,118,65,1,113,11,69,4,64,32,22,4,127,32,22,32,18,65,1,116,106,47,1,0,5,65,0,11,33,15,32,18,65,1,106,33,18,11,2,127,32,6,69,4,64,32,10,33,9,32,12,33,8,32,13,12,1,11,2,127,32,20,4,64,32,11,45,0,4,33,8,32,11,45,0,6,33,9,32,11,45,0,5,65,15,113,12,1,11,32,5,40,2,12,33,8,32,5,40,2,4,33,9,32,5,40,2,8,11,33,4,65,0,32,12,32,4,27,32,8,106,33,8,32,9,32,10,106,33,9,32,4,32,13,106,11,33,16,2,127,32,20,4,64,32,5,65,3,118,65,1,113,33,4,32,8,32,11,45,0,7,34,7,106,33,12,32,7,32,9,106,33,10,32,16,12,1,11,32,5,40,2,24,65,0,32,8,32,5,40,2,20,34,7,27,106,33,12,32,5,40,2,16,32,9,106,33,10,32,5,47,1,44,65,2,118,65,1,113,33,4,32,7,32,16,106,11,33,13,32,6,65,1,106,33,6,32,4,4,64,32,17,33,7,12,1,11,32,17,33,7,32,19,45,0,2,32,18,65,1,107,75,13,0,11,32,3,32,17,54,2,92,32,3,32,11,54,2,88,32,3,32,15,54,2,84,32,3,32,8,54,2,80,32,3,32,16,54,2,76,32,3,32,9,54,2,72,32,19,65,4,106,33,4,2,64,32,19,45,0,3,65,1,70,4,64,32,4,32,14,70,13,7,32,3,32,3,41,3,80,55,3,8,32,3,32,3,41,3,88,55,3,16,32,3,32,3,41,3,72,55,3,0,32,3,65,48,106,32,3,32,2,16,60,32,3,40,2,64,13,1,12,4,11,2,64,2,64,32,20,4,64,32,5,65,2,113,32,15,114,13,1,12,5,11,32,5,45,0,44,65,1,113,13,0,32,15,69,13,1,11,32,0,32,3,41,3,72,55,2,0,32,0,32,3,41,3,88,55,2,16,32,0,32,3,41,3,80,55,2,8,12,10,11,32,5,40,2,36,69,13,2,32,5,40,2,48,69,13,2,32,3,32,3,41,3,88,55,3,40,32,3,32,3,41,3,80,55,3,32,32,3,32,3,41,3,72,55,3,24,32,0,32,3,65,24,106,65,0,65,1,16,61,12,9,11,32,0,32,3,41,2,48,55,2,0,32,0,32,3,65,64,107,41,2,0,55,2,16,32,0,32,3,41,2,56,55,2,8,12,8,11,32,3,32,7,54,2,92,32,3,32,11,54,2,88,32,3,32,15,54,2,84,32,3,32,8,54,2,80,32,3,32,16,54,2,76,32,3,32,9,54,2,72,12,3,11,32,4,32,14,71,13,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,5,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,4,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,3,11,32,1,32,3,41,3,72,55,2,0,32,1,32,3,41,3,88,34,24,55,2,16,32,1,32,3,41,3,80,55,2,8,32,24,167,40,2,0,34,6,65,1,113,69,13,0,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,32,3,65,224,0,106,36,0,11,175,6,1,18,127,2,64,32,1,40,2,16,40,2,0,34,6,65,1,113,13,0,65,48,65,52,32,3,27,33,20,32,1,40,2,20,33,13,32,1,40,2,8,33,8,32,1,40,2,4,33,5,32,1,40,2,0,33,4,3,64,32,6,40,2,36,69,13,1,65,0,33,1,65,0,33,15,32,6,47,1,66,34,9,4,64,32,13,40,2,8,34,12,40,2,84,32,12,47,1,36,32,9,108,65,1,116,106,33,15,11,32,6,40,2,36,34,18,69,13,1,32,6,32,18,65,3,116,107,33,21,32,4,33,12,32,5,33,9,32,8,33,16,65,0,33,17,65,0,33,14,2,64,3,64,65,0,33,11,2,127,32,21,32,1,65,3,116,106,34,10,40,2,0,34,4,65,1,113,34,5,4,64,32,4,65,3,118,65,1,113,12,1,11,32,4,47,1,44,65,2,118,65,1,113,11,69,4,64,32,15,4,127,32,15,32,17,65,1,116,106,47,1,0,5,65,0,11,33,11,32,17,65,1,106,33,17,11,2,127,32,1,69,4,64,32,12,33,4,32,16,33,8,32,9,12,1,11,2,127,32,5,4,64,32,10,45,0,4,33,8,32,10,45,0,6,33,6,32,10,45,0,5,65,15,113,12,1,11,32,4,40,2,12,33,8,32,4,40,2,4,33,6,32,4,40,2,8,11,33,5,65,0,32,16,32,5,27,32,8,106,33,8,32,6,32,12,106,33,4,32,5,32,9,106,11,33,5,2,127,2,64,2,64,2,64,2,127,2,64,32,10,40,2,0,34,7,65,1,113,34,6,4,64,32,1,65,1,106,33,1,32,8,32,10,45,0,7,34,9,106,33,16,32,4,32,9,106,33,12,32,3,13,1,32,5,33,9,12,3,11,32,7,40,2,24,65,0,32,8,32,7,40,2,20,34,9,27,106,33,16,32,1,65,1,106,33,1,32,7,40,2,16,32,4,106,33,12,32,5,32,9,106,33,9,32,3,69,13,2,32,7,47,1,44,65,1,113,12,1,11,32,5,33,9,32,7,65,1,118,65,1,113,11,32,11,114,13,1,12,2,11,2,64,32,11,65,254,255,3,107,14,2,2,1,0,11,32,11,69,4,64,32,6,4,64,32,7,65,2,113,69,13,3,32,7,65,2,118,65,1,113,69,13,3,12,2,11,32,7,47,1,44,34,7,65,1,113,69,13,2,32,7,65,1,118,65,1,113,69,13,2,12,1,11,32,13,40,2,8,40,2,72,32,11,65,3,108,106,45,0,1,65,1,113,69,13,1,11,32,14,65,1,106,32,2,32,14,71,13,1,26,32,0,32,13,54,2,20,32,0,32,10,54,2,16,32,0,32,11,54,2,12,32,0,32,8,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,15,11,65,0,33,19,2,64,32,10,40,2,0,34,6,65,1,113,13,0,32,6,40,2,36,69,13,0,32,2,32,14,107,34,7,32,6,32,20,106,40,2,0,34,19,73,13,3,11,32,14,32,19,106,11,33,14,32,1,32,18,71,13,0,11,32,0,32,13,54,2,20,32,0,32,10,54,2,16,32,0,32,11,54,2,12,32,0,32,8,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,12,2,11,32,0,32,13,54,2,20,32,0,32,10,54,2,16,32,0,32,11,54,2,12,32,0,32,8,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,32,7,33,2,12,0,11,0,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,106,1,2,127,2,64,32,0,47,1,12,34,1,4,64,65,1,33,2,2,64,2,64,32,1,65,254,255,3,107,14,2,0,3,1,11,65,0,15,11,32,0,40,2,20,40,2,8,40,2,72,32,1,65,3,108,106,45,0,1,65,0,71,15,11,32,0,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,2,118,65,1,113,15,11,32,0,47,1,44,65,1,118,65,1,113,33,2,11,32,2,11,112,1,2,127,65,255,255,3,33,2,2,64,2,64,32,0,40,2,12,34,1,65,255,255,3,113,69,4,64,32,0,40,2,16,40,2,0,34,1,65,1,113,4,64,32,1,65,128,254,3,113,65,8,118,33,1,12,2,11,32,1,47,1,40,33,1,11,32,1,65,255,255,3,113,65,255,255,3,70,13,1,11,32,0,40,2,20,40,2,8,40,2,76,32,1,65,255,255,3,113,65,1,116,106,47,1,0,33,2,11,32,2,11,95,2,3,127,1,126,32,1,40,2,8,33,2,32,1,40,2,4,33,3,2,127,32,1,40,2,16,41,2,0,34,5,167,34,1,65,1,113,4,64,32,5,66,56,136,167,12,1,11,65,0,32,2,32,1,40,2,20,34,4,27,33,2,32,3,32,4,106,33,3,32,1,40,2,24,11,33,1,32,0,32,3,54,2,0,32,0,32,1,32,2,106,54,2,4,11,184,4,1,6,127,35,0,65,32,107,34,3,36,0,32,0,65,0,58,0,120,32,0,65,0,59,1,4,32,0,32,0,41,2,32,55,2,44,32,0,32,0,40,2,40,54,2,52,32,0,35,1,65,240,11,106,34,1,41,2,0,55,2,56,32,0,65,64,107,32,1,40,2,8,54,2,0,2,64,32,0,40,2,104,32,0,40,2,100,70,13,0,32,0,65,240,0,106,33,4,2,64,32,0,40,2,112,34,1,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,5,32,3,32,0,41,2,36,55,3,24,32,0,32,5,32,1,32,3,65,24,106,32,4,32,2,17,6,0,54,2,72,32,0,40,2,112,34,1,13,0,65,0,33,1,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,11,2,64,32,0,40,2,116,13,0,32,0,40,2,32,32,0,40,2,108,107,34,2,32,1,70,4,64,32,0,65,0,54,2,0,32,0,65,1,54,2,116,12,1,11,32,0,32,0,40,2,72,32,2,106,32,1,32,2,107,34,2,32,0,35,1,65,208,211,0,106,32,0,40,2,84,34,1,65,2,116,106,32,0,65,216,0,106,32,1,65,3,73,27,40,2,0,34,5,17,4,0,54,2,116,32,0,40,2,0,33,1,2,64,32,2,65,3,75,13,0,32,1,65,127,71,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,6,32,3,32,0,41,2,36,55,3,16,32,0,32,6,32,1,32,3,65,16,106,32,4,32,2,17,6,0,34,1,54,2,72,32,0,32,0,40,2,112,34,4,4,127,32,1,5,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,65,0,11,32,4,32,0,32,5,17,4,0,54,2,116,32,0,40,2,0,33,1,11,32,1,65,127,71,13,0,32,0,65,1,54,2,116,11,32,0,40,2,32,13,0,2,64,32,0,40,2,0,65,255,253,3,71,13,0,32,0,40,2,72,69,13,0,32,0,40,2,96,4,64,32,3,65,255,253,3,54,2,0,32,0,65,132,1,106,34,1,65,128,8,35,1,65,253,8,106,32,3,16,11,26,32,0,40,2,92,65,1,32,1,32,0,40,2,96,17,3,0,11,32,0,65,1,16,66,11,32,0,65,0,54,2,124,32,0,65,1,58,0,128,1,11,32,3,65,32,106,36,0,11,212,5,2,5,127,1,126,35,0,65,16,107,34,5,36,0,2,64,32,0,40,2,116,34,2,69,4,64,32,0,40,2,32,33,3,12,1,11,2,64,32,0,40,2,0,34,3,65,10,70,4,64,32,0,65,1,58,0,128,1,32,0,65,0,54,2,40,32,0,65,0,54,2,124,32,0,32,0,40,2,36,65,1,106,54,2,36,32,0,40,2,32,33,4,12,1,11,2,64,32,0,40,2,32,34,4,69,32,3,65,255,253,3,70,113,13,0,32,0,45,0,128,1,65,1,71,13,0,32,0,32,0,40,2,124,65,1,106,54,2,124,11,32,0,32,0,40,2,40,32,2,106,54,2,40,11,32,0,32,2,32,4,106,34,3,54,2,32,11,32,0,40,2,68,32,0,40,2,104,34,4,65,24,108,106,33,2,3,64,2,64,2,64,32,2,40,2,20,34,6,32,3,75,4,64,32,6,32,2,40,2,16,71,13,1,11,32,0,40,2,100,34,6,32,4,75,4,64,32,0,32,4,65,1,106,34,4,54,2,104,11,32,4,32,6,73,13,1,65,0,33,2,11,32,1,4,64,32,0,32,0,41,2,32,55,2,44,32,0,32,0,40,2,40,54,2,52,11,2,64,32,2,4,64,2,64,32,0,40,2,108,34,1,32,3,77,4,64,32,3,32,0,40,2,112,34,2,32,1,106,73,13,1,11,32,0,32,3,54,2,108,32,0,40,2,80,33,1,32,0,40,2,76,33,2,32,5,32,0,41,2,36,55,3,8,32,0,32,2,32,3,32,5,65,8,106,32,0,65,240,0,106,32,1,17,6,0,54,2,72,32,0,40,2,112,34,2,13,0,65,0,33,2,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,11,32,0,40,2,32,32,0,40,2,108,107,34,1,32,2,70,4,64,32,0,65,0,54,2,0,32,0,65,1,54,2,116,12,2,11,32,0,32,0,40,2,72,32,1,106,32,2,32,1,107,34,1,32,0,35,1,65,208,211,0,106,32,0,40,2,84,34,2,65,2,116,106,32,0,65,216,0,106,32,2,65,3,73,27,40,2,0,34,4,17,4,0,54,2,116,32,0,40,2,0,33,2,2,64,32,1,65,3,75,13,0,32,2,65,127,71,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,3,32,5,32,0,41,2,36,55,3,0,32,0,32,3,32,1,32,5,32,0,65,240,0,106,32,2,17,6,0,34,2,54,2,72,32,0,32,0,40,2,112,34,1,4,127,32,2,5,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,65,0,11,32,1,32,0,32,4,17,4,0,54,2,116,32,0,40,2,0,33,2,11,32,2,65,127,71,13,1,32,0,65,1,54,2,116,12,1,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,32,0,65,1,54,2,116,32,0,65,0,54,2,0,11,32,5,65,16,106,36,0,15,11,32,2,41,2,24,33,7,32,0,32,2,40,2,40,34,3,54,2,32,32,0,32,7,55,2,36,32,2,65,24,106,33,2,12,0,11,0,11,89,1,1,127,32,0,32,0,40,2,72,34,1,65,1,107,32,1,114,54,2,72,32,0,40,2,0,34,1,65,8,113,4,64,32,0,32,1,65,32,114,54,2,0,65,127,15,11,32,0,66,0,55,2,4,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,65,0,11,5,0,16,3,0,11,81,1,1,127,2,64,2,64,2,64,32,1,65,254,255,3,107,14,2,0,2,1,11,65,3,15,11,32,0,40,2,72,32,1,65,3,108,106,34,0,45,0,1,32,0,45,0,0,34,1,113,65,127,115,65,1,113,65,2,65,3,32,0,45,0,2,65,1,113,27,32,1,65,1,113,27,33,2,11,32,2,11,194,5,1,13,127,2,64,2,64,32,0,40,2,4,34,5,69,4,64,12,1,11,32,2,47,1,64,33,13,32,0,40,2,0,33,8,32,5,65,1,71,4,64,3,64,2,64,32,8,32,6,32,5,65,1,118,34,15,106,34,3,65,2,116,106,40,2,0,34,9,47,1,64,34,14,32,13,73,13,0,65,0,33,4,2,64,32,14,4,64,3,64,32,4,32,13,70,13,2,32,9,32,4,65,3,116,34,7,106,34,10,47,1,4,34,11,32,2,32,7,106,34,7,47,1,4,34,12,73,13,2,32,11,32,12,75,13,3,32,10,47,1,2,34,11,32,7,47,1,2,34,12,73,13,2,32,11,32,12,75,13,3,32,10,47,1,0,34,11,32,7,47,1,0,34,12,73,13,2,32,11,32,12,75,13,3,32,10,47,1,6,65,255,255,1,113,34,10,32,7,47,1,6,65,255,255,1,113,34,7,73,13,2,32,7,32,10,73,13,3,32,4,65,1,106,34,4,32,14,71,13,0,11,11,32,9,47,1,66,32,2,47,1,66,75,13,1,11,32,3,33,6,11,32,5,32,15,107,34,5,65,1,75,13,0,11,11,32,8,32,6,65,2,116,106,40,2,0,34,10,47,1,64,34,7,32,13,73,13,0,2,64,2,64,32,7,4,64,65,0,33,4,3,64,32,4,32,13,70,13,2,32,10,32,4,65,3,116,34,5,106,34,3,47,1,4,34,8,32,2,32,5,106,34,5,47,1,4,34,9,73,13,2,32,8,32,9,75,13,4,32,3,47,1,2,34,8,32,5,47,1,2,34,9,73,13,2,32,8,32,9,75,13,4,32,3,47,1,0,34,8,32,5,47,1,0,34,9,73,13,2,32,8,32,9,75,13,4,32,3,47,1,6,65,255,255,1,113,34,3,32,5,47,1,6,65,255,255,1,113,34,5,73,13,2,32,3,32,5,75,13,4,32,4,65,1,106,34,4,32,7,71,13,0,11,11,32,10,47,1,66,34,3,32,2,47,1,66,34,4,79,13,1,11,32,6,65,1,106,33,6,12,1,11,32,3,32,4,77,13,1,11,2,127,32,1,40,2,4,34,3,4,64,32,1,32,3,65,1,107,34,3,54,2,4,32,1,40,2,0,32,3,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,1,32,2,65,198,0,252,10,0,0,32,0,40,2,0,33,4,32,0,40,2,4,34,2,65,1,106,34,3,32,0,40,2,8,75,4,64,32,3,65,2,116,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,3,54,2,8,32,0,32,4,54,2,0,32,0,40,2,4,33,2,11,32,6,65,2,116,33,3,2,64,32,2,32,6,77,13,0,32,2,32,6,107,65,2,116,34,2,69,13,0,32,3,32,4,106,34,6,65,4,106,32,6,32,2,252,10,0,0,11,32,3,32,4,106,32,1,54,0,0,32,0,32,0,40,2,4,65,1,106,54,2,4,11,11,170,6,2,7,127,1,126,35,0,65,208,0,107,34,3,36,0,2,64,2,64,32,0,40,2,8,34,4,65,2,73,13,0,32,3,65,52,106,33,5,32,3,65,20,106,33,6,32,4,33,2,3,64,32,0,32,2,65,1,107,34,2,54,2,8,32,3,32,0,40,2,4,32,2,65,28,108,106,34,2,40,2,24,54,2,72,32,3,65,64,107,32,2,41,2,16,55,3,0,32,3,32,2,41,2,8,55,3,56,32,3,32,2,41,2,0,55,3,48,2,64,2,64,32,2,65,28,107,40,2,0,34,7,40,2,0,34,2,65,1,113,69,4,64,32,2,40,2,36,13,1,11,32,3,66,0,55,3,8,32,0,40,2,0,33,2,32,3,65,0,54,2,44,32,3,32,2,54,2,16,12,1,11,32,0,40,2,0,33,8,32,7,41,2,0,33,9,32,3,32,2,47,1,66,34,2,4,127,32,8,40,2,8,34,7,40,2,84,32,7,47,1,36,32,2,108,65,1,116,106,5,65,0,11,54,2,44,32,3,32,8,54,2,16,32,3,32,9,55,3,8,11,32,3,32,3,41,3,64,55,3,32,32,6,32,5,40,2,8,54,2,8,32,6,32,5,41,2,0,55,2,0,32,3,32,3,40,2,72,54,2,40,32,3,65,0,58,0,7,32,3,65,8,106,32,3,65,48,106,32,3,65,7,106,32,1,17,4,0,26,32,3,45,0,7,65,1,70,4,64,32,0,40,2,8,65,1,106,32,4,73,13,2,11,2,64,32,3,65,8,106,32,3,65,48,106,32,3,65,7,106,32,1,17,4,0,69,13,0,2,127,3,64,32,3,45,0,7,65,1,70,4,64,32,0,40,2,4,33,2,32,0,32,0,40,2,8,34,4,65,1,106,34,1,32,0,40,2,12,34,5,75,4,127,65,8,32,5,65,1,116,34,4,32,1,32,1,32,4,73,27,34,1,32,1,65,8,77,27,34,4,65,28,108,33,1,2,127,32,2,4,64,32,2,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,12,32,0,32,2,54,2,4,32,0,40,2,8,34,4,65,1,106,5,32,1,11,54,2,8,65,2,33,1,32,2,32,4,65,28,108,106,12,2,11,2,64,2,64,32,3,40,2,48,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,48,13,1,11,32,3,65,8,106,32,3,65,48,106,32,3,65,7,106,32,1,17,4,0,69,13,3,12,1,11,11,65,1,33,1,32,0,40,2,4,33,2,32,0,32,0,40,2,8,34,5,65,1,106,34,4,32,0,40,2,12,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,2,4,64,32,2,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,2,32,0,32,5,54,2,12,32,0,32,2,54,2,4,32,0,40,2,8,34,5,65,1,106,5,32,4,11,54,2,8,32,2,32,5,65,28,108,106,11,34,2,32,3,41,3,48,55,2,0,32,2,32,3,40,2,72,54,2,24,32,2,32,3,65,64,107,41,3,0,55,2,16,32,2,32,3,41,3,56,55,2,8,12,3,11,32,0,40,2,8,34,2,65,2,79,13,0,11,11,32,0,32,4,54,2,8,65,0,33,1,11,32,3,65,208,0,106,36,0,32,1,11,243,5,2,11,127,1,126,35,0,65,208,0,107,34,2,36,0,2,64,2,64,32,0,40,2,4,34,5,32,0,40,2,8,34,3,65,28,108,106,34,8,65,28,107,40,2,0,34,9,40,2,0,34,6,65,1,113,69,4,64,32,6,40,2,36,13,1,11,32,2,66,0,55,3,8,32,0,40,2,0,33,1,32,2,66,0,55,2,28,32,2,66,0,55,2,36,32,2,65,0,54,2,44,32,2,66,0,55,2,20,32,2,32,1,54,2,16,12,1,11,32,0,40,2,0,34,10,40,2,8,33,4,32,6,47,1,66,34,1,4,127,32,4,40,2,84,32,4,47,1,36,32,1,108,65,1,116,106,5,65,0,11,33,11,32,8,65,4,107,40,2,0,33,1,2,64,2,64,32,3,65,1,107,34,7,69,13,0,32,6,47,1,44,34,6,65,1,113,13,0,32,6,65,4,113,13,1,32,5,32,7,65,28,108,106,34,6,65,28,107,40,2,0,40,2,0,47,1,66,34,7,69,13,1,32,1,32,4,40,2,84,32,4,47,1,36,32,7,108,65,1,116,106,32,6,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,1,12,1,11,32,1,65,1,106,33,1,11,32,9,41,2,0,33,12,32,2,32,10,54,2,16,32,2,32,12,55,3,8,32,2,32,8,65,24,107,34,4,40,2,8,54,2,28,32,2,32,4,41,2,0,55,2,20,32,2,32,11,54,2,44,32,2,32,1,54,2,40,32,2,66,0,55,3,32,11,65,0,33,4,2,64,32,2,65,8,106,32,2,65,48,106,32,2,65,207,0,106,16,37,69,13,0,2,64,3,64,32,2,45,0,79,65,1,70,4,64,32,0,32,3,65,1,106,34,1,32,0,40,2,12,34,4,75,4,127,65,8,32,4,65,1,116,34,3,32,1,32,1,32,3,73,27,34,1,32,1,65,8,77,27,34,3,65,28,108,33,1,2,127,32,5,4,64,32,5,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,5,32,0,32,3,54,2,12,32,0,32,5,54,2,4,32,0,40,2,8,34,3,65,1,106,5,32,1,11,54,2,8,65,2,33,4,12,2,11,2,64,2,64,32,2,40,2,48,40,2,0,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,32,1,40,2,48,13,1,11,32,2,65,8,106,32,2,65,48,106,32,2,65,207,0,106,16,37,13,1,12,3,11,11,65,1,33,4,32,0,32,3,65,1,106,34,1,32,0,40,2,12,34,6,75,4,127,65,8,32,6,65,1,116,34,3,32,1,32,1,32,3,73,27,34,1,32,1,65,8,77,27,34,3,65,28,108,33,1,2,127,32,5,4,64,32,5,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,5,32,0,32,3,54,2,12,32,0,32,5,54,2,4,32,0,40,2,8,34,3,65,1,106,5,32,1,11,54,2,8,11,32,5,32,3,65,28,108,106,34,1,32,2,41,2,48,55,2,0,32,1,32,2,40,2,72,54,2,24,32,1,32,2,65,64,107,41,2,0,55,2,16,32,1,32,2,41,2,56,55,2,8,11,32,2,65,208,0,106,36,0,32,4,11,231,3,1,8,127,35,0,65,16,107,34,7,36,0,2,64,2,64,32,1,40,2,4,34,4,65,255,255,3,71,4,64,32,4,65,255,255,3,113,33,6,32,0,40,2,48,33,4,12,1,11,32,0,40,2,52,34,5,65,255,255,3,113,33,6,2,64,2,64,32,0,40,2,76,34,8,69,13,0,32,6,69,13,0,32,5,65,255,255,3,113,33,9,32,0,40,2,48,33,4,3,64,32,4,32,3,65,12,108,106,34,10,40,2,4,65,127,70,13,2,32,3,65,1,106,34,3,32,9,71,13,0,11,11,2,64,32,0,40,2,72,32,5,77,4,64,32,1,65,255,255,3,54,2,4,12,1,11,32,0,40,2,48,33,4,32,0,40,2,56,34,3,32,5,77,4,64,65,8,32,3,65,1,116,34,3,32,5,65,1,106,34,5,32,3,32,5,75,27,34,3,32,3,65,8,77,27,34,5,65,12,108,33,3,2,127,32,4,4,64,32,4,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,4,32,0,32,5,54,2,56,32,0,32,4,54,2,48,32,0,40,2,52,33,5,11,32,0,32,5,65,1,106,54,2,52,32,4,32,5,65,12,108,106,34,3,65,0,54,2,8,32,3,66,0,55,2,0,32,1,32,6,54,2,4,32,6,65,255,255,3,71,13,2,11,32,0,65,1,58,0,159,1,65,0,33,3,32,0,32,7,65,12,106,32,7,65,8,106,32,7,65,4,106,65,0,16,116,69,13,2,32,2,32,7,40,2,12,34,2,70,13,2,32,1,32,0,40,2,24,32,2,65,4,116,106,34,2,40,2,4,54,2,4,32,2,65,255,255,3,54,2,4,32,2,32,2,47,1,14,65,128,128,1,114,59,1,14,32,0,40,2,48,32,1,47,1,4,65,12,108,106,34,3,65,0,54,2,4,12,2,11,32,10,65,0,54,2,4,32,0,32,8,65,1,107,54,2,76,32,1,32,3,65,255,255,3,113,34,6,54,2,4,11,32,4,32,6,65,12,108,106,33,3,11,32,7,65,16,106,36,0,32,3,11,219,1,1,2,127,65,160,1,35,7,34,1,40,2,0,17,0,0,34,0,65,0,65,200,0,252,11,0,32,0,66,0,55,2,136,1,32,0,66,128,128,128,128,112,55,2,128,1,32,0,66,127,55,2,120,32,0,66,0,55,2,112,32,0,66,128,128,128,128,112,55,2,104,32,0,66,127,55,2,96,32,0,66,0,55,2,88,32,0,66,128,128,128,128,112,55,2,80,32,0,66,255,255,255,255,15,55,2,72,32,0,66,0,55,2,144,1,32,0,66,0,55,2,152,1,65,128,1,32,1,40,2,0,17,0,0,33,1,32,0,65,8,54,2,32,32,0,32,1,54,2,24,32,0,40,2,44,65,7,77,4,64,2,127,32,0,40,2,36,34,1,4,64,32,1,65,128,1,35,6,40,2,0,17,1,0,12,1,11,65,128,1,35,7,40,2,0,17,0,0,11,33,1,32,0,65,8,54,2,44,32,0,32,1,54,2,36,11,32,0,11,194,8,1,17,127,2,64,32,0,45,0,28,69,4,64,32,0,40,2,8,33,4,32,0,40,2,4,33,6,2,64,3,64,2,64,2,127,32,6,32,4,34,8,65,28,108,106,34,2,65,28,107,40,2,0,34,5,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,69,4,64,32,8,65,2,73,13,1,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,1,69,13,1,32,0,40,2,20,34,3,40,2,84,32,3,47,1,36,32,1,108,65,1,116,106,32,2,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,1,11,32,0,32,0,40,2,24,65,1,107,54,2,24,11,32,0,32,8,65,1,107,34,4,54,2,8,32,4,69,13,1,32,6,32,4,65,28,108,106,34,1,40,2,20,33,13,32,1,40,2,12,33,14,32,1,40,2,8,33,15,32,1,40,2,4,33,16,32,1,40,2,16,33,10,32,1,65,28,107,40,2,0,2,64,32,5,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,5,40,2,4,33,9,32,2,40,2,36,34,3,4,64,3,64,32,2,32,3,65,3,116,107,33,12,32,3,33,1,3,64,2,64,2,64,32,12,32,1,65,1,107,34,1,65,3,116,106,34,17,40,2,0,34,7,65,1,113,13,0,32,7,45,0,44,65,192,0,113,69,13,0,32,7,40,2,36,33,3,32,17,40,2,4,33,9,32,7,33,2,12,1,11,32,1,13,1,11,11,32,3,13,0,11,32,2,69,13,1,11,32,0,32,9,54,2,36,32,0,32,2,54,2,32,11,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,12,32,10,65,1,106,34,10,77,13,0,11,2,64,32,5,40,2,0,34,1,65,1,113,4,64,32,5,45,0,7,34,2,32,5,45,0,6,106,33,9,32,5,45,0,5,65,15,113,33,3,32,5,45,0,4,33,5,12,1,11,65,0,32,1,40,2,12,32,1,40,2,20,34,2,27,33,5,32,1,40,2,16,32,1,40,2,4,106,33,9,32,2,32,1,40,2,8,106,33,3,32,1,40,2,24,33,2,11,32,1,65,1,113,4,127,32,1,65,3,118,65,1,113,5,32,1,47,1,44,65,2,118,65,1,113,11,33,11,32,0,40,2,12,34,1,32,8,73,4,64,65,8,32,1,65,1,116,34,1,32,8,32,1,32,8,75,27,34,1,32,1,65,8,77,27,34,4,65,28,108,33,1,2,127,32,6,4,64,32,6,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,6,32,0,32,4,54,2,12,32,0,32,6,54,2,4,32,0,40,2,8,33,4,11,32,0,32,4,65,1,106,54,2,8,32,6,32,4,65,28,108,106,34,1,65,0,54,2,24,32,1,32,13,32,11,69,106,54,2,20,32,1,32,10,54,2,16,32,1,32,3,32,15,106,173,32,2,32,5,106,65,0,32,14,32,3,27,106,173,66,32,134,132,55,2,8,32,1,32,9,32,16,106,54,2,4,32,1,32,7,32,12,65,3,116,107,32,10,65,3,116,106,34,2,54,2,0,2,64,2,127,32,0,40,2,4,32,0,40,2,8,34,4,65,28,108,106,34,3,65,28,107,40,2,0,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,69,4,64,32,4,65,2,73,13,1,32,3,65,56,107,40,2,0,40,2,0,47,1,66,34,1,69,13,1,32,0,40,2,20,34,4,40,2,84,32,4,47,1,36,32,1,108,65,1,116,106,32,3,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,1,11,2,127,32,2,40,2,0,34,1,65,1,113,4,64,32,2,45,0,6,12,1,11,32,1,40,2,4,11,4,64,32,0,65,1,58,0,28,15,11,12,3,11,32,0,65,0,16,48,26,11,15,11,32,0,65,0,58,0,28,2,64,2,127,32,0,40,2,4,32,0,40,2,8,34,3,65,28,108,106,34,2,65,28,107,40,2,0,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,69,4,64,32,3,65,2,73,13,1,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,1,69,13,1,32,0,40,2,20,34,3,40,2,84,32,3,47,1,36,32,1,108,65,1,116,106,32,2,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,1,11,12,1,11,32,0,65,0,16,48,26,15,11,32,0,32,0,40,2,24,65,1,106,54,2,24,11,165,4,1,4,127,32,0,4,64,32,0,40,2,60,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,68,32,0,66,0,55,2,60,11,32,0,40,2,72,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,80,32,0,66,0,55,2,72,11,32,0,40,2,84,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,92,32,0,66,0,55,2,84,11,32,0,40,2,96,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,104,32,0,66,0,55,2,96,11,32,0,40,2,108,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,116,32,0,66,0,55,2,108,11,32,0,40,2,132,1,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,140,1,32,0,66,0,55,2,132,1,11,32,0,40,2,120,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,128,1,32,0,66,0,55,2,120,11,32,0,40,2,144,1,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,152,1,32,0,66,0,55,2,144,1,11,32,0,40,2,0,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,8,32,0,66,0,55,2,0,11,32,0,40,2,12,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,20,32,0,66,0,55,2,12,11,32,0,40,2,24,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,32,32,0,66,0,55,2,24,11,32,0,40,2,36,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,44,32,0,66,0,55,2,36,11,32,0,40,2,52,34,2,4,64,65,0,33,1,3,64,32,0,40,2,48,32,1,65,12,108,106,34,3,40,2,0,34,4,4,64,32,4,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,0,40,2,52,33,2,11,32,1,65,1,106,34,1,32,2,73,13,0,11,11,32,0,40,2,48,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,56,32,0,66,0,55,2,48,11,32,0,35,8,40,2,0,17,2,0,11,11,140,27,1,40,127,35,0,65,208,0,107,34,11,36,0,32,3,65,0,54,2,64,32,3,65,0,54,2,52,32,3,65,24,106,33,24,32,3,65,36,106,33,29,32,3,65,12,106,33,17,32,11,65,14,106,33,33,32,11,65,12,106,33,40,2,64,3,64,2,64,32,3,40,2,4,69,4,64,32,3,40,2,28,69,13,3,32,34,32,3,40,2,52,34,34,79,13,3,32,11,32,3,40,2,8,54,2,16,32,11,32,3,41,2,0,55,3,8,32,3,32,24,40,2,8,54,2,8,32,3,32,24,41,2,0,55,2,0,32,24,32,11,40,2,16,54,2,8,32,24,32,11,41,3,8,55,2,0,32,30,65,1,106,33,30,12,1,11,32,3,40,2,36,33,4,32,3,40,2,12,33,13,2,64,32,3,40,2,16,34,6,32,3,40,2,40,34,5,106,34,7,32,3,40,2,44,77,13,0,32,7,65,2,116,33,9,2,127,32,4,4,64,32,4,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,4,32,3,32,7,54,2,44,32,3,32,4,54,2,36,32,3,40,2,40,34,7,32,5,77,13,0,32,7,32,5,107,65,2,116,34,7,69,13,0,32,4,32,9,106,32,4,32,5,65,2,116,106,32,7,252,10,0,0,11,2,64,32,6,69,13,0,32,6,65,2,116,33,9,32,4,32,5,65,2,116,106,33,4,32,13,4,64,32,9,69,13,1,32,4,32,13,32,9,252,10,0,0,12,1,11,32,9,69,13,0,32,4,65,0,32,9,252,11,0,11,65,0,33,4,32,3,65,0,54,2,16,32,3,32,3,40,2,40,32,6,106,54,2,40,65,0,33,21,2,64,32,3,40,2,4,69,13,0,3,64,32,3,40,2,0,32,21,65,2,116,106,40,2,0,33,14,2,64,2,127,2,64,32,4,69,4,64,32,14,47,1,64,33,6,12,1,11,2,64,2,64,2,64,32,14,47,1,64,34,6,32,17,40,2,0,32,4,65,2,116,106,65,4,107,40,2,0,34,13,47,1,64,34,7,73,13,0,32,6,4,64,65,0,33,4,3,64,32,4,32,7,70,13,3,32,14,32,4,65,3,116,34,9,106,34,5,47,1,4,34,8,32,9,32,13,106,34,9,47,1,4,34,15,73,13,3,32,8,32,15,75,13,2,32,5,47,1,2,34,8,32,9,47,1,2,34,15,73,13,3,32,8,32,15,75,13,2,32,5,47,1,0,34,8,32,9,47,1,0,34,15,73,13,3,32,8,32,15,75,13,2,32,5,47,1,6,65,255,255,1,113,34,5,32,9,47,1,6,65,255,255,1,113,34,9,73,13,3,32,5,32,9,75,13,2,32,4,65,1,106,34,4,32,6,71,13,0,11,11,32,14,47,1,66,34,4,32,13,47,1,66,34,5,73,13,3,32,4,32,5,77,13,2,11,3,64,32,3,40,2,0,32,21,65,2,116,106,40,2,0,33,4,2,127,32,3,40,2,40,34,5,4,64,32,3,32,5,65,1,107,34,5,54,2,40,32,3,40,2,36,32,5,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,7,32,4,65,198,0,252,10,0,0,32,3,40,2,12,33,4,32,3,32,3,40,2,16,34,6,65,1,106,34,5,32,3,40,2,20,34,9,75,4,127,65,8,32,9,65,1,116,34,9,32,5,32,5,32,9,73,27,34,5,32,5,65,8,77,27,34,9,65,2,116,33,5,2,127,32,4,4,64,32,4,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,4,32,3,32,9,54,2,20,32,3,32,4,54,2,12,32,3,40,2,16,34,6,65,1,106,5,32,5,11,54,2,16,32,4,32,6,65,2,116,106,32,7,54,2,0,32,21,65,1,106,34,21,32,3,40,2,4,73,13,0,11,12,6,11,32,14,32,6,65,3,116,106,65,8,107,12,2,11,32,17,32,29,32,14,16,70,12,2,11,32,14,32,6,65,3,116,106,65,8,107,32,14,32,6,65,255,255,3,113,27,11,33,10,32,2,69,13,0,32,10,47,1,2,33,9,65,0,33,4,32,2,34,5,65,2,79,4,64,3,64,32,4,32,4,32,5,65,1,118,34,6,106,34,4,32,1,32,4,65,28,108,106,47,1,0,32,9,75,27,33,4,32,5,32,6,107,34,5,65,1,75,13,0,11,11,32,1,32,4,65,28,108,106,34,26,47,1,0,32,9,71,13,0,32,10,47,1,6,32,14,47,1,66,65,20,108,33,5,32,10,47,1,4,33,27,2,127,32,10,47,1,0,34,22,32,0,40,2,156,1,34,18,40,2,24,34,36,79,4,64,32,18,40,2,44,32,18,40,2,48,32,22,32,36,107,65,2,116,106,40,2,0,65,1,116,106,34,13,65,2,106,33,31,32,13,47,1,0,12,1,11,32,18,40,2,40,32,18,40,2,4,32,22,108,65,1,116,106,65,2,107,33,13,65,0,33,31,65,0,11,33,32,65,255,255,1,113,33,41,32,0,40,2,60,32,5,106,33,19,32,27,65,1,106,33,37,65,0,33,38,65,255,255,3,33,23,32,27,65,1,116,33,42,65,0,33,9,65,0,33,28,3,64,2,64,2,64,2,127,2,64,2,64,2,64,32,22,32,36,73,4,64,32,18,40,2,4,33,9,3,64,32,9,32,23,65,1,106,34,23,65,255,255,3,113,34,5,77,13,9,32,13,47,1,2,33,4,32,13,65,2,106,34,6,33,13,32,4,69,13,0,11,12,1,11,32,13,65,2,106,34,4,32,31,71,13,1,32,32,65,255,255,3,113,69,13,7,32,13,65,6,106,34,6,32,13,47,1,4,65,1,116,106,33,31,32,32,65,1,107,33,32,32,13,47,1,2,33,4,32,13,47,1,6,34,23,33,5,11,32,18,40,2,12,32,5,75,13,1,32,6,33,13,12,3,11,32,4,47,1,0,33,23,32,4,12,1,11,32,18,40,2,52,32,4,65,255,255,3,113,65,3,116,106,34,4,65,8,106,33,38,32,4,45,0,0,33,28,65,0,33,9,32,6,11,33,13,32,28,69,4,64,32,9,33,4,12,1,11,32,38,32,28,65,3,116,106,34,4,65,8,107,45,0,0,13,2,32,4,65,4,107,45,0,0,4,64,32,9,33,4,32,27,33,5,32,22,33,15,12,2,11,32,4,65,6,107,47,1,0,33,15,32,9,33,4,32,37,33,5,12,1,11,65,0,33,9,65,0,33,28,32,37,33,5,32,4,33,15,32,4,65,255,255,3,113,69,13,1,11,32,4,33,9,32,5,65,255,0,113,33,25,2,64,32,26,40,2,20,34,5,69,4,64,65,0,33,16,12,1,11,32,26,40,2,16,33,7,65,0,33,16,32,5,34,4,65,1,71,4,64,3,64,2,64,2,64,32,7,32,16,32,4,65,1,118,34,12,106,34,6,65,6,108,106,34,8,47,1,0,34,10,32,15,65,255,255,3,113,34,20,73,13,0,32,10,32,20,75,13,1,32,8,45,0,4,34,10,65,255,0,113,34,20,32,25,73,13,0,32,10,192,65,0,72,13,1,32,20,32,25,75,13,1,32,8,47,1,2,13,1,11,32,6,33,16,11,32,4,32,12,107,34,4,65,1,75,13,0,11,11,32,7,32,16,65,6,108,106,34,4,47,1,0,34,6,32,15,65,255,255,3,113,34,7,79,4,64,32,6,32,7,75,13,1,32,4,45,0,4,65,255,0,113,32,25,79,13,1,11,32,16,65,1,106,33,16,11,32,5,32,16,77,13,0,32,23,65,255,255,3,113,33,20,3,64,32,16,65,6,108,33,4,32,16,65,1,106,33,16,32,15,65,255,255,3,113,34,43,32,4,32,26,40,2,16,106,34,4,47,1,0,71,13,1,32,4,45,0,4,34,5,192,32,5,65,255,0,113,32,25,71,13,1,32,0,40,2,156,1,33,8,2,64,32,4,47,1,2,34,4,4,64,32,8,40,2,84,32,8,47,1,36,32,4,108,65,1,116,106,32,42,106,47,1,0,34,7,13,1,11,65,0,33,7,32,8,40,2,72,32,20,65,3,108,106,45,0,0,65,1,71,13,0,32,8,40,2,76,32,20,65,1,116,106,47,1,0,33,7,11,2,64,32,41,34,12,13,0,65,0,33,12,32,8,40,2,32,69,13,0,32,8,40,2,64,32,4,65,2,116,106,34,4,47,1,2,34,5,69,13,0,32,8,40,2,68,32,4,47,1,0,65,2,116,106,34,4,32,5,65,2,116,106,33,5,3,64,2,64,32,4,45,0,3,13,0,32,27,32,4,45,0,2,71,13,0,32,4,47,1,0,33,12,12,2,11,32,4,65,4,106,34,4,32,5,71,13,0,11,11,32,11,65,8,106,34,6,32,14,65,198,0,252,10,0,0,32,11,47,1,72,34,5,65,3,116,32,6,106,34,4,65,4,107,32,40,32,5,27,32,25,59,1,0,32,4,65,8,107,32,6,32,5,27,34,6,32,15,59,1,0,65,0,72,4,64,32,4,65,2,107,32,33,32,5,27,34,10,32,10,47,1,0,65,128,128,2,114,59,1,0,11,2,64,2,64,2,64,2,64,2,127,65,1,32,19,47,1,0,34,10,65,255,255,3,70,13,0,26,2,64,32,7,4,64,2,127,32,10,69,4,64,65,1,32,19,47,1,18,65,1,113,69,13,1,26,32,8,40,2,72,32,7,65,3,108,106,45,0,1,12,1,11,32,7,32,10,70,11,32,19,47,1,4,34,4,69,32,4,32,12,65,255,255,3,113,70,114,113,33,4,32,19,47,1,2,34,8,69,13,1,65,0,34,7,32,14,47,1,64,34,12,69,13,2,26,3,64,32,14,32,7,65,3,116,106,47,1,2,32,8,70,13,2,32,7,65,1,106,34,7,32,12,71,13,0,11,65,0,12,2,11,65,0,32,20,32,8,40,2,12,73,13,1,26,32,4,65,2,107,32,33,32,5,27,46,1,0,65,0,78,4,64,32,5,65,7,79,4,64,32,3,65,1,58,0,72,12,7,11,32,11,32,5,65,1,106,34,4,59,1,72,32,11,32,4,65,255,255,3,113,65,3,116,106,33,6,11,65,0,33,10,32,6,65,0,59,1,4,32,6,32,23,59,1,2,32,6,32,22,59,1,0,32,6,32,12,65,255,255,1,113,59,1,6,65,0,33,7,32,11,47,1,72,34,5,69,13,3,3,64,2,64,32,7,69,13,0,32,11,65,8,106,32,7,65,3,116,106,47,1,2,33,8,65,0,33,4,3,64,32,8,32,11,65,8,106,32,4,65,3,116,106,47,1,2,71,4,64,32,7,32,4,65,1,106,34,4,71,13,1,12,2,11,11,32,10,65,1,106,33,10,11,32,7,65,1,106,34,7,32,5,71,13,0,11,32,10,32,30,75,13,2,65,0,12,1,11,32,4,11,2,64,32,5,69,13,0,3,64,32,6,46,1,6,65,0,78,13,1,32,11,32,5,65,1,107,34,5,59,1,72,32,11,32,5,65,255,255,3,113,34,4,65,3,116,106,33,6,32,4,13,0,11,11,69,13,1,32,0,40,2,60,33,5,32,11,47,1,74,33,4,3,64,32,5,32,4,65,1,106,34,4,65,255,255,3,113,65,20,108,106,34,7,47,1,12,34,6,65,255,255,3,71,4,64,32,6,32,19,47,1,12,75,13,1,11,11,32,11,32,4,59,1,74,65,1,33,39,12,2,11,32,24,32,29,32,11,65,8,106,16,70,12,2,11,65,0,33,39,32,19,33,7,32,22,32,43,70,13,1,11,3,64,32,7,47,1,18,34,4,65,8,113,4,64,32,11,32,11,47,1,74,65,1,106,59,1,74,32,7,65,20,106,33,7,12,1,11,2,64,32,4,65,16,113,13,0,32,0,40,2,60,32,11,47,1,74,34,10,65,20,108,106,47,1,12,32,19,47,1,12,71,4,64,32,3,40,2,60,33,10,32,3,40,2,64,34,8,4,127,32,14,47,1,68,33,6,65,0,33,4,32,8,34,5,65,1,71,4,64,3,64,32,4,32,5,65,1,118,34,12,32,4,106,34,4,32,10,32,4,65,1,116,106,47,1,0,32,6,75,27,33,4,32,5,32,12,107,34,5,65,1,75,13,0,11,11,32,6,32,10,32,4,65,1,116,106,47,1,0,34,5,70,13,2,32,4,32,5,32,6,73,106,5,65,0,11,33,4,32,8,65,1,106,34,5,32,3,40,2,68,75,4,64,32,5,65,1,116,33,6,2,127,32,10,4,64,32,10,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,10,32,3,32,5,54,2,68,32,3,32,10,54,2,60,32,3,40,2,64,33,8,11,32,4,65,1,116,33,5,2,64,32,4,32,8,79,13,0,32,8,32,4,107,65,1,116,34,4,69,13,0,32,5,32,10,106,34,6,65,2,106,32,6,32,4,252,10,0,0,11,32,5,32,10,106,32,14,47,0,68,59,0,0,32,3,32,3,40,2,64,65,1,106,54,2,64,12,1,11,32,11,47,1,72,69,4,64,32,3,40,2,48,33,12,65,0,33,4,32,3,40,2,52,34,8,33,5,2,64,2,64,2,64,32,8,34,6,14,2,2,1,0,11,3,64,32,4,32,5,65,1,118,34,6,32,4,106,34,4,32,12,32,4,65,1,116,106,47,1,0,32,10,75,27,33,4,32,5,32,6,107,34,5,65,1,75,13,0,11,11,32,12,32,4,65,1,116,106,47,1,0,34,5,32,10,70,13,2,32,4,32,5,32,10,73,106,33,6,11,32,8,65,1,106,34,4,32,3,40,2,56,75,4,64,32,4,65,1,116,33,5,2,127,32,12,4,64,32,12,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,12,32,3,32,4,54,2,56,32,3,32,12,54,2,48,32,3,40,2,52,33,8,11,32,6,65,1,116,33,4,2,64,32,6,32,8,79,13,0,32,8,32,6,107,65,1,116,34,5,69,13,0,32,4,32,12,106,34,6,65,2,106,32,6,32,5,252,10,0,0,11,32,4,32,12,106,32,10,59,0,0,32,3,32,3,40,2,52,65,1,106,54,2,52,12,1,11,32,17,32,29,32,11,65,8,106,16,70,11,32,39,69,13,1,32,7,47,1,14,34,4,65,255,255,3,70,13,1,32,4,32,11,47,1,74,77,13,1,32,11,32,4,59,1,74,32,0,40,2,60,32,4,65,20,108,106,33,7,12,0,11,0,11,32,26,40,2,20,32,16,75,13,0,11,12,0,11,0,11,32,21,65,1,106,34,21,32,3,40,2,4,79,13,1,32,3,40,2,16,33,4,12,0,11,0,11,32,11,32,3,40,2,8,54,2,16,32,11,32,3,41,2,0,55,3,8,32,3,32,17,40,2,8,54,2,8,32,3,32,17,41,2,0,55,2,0,32,17,32,11,40,2,16,54,2,8,32,17,32,11,41,3,8,55,2,0,11,32,35,65,1,106,34,35,65,128,2,71,13,0,11,32,3,65,1,58,0,72,11,32,11,65,208,0,106,36,0,11,209,32,2,26,127,1,126,35,0,65,128,2,107,34,8,36,0,32,0,40,2,132,9,34,9,40,2,4,33,28,32,8,32,3,54,2,216,1,32,8,65,132,1,106,32,9,32,1,35,2,65,7,106,32,8,65,216,1,106,32,3,16,25,32,0,40,2,132,9,34,3,40,2,4,34,11,4,127,32,3,40,2,0,33,17,65,0,33,9,65,0,33,3,32,11,65,4,79,4,64,32,11,65,124,113,33,12,3,64,32,9,32,17,32,3,65,5,116,106,34,16,40,2,28,65,2,70,106,32,16,40,2,60,65,2,70,106,32,16,40,2,92,65,2,70,106,32,16,40,2,124,65,2,70,106,33,9,32,3,65,4,106,33,3,32,13,65,4,106,34,13,32,12,71,13,0,11,11,32,11,65,3,113,34,16,4,64,3,64,32,9,32,17,32,3,65,5,116,106,40,2,28,65,2,70,106,33,9,32,3,65,1,106,33,3,32,10,65,1,106,34,10,32,16,71,13,0,11,11,32,9,65,10,106,5,65,10,11,33,29,32,8,40,2,136,1,34,18,4,64,65,24,65,0,32,2,65,253,255,3,75,27,33,30,32,0,65,132,1,106,33,17,32,0,65,136,9,106,33,23,32,0,65,200,9,106,33,27,32,0,65,188,9,106,33,24,32,2,65,3,108,33,31,65,0,33,16,3,64,32,8,40,2,132,1,34,11,32,16,65,4,116,106,34,3,40,2,4,33,10,32,3,40,2,0,33,9,2,64,32,29,32,3,40,2,12,34,20,32,25,107,34,26,73,4,64,32,0,40,2,132,9,32,26,16,17,65,0,33,3,32,10,4,64,3,64,32,8,32,9,32,3,65,3,116,106,41,2,0,55,3,8,32,23,32,8,65,8,106,16,10,32,3,65,1,106,34,3,32,10,71,13,0,11,11,32,9,4,64,32,9,35,8,40,2,0,17,2,0,11,32,25,65,1,106,33,25,32,16,65,1,106,34,3,32,18,79,13,1,3,64,32,3,33,10,2,64,2,64,32,0,40,2,96,34,9,69,4,64,32,0,40,2,140,10,69,13,2,32,17,35,1,34,3,41,0,157,3,55,0,0,32,17,32,3,41,0,188,3,55,0,31,32,17,32,3,41,0,181,3,55,0,24,32,17,32,3,41,0,173,3,55,0,16,32,17,32,3,41,0,165,3,55,0,8,12,1,11,32,17,35,1,34,3,41,0,157,3,55,0,0,32,17,32,3,41,0,188,3,55,0,31,32,17,32,3,41,0,181,3,55,0,24,32,17,32,3,41,0,173,3,55,0,16,32,17,32,3,41,0,165,3,55,0,8,32,0,40,2,92,65,0,32,17,32,9,17,3,0,32,0,40,2,140,10,69,13,1,11,32,17,33,9,3,64,2,64,2,64,32,9,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,9,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,9,65,1,106,33,9,12,0,11,0,11,32,11,32,10,65,4,116,106,34,12,40,2,12,32,20,71,13,2,32,12,40,2,0,33,9,65,0,33,3,32,12,40,2,4,34,16,4,64,3,64,32,8,32,9,32,3,65,3,116,106,41,2,0,55,3,0,32,23,32,8,16,10,32,3,65,1,106,34,3,32,16,71,13,0,11,11,32,9,4,64,32,9,35,8,40,2,0,17,2,0,11,32,10,34,16,65,1,106,34,3,32,18,71,13,0,11,12,1,11,32,8,32,3,40,2,8,54,2,128,1,32,8,32,10,54,2,124,32,8,32,9,54,2,120,32,8,65,248,0,106,34,3,32,24,16,115,32,8,65,240,0,106,32,2,32,3,32,5,32,0,40,2,160,9,16,114,2,64,32,16,65,1,106,34,9,32,18,79,13,0,32,8,40,2,132,1,32,9,65,4,116,106,34,3,40,2,12,32,20,71,13,0,3,64,32,9,33,16,32,3,40,2,8,33,22,32,3,40,2,4,33,12,32,3,40,2,0,33,14,32,0,65,0,54,2,204,9,2,64,32,12,34,10,69,4,64,32,8,32,8,41,3,112,55,3,144,1,32,0,40,2,212,9,33,9,65,0,33,10,65,0,33,3,12,1,11,2,64,2,127,3,64,32,0,40,2,204,9,34,9,2,127,32,14,32,10,65,3,116,106,34,3,65,8,107,40,2,0,34,11,65,1,113,4,64,32,11,65,3,118,65,1,113,12,1,11,32,11,47,1,44,65,2,118,65,1,113,11,69,13,1,26,32,3,65,4,107,40,2,0,33,18,32,0,40,2,200,9,33,3,32,0,32,9,65,1,106,34,13,32,0,40,2,208,9,34,15,75,4,127,65,8,32,15,65,1,116,34,9,32,13,32,9,32,13,75,27,34,9,32,9,65,8,77,27,34,13,65,3,116,33,9,2,127,32,3,4,64,32,3,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,3,32,0,32,13,54,2,208,9,32,0,32,3,54,2,200,9,32,0,40,2,204,9,34,9,65,1,106,5,32,13,11,54,2,204,9,32,3,32,9,65,3,116,106,34,3,32,18,54,2,4,32,3,32,11,54,2,0,32,10,65,1,107,34,10,13,0,11,65,0,33,10,32,0,40,2,204,9,11,34,9,65,2,73,13,0,65,0,33,3,32,9,65,1,118,34,11,65,1,71,4,64,32,11,65,254,255,255,255,7,113,33,13,65,0,33,11,3,64,32,0,40,2,200,9,34,18,32,3,65,3,116,34,15,106,34,19,41,2,0,33,34,32,19,32,18,32,0,40,2,204,9,32,3,65,127,115,106,65,3,116,34,19,106,41,2,0,55,2,0,32,0,40,2,200,9,32,19,106,32,34,55,2,0,32,0,40,2,200,9,34,18,32,15,106,34,15,41,2,8,33,34,32,15,32,18,32,0,40,2,204,9,32,3,65,254,255,255,255,1,115,106,65,3,116,34,15,106,41,2,0,55,2,8,32,0,40,2,200,9,32,15,106,32,34,55,2,0,32,3,65,2,106,33,3,32,11,65,2,106,34,11,32,13,71,13,0,11,11,32,9,65,2,113,69,13,0,32,0,40,2,200,9,34,9,32,3,65,3,116,106,34,11,41,2,0,33,34,32,11,32,9,32,0,40,2,204,9,32,3,65,127,115,106,65,3,116,34,3,106,41,2,0,55,2,0,32,0,40,2,200,9,32,3,106,32,34,55,2,0,11,32,8,32,8,41,3,112,55,3,144,1,32,0,40,2,212,9,33,9,32,0,40,2,220,9,32,10,79,4,64,32,10,65,3,116,33,3,12,1,11,32,10,65,3,116,33,3,2,127,32,9,4,64,32,9,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,9,32,0,32,10,54,2,220,9,32,0,32,9,54,2,212,9,11,32,0,32,10,54,2,216,9,32,3,4,64,32,9,32,14,32,3,252,10,0,0,11,65,1,33,9,32,0,40,2,160,9,33,18,65,2,33,13,2,64,2,64,2,64,2,127,32,8,45,0,144,1,65,1,113,4,64,32,8,45,0,145,1,12,1,11,32,8,40,2,144,1,47,1,40,11,34,21,65,255,255,3,113,34,15,65,254,255,3,107,14,2,0,2,1,11,65,0,33,13,65,0,33,9,12,1,11,32,18,40,2,72,32,15,65,3,108,106,34,3,45,0,0,65,229,0,113,33,9,32,3,45,0,1,65,1,116,33,13,11,32,0,40,2,212,9,33,3,32,0,40,2,216,9,34,11,65,3,116,65,204,0,106,34,19,32,0,40,2,220,9,65,3,116,75,4,64,32,3,32,19,35,6,40,2,0,17,1,0,33,3,32,0,32,19,65,3,118,54,2,220,9,32,0,32,3,54,2,212,9,32,0,40,2,216,9,33,11,11,32,8,66,0,55,3,240,1,32,8,66,0,55,3,232,1,32,8,66,0,55,3,224,1,32,8,66,0,55,3,184,1,32,8,65,0,54,2,192,1,32,8,65,1,54,2,252,1,32,8,66,0,55,3,216,1,32,8,65,0,59,1,204,1,32,8,66,0,55,3,176,1,32,8,66,0,55,3,160,1,32,8,65,0,59,1,174,1,32,8,32,21,59,1,208,1,32,8,32,9,32,13,114,65,255,1,113,65,24,65,0,32,15,65,253,255,3,75,27,114,59,1,200,1,32,8,32,11,54,2,212,1,32,3,32,11,65,3,116,106,34,3,32,8,40,2,252,1,54,2,0,32,3,32,8,41,3,240,1,55,2,28,32,3,32,8,41,3,232,1,55,2,20,32,3,32,8,41,3,224,1,55,2,12,32,3,32,8,41,3,216,1,55,2,4,32,3,32,8,40,2,212,1,54,2,36,32,3,32,8,47,1,208,1,59,1,40,32,3,32,8,47,1,204,1,59,1,42,32,3,32,8,47,1,200,1,59,1,44,32,3,32,8,40,2,192,1,54,1,62,32,3,32,8,41,3,184,1,55,1,54,32,3,32,8,41,3,176,1,55,1,46,32,3,32,8,47,1,174,1,59,1,66,32,3,32,8,41,3,160,1,55,2,68,32,8,65,0,54,2,156,1,32,8,32,3,54,2,152,1,32,8,32,8,41,2,152,1,55,3,88,32,8,65,216,0,106,32,18,16,21,32,8,32,8,41,3,144,1,55,3,80,32,8,32,8,41,2,152,1,55,3,72,2,64,32,0,32,8,65,208,0,106,32,8,65,200,0,106,16,109,4,64,65,0,33,3,32,0,40,2,192,9,4,64,3,64,32,8,32,0,40,2,188,9,32,3,65,3,116,106,41,2,0,55,3,56,32,23,32,8,65,56,106,16,10,32,3,65,1,106,34,3,32,0,40,2,192,9,73,13,0,11,11,32,0,65,0,54,2,192,9,32,8,32,8,41,3,112,34,34,55,3,104,32,8,32,34,55,3,48,32,23,32,8,65,48,106,16,10,32,8,32,27,40,2,8,54,2,224,1,32,8,32,27,41,2,0,55,3,216,1,32,27,32,24,40,2,8,54,2,8,32,27,32,24,41,2,0,55,2,0,32,24,32,8,40,2,224,1,54,2,8,32,24,32,8,41,3,216,1,55,2,0,65,1,33,3,32,0,40,2,160,9,33,9,65,2,33,11,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,0,2,1,11,65,0,33,11,65,0,33,3,12,1,11,32,9,40,2,72,32,31,106,34,12,45,0,0,65,229,0,113,33,3,32,12,45,0,1,65,1,116,33,11,11,32,10,65,3,116,34,12,65,204,0,106,34,13,32,22,65,3,116,75,4,64,32,14,32,13,35,6,40,2,0,17,1,0,33,14,11,32,8,66,0,55,3,240,1,32,8,66,0,55,3,232,1,32,8,66,0,55,3,224,1,32,8,66,0,55,3,184,1,32,8,65,0,54,2,192,1,32,8,65,1,54,2,144,1,32,8,66,0,55,3,216,1,32,8,65,0,59,1,208,1,32,8,66,0,55,3,176,1,32,8,66,0,55,3,160,1,32,8,32,2,59,1,212,1,32,8,32,5,59,1,200,1,32,8,32,30,32,3,32,11,114,65,255,1,113,114,59,1,204,1,32,8,32,10,54,2,252,1,32,12,32,14,106,34,3,32,8,40,2,144,1,54,2,0,32,3,32,8,41,3,240,1,55,2,28,32,3,32,8,41,3,232,1,55,2,20,32,3,32,8,41,3,224,1,55,2,12,32,3,32,8,41,3,216,1,55,2,4,32,3,32,8,40,2,252,1,54,2,36,32,3,32,8,47,1,212,1,59,1,40,32,3,32,8,47,1,208,1,59,1,42,32,3,32,8,47,1,204,1,59,1,44,32,3,32,8,40,2,192,1,54,1,62,32,3,32,8,41,3,184,1,55,1,54,32,3,32,8,41,3,176,1,55,1,46,32,3,32,8,47,1,200,1,59,1,66,32,3,32,8,41,3,160,1,55,2,68,32,8,65,0,54,2,156,1,32,8,32,3,54,2,152,1,32,8,32,8,41,3,152,1,55,3,40,32,8,65,40,106,32,9,16,21,32,8,32,8,41,3,152,1,55,3,112,12,1,11,65,0,33,3,32,0,65,0,54,2,204,9,32,12,4,64,3,64,32,8,32,14,32,3,65,3,116,106,41,2,0,55,3,64,32,23,32,8,65,64,107,16,10,32,3,65,1,106,34,3,32,12,71,13,0,11,11,32,14,69,13,0,32,14,35,8,40,2,0,17,2,0,11,32,16,65,1,106,34,9,32,8,40,2,136,1,34,18,79,13,1,32,8,40,2,132,1,32,9,65,4,116,106,34,3,40,2,12,32,20,70,13,0,11,11,32,0,40,2,160,9,32,26,65,5,116,34,19,32,0,40,2,132,9,40,2,0,106,40,2,0,47,1,0,34,9,32,2,16,42,33,15,2,64,32,7,69,13,0,32,9,32,15,71,13,0,32,8,40,2,112,34,3,32,3,47,1,44,65,4,114,59,1,44,11,32,8,40,2,112,33,3,2,64,2,64,32,6,13,0,32,18,65,1,75,13,0,32,28,65,2,73,13,1,11,32,3,32,3,47,1,44,65,24,114,59,1,44,65,255,255,3,33,9,11,32,3,32,9,59,1,42,32,3,32,3,40,2,60,32,4,106,54,2,60,32,0,40,2,132,9,32,8,32,8,41,3,112,34,34,55,3,96,32,8,32,34,55,3,32,65,0,33,11,32,26,32,8,65,32,106,65,0,32,15,16,23,32,0,40,2,192,9,4,64,3,64,32,0,40,2,188,9,32,11,65,3,116,106,41,2,0,33,34,32,0,40,2,132,9,34,3,40,2,0,32,19,106,34,22,40,2,0,33,9,2,127,32,3,40,2,40,34,10,4,64,32,3,32,10,65,1,107,34,10,54,2,40,32,3,40,2,36,32,10,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,3,32,15,59,1,0,32,3,65,2,106,65,0,65,146,1,252,11,0,32,34,167,33,10,32,3,66,0,55,2,152,1,32,3,65,1,54,2,148,1,32,3,65,0,54,2,160,1,2,64,2,127,2,64,2,64,32,9,4,64,32,3,65,0,54,2,28,32,3,32,34,55,2,20,32,3,32,9,54,2,16,32,3,65,1,59,1,144,1,32,3,32,9,41,2,4,55,2,4,32,3,32,9,40,2,12,54,2,12,32,3,32,9,40,2,152,1,34,12,54,2,152,1,32,3,32,9,40,2,160,1,34,32,54,2,160,1,32,3,32,9,40,2,156,1,34,9,54,2,156,1,32,10,69,13,1,32,10,65,1,113,34,33,13,2,32,3,32,10,45,0,45,65,2,113,4,127,65,226,4,5,32,10,40,2,32,11,32,12,106,54,2,152,1,65,0,32,10,40,2,12,32,10,40,2,20,34,21,27,33,12,32,10,40,2,16,32,10,40,2,4,106,33,13,32,10,40,2,24,33,14,32,21,32,10,40,2,8,106,12,3,11,32,3,66,0,55,2,4,65,0,33,9,32,3,65,0,54,2,12,32,10,13,3,11,32,22,32,9,54,2,8,12,2,11,32,3,32,12,32,10,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,34,66,32,136,167,65,255,1,113,33,12,32,34,66,56,136,167,34,14,32,34,66,48,136,167,65,255,1,113,106,33,13,32,34,66,40,136,167,65,15,113,11,33,21,32,3,32,3,40,2,4,32,13,106,54,2,4,32,3,32,3,40,2,8,32,21,106,173,32,12,32,14,106,65,0,32,3,40,2,12,32,21,27,106,173,66,32,134,132,55,2,8,2,64,32,33,69,4,64,65,0,33,14,32,3,32,10,40,2,36,34,12,4,127,32,10,40,2,56,5,65,0,11,32,9,106,32,10,47,1,44,65,1,113,106,32,10,47,1,40,65,254,255,3,70,106,54,2,156,1,32,12,69,13,1,32,10,40,2,60,33,14,12,1,11,32,3,32,9,32,10,65,1,118,65,1,113,106,54,2,156,1,65,0,33,14,11,32,3,32,14,32,32,106,54,2,160,1,11,32,22,32,3,54,2,0,32,11,65,1,106,34,11,32,0,40,2,192,9,73,13,0,11,11,65,0,33,3,32,20,32,25,70,13,0,3,64,2,64,32,1,32,3,70,13,0,32,0,40,2,132,9,34,15,40,2,0,34,9,32,3,65,5,116,106,34,10,40,2,28,13,0,32,9,32,19,106,34,20,40,2,28,13,0,32,10,40,2,0,34,14,47,1,0,34,21,32,20,40,2,0,34,13,47,1,0,71,13,0,32,14,40,2,4,32,13,40,2,4,71,13,0,32,14,40,2,152,1,32,13,40,2,152,1,71,13,0,35,1,65,148,12,106,33,12,32,20,40,2,12,33,11,2,64,32,10,40,2,12,34,9,69,13,0,32,9,65,1,113,13,0,32,9,45,0,44,65,192,0,113,69,13,0,32,12,32,9,65,48,106,32,9,40,2,36,27,33,12,11,35,1,65,148,12,106,33,9,2,64,32,11,69,13,0,32,11,65,1,113,13,0,32,11,45,0,44,65,192,0,113,69,13,0,32,9,32,11,65,48,106,32,11,40,2,36,27,33,9,11,32,12,40,2,24,33,22,2,64,32,9,40,2,24,34,11,65,25,79,4,64,32,11,32,22,71,13,2,32,12,40,2,0,33,12,32,9,40,2,0,33,9,12,1,11,32,11,32,22,71,13,1,11,32,12,32,9,32,11,16,18,13,0,32,13,47,1,144,1,4,127,65,0,33,3,3,64,32,15,40,2,52,33,9,32,10,40,2,0,32,8,32,13,32,3,65,4,116,106,34,11,41,2,24,55,3,24,32,8,32,11,41,2,16,55,3,16,32,8,65,16,106,32,9,16,32,32,3,65,1,106,34,3,32,20,40,2,0,34,13,47,1,144,1,73,13,0,11,32,10,40,2,0,34,14,47,1,0,5,32,21,11,65,255,255,3,113,69,4,64,32,10,32,14,40,2,156,1,54,2,8,11,32,15,32,26,16,17,32,25,65,1,106,33,25,12,2,11,32,3,65,1,106,34,3,32,26,71,13,0,11,11,32,16,65,1,106,34,16,32,18,73,13,0,11,32,0,40,2,132,9,40,2,4,33,11,11,32,8,65,128,2,106,36,0,65,127,32,28,32,11,32,28,77,27,11,145,10,2,17,127,1,126,35,0,65,192,1,107,34,3,36,0,32,0,40,2,132,9,32,3,32,2,41,2,0,55,3,56,32,1,32,3,65,56,106,65,0,65,1,16,23,32,3,65,220,0,106,32,0,40,2,132,9,32,1,35,2,65,10,106,65,0,65,0,16,25,32,3,40,2,96,4,64,32,0,65,180,9,106,33,14,32,0,65,136,9,106,33,15,3,64,32,3,40,2,92,32,16,65,4,116,106,34,5,40,2,8,33,11,32,5,40,2,4,33,2,32,5,40,2,0,33,7,32,3,66,0,55,3,80,66,0,33,20,2,64,32,2,34,5,69,13,0,3,64,32,3,32,7,32,5,65,1,107,34,8,65,3,116,34,17,106,41,2,0,34,20,55,3,72,2,64,2,64,32,20,167,34,4,65,1,113,4,64,32,20,66,8,131,66,0,82,13,2,65,0,33,10,65,1,33,12,65,0,33,6,12,1,11,32,4,45,0,44,65,4,113,13,1,32,4,32,4,40,2,36,34,6,65,3,116,107,33,10,32,6,69,4,64,65,0,33,6,65,1,33,12,12,1,11,65,0,33,12,65,0,33,4,32,6,65,1,71,4,64,32,6,65,126,113,33,18,65,0,33,13,3,64,32,10,32,4,65,3,116,106,34,19,40,2,0,34,9,65,1,113,69,4,64,32,9,32,9,40,2,0,65,1,106,54,2,0,32,9,40,2,0,26,11,32,19,40,2,8,34,9,65,1,113,69,4,64,32,9,32,9,40,2,0,65,1,106,54,2,0,32,9,40,2,0,26,11,32,4,65,2,106,33,4,32,13,65,2,106,34,13,32,18,71,13,0,11,11,32,6,65,1,113,69,13,0,32,10,32,4,65,3,116,106,40,2,0,34,4,65,1,113,13,0,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,11,32,11,32,2,32,6,106,65,1,107,34,4,73,4,64,32,4,65,3,116,33,11,2,127,32,7,4,64,32,7,32,11,35,6,40,2,0,17,1,0,12,1,11,32,11,35,7,40,2,0,17,0,0,11,33,7,32,4,33,11,11,2,64,32,2,32,5,77,13,0,32,2,32,5,107,65,3,116,34,2,69,13,0,32,7,32,6,32,8,106,65,3,116,106,32,7,32,5,65,3,116,106,32,2,252,10,0,0,11,2,64,32,12,13,0,32,6,65,3,116,33,2,32,7,32,17,106,33,5,32,10,4,64,32,2,69,13,1,32,5,32,10,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,5,65,0,32,2,252,11,0,11,2,127,32,3,45,0,72,65,1,113,4,64,32,3,40,2,72,33,8,32,3,45,0,73,12,1,11,32,3,40,2,72,34,8,47,1,40,11,33,2,65,1,33,5,32,0,40,2,160,9,33,6,32,8,47,1,66,33,9,65,2,33,8,2,64,2,64,2,64,32,2,65,255,255,3,113,34,10,65,254,255,3,107,14,2,0,2,1,11,65,0,33,8,65,0,33,5,12,1,11,32,6,40,2,72,32,10,65,3,108,106,34,8,45,0,0,65,229,0,113,33,5,32,8,45,0,1,65,1,116,33,8,11,32,4,65,3,116,34,12,65,204,0,106,34,13,32,11,65,3,116,75,4,64,32,7,32,13,35,6,40,2,0,17,1,0,33,7,11,32,3,66,0,55,3,176,1,32,3,66,0,55,3,168,1,32,3,66,0,55,3,160,1,32,3,66,0,55,3,128,1,32,3,65,0,54,2,136,1,32,3,65,1,54,2,188,1,32,3,66,0,55,3,152,1,32,3,65,0,59,1,142,1,32,3,66,0,55,3,120,32,3,66,0,55,3,104,32,3,32,9,59,1,118,32,3,32,2,59,1,144,1,32,3,32,5,32,8,114,65,255,1,113,65,24,65,0,32,10,65,253,255,3,75,27,114,59,1,140,1,32,3,32,4,54,2,148,1,32,7,32,12,106,34,2,32,3,40,2,188,1,54,2,0,32,2,32,3,41,3,176,1,55,2,28,32,2,32,3,41,3,168,1,55,2,20,32,2,32,3,41,3,160,1,55,2,12,32,2,32,3,41,3,152,1,55,2,4,32,2,32,3,40,2,148,1,54,2,36,32,2,32,3,47,1,144,1,59,1,40,32,2,32,3,47,1,142,1,59,1,42,32,2,32,3,47,1,140,1,59,1,44,32,2,32,3,40,2,136,1,54,1,62,32,2,32,3,41,3,128,1,55,1,54,32,2,32,3,41,3,120,55,1,46,32,2,32,3,47,1,118,59,1,66,32,2,32,3,41,3,104,55,2,68,32,3,65,0,54,2,68,32,3,32,2,54,2,64,32,3,32,3,41,3,64,55,3,48,32,3,65,48,106,32,6,16,21,32,3,32,3,41,3,64,34,20,55,3,80,32,3,32,3,41,3,72,55,3,40,32,15,32,3,65,40,106,16,10,12,2,11,32,8,34,5,13,0,11,66,0,33,20,11,32,0,32,0,40,2,144,10,65,1,106,54,2,144,10,2,64,2,64,32,0,40,2,180,9,4,64,32,3,32,14,41,2,0,55,3,32,32,3,32,3,41,3,80,55,3,24,32,0,32,3,65,32,106,32,3,65,24,106,16,109,69,13,1,32,3,32,14,41,2,0,55,3,8,32,15,32,3,65,8,106,16,10,11,32,14,32,20,55,2,0,12,1,11,32,3,32,3,41,3,80,55,3,16,32,15,32,3,65,16,106,16,10,11,32,16,65,1,106,34,16,32,3,40,2,96,73,13,0,11,11,32,0,40,2,132,9,32,3,40,2,92,40,2,12,16,17,32,0,40,2,132,9,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,3,65,192,1,106,36,0,11,228,2,1,3,127,2,64,32,0,40,2,20,34,2,32,1,40,2,4,34,3,79,4,64,32,2,65,127,70,13,1,32,0,32,1,40,2,8,32,2,32,3,107,106,34,3,54,2,20,32,0,32,0,40,2,12,34,2,32,1,40,2,32,32,2,32,1,40,2,24,107,34,4,65,0,32,2,32,4,79,27,106,32,0,40,2,8,34,2,32,1,40,2,20,34,4,75,27,173,66,32,134,32,1,40,2,28,32,2,32,4,107,34,4,65,0,32,2,32,4,79,27,106,173,132,55,2,8,32,3,32,1,40,2,8,79,13,1,32,0,66,127,55,2,8,32,0,65,127,54,2,20,12,1,11,32,2,32,1,40,2,0,34,3,77,13,0,32,0,32,3,54,2,20,32,0,32,1,41,2,12,55,2,8,11,2,64,32,0,40,2,16,34,2,32,1,40,2,4,34,3,79,4,64,32,0,32,1,40,2,8,32,2,32,3,107,106,34,3,54,2,16,32,0,32,0,40,2,4,34,2,32,1,40,2,32,32,2,32,1,40,2,24,107,34,4,65,0,32,2,32,4,79,27,106,32,0,40,2,0,34,2,32,1,40,2,20,34,4,75,27,173,66,32,134,32,1,40,2,28,32,2,32,4,107,34,4,65,0,32,2,32,4,79,27,106,173,132,55,2,0,32,3,32,1,40,2,8,79,13,1,32,0,66,127,55,2,0,32,0,65,127,54,2,16,15,11,32,2,32,1,40,2,0,34,3,77,13,0,32,0,32,3,54,2,16,32,0,32,1,41,2,12,55,2,0,11,11,161,19,2,23,127,1,126,35,0,65,48,107,34,8,36,0,32,8,65,36,106,32,0,40,2,132,9,34,2,32,1,35,2,65,9,106,65,0,65,0,16,25,2,127,32,8,40,2,40,34,21,4,64,32,0,65,132,1,106,33,15,32,0,65,136,9,106,33,22,3,64,32,2,32,8,40,2,36,34,2,40,2,12,32,1,16,38,32,2,32,1,54,2,12,65,0,33,16,65,0,33,14,3,64,32,8,40,2,36,32,16,65,4,116,106,34,2,40,2,4,33,18,32,2,40,2,12,65,5,116,34,19,32,0,40,2,132,9,40,2,0,106,40,2,0,47,1,0,33,7,32,8,32,2,40,2,0,34,20,41,2,0,34,25,55,3,24,2,64,32,25,167,34,2,65,1,113,13,0,65,0,33,12,32,2,40,2,36,34,23,69,13,0,3,64,32,7,33,3,2,64,2,64,2,64,2,64,32,8,40,2,24,34,2,32,2,40,2,36,65,3,116,107,32,12,65,3,116,106,41,2,0,34,25,167,34,6,65,1,113,34,13,69,4,64,65,0,33,7,32,6,40,2,36,65,0,71,33,14,32,6,47,1,40,34,9,65,255,255,3,70,13,3,32,6,45,0,44,65,4,113,69,13,1,32,3,33,7,12,3,11,65,0,33,14,32,6,65,8,113,13,3,32,6,65,128,254,3,113,65,8,118,33,9,12,1,11,32,9,65,254,255,3,70,13,1,11,32,3,65,255,255,3,113,33,2,32,0,40,2,160,9,34,5,40,2,24,33,7,2,64,32,9,32,5,40,2,12,73,4,64,2,64,2,64,32,2,32,7,79,4,64,32,5,40,2,44,32,5,40,2,48,32,2,32,7,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,17,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,4,65,0,33,10,3,64,32,4,65,4,106,33,2,32,4,47,1,2,34,11,4,127,32,2,32,11,65,1,116,106,65,0,33,7,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,7,65,1,106,34,7,32,11,71,13,0,11,5,32,2,11,33,4,65,0,33,2,32,10,65,1,106,34,10,32,17,71,13,0,11,12,2,11,32,5,40,2,40,32,5,40,2,4,32,2,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,4,47,1,0,33,2,11,65,0,33,7,32,5,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,34,4,69,13,1,32,2,32,4,65,3,116,106,34,2,45,0,0,13,1,32,3,32,2,65,8,106,34,2,65,6,107,47,1,0,32,2,65,4,107,45,0,0,65,1,113,27,33,7,12,1,11,2,64,32,2,32,7,79,4,64,32,5,40,2,44,32,5,40,2,48,32,2,32,7,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,5,69,4,64,65,0,33,7,12,3,11,32,2,65,2,106,33,3,65,0,33,11,3,64,32,3,65,4,106,33,2,32,3,47,1,2,34,4,4,127,32,2,32,4,65,1,116,106,65,0,33,7,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,7,65,1,106,34,7,32,4,71,13,0,11,5,32,2,11,33,3,65,0,33,7,32,11,65,1,106,34,11,32,5,71,13,0,11,12,2,11,32,5,40,2,40,32,5,40,2,4,32,2,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,7,12,1,11,32,3,47,1,0,33,7,11,32,13,13,1,11,32,6,32,6,40,2,0,65,1,106,54,2,0,32,6,40,2,0,26,11,32,0,40,2,132,9,34,2,40,2,0,32,19,106,34,11,40,2,0,33,3,2,127,32,2,40,2,40,34,4,4,64,32,2,32,4,65,1,107,34,4,54,2,40,32,2,40,2,36,32,4,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,2,32,7,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,2,66,0,55,2,152,1,32,2,65,1,54,2,148,1,32,2,65,0,54,2,160,1,2,64,2,127,2,64,2,64,32,3,4,64,32,2,65,0,59,0,29,32,2,32,14,58,0,28,32,2,32,25,55,2,20,32,2,32,3,54,2,16,32,2,65,1,59,1,144,1,32,2,65,0,58,0,31,32,2,32,3,41,2,4,55,2,4,32,2,32,3,40,2,12,54,2,12,32,2,32,3,40,2,152,1,34,4,54,2,152,1,32,2,32,3,40,2,160,1,34,17,54,2,160,1,32,2,32,3,40,2,156,1,34,9,54,2,156,1,32,6,69,13,1,32,13,13,2,32,2,32,6,45,0,45,65,2,113,4,127,65,226,4,5,32,6,40,2,32,11,32,4,106,54,2,152,1,65,0,32,6,40,2,12,32,6,40,2,20,34,3,27,33,4,32,6,40,2,16,32,6,40,2,4,106,33,10,32,6,40,2,24,33,5,32,3,32,6,40,2,8,106,12,3,11,32,2,66,0,55,2,4,65,0,33,9,32,2,65,0,54,2,12,32,6,13,3,11,32,11,32,9,54,2,8,12,2,11,32,2,32,4,32,6,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,25,66,32,136,167,34,3,65,255,1,113,33,4,32,3,65,24,118,34,5,32,3,65,16,118,65,255,1,113,106,33,10,32,3,65,8,118,65,15,113,11,33,3,32,2,32,2,40,2,4,32,10,106,54,2,4,32,2,32,2,40,2,8,32,3,106,173,32,4,32,5,106,65,0,32,2,40,2,12,32,3,27,106,173,66,32,134,132,55,2,8,2,64,32,13,69,4,64,65,0,33,5,32,2,32,6,40,2,36,34,3,4,127,32,6,40,2,56,5,65,0,11,32,9,106,32,6,47,1,44,65,1,113,106,32,6,47,1,40,65,254,255,3,70,106,54,2,156,1,32,3,69,13,1,32,6,40,2,60,33,5,12,1,11,32,2,32,9,32,6,65,1,118,65,1,113,106,54,2,156,1,65,0,33,5,11,32,2,32,5,32,17,106,54,2,160,1,11,32,11,32,2,54,2,0,32,12,65,1,106,34,12,32,23,71,13,0,11,11,65,1,33,12,32,18,65,1,75,4,64,3,64,32,20,32,12,65,3,116,106,41,2,0,33,25,32,0,40,2,132,9,34,2,40,2,0,32,19,106,34,6,40,2,0,33,3,2,127,32,2,40,2,40,34,4,4,64,32,2,32,4,65,1,107,34,4,54,2,40,32,2,40,2,36,32,4,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,2,32,7,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,25,167,33,4,32,2,66,0,55,2,152,1,32,2,65,1,54,2,148,1,32,2,65,0,54,2,160,1,2,64,32,2,2,127,2,64,2,64,32,3,4,64,32,2,65,0,54,2,28,32,2,32,25,55,2,20,32,2,32,3,54,2,16,32,2,65,1,59,1,144,1,32,2,32,3,41,2,4,55,2,4,32,2,32,3,40,2,12,54,2,12,32,2,32,3,40,2,152,1,34,5,54,2,152,1,32,2,32,3,40,2,160,1,34,9,54,2,160,1,32,2,32,3,40,2,156,1,34,3,54,2,156,1,32,4,69,13,1,32,4,65,1,113,34,13,13,2,32,2,32,4,45,0,45,65,2,113,4,127,65,226,4,5,32,4,40,2,32,11,32,5,106,54,2,152,1,65,0,32,4,40,2,12,32,4,40,2,20,34,5,27,33,11,32,5,32,4,40,2,8,106,33,5,32,4,40,2,24,33,10,32,4,40,2,16,32,4,40,2,4,106,12,3,11,32,2,66,0,55,2,4,65,0,33,3,32,2,65,0,54,2,12,32,4,13,3,11,32,6,32,3,54,2,8,12,2,11,32,2,32,5,32,4,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,25,66,32,136,167,65,255,1,113,33,11,32,25,66,40,136,167,65,15,113,33,5,32,25,66,56,136,167,34,10,32,25,66,48,136,167,65,255,1,113,106,11,32,2,40,2,4,106,54,2,4,32,2,32,2,40,2,8,32,5,106,173,32,10,32,11,106,65,0,32,2,40,2,12,32,5,27,106,173,66,32,134,132,55,2,8,2,64,32,13,69,4,64,65,0,33,5,32,2,32,4,40,2,36,34,10,4,127,32,4,40,2,56,5,65,0,11,32,3,106,32,4,47,1,44,65,1,113,106,32,4,47,1,40,65,254,255,3,70,106,54,2,156,1,32,10,69,13,1,32,4,40,2,60,33,5,12,1,11,32,2,32,3,32,4,65,1,118,65,1,113,106,54,2,156,1,65,0,33,5,11,32,2,32,5,32,9,106,54,2,160,1,11,32,6,32,2,54,2,0,32,12,65,1,106,34,12,32,18,71,13,0,11,11,32,8,32,8,41,3,24,55,3,16,32,22,32,8,65,16,106,16,10,32,20,35,8,40,2,0,17,2,0,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,0,40,2,160,9,33,7,35,1,65,171,10,106,33,2,2,64,2,64,2,64,2,127,32,8,45,0,24,65,1,113,4,64,32,8,45,0,25,12,1,11,32,8,40,2,24,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,7,40,2,8,32,7,40,2,4,106,32,3,77,13,0,32,7,40,2,56,32,3,65,2,116,106,40,2,0,33,2,11,32,8,32,2,54,2,0,32,15,65,128,8,35,1,65,165,7,106,32,8,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,15,32,2,17,3,0,11,32,15,33,3,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,32,0,40,2,140,10,34,2,69,13,3,32,0,40,2,132,9,32,0,40,2,160,9,32,2,16,29,35,1,65,235,11,106,32,0,40,2,140,10,16,20,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,0,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,16,65,1,106,34,16,32,8,40,2,40,73,13,0,11,65,1,32,14,69,13,2,26,32,8,65,36,106,32,0,40,2,132,9,34,2,32,1,35,2,65,9,106,65,0,65,0,16,25,32,8,40,2,40,13,0,11,11,32,21,65,0,71,11,32,8,65,48,106,36,0,11,197,3,1,7,127,35,0,65,16,107,33,4,2,127,32,2,45,0,0,34,7,65,1,113,69,4,64,32,2,40,2,0,34,5,65,196,0,65,40,32,5,40,2,36,34,6,27,106,47,1,0,33,8,32,5,65,42,106,32,6,69,13,1,26,32,5,65,198,0,106,12,1,11,32,2,45,0,1,33,8,32,2,65,2,106,11,47,1,0,33,6,32,0,40,2,160,9,34,10,40,2,88,33,0,2,64,32,10,40,2,0,65,14,77,4,64,32,0,32,1,65,2,116,106,34,9,47,1,0,33,5,32,9,47,1,2,33,9,32,4,65,0,59,1,12,32,4,32,9,59,1,10,32,4,32,5,59,1,8,32,0,32,6,65,2,116,106,40,1,0,33,0,32,4,65,0,59,1,4,32,4,32,0,54,2,0,12,1,11,32,4,32,0,32,1,65,6,108,106,34,5,47,1,4,59,1,12,32,4,32,5,40,1,0,34,5,54,2,8,32,4,32,0,32,6,65,6,108,106,34,0,47,1,4,59,1,4,32,4,32,0,40,1,0,54,2,0,11,2,64,32,5,65,255,255,3,113,65,255,255,3,70,4,64,65,0,33,0,12,1,11,2,64,32,3,40,2,4,69,13,0,32,4,40,2,0,32,4,40,2,8,115,32,4,47,1,4,32,4,47,1,12,115,114,13,0,32,10,47,1,100,32,8,71,4,64,65,1,33,0,12,2,11,32,7,65,1,113,4,127,32,7,65,6,118,65,1,113,5,32,2,40,2,0,47,1,44,65,10,118,65,1,113,11,13,0,65,1,33,0,32,2,65,2,106,32,2,40,2,0,65,42,106,32,7,65,1,113,27,47,1,0,32,1,70,13,1,11,2,127,32,2,40,2,0,34,0,65,1,113,4,64,32,2,45,0,7,12,1,11,32,0,40,2,16,11,33,2,65,0,33,0,32,8,69,32,2,65,0,71,114,69,13,0,32,4,47,1,10,13,0,32,3,45,0,8,33,0,11,32,0,65,1,113,11,219,50,2,28,127,2,126,35,0,65,192,2,107,34,4,36,0,32,0,40,2,132,9,34,5,40,2,0,32,1,65,5,116,106,34,3,40,2,0,34,6,40,2,8,33,30,32,6,40,2,4,33,26,32,5,40,2,4,33,18,32,6,40,2,156,1,34,15,32,3,40,2,8,34,13,73,4,64,32,3,32,15,54,2,8,32,15,33,13,11,32,3,40,2,4,33,23,32,6,40,2,152,1,33,24,2,64,32,3,40,2,28,65,1,71,4,64,32,6,47,1,0,13,1,32,6,40,2,20,13,1,11,32,24,65,244,3,106,33,24,11,2,64,32,23,69,13,0,32,2,45,0,0,65,1,113,69,4,64,32,2,40,2,0,47,1,40,65,255,255,3,70,13,1,11,32,23,40,2,4,69,13,0,32,0,65,188,9,106,33,10,32,0,65,136,9,106,33,27,32,24,32,26,106,33,19,32,13,32,15,71,33,25,3,64,2,64,2,64,32,23,40,2,0,32,28,65,20,108,106,34,5,47,1,16,34,20,69,13,0,32,5,40,2,0,34,7,32,26,70,13,0,32,5,40,2,12,33,17,32,5,40,2,4,33,8,32,18,4,64,32,0,40,2,132,9,40,2,0,33,6,65,0,33,3,3,64,32,20,32,6,32,3,65,5,116,106,40,2,0,34,5,47,1,0,70,4,64,32,5,40,2,4,32,26,70,13,3,11,32,3,65,1,106,34,3,32,18,71,13,0,11,11,32,0,32,1,32,19,32,7,107,32,17,65,228,0,108,106,32,30,32,8,107,65,30,108,106,16,108,13,1,2,127,32,2,45,0,0,65,1,113,4,64,32,2,45,0,1,12,1,11,32,2,40,2,0,47,1,40,11,33,14,2,64,32,0,40,2,160,9,34,3,40,2,24,34,5,32,20,77,4,64,32,3,40,2,44,32,3,40,2,48,32,20,32,5,107,65,2,116,106,40,2,0,65,1,116,106,34,5,47,1,0,34,8,69,13,2,32,5,65,2,106,33,6,65,0,33,16,3,64,32,6,65,4,106,33,3,32,6,47,1,2,34,11,4,127,32,3,32,11,65,1,116,106,65,0,33,7,3,64,32,3,47,1,0,32,14,65,255,255,3,113,70,13,4,32,3,65,2,106,33,3,32,7,65,1,106,34,7,32,11,71,13,0,11,5,32,3,11,33,6,32,16,65,1,106,34,16,32,8,71,13,0,11,12,2,11,32,3,40,2,40,32,3,40,2,4,32,20,108,65,1,116,106,32,14,65,255,255,3,113,65,1,116,106,33,6,11,32,6,47,1,0,69,13,0,32,0,40,2,132,9,33,5,32,4,32,17,32,25,106,34,29,54,2,160,2,32,4,65,200,1,106,32,5,32,1,35,2,65,7,106,32,4,65,160,2,106,32,29,16,25,32,4,40,2,204,1,34,5,69,13,0,65,0,33,22,65,127,33,21,3,64,32,4,32,4,40,2,200,1,32,22,65,4,116,106,34,14,41,2,8,55,3,192,1,32,4,32,14,41,2,0,55,3,184,1,2,64,2,64,32,21,32,4,40,2,196,1,34,11,70,4,64,65,0,33,3,32,4,40,2,184,1,33,8,32,4,40,2,188,1,34,6,4,64,3,64,32,4,32,8,32,3,65,3,116,106,41,2,0,55,3,136,1,32,27,32,4,65,136,1,106,16,10,32,3,65,1,106,34,3,32,6,71,13,0,11,11,32,8,4,64,32,8,35,8,40,2,0,17,2,0,11,32,5,32,22,65,127,115,106,65,4,116,34,3,69,13,1,32,14,32,14,65,16,106,32,3,252,10,0,0,12,1,11,32,20,32,0,40,2,132,9,34,7,40,2,0,32,11,65,5,116,106,34,3,40,2,0,34,8,47,1,0,71,4,64,32,3,65,2,54,2,28,65,0,33,3,32,4,40,2,184,1,33,8,32,4,40,2,188,1,34,6,4,64,3,64,32,4,32,8,32,3,65,3,116,106,41,2,0,55,3,168,1,32,27,32,4,65,168,1,106,16,10,32,3,65,1,106,34,3,32,6,71,13,0,11,11,32,8,4,64,32,8,35,8,40,2,0,17,2,0,32,4,65,0,54,2,184,1,11,32,5,32,22,65,127,115,106,65,4,116,34,3,69,13,1,32,14,32,14,65,16,106,32,3,252,10,0,0,12,1,11,65,0,33,3,2,64,32,8,47,1,144,1,34,5,69,13,0,3,64,2,64,32,8,32,3,65,4,116,106,40,2,20,34,6,69,13,0,32,6,65,1,113,13,0,32,6,47,1,40,65,255,255,3,71,13,0,32,4,65,0,58,0,136,2,32,4,65,160,2,106,32,7,32,11,35,2,65,8,106,32,4,65,136,2,106,65,1,16,25,32,4,40,2,164,2,69,13,2,32,7,32,4,40,2,160,2,34,5,40,2,12,32,11,16,38,32,5,40,2,4,34,7,69,13,2,2,64,32,5,40,2,0,34,14,40,2,0,34,11,65,1,113,13,0,32,11,40,2,36,34,17,69,13,0,32,4,40,2,184,1,33,6,32,4,40,2,188,1,34,8,32,17,106,34,3,32,4,40,2,192,1,75,4,64,32,3,65,3,116,33,5,2,127,32,6,4,64,32,6,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,6,32,4,32,3,54,2,192,1,32,4,32,6,54,2,184,1,11,32,17,65,3,116,33,3,2,64,32,8,69,13,0,32,8,65,3,116,34,5,69,13,0,32,3,32,6,106,32,6,32,5,252,10,0,0,11,32,3,4,64,32,6,32,11,32,3,107,32,3,252,10,0,0,11,32,4,32,4,40,2,188,1,32,17,106,54,2,188,1,65,0,33,3,32,17,65,1,71,4,64,32,17,65,126,113,33,8,65,0,33,6,3,64,32,3,65,3,116,34,5,32,4,40,2,184,1,106,40,2,0,34,11,65,1,113,69,4,64,32,11,32,11,40,2,0,65,1,106,54,2,0,32,11,40,2,0,26,11,32,4,40,2,184,1,32,5,106,40,2,8,34,5,65,1,113,69,4,64,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,11,32,3,65,2,106,33,3,32,6,65,2,106,34,6,32,8,71,13,0,11,11,32,17,65,1,113,69,13,0,32,4,40,2,184,1,32,3,65,3,116,106,40,2,0,34,5,65,1,113,13,0,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,11,65,0,33,3,3,64,32,4,32,14,32,3,65,3,116,106,41,2,0,55,3,160,1,32,27,32,4,65,160,1,106,16,10,32,3,65,1,106,34,3,32,7,71,13,0,11,32,14,35,8,40,2,0,17,2,0,12,2,11,32,3,65,1,106,34,3,32,5,71,13,0,11,11,32,4,65,184,1,106,32,10,16,115,2,64,32,4,40,2,188,1,34,8,4,64,32,0,40,2,160,9,33,3,32,4,40,2,184,1,33,7,32,8,65,3,116,34,5,65,204,0,106,34,6,32,4,40,2,192,1,65,3,116,75,4,64,32,7,32,6,35,6,40,2,0,17,1,0,33,7,32,4,32,6,65,3,118,54,2,192,1,32,4,32,7,54,2,184,1,11,32,4,66,0,55,3,184,2,32,4,66,0,55,3,176,2,32,4,66,0,55,3,168,2,32,4,66,0,55,3,144,2,32,4,65,0,54,2,152,2,32,4,65,1,54,2,244,1,32,4,66,0,55,3,160,2,32,4,65,0,59,1,130,2,32,4,66,0,55,3,136,2,32,4,66,0,55,3,224,1,32,4,65,255,255,3,59,1,132,2,32,4,65,27,59,1,236,1,32,4,65,0,59,1,234,1,32,4,32,8,54,2,240,1,32,5,32,7,106,34,5,32,4,40,2,244,1,54,2,0,32,5,32,4,41,3,184,2,55,2,28,32,5,32,4,41,3,176,2,55,2,20,32,5,32,4,41,3,168,2,55,2,12,32,5,32,4,41,3,160,2,55,2,4,32,5,32,4,40,2,240,1,54,2,36,32,5,32,4,47,1,132,2,59,1,40,32,5,32,4,47,1,130,2,59,1,42,32,5,32,4,47,1,236,1,59,1,44,32,5,32,4,40,2,152,2,54,1,62,32,5,32,4,41,3,144,2,55,1,54,32,5,32,4,41,3,136,2,55,1,46,32,5,32,4,47,1,234,1,59,1,66,32,5,32,4,41,3,224,1,55,2,68,32,4,65,0,54,2,220,1,32,4,32,5,54,2,216,1,32,4,32,4,41,3,216,1,55,3,152,1,32,4,65,152,1,106,32,3,16,21,32,5,32,5,47,1,44,65,4,114,59,1,44,32,4,32,4,41,3,216,1,34,31,55,3,160,2,32,0,40,2,132,9,32,4,32,31,55,3,144,1,32,4,40,2,196,1,32,4,65,144,1,106,65,0,32,20,16,23,12,1,11,32,4,40,2,184,1,34,5,69,13,0,32,5,35,8,40,2,0,17,2,0,32,4,65,0,54,2,192,1,32,4,66,0,55,3,184,1,11,65,0,33,5,32,4,40,2,196,1,33,21,32,0,40,2,192,9,4,64,3,64,32,0,40,2,188,9,32,5,65,3,116,106,41,2,0,33,31,32,0,40,2,132,9,34,6,40,2,0,32,21,65,5,116,106,34,17,40,2,0,33,8,2,127,32,6,40,2,40,34,3,4,64,32,6,32,3,65,1,107,34,3,54,2,40,32,6,40,2,36,32,3,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,9,32,20,59,1,0,32,9,65,2,106,65,0,65,146,1,252,11,0,32,31,167,33,12,32,9,66,0,55,2,152,1,32,9,65,1,54,2,148,1,32,9,65,0,54,2,160,1,2,64,32,9,2,127,2,64,2,64,32,8,4,64,32,9,32,31,55,2,20,32,9,32,8,54,2,16,32,9,65,1,59,1,144,1,32,9,32,8,41,2,4,55,2,4,32,9,32,8,40,2,12,54,2,12,32,9,32,8,40,2,152,1,34,3,54,2,152,1,32,9,32,8,40,2,160,1,34,11,54,2,160,1,32,9,32,8,40,2,156,1,34,7,54,2,156,1,32,12,69,13,1,32,12,65,1,113,34,6,13,2,32,9,32,12,45,0,45,65,2,113,4,127,65,226,4,5,32,12,40,2,32,11,32,3,106,54,2,152,1,65,0,32,12,40,2,12,32,12,40,2,20,34,3,27,33,14,32,3,32,12,40,2,8,106,33,16,32,12,40,2,24,33,8,32,12,40,2,16,32,12,40,2,4,106,12,3,11,32,9,66,0,55,2,4,65,0,33,7,32,9,65,0,54,2,12,32,12,13,3,11,32,17,32,7,54,2,8,12,2,11,32,9,32,3,32,12,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,31,66,32,136,167,65,255,1,113,33,14,32,31,66,40,136,167,65,15,113,33,16,32,31,66,56,136,167,34,8,32,31,66,48,136,167,65,255,1,113,106,11,32,9,40,2,4,106,54,2,4,32,9,32,9,40,2,8,32,16,106,173,32,8,32,14,106,65,0,32,9,40,2,12,32,16,27,106,173,66,32,134,132,55,2,8,2,64,32,6,69,4,64,65,0,33,16,32,9,32,12,40,2,36,34,3,4,127,32,12,40,2,56,5,65,0,11,32,7,106,32,12,47,1,44,65,1,113,106,32,12,47,1,40,65,254,255,3,70,106,54,2,156,1,32,3,69,13,1,32,12,40,2,60,33,16,12,1,11,32,9,32,7,32,12,65,1,118,65,1,113,106,54,2,156,1,65,0,33,16,11,32,9,32,11,32,16,106,54,2,160,1,11,32,17,32,9,54,2,0,32,5,65,1,106,34,5,32,0,40,2,192,9,73,13,0,11,11,32,22,65,1,106,33,22,32,4,40,2,204,1,33,5,12,1,11,32,4,32,5,65,1,107,34,5,54,2,204,1,11,32,5,32,22,75,13,0,11,32,21,65,127,70,13,0,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,1,33,10,12,4,11,32,4,32,29,54,2,132,1,32,4,32,20,54,2,128,1,32,0,65,132,1,106,34,3,65,128,8,35,1,65,248,1,106,32,4,65,128,1,106,16,11,26,32,0,40,2,96,34,5,4,64,32,0,40,2,92,65,0,32,3,32,5,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,10,12,4,11,3,64,2,64,2,64,2,64,32,3,45,0,0,34,7,65,34,70,13,0,32,7,65,220,0,70,13,0,32,7,13,1,32,0,40,2,140,10,34,5,13,2,65,1,33,10,12,7,11,65,220,0,32,0,40,2,140,10,16,9,32,3,45,0,0,33,7,11,32,7,192,32,0,40,2,140,10,16,9,32,3,65,1,106,33,3,12,1,11,11,32,0,40,2,132,9,32,0,40,2,160,9,32,5,16,29,65,1,33,10,35,1,65,235,11,106,32,0,40,2,140,10,16,20,12,3,11,32,28,65,1,106,34,28,32,23,40,2,4,73,13,1,11,11,65,0,33,10,11,32,0,40,2,132,9,34,3,40,2,4,34,7,32,18,75,4,64,32,0,65,132,1,106,33,5,3,64,2,64,32,3,40,2,0,32,18,65,5,116,106,40,2,28,69,13,0,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,4,32,18,54,2,112,32,5,65,128,8,35,1,65,205,0,106,32,4,65,240,0,106,16,11,26,32,0,40,2,96,34,3,4,64,32,0,40,2,92,65,0,32,5,32,3,17,3,0,11,32,5,33,7,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,7,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,7,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,7,65,1,106,33,7,12,0,11,0,11,32,0,40,2,132,9,32,18,16,17,32,18,65,1,107,33,18,32,0,40,2,132,9,33,3,32,0,40,2,140,10,34,6,69,13,0,32,3,32,0,40,2,160,9,32,6,16,29,35,1,65,235,11,106,32,0,40,2,140,10,16,20,32,0,40,2,132,9,33,3,11,32,18,65,1,106,34,18,32,3,40,2,4,34,7,73,13,0,11,11,2,64,2,64,2,127,32,2,45,0,0,34,6,65,1,113,4,64,32,2,45,0,1,12,1,11,32,2,40,2,0,47,1,40,11,65,255,255,3,113,69,4,64,2,64,32,0,40,2,96,34,3,69,4,64,32,0,40,2,140,10,69,13,3,32,0,35,1,65,168,8,106,34,5,41,0,0,55,0,132,1,32,0,32,5,40,0,8,54,0,140,1,32,0,65,132,1,106,33,7,12,1,11,32,0,35,1,65,168,8,106,34,5,41,0,0,55,0,132,1,32,0,32,5,40,0,8,54,0,140,1,32,0,40,2,92,65,0,32,0,65,132,1,106,34,7,32,3,17,3,0,32,0,40,2,140,10,69,13,2,11,3,64,2,64,2,64,32,7,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,4,11,65,220,0,32,0,40,2,140,10,16,9,32,7,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,7,65,1,106,33,7,12,0,11,0,11,2,64,32,10,69,4,64,32,2,40,2,0,33,5,12,1,11,32,7,65,7,79,4,64,32,3,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,4,32,2,41,2,0,55,3,24,32,0,65,136,9,106,32,4,65,24,106,16,10,12,3,11,32,2,40,2,0,33,5,32,6,65,1,113,13,0,32,5,45,0,44,65,128,1,113,69,13,0,32,3,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,4,32,2,41,2,0,55,3,104,32,0,65,136,9,106,32,4,65,232,0,106,16,10,12,2,11,32,24,65,228,0,106,33,6,2,127,32,5,65,1,113,4,64,32,2,45,0,6,32,2,45,0,7,106,33,10,32,2,45,0,5,65,15,113,12,1,11,32,5,40,2,16,32,5,40,2,4,106,33,10,32,5,40,2,20,32,5,40,2,8,106,11,33,3,32,0,32,1,32,6,32,10,106,32,3,65,30,108,106,16,108,4,64,32,0,40,2,132,9,40,2,0,32,1,65,5,116,106,65,2,54,2,28,32,4,32,2,41,2,0,55,3,32,32,0,65,136,9,106,32,4,65,32,106,16,10,12,2,11,32,5,65,8,118,33,21,32,0,40,2,160,9,33,19,2,64,2,64,32,5,65,1,113,4,64,32,21,65,255,1,113,33,10,12,1,11,32,5,47,1,40,34,10,65,253,255,3,75,13,1,11,2,64,2,64,32,19,40,2,24,34,3,65,1,77,4,64,32,19,40,2,44,32,19,40,2,48,65,1,32,3,107,65,2,116,106,40,2,0,65,1,116,106,34,3,47,1,0,34,11,69,4,64,65,0,33,3,12,3,11,32,3,65,2,106,33,8,65,0,33,16,3,64,32,8,65,4,106,33,3,32,8,47,1,2,34,25,4,127,32,3,32,25,65,1,116,106,65,0,33,7,3,64,32,3,47,1,0,32,10,70,13,4,32,3,65,2,106,33,3,32,7,65,1,106,34,7,32,25,71,13,0,11,5,32,3,11,33,8,65,0,33,3,32,16,65,1,106,34,16,32,11,71,13,0,11,12,2,11,32,19,40,2,40,32,19,40,2,4,65,1,116,106,32,10,65,1,116,106,47,1,0,33,3,12,1,11,32,8,47,1,0,33,3,11,32,19,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,6,45,0,0,34,3,69,13,0,32,6,32,3,65,3,116,106,34,3,45,0,0,13,0,32,3,45,0,4,65,1,71,13,0,32,4,32,2,41,2,0,34,31,55,3,136,2,32,31,66,32,136,33,32,2,64,32,31,167,34,6,65,1,113,4,64,32,6,33,5,12,1,11,32,6,34,5,40,2,0,65,1,70,13,0,32,5,40,2,36,65,3,116,65,204,0,106,34,3,35,7,40,2,0,17,0,0,33,11,32,3,4,64,32,11,32,5,32,5,40,2,36,65,3,116,107,32,3,252,10,0,0,11,32,0,65,136,9,106,32,11,32,6,40,2,36,34,10,65,3,116,106,33,5,2,64,32,10,4,64,65,0,33,3,3,64,32,11,32,3,65,3,116,106,40,2,0,34,8,65,1,113,69,4,64,32,8,32,8,40,2,0,65,1,106,54,2,0,32,8,40,2,0,26,32,6,40,2,36,33,10,11,32,3,65,1,106,34,3,32,10,73,13,0,11,12,1,11,32,6,45,0,44,65,192,0,113,69,13,0,32,6,40,2,48,33,3,32,4,32,6,41,2,68,55,3,176,2,32,4,32,6,41,2,60,55,3,168,2,32,4,32,6,41,2,52,55,3,160,2,2,64,32,6,40,2,72,34,8,65,25,73,13,0,32,8,35,7,40,2,0,17,0,0,33,3,32,6,40,2,72,34,8,69,13,0,32,3,32,6,40,2,48,32,8,252,10,0,0,11,32,5,32,3,54,2,48,32,5,32,4,41,3,160,2,55,2,52,32,5,32,4,41,3,168,2,55,2,60,32,5,32,4,41,3,176,2,55,2,68,11,32,5,65,1,54,2,0,32,4,32,4,41,3,136,2,55,3,96,32,4,65,224,0,106,16,10,66,0,33,32,11,2,64,32,5,65,1,113,4,64,32,5,65,8,114,33,5,12,1,11,32,5,32,5,47,1,44,65,4,114,59,1,44,11,32,2,32,5,173,34,31,32,32,66,32,134,132,55,2,0,32,31,66,8,136,167,33,21,11,2,64,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,1,11,32,0,65,132,1,106,33,3,32,0,40,2,160,9,33,6,35,1,65,171,10,106,33,7,2,64,2,64,2,64,32,5,65,1,113,4,127,32,21,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,7,12,1,11,65,0,33,7,32,6,40,2,8,32,6,40,2,4,106,32,5,77,13,0,32,6,40,2,56,32,5,65,2,116,106,40,2,0,33,7,11,32,4,32,7,54,2,80,32,3,65,128,8,35,1,65,193,5,106,32,4,65,208,0,106,16,11,26,32,0,40,2,96,34,5,4,64,32,0,40,2,92,65,0,32,3,32,5,17,3,0,11,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,7,65,34,70,13,0,32,7,65,220,0,70,13,0,32,7,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,3,45,0,0,33,7,11,32,7,192,32,0,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,65,8,35,7,40,2,0,17,0,0,34,3,32,2,41,2,0,34,32,55,2,0,32,0,40,2,160,9,33,5,32,3,65,212,0,35,6,40,2,0,17,1,0,33,3,32,4,66,0,55,3,176,2,32,4,66,0,55,3,168,2,32,4,66,0,55,3,144,2,32,4,65,0,54,2,152,2,32,4,65,24,59,1,132,2,32,4,66,0,55,3,184,2,32,4,65,1,54,2,224,1,32,4,66,0,55,3,160,2,32,4,65,0,59,1,240,1,32,4,66,0,55,3,136,2,32,4,66,0,55,3,184,1,32,4,65,1,54,2,216,1,32,4,65,254,255,3,59,1,244,1,32,4,65,0,59,1,130,2,32,3,32,4,40,2,224,1,54,2,8,32,3,32,4,41,3,184,2,55,2,36,32,3,32,4,41,3,176,2,55,2,28,32,3,32,4,41,3,168,2,55,2,20,32,3,32,4,41,3,160,2,55,2,12,32,3,32,4,40,2,216,1,54,2,44,32,3,32,4,47,1,244,1,59,1,48,32,3,32,4,47,1,240,1,59,1,50,32,3,32,4,47,1,132,2,59,1,52,32,3,32,4,40,2,152,2,54,1,70,32,3,32,4,41,3,144,2,55,1,62,32,3,32,4,41,3,136,2,55,1,54,32,3,32,4,47,1,130,2,59,1,74,32,3,32,4,41,3,184,1,55,2,76,32,4,65,0,54,2,204,1,32,4,32,3,65,8,106,54,2,200,1,32,4,32,4,41,3,200,1,55,3,72,32,4,65,200,0,106,32,5,16,21,2,64,2,64,32,13,32,15,70,4,64,32,0,40,2,132,9,32,4,32,4,41,3,200,1,34,31,55,3,176,1,32,4,32,31,55,3,48,32,1,32,4,65,48,106,65,0,65,0,16,23,32,32,167,65,1,113,69,13,1,12,2,11,32,0,40,2,132,9,33,5,32,4,65,1,54,2,136,2,32,4,65,160,2,106,32,5,32,1,35,2,65,7,106,32,4,65,136,2,106,65,1,16,25,32,4,40,2,160,2,33,8,2,64,32,4,40,2,164,2,34,13,65,1,77,4,64,32,8,40,2,12,33,5,32,0,40,2,132,9,33,3,12,1,11,32,0,65,136,9,106,33,6,65,1,33,10,3,64,65,0,33,3,32,8,32,10,65,4,116,106,34,15,40,2,4,4,64,3,64,32,4,32,15,40,2,0,32,3,65,3,116,106,41,2,0,55,3,64,32,6,32,4,65,64,107,16,10,32,3,65,1,106,34,3,32,15,40,2,4,73,13,0,11,11,32,15,65,0,54,2,4,32,15,40,2,0,34,5,4,64,32,5,35,8,40,2,0,17,2,0,32,15,65,0,54,2,8,32,15,66,0,55,2,0,11,32,10,65,1,106,34,10,32,13,71,13,0,11,32,8,40,2,12,34,5,65,1,106,34,7,32,0,40,2,132,9,34,3,40,2,4,79,13,0,3,64,32,3,32,7,16,17,32,8,40,2,12,34,5,65,1,106,34,7,32,0,40,2,132,9,34,3,40,2,4,73,13,0,11,11,32,3,32,5,32,1,16,38,32,8,40,2,0,33,3,32,8,32,8,40,2,4,34,5,65,1,106,34,13,32,8,40,2,8,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,13,32,5,32,13,75,27,34,5,32,5,65,8,77,27,34,5,65,3,116,33,6,2,127,32,3,4,64,32,3,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,3,32,8,32,5,54,2,8,32,8,32,3,54,2,0,32,8,40,2,4,34,5,65,1,106,5,32,13,11,54,2,4,32,3,32,5,65,3,116,106,32,4,41,3,200,1,55,2,0,32,4,65,136,2,106,65,254,255,3,32,8,65,0,32,0,40,2,160,9,16,114,32,4,32,4,41,3,136,2,34,31,55,3,200,1,32,2,45,0,0,32,0,40,2,132,9,32,4,32,31,55,3,56,32,4,32,31,55,3,176,1,32,1,32,4,65,56,106,65,0,65,0,16,23,65,1,113,13,1,11,32,2,40,2,0,34,6,45,0,44,65,192,0,113,69,13,0,32,0,40,2,132,9,33,7,2,64,32,6,65,1,113,69,4,64,32,2,40,2,4,33,8,32,6,40,2,36,34,5,4,64,3,64,32,6,32,5,65,3,116,107,33,15,32,5,33,3,3,64,2,64,2,64,32,15,32,3,65,1,107,34,3,65,3,116,106,34,13,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,2,40,2,36,33,5,32,13,40,2,4,33,8,32,2,33,6,12,1,11,32,3,13,1,11,11,32,5,13,0,11,11,32,7,40,2,0,32,1,65,5,116,106,33,3,32,6,69,13,1,32,6,65,1,113,13,1,32,6,32,6,40,2,0,65,1,106,54,2,0,32,6,40,2,0,26,12,1,11,32,7,40,2,0,32,1,65,5,116,106,33,3,65,0,33,6,65,0,33,8,11,32,3,40,2,12,4,64,32,7,40,2,52,32,4,32,3,41,2,12,55,3,40,32,4,65,40,106,16,10,11,32,3,32,8,54,2,16,32,3,32,6,54,2,12,11,2,64,32,0,40,2,132,9,34,1,40,2,4,34,13,69,4,64,65,1,33,3,12,1,11,32,1,40,2,0,33,6,65,0,33,7,3,64,32,6,32,7,65,5,116,106,34,3,40,2,28,33,5,32,3,40,2,0,34,2,40,2,156,1,34,1,32,3,40,2,8,73,4,64,32,3,32,1,54,2,8,11,2,64,32,5,65,1,70,13,0,32,2,47,1,0,69,13,0,65,0,33,3,12,2,11,65,1,33,3,32,7,65,1,106,34,7,32,13,71,13,0,11,11,32,0,32,3,58,0,198,10,12,1,11,32,0,40,2,160,9,33,5,65,0,65,204,0,35,6,40,2,0,17,1,0,33,3,32,4,66,0,55,3,184,2,32,4,66,0,55,3,176,2,32,4,66,0,55,3,168,2,32,4,66,0,55,3,144,2,32,4,65,0,54,2,152,2,32,4,65,1,54,2,200,1,32,4,66,0,55,3,160,2,32,4,65,0,59,1,244,1,32,4,66,0,55,3,136,2,32,4,66,0,55,3,184,1,32,4,65,0,54,2,224,1,32,4,65,255,255,3,59,1,216,1,32,4,65,27,59,1,240,1,32,4,65,0,59,1,132,2,32,3,32,4,40,2,200,1,54,2,0,32,3,32,4,41,3,184,2,55,2,28,32,3,32,4,41,3,176,2,55,2,20,32,3,32,4,41,3,168,2,55,2,12,32,3,32,4,41,3,160,2,55,2,4,32,3,32,4,40,2,224,1,54,2,36,32,3,32,4,47,1,216,1,59,1,40,32,3,32,4,47,1,244,1,59,1,42,32,3,32,4,47,1,240,1,59,1,44,32,3,32,4,40,2,152,2,54,1,62,32,3,32,4,41,3,144,2,55,1,54,32,3,32,4,41,3,136,2,55,1,46,32,3,32,4,47,1,132,2,59,1,66,32,3,32,4,41,3,184,1,55,2,68,32,4,65,0,54,2,252,1,32,4,32,3,54,2,248,1,32,4,32,4,41,2,248,1,55,3,16,32,4,65,16,106,32,5,16,21,32,3,32,3,47,1,44,65,251,255,3,113,59,1,44,32,0,40,2,132,9,32,4,32,4,41,2,248,1,55,3,8,32,1,32,4,65,8,106,65,0,65,1,16,23,32,4,32,2,41,2,0,55,3,0,32,0,32,1,32,4,16,79,11,32,4,65,192,2,106,36,0,11,212,10,1,23,127,35,0,65,16,107,34,15,36,0,32,0,40,2,132,9,34,12,40,2,4,34,17,32,1,75,4,64,65,1,32,2,32,2,65,1,77,27,33,22,32,2,65,1,106,33,23,32,17,33,21,32,1,33,9,3,64,32,12,40,2,0,33,11,2,64,32,9,32,17,75,4,64,32,11,32,9,65,5,116,106,33,13,32,17,33,3,3,64,2,64,32,11,32,3,65,5,116,106,34,8,40,2,28,13,0,32,13,40,2,28,13,0,32,8,40,2,0,34,10,47,1,0,34,19,32,13,40,2,0,34,5,47,1,0,71,13,0,32,10,40,2,4,32,5,40,2,4,71,13,0,32,10,40,2,152,1,32,5,40,2,152,1,71,13,0,35,1,65,148,12,106,33,4,32,13,40,2,12,33,6,2,64,32,8,40,2,12,34,7,69,13,0,32,7,65,1,113,13,0,32,7,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,7,65,48,106,32,7,40,2,36,27,33,4,11,35,1,65,148,12,106,33,7,2,64,32,6,69,13,0,32,6,65,1,113,13,0,32,6,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,6,65,48,106,32,6,40,2,36,27,33,7,11,32,4,40,2,24,33,14,2,64,32,7,40,2,24,34,6,65,25,79,4,64,32,6,32,14,71,13,2,32,4,40,2,0,33,4,32,7,40,2,0,33,7,12,1,11,32,6,32,14,71,13,1,11,32,4,32,7,32,6,16,18,13,0,32,5,47,1,144,1,4,127,65,0,33,3,3,64,32,12,40,2,52,33,4,32,8,40,2,0,32,15,32,5,32,3,65,4,116,106,34,5,41,2,24,55,3,8,32,15,32,5,41,2,16,55,3,0,32,15,32,4,16,32,32,3,65,1,106,34,3,32,13,40,2,0,34,5,47,1,144,1,73,13,0,11,32,8,40,2,0,34,10,47,1,0,5,32,19,11,69,4,64,32,8,32,10,40,2,156,1,54,2,8,11,32,12,32,9,16,17,12,3,11,32,3,65,1,106,34,3,32,9,71,13,0,11,11,32,11,32,9,65,5,116,106,40,2,0,47,1,0,33,12,32,0,65,0,54,2,172,9,32,23,33,3,2,127,2,64,32,2,34,4,4,127,32,3,5,65,1,33,4,32,0,40,2,160,9,40,2,12,11,65,255,255,3,113,34,19,32,4,77,13,0,65,0,33,13,32,22,33,7,3,64,2,64,32,7,65,253,255,3,75,13,0,2,64,2,64,32,0,40,2,160,9,34,6,40,2,24,34,3,32,12,77,4,64,32,6,40,2,44,32,6,40,2,48,32,12,32,3,107,65,2,116,106,40,2,0,65,1,116,106,34,3,47,1,0,34,14,69,4,64,65,0,33,3,12,3,11,32,3,65,2,106,33,5,65,0,33,10,3,64,32,5,65,4,106,33,3,32,5,47,1,2,34,11,4,127,32,3,32,11,65,1,116,106,65,0,33,4,3,64,32,7,32,3,47,1,0,70,13,4,32,3,65,2,106,33,3,32,4,65,1,106,34,4,32,11,71,13,0,11,5,32,3,11,33,5,65,0,33,3,32,10,65,1,106,34,10,32,14,71,13,0,11,12,2,11,32,6,40,2,40,32,6,40,2,4,32,12,108,65,1,116,106,32,7,65,1,116,106,47,1,0,33,3,12,1,11,32,5,47,1,0,33,3,11,32,6,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,3,45,0,0,34,14,69,13,0,32,3,65,8,106,33,24,65,0,33,8,3,64,32,24,32,8,65,3,116,106,34,3,46,1,4,33,10,2,64,2,64,2,64,32,3,45,0,0,14,4,0,1,2,0,2,11,32,10,65,129,2,113,69,32,13,114,33,13,12,1,11,32,3,45,0,1,34,6,69,13,0,32,3,47,1,6,33,25,32,3,47,1,2,33,11,32,0,40,2,168,9,33,4,65,0,33,3,32,0,40,2,172,9,34,5,4,64,3,64,32,11,32,4,32,3,65,4,116,106,34,20,47,1,4,70,4,64,32,20,40,2,0,32,6,70,13,3,11,32,3,65,1,106,34,3,32,5,71,13,0,11,11,32,0,32,5,65,1,106,34,3,32,0,40,2,176,9,34,20,75,4,127,65,8,32,20,65,1,116,34,5,32,3,32,3,32,5,73,27,34,3,32,3,65,8,77,27,34,5,65,4,116,33,3,2,127,32,4,4,64,32,4,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,4,32,0,32,5,54,2,176,9,32,0,32,4,54,2,168,9,32,0,40,2,172,9,34,5,65,1,106,5,32,3,11,54,2,172,9,32,4,32,5,65,4,116,106,34,3,65,0,59,1,14,32,3,32,25,59,1,12,32,3,32,10,54,2,8,32,3,65,0,59,1,6,32,3,32,11,59,1,4,32,3,32,6,54,2,0,11,32,8,65,1,106,34,8,32,14,71,13,0,11,11,32,19,32,7,65,1,106,34,7,65,255,255,3,113,71,13,0,11,65,0,33,4,2,64,32,0,40,2,172,9,69,4,64,65,127,33,8,12,1,11,3,64,32,0,32,9,32,0,40,2,168,9,32,4,65,4,116,106,34,3,47,1,4,32,3,40,2,0,32,3,40,2,8,32,3,47,1,12,65,1,65,0,16,78,33,8,32,4,65,1,106,34,3,33,4,32,3,32,0,40,2,172,9,73,13,0,11,11,65,1,32,13,65,1,113,13,1,26,32,8,65,127,70,13,0,32,18,65,5,75,13,0,32,0,40,2,132,9,32,8,32,9,16,38,12,2,11,32,2,4,64,32,0,40,2,132,9,32,9,16,17,11,32,16,11,32,21,32,9,65,1,106,32,1,32,9,70,27,33,9,33,16,11,32,18,65,1,106,33,18,32,9,32,0,40,2,132,9,34,12,40,2,4,34,21,73,13,0,11,11,32,15,65,16,106,36,0,32,16,65,1,113,11,219,7,2,12,127,3,126,32,1,32,3,114,4,64,32,1,65,0,71,33,6,32,3,65,0,71,33,7,3,64,32,0,32,10,65,24,108,106,33,5,2,127,32,11,65,1,113,34,14,4,64,32,5,41,2,8,33,18,32,5,40,2,20,12,1,11,32,6,65,1,113,69,4,64,66,127,33,18,65,127,12,1,11,32,5,41,2,0,33,18,32,5,40,2,16,11,33,5,32,2,32,13,65,24,108,106,33,6,2,64,32,5,2,127,32,12,65,1,113,34,15,4,64,32,6,41,2,8,33,17,32,6,40,2,20,12,1,11,32,7,65,1,113,69,4,64,66,127,33,17,65,127,12,1,11,32,6,41,2,0,33,17,32,6,40,2,16,11,34,6,73,4,64,2,64,32,14,32,15,70,13,0,2,64,32,4,40,2,4,34,6,69,13,0,32,9,32,4,40,2,0,32,6,65,24,108,106,34,7,65,4,107,34,8,40,2,0,75,13,0,32,8,32,5,54,2,0,32,7,65,16,107,32,18,55,2,0,12,1,11,32,5,32,9,77,13,0,32,4,40,2,0,33,8,32,4,32,6,65,1,106,34,7,32,4,40,2,8,34,15,75,4,127,65,8,32,15,65,1,116,34,6,32,7,32,6,32,7,75,27,34,6,32,6,65,8,77,27,34,7,65,24,108,33,6,2,127,32,8,4,64,32,8,32,6,35,6,40,2,0,17,1,0,12,1,11,32,6,35,7,40,2,0,17,0,0,11,33,8,32,4,32,7,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,34,6,65,1,106,5,32,7,11,54,2,4,32,8,32,6,65,24,108,106,34,6,32,5,54,2,20,32,6,32,9,54,2,16,32,6,32,18,55,2,8,32,6,32,19,55,2,0,11,32,11,65,1,115,33,11,32,10,32,14,106,33,10,12,1,11,32,11,32,12,115,33,7,2,64,32,5,32,6,75,4,64,2,64,32,7,65,1,113,69,13,0,2,64,32,4,40,2,4,34,5,69,13,0,32,9,32,4,40,2,0,32,5,65,24,108,106,34,7,65,4,107,34,8,40,2,0,75,13,0,32,8,32,6,54,2,0,32,7,65,16,107,32,17,55,2,0,12,1,11,32,6,32,9,77,13,0,32,4,40,2,0,33,8,32,4,32,5,65,1,106,34,7,32,4,40,2,8,34,14,75,4,127,65,8,32,14,65,1,116,34,5,32,7,32,5,32,7,75,27,34,5,32,5,65,8,77,27,34,7,65,24,108,33,5,2,127,32,8,4,64,32,8,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,8,32,4,32,7,54,2,8,32,4,32,8,54,2,0,32,4,40,2,4,34,5,65,1,106,5,32,7,11,54,2,4,32,8,32,5,65,24,108,106,34,5,32,6,54,2,20,32,5,32,9,54,2,16,32,5,32,17,55,2,8,32,5,32,19,55,2,0,11,32,12,65,1,115,33,12,12,1,11,2,64,32,7,65,1,113,69,13,0,2,64,32,4,40,2,4,34,5,69,13,0,32,9,32,4,40,2,0,32,5,65,24,108,106,34,7,65,4,107,34,8,40,2,0,75,13,0,32,8,32,6,54,2,0,32,7,65,16,107,32,17,55,2,0,12,1,11,32,6,32,9,77,13,0,32,4,40,2,0,33,7,32,4,32,5,65,1,106,34,8,32,4,40,2,8,34,16,75,4,127,65,8,32,16,65,1,116,34,5,32,8,32,5,32,8,75,27,34,5,32,5,65,8,77,27,34,8,65,24,108,33,5,2,127,32,7,4,64,32,7,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,7,32,4,32,8,54,2,8,32,4,32,7,54,2,0,32,4,40,2,4,34,5,65,1,106,5,32,8,11,54,2,4,32,7,32,5,65,24,108,106,34,5,32,6,54,2,20,32,5,32,9,54,2,16,32,5,32,17,55,2,8,32,5,32,19,55,2,0,11,32,12,65,1,115,33,12,32,11,65,1,115,33,11,32,10,32,14,106,33,10,11,32,13,32,15,106,33,13,32,6,33,5,32,17,33,18,11,32,3,32,13,75,33,7,32,18,33,19,32,5,33,9,32,1,32,10,75,34,6,13,0,32,7,13,0,11,11,11,228,7,1,15,127,2,64,32,2,32,4,77,4,64,32,2,32,4,71,13,1,32,3,32,5,77,13,1,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,15,11,32,1,65,8,106,40,2,0,33,10,32,1,65,16,106,40,2,0,33,7,32,1,40,2,20,33,20,32,1,40,2,4,33,8,32,1,40,2,0,33,14,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,32,0,32,1,41,2,0,55,2,0,2,64,32,7,40,2,0,34,1,65,1,113,13,0,3,64,32,1,40,2,36,69,13,1,32,1,47,1,66,34,15,4,127,32,20,40,2,8,34,7,40,2,84,32,7,47,1,36,32,15,108,65,1,116,106,5,65,0,11,33,19,32,1,40,2,36,34,21,69,13,1,2,127,32,1,32,21,65,3,116,107,34,16,40,2,0,34,1,65,1,113,34,7,69,4,64,32,1,47,1,44,65,2,118,65,1,113,12,1,11,32,1,65,3,118,65,1,113,11,34,11,69,33,17,65,0,33,12,2,64,32,11,13,0,32,19,69,13,0,32,19,47,1,0,33,12,65,1,33,17,11,2,127,32,7,69,4,64,65,0,32,10,32,1,40,2,20,34,7,27,33,11,32,1,40,2,24,33,9,32,1,40,2,16,33,13,32,7,32,8,106,12,1,11,32,16,45,0,7,34,13,33,9,32,10,33,11,32,8,11,33,7,32,9,32,11,106,33,9,2,64,2,64,32,4,32,7,75,13,0,32,4,32,7,70,32,5,32,9,75,113,13,0,32,7,32,8,70,32,9,32,10,70,113,69,4,64,32,2,32,7,71,13,2,32,3,32,9,79,13,1,12,2,11,32,2,32,8,71,13,1,32,3,32,10,77,13,1,11,65,1,33,11,32,21,65,1,70,13,2,32,13,32,14,106,33,14,3,64,65,0,33,12,2,127,32,16,32,11,65,3,116,106,34,15,40,2,0,34,1,65,1,113,34,13,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,19,4,127,32,19,32,17,65,1,116,106,47,1,0,5,65,0,11,33,12,32,17,65,1,106,33,17,11,2,127,32,11,69,4,64,32,9,33,10,32,7,12,1,11,2,127,32,13,4,64,32,15,45,0,5,65,15,113,33,8,32,15,45,0,6,33,18,32,15,45,0,4,12,1,11,32,1,40,2,8,33,8,32,1,40,2,4,33,18,32,1,40,2,12,11,65,0,32,9,32,8,27,106,33,10,32,14,32,18,106,33,14,32,7,32,8,106,11,33,8,2,127,32,13,4,64,32,15,45,0,7,34,18,33,9,32,10,33,13,32,8,12,1,11,65,0,32,10,32,1,40,2,20,34,7,27,33,13,32,1,40,2,24,33,9,32,1,40,2,16,33,18,32,7,32,8,106,11,33,7,32,9,32,13,106,33,9,2,64,32,4,32,7,75,13,0,32,4,32,7,70,32,5,32,9,75,113,13,0,2,64,2,64,32,7,32,8,71,13,0,32,9,32,10,71,13,0,32,2,32,8,71,13,1,32,3,32,10,77,13,1,12,2,11,32,2,32,7,71,13,0,32,3,32,9,79,13,1,11,32,15,33,16,12,2,11,32,14,32,18,106,33,14,32,11,65,1,106,34,11,32,21,71,13,0,11,12,2,11,32,2,32,8,73,13,1,32,2,32,8,70,32,3,32,10,73,113,13,1,2,64,2,64,32,6,4,64,32,1,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,12,114,13,1,12,2,11,2,64,32,12,65,254,255,3,107,14,2,2,1,0,11,2,64,32,12,69,4,64,32,1,65,1,113,69,13,1,32,1,65,2,113,69,13,3,32,1,65,2,118,65,1,113,13,2,12,3,11,32,20,40,2,8,40,2,72,32,12,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,1,47,1,44,34,1,65,1,113,69,13,1,32,1,65,1,118,65,1,113,69,13,1,11,32,0,32,20,54,2,20,32,0,32,16,54,2,16,32,0,32,12,54,2,12,32,0,32,10,54,2,8,32,0,32,8,54,2,4,32,0,32,14,54,2,0,11,32,16,40,2,0,34,1,65,1,113,69,13,0,11,11,11,230,6,1,16,127,32,2,32,3,75,4,64,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,15,11,32,1,65,8,106,40,2,0,33,8,32,1,65,16,106,40,2,0,33,5,32,1,40,2,20,33,19,32,1,40,2,4,33,11,32,1,40,2,0,33,9,32,0,32,1,41,2,16,55,2,16,32,0,32,1,41,2,8,55,2,8,32,0,32,1,41,2,0,55,2,0,2,64,32,5,40,2,0,34,1,65,1,113,13,0,3,64,32,1,40,2,36,69,13,1,32,1,47,1,66,34,12,4,127,32,19,40,2,8,34,5,40,2,84,32,5,47,1,36,32,12,108,65,1,116,106,5,65,0,11,33,18,32,1,40,2,36,34,20,69,13,1,2,127,32,1,32,20,65,3,116,107,34,12,40,2,0,34,1,65,1,113,34,5,69,4,64,32,1,47,1,44,65,2,118,65,1,113,12,1,11,32,1,65,3,118,65,1,113,11,34,7,69,33,14,65,0,33,10,2,64,32,7,13,0,32,18,69,13,0,32,18,47,1,0,33,10,65,1,33,14,11,2,127,32,5,69,4,64,65,0,32,8,32,1,40,2,20,34,5,27,33,13,32,1,40,2,24,33,6,32,1,40,2,16,33,7,32,5,32,11,106,12,1,11,32,12,45,0,7,34,7,33,6,32,8,33,13,32,11,11,33,5,2,64,2,64,32,7,32,9,106,34,15,32,3,73,13,0,32,7,69,4,64,32,12,33,6,12,2,11,32,2,32,15,79,13,0,32,12,33,6,12,1,11,65,1,33,7,32,20,65,1,70,13,2,32,6,32,13,106,33,8,3,64,65,0,33,10,2,127,32,12,32,7,65,3,116,106,34,6,40,2,0,34,1,65,1,113,34,16,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,18,4,127,32,18,32,14,65,1,116,106,47,1,0,5,65,0,11,33,10,32,14,65,1,106,33,14,11,2,127,32,7,69,4,64,32,5,33,11,32,15,12,1,11,2,127,32,16,4,64,32,6,45,0,5,65,15,113,33,9,32,6,45,0,6,33,17,32,6,45,0,4,12,1,11,32,1,40,2,8,33,9,32,1,40,2,4,33,17,32,1,40,2,12,11,65,0,32,8,32,9,27,106,33,8,32,5,32,9,106,33,11,32,15,32,17,106,11,33,9,2,127,32,16,4,64,32,6,45,0,7,34,13,33,17,32,8,33,16,32,11,12,1,11,65,0,32,8,32,1,40,2,20,34,5,27,33,16,32,1,40,2,24,33,17,32,1,40,2,16,33,13,32,5,32,11,106,11,33,5,32,3,32,9,32,13,106,34,15,77,4,64,32,13,69,13,2,32,2,32,15,73,13,2,11,32,16,32,17,106,33,8,32,7,65,1,106,34,7,32,20,71,13,0,11,12,2,11,32,2,32,9,73,13,1,2,64,2,64,32,4,4,64,32,1,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,10,114,13,1,12,2,11,2,64,32,10,65,254,255,3,107,14,2,2,1,0,11,2,64,32,10,69,4,64,32,1,65,1,113,69,13,1,32,1,65,2,113,69,13,3,32,1,65,2,118,65,1,113,13,2,12,3,11,32,19,40,2,8,40,2,72,32,10,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,1,47,1,44,34,1,65,1,113,69,13,1,32,1,65,1,118,65,1,113,69,13,1,11,32,0,32,19,54,2,20,32,0,32,6,54,2,16,32,0,32,10,54,2,12,32,0,32,8,54,2,8,32,0,32,11,54,2,4,32,0,32,9,54,2,0,11,32,6,40,2,0,34,1,65,1,113,69,13,0,11,11,11,203,6,2,21,127,1,126,32,1,40,2,20,33,16,32,1,40,2,4,33,9,32,1,40,2,8,33,6,32,1,40,2,0,33,4,32,1,40,2,16,40,2,0,33,1,2,64,3,64,32,25,66,32,136,167,33,18,32,25,167,33,19,3,64,65,0,33,10,65,0,33,7,65,0,33,8,65,0,33,12,65,0,33,11,2,127,65,0,32,1,65,1,113,13,0,26,32,1,40,2,36,69,4,64,65,0,12,1,11,32,1,47,1,66,34,5,4,64,32,16,40,2,8,34,7,40,2,84,32,7,47,1,36,32,5,108,65,1,116,106,33,12,11,32,9,33,7,32,6,33,8,32,1,33,11,32,4,11,33,5,65,0,33,13,3,64,2,64,32,11,69,13,0,32,10,32,11,65,36,106,40,2,0,34,1,70,13,0,3,64,65,0,33,14,2,127,32,10,65,3,116,65,0,32,11,32,1,65,3,116,107,32,11,65,1,113,27,106,34,1,40,2,0,34,4,65,1,113,34,6,4,64,32,4,65,3,118,65,1,113,12,1,11,32,4,47,1,44,65,2,118,65,1,113,11,69,4,64,32,12,4,127,32,12,32,13,65,1,116,106,47,1,0,5,65,0,11,33,14,32,13,65,1,106,33,13,11,2,127,32,10,69,4,64,32,5,33,4,32,8,33,6,32,7,12,1,11,2,127,32,6,4,64,32,1,45,0,5,65,15,113,33,9,32,1,45,0,4,33,6,32,1,45,0,6,12,1,11,32,4,40,2,12,33,6,32,4,40,2,8,33,9,32,4,40,2,4,11,65,0,32,8,32,9,27,32,6,106,33,6,32,5,106,33,4,32,7,32,9,106,11,33,9,32,0,32,16,54,2,20,32,0,32,1,54,2,16,32,0,32,14,54,2,12,32,0,32,6,54,2,8,32,0,32,9,54,2,4,32,0,32,4,54,2,0,2,127,32,1,40,2,0,34,5,65,1,113,4,64,32,1,45,0,7,34,5,33,8,32,6,33,15,32,9,12,1,11,65,0,32,6,32,5,40,2,20,34,7,27,33,15,32,5,40,2,24,33,8,32,5,40,2,16,33,5,32,7,32,9,106,11,33,7,32,10,65,1,106,33,10,32,8,32,15,106,33,8,32,4,32,5,106,33,5,2,64,2,127,32,1,41,2,0,34,25,167,34,1,65,1,113,4,64,32,25,66,56,136,167,12,1,11,32,1,40,2,16,11,32,4,106,32,2,77,13,0,2,64,32,3,4,64,32,25,167,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,14,114,69,13,1,12,8,11,2,64,32,14,65,254,255,3,107,14,2,1,8,0,11,32,14,69,4,64,32,25,167,65,1,113,4,64,32,1,65,2,113,69,13,2,32,1,65,2,118,65,1,113,69,13,2,12,9,11,32,1,47,1,44,34,15,65,1,113,69,13,1,32,15,65,1,118,65,1,113,69,13,1,12,8,11,32,16,40,2,8,40,2,72,32,14,65,3,108,106,45,0,1,65,1,113,13,7,11,32,25,167,65,1,113,13,0,32,1,40,2,36,34,15,69,13,0,32,1,40,2,48,69,13,0,32,10,32,15,79,13,4,32,7,173,32,8,173,66,32,134,132,33,25,65,1,33,17,32,11,33,20,32,5,33,21,32,10,33,22,32,13,33,23,32,12,33,24,12,5,11,32,10,32,11,40,2,36,34,1,71,13,0,11,11,32,17,65,0,33,17,32,21,33,5,32,19,33,7,32,18,33,8,32,22,33,10,32,23,33,13,32,24,33,12,32,20,33,11,13,0,11,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,11,11,234,16,2,41,127,2,126,35,0,65,192,1,107,34,3,36,0,32,3,32,1,40,2,16,34,39,41,2,0,34,44,55,3,136,1,32,44,66,56,136,33,45,32,44,167,34,4,65,1,113,4,127,32,45,167,32,44,66,48,136,167,65,255,1,113,106,5,32,4,40,2,16,32,4,40,2,4,106,11,33,40,32,4,65,1,113,4,127,32,45,167,5,32,4,40,2,16,11,33,17,32,1,40,2,16,33,5,2,127,32,1,40,2,20,34,8,40,2,0,34,9,65,1,113,4,64,32,8,45,0,5,65,15,113,33,6,32,8,45,0,6,33,10,32,8,45,0,4,12,1,11,32,9,40,2,8,33,6,32,9,40,2,4,33,10,32,9,40,2,12,11,33,4,32,1,40,2,0,33,9,32,3,32,8,54,2,188,1,32,3,32,8,54,2,184,1,32,3,65,0,54,2,180,1,32,3,32,4,54,2,176,1,32,3,32,6,54,2,172,1,32,3,32,10,54,2,168,1,2,64,2,64,2,64,32,5,32,8,70,13,0,32,3,32,3,41,2,176,1,55,3,112,32,3,32,3,41,2,184,1,55,3,120,32,3,32,3,41,2,168,1,55,3,104,32,3,32,1,41,2,8,55,3,88,32,3,32,1,41,2,16,55,3,96,32,3,32,1,41,2,0,55,3,80,32,3,65,144,1,106,32,3,65,232,0,106,32,3,65,208,0,106,16,24,2,127,2,64,32,3,40,2,160,1,34,12,32,5,70,13,0,32,12,69,13,0,3,64,2,64,32,3,32,3,41,2,160,1,34,44,55,3,184,1,32,3,32,3,41,2,152,1,34,45,55,3,176,1,32,3,65,64,107,32,45,55,3,0,32,3,32,44,55,3,72,32,3,32,3,41,2,144,1,34,44,55,3,168,1,32,3,32,44,55,3,56,32,3,32,1,41,2,8,55,3,40,32,3,32,1,41,2,16,55,3,48,32,3,32,1,41,2,0,55,3,32,32,3,65,144,1,106,32,3,65,56,106,32,3,65,32,106,16,24,32,3,40,2,160,1,34,4,32,5,70,13,0,32,4,13,1,11,11,32,3,40,2,184,1,34,8,69,13,2,32,3,40,2,176,1,33,4,32,3,40,2,172,1,33,6,32,3,40,2,168,1,33,10,32,3,40,2,188,1,12,1,11,32,8,11,33,12,32,9,32,17,106,33,27,65,48,65,52,32,2,27,33,41,65,0,33,17,3,64,2,64,2,64,32,8,40,2,0,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,65,0,33,7,65,0,33,18,32,1,47,1,66,34,5,4,64,32,12,40,2,8,34,9,40,2,84,32,9,47,1,36,32,5,108,65,1,116,106,33,18,11,2,64,2,64,32,1,40,2,36,34,35,69,13,0,2,127,32,1,32,35,65,3,116,107,34,8,40,2,0,34,1,65,1,113,34,5,69,4,64,32,1,47,1,44,65,2,118,65,1,113,12,1,11,32,1,65,3,118,65,1,113,11,34,7,69,33,19,65,0,33,11,2,64,32,7,13,0,32,18,69,13,0,32,18,47,1,0,33,11,65,1,33,19,11,2,127,32,5,69,4,64,65,0,32,4,32,1,40,2,20,34,5,27,33,14,32,5,32,6,106,33,36,32,1,40,2,16,33,7,32,1,40,2,24,12,1,11,32,6,33,36,32,4,33,14,32,8,45,0,7,34,7,11,33,15,32,8,32,39,70,4,64,65,0,33,7,12,1,11,2,64,2,64,32,7,32,10,106,34,32,32,27,75,13,0,32,27,32,32,70,4,64,32,40,13,1,32,3,32,8,41,2,0,34,44,55,3,24,32,3,32,44,55,3,128,1,32,3,32,3,41,3,136,1,55,3,16,32,3,65,24,106,32,3,65,16,106,16,59,13,1,32,8,40,2,0,33,1,11,2,64,2,64,2,64,32,2,69,4,64,65,1,33,7,32,8,33,5,32,12,33,9,2,64,32,11,65,254,255,3,107,14,2,2,4,0,11,32,11,69,4,64,2,127,32,1,65,1,113,69,4,64,32,1,47,1,44,34,1,65,1,113,69,13,4,32,1,65,1,118,65,1,113,12,1,11,32,1,65,2,113,69,13,3,32,1,65,2,118,65,1,113,11,69,13,2,12,3,11,32,12,40,2,8,40,2,72,32,11,65,3,108,106,45,0,1,65,1,113,13,2,12,1,11,65,1,33,7,2,127,32,1,65,1,113,69,4,64,32,1,47,1,44,65,1,113,12,1,11,32,1,65,1,118,65,1,113,11,32,11,114,13,1,11,2,64,32,8,40,2,0,34,1,65,1,113,13,0,32,1,40,2,36,69,13,0,65,0,33,7,32,1,32,41,106,40,2,0,13,1,65,0,33,10,65,0,33,6,65,0,33,4,65,0,33,11,65,0,33,5,65,0,33,9,12,2,11,65,0,33,10,65,0,33,6,65,0,33,4,65,0,33,11,65,0,33,5,65,0,33,9,65,0,33,7,12,1,11,32,8,33,5,32,12,33,9,11,65,1,33,37,32,35,65,1,70,13,3,32,14,32,15,106,33,16,3,64,32,7,33,20,32,9,33,21,32,5,33,14,32,11,33,22,32,4,33,23,32,6,33,24,32,10,33,25,65,0,33,15,2,127,32,8,32,37,65,3,116,106,34,13,40,2,0,34,1,65,1,113,34,6,4,64,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,69,4,64,32,18,4,127,32,18,32,19,65,1,116,106,47,1,0,5,65,0,11,33,15,32,19,65,1,106,33,19,11,2,127,32,6,4,64,32,13,45,0,4,33,10,32,13,45,0,6,33,7,32,13,45,0,5,65,15,113,12,1,11,32,1,40,2,12,33,10,32,1,40,2,4,33,7,32,1,40,2,8,11,33,4,65,0,32,16,32,4,27,32,10,106,33,16,32,4,32,36,106,33,26,2,127,32,6,4,64,32,13,45,0,7,34,6,33,42,32,16,33,43,32,26,12,1,11,65,0,32,16,32,1,40,2,20,34,4,27,33,43,32,1,40,2,24,33,42,32,1,40,2,16,33,6,32,4,32,26,106,11,33,36,32,13,32,39,70,4,64,32,20,33,7,32,21,33,9,32,14,33,5,32,22,33,11,32,23,33,4,32,24,33,6,32,25,33,10,12,5,11,2,64,32,6,32,7,32,32,106,34,38,106,34,32,32,27,75,13,0,32,27,32,32,70,4,64,32,40,13,1,32,3,32,13,41,2,0,34,44,55,3,8,32,3,32,44,55,3,128,1,32,3,32,3,41,3,136,1,55,3,0,32,3,65,8,106,32,3,16,59,13,1,32,13,40,2,0,33,1,11,2,64,2,64,2,64,2,64,32,2,4,64,65,1,33,7,32,1,65,1,113,4,127,32,1,65,1,118,65,1,113,5,32,1,47,1,44,65,1,113,11,32,15,114,69,13,1,12,2,11,65,1,33,7,32,38,33,10,32,26,33,6,32,16,33,4,32,15,33,11,32,13,33,5,32,12,33,9,2,64,32,15,65,254,255,3,107,14,2,1,4,0,11,2,64,32,15,69,4,64,32,1,65,1,113,69,13,1,32,1,65,2,113,69,13,2,32,1,65,2,118,65,1,113,69,13,2,12,3,11,32,12,40,2,8,40,2,72,32,15,65,3,108,106,45,0,1,65,1,113,69,13,1,12,2,11,32,1,47,1,44,34,1,65,1,113,69,13,0,32,1,65,1,118,65,1,113,13,1,11,32,13,40,2,0,34,1,65,1,113,13,1,32,1,40,2,36,69,13,1,32,25,33,10,32,24,33,6,32,23,33,4,32,22,33,11,32,14,33,5,32,21,33,9,32,20,33,7,32,1,32,41,106,40,2,0,69,13,2,65,0,33,7,11,32,38,33,10,32,26,33,6,32,16,33,4,32,15,33,11,32,13,33,5,32,12,33,9,12,1,11,32,25,33,10,32,24,33,6,32,23,33,4,32,22,33,11,32,14,33,5,32,21,33,9,32,20,33,7,11,32,42,32,43,106,33,16,32,37,65,1,106,34,37,32,35,71,13,1,12,5,11,11,32,38,33,10,32,16,33,4,32,26,33,6,32,13,33,8,12,1,11,65,0,33,25,65,0,33,24,65,0,33,23,65,0,33,22,65,0,33,14,65,0,33,21,65,0,33,20,11,32,14,69,13,3,32,25,33,31,32,24,33,30,32,23,33,29,32,22,33,34,32,14,33,28,32,21,33,17,32,20,33,33,12,3,11,65,0,33,9,65,0,33,5,65,0,33,11,65,0,33,4,65,0,33,6,65,0,33,10,11,32,7,65,1,113,4,64,32,0,32,9,54,2,20,32,0,32,5,54,2,16,32,0,32,11,54,2,12,32,0,32,4,54,2,8,32,0,32,6,54,2,4,32,0,32,10,54,2,0,12,6,11,32,5,69,13,0,32,9,33,12,32,5,33,8,12,1,11,32,33,65,1,113,13,3,65,0,33,34,32,17,33,12,32,28,33,8,32,29,33,4,32,30,33,6,32,31,33,10,65,0,33,31,65,0,33,30,65,0,33,29,65,0,33,28,65,0,33,17,65,0,33,33,11,32,8,13,0,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,1,11,32,0,32,17,54,2,20,32,0,32,28,54,2,16,32,0,32,34,54,2,12,32,0,32,29,54,2,8,32,0,32,30,54,2,4,32,0,32,31,54,2,0,11,32,3,65,192,1,106,36,0,11,216,10,2,34,127,2,126,35,0,65,144,1,107,34,3,36,0,2,127,32,1,40,2,16,41,2,0,34,37,167,34,30,65,1,113,4,64,32,37,66,56,136,167,12,1,11,32,30,40,2,16,11,33,31,32,1,40,2,16,33,6,2,127,32,1,40,2,20,34,4,40,2,0,34,5,65,1,113,4,64,32,4,45,0,4,33,11,32,4,45,0,6,33,12,32,4,45,0,5,65,15,113,12,1,11,32,5,40,2,12,33,11,32,5,40,2,4,33,12,32,5,40,2,8,11,33,15,32,1,40,2,0,33,23,32,3,32,4,54,2,140,1,32,3,32,4,54,2,136,1,32,3,65,0,54,2,132,1,32,3,32,11,54,2,128,1,32,3,32,15,54,2,124,32,3,32,12,54,2,120,2,64,2,64,2,64,32,4,32,6,70,13,0,32,3,32,3,41,2,128,1,55,3,80,32,3,32,3,41,2,136,1,55,3,88,32,3,32,3,41,2,120,55,3,72,32,3,32,1,41,2,8,55,3,56,32,3,65,64,107,32,1,41,2,16,55,3,0,32,3,32,1,41,2,0,55,3,48,32,3,65,224,0,106,32,3,65,200,0,106,32,3,65,48,106,16,24,2,127,2,64,32,3,40,2,112,34,5,32,6,70,13,0,32,5,69,13,0,3,64,2,64,32,3,32,3,41,2,112,34,37,55,3,136,1,32,3,32,3,41,2,104,34,38,55,3,128,1,32,3,32,38,55,3,32,32,3,32,37,55,3,40,32,3,32,3,41,2,96,34,37,55,3,120,32,3,32,37,55,3,24,32,3,32,1,41,2,8,55,3,8,32,3,32,1,41,2,16,55,3,16,32,3,32,1,41,2,0,55,3,0,32,3,65,224,0,106,32,3,65,24,106,32,3,16,24,32,3,40,2,112,34,5,32,6,70,13,0,32,5,13,1,11,11,32,3,40,2,136,1,34,4,69,13,2,32,3,40,2,128,1,33,11,32,3,40,2,124,33,15,32,3,40,2,120,33,12,32,3,40,2,140,1,12,1,11,32,4,11,33,19,32,23,32,31,106,33,33,65,48,65,52,32,2,27,33,34,3,64,32,19,33,18,65,0,33,13,65,0,33,16,65,0,33,14,65,0,33,20,2,64,2,127,2,64,2,64,2,64,2,127,65,0,32,4,40,2,0,34,6,65,1,113,13,0,26,32,6,40,2,36,69,4,64,65,0,12,1,11,32,6,47,1,66,34,1,4,64,32,18,40,2,8,34,5,40,2,84,32,5,47,1,36,32,1,108,65,1,116,106,33,20,11,32,12,33,13,32,15,33,16,32,11,33,14,32,6,11,34,1,4,64,65,0,33,21,65,0,32,1,32,1,40,2,36,34,35,65,3,116,107,32,1,65,1,113,27,33,36,65,0,33,1,65,0,33,19,65,0,33,4,65,0,33,11,65,0,33,15,65,0,33,12,2,64,3,64,32,1,32,35,70,13,1,65,0,33,17,2,127,32,36,32,1,65,3,116,106,34,10,40,2,0,34,7,65,1,113,34,22,4,64,32,7,65,3,118,65,1,113,12,1,11,32,7,47,1,44,65,2,118,65,1,113,11,69,4,64,32,20,4,127,32,20,32,21,65,1,116,106,47,1,0,5,65,0,11,33,17,32,21,65,1,106,33,21,11,2,127,32,1,69,4,64,32,14,33,6,32,16,33,5,32,13,12,1,11,2,127,32,22,4,64,32,10,45,0,5,65,15,113,33,8,32,10,45,0,6,33,9,32,10,45,0,4,12,1,11,32,7,40,2,8,33,8,32,7,40,2,4,33,9,32,7,40,2,12,11,65,0,32,14,32,8,27,106,33,6,32,8,32,16,106,33,5,32,9,32,13,106,11,33,8,2,127,32,22,4,64,32,10,45,0,7,34,13,33,14,32,6,33,9,32,5,12,1,11,65,0,32,6,32,7,40,2,20,34,16,27,33,9,32,7,40,2,24,33,14,32,7,40,2,16,33,13,32,5,32,16,106,11,33,16,32,1,65,1,106,33,1,32,9,32,14,106,33,14,32,8,32,13,106,34,13,32,33,77,13,0,32,8,32,23,77,32,8,32,23,73,32,31,27,65,1,70,4,64,32,7,32,30,70,13,1,32,18,33,19,32,10,33,4,32,6,33,11,32,5,33,15,32,8,33,12,12,1,11,2,64,32,2,4,64,32,22,4,127,32,7,65,1,118,65,1,113,5,32,7,47,1,44,65,1,113,11,32,17,114,69,13,1,12,7,11,2,64,32,17,65,254,255,3,107,14,2,1,7,0,11,32,17,69,4,64,32,22,4,64,32,7,65,2,113,69,13,2,32,7,65,2,118,65,1,113,13,8,12,2,11,32,7,47,1,44,34,9,65,1,113,69,13,1,32,9,65,1,118,65,1,113,13,7,12,1,11,32,18,40,2,8,40,2,72,32,17,65,3,108,106,45,0,1,65,1,113,13,6,11,32,10,40,2,0,34,9,65,1,113,13,0,32,9,40,2,36,69,13,0,32,9,32,34,106,40,2,0,69,13,0,11,32,4,13,2,32,10,33,4,32,18,33,19,32,6,33,11,32,5,33,15,32,8,33,12,12,6,11,32,4,13,5,11,32,24,13,1,65,0,33,24,32,26,33,4,32,25,33,19,32,27,33,11,32,28,33,15,32,29,33,12,12,4,11,65,0,12,2,11,32,0,32,25,54,2,20,32,0,32,26,54,2,16,32,0,32,32,54,2,12,32,0,32,27,54,2,8,32,0,32,28,54,2,4,32,0,32,29,54,2,0,12,6,11,32,4,69,13,4,65,1,11,33,24,32,8,33,29,32,5,33,28,32,6,33,27,32,17,33,32,32,10,33,26,32,18,33,25,11,32,4,13,0,11,11,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,1,11,32,0,32,18,54,2,20,32,0,32,10,54,2,16,32,0,32,17,54,2,12,32,0,32,6,54,2,8,32,0,32,5,54,2,4,32,0,32,8,54,2,0,11,32,3,65,144,1,106,36,0,11,46,1,1,127,35,0,65,16,107,34,1,32,0,40,2,16,40,2,0,34,0,54,2,12,32,1,65,12,106,65,2,114,32,0,65,42,106,32,0,65,1,113,27,47,1,0,11,50,2,1,127,1,126,32,0,40,2,0,33,1,32,0,40,2,16,41,2,0,34,2,167,34,0,65,1,113,4,64,32,2,66,56,136,167,32,1,106,15,11,32,0,40,2,16,32,1,106,11,206,11,1,7,127,32,0,32,1,106,33,5,2,64,2,64,32,0,40,2,4,34,3,65,1,113,13,0,32,3,65,2,113,69,13,1,32,0,40,2,0,34,3,32,1,106,33,1,2,64,2,64,2,64,32,0,32,3,107,34,0,35,1,65,164,215,0,106,34,6,40,2,20,71,4,64,32,0,40,2,12,33,2,32,3,65,255,1,77,4,64,32,2,32,0,40,2,8,34,4,71,13,2,32,6,34,2,32,2,40,2,0,65,126,32,3,65,3,118,119,113,54,2,0,12,5,11,32,0,40,2,24,33,7,32,0,32,2,71,4,64,32,0,40,2,8,34,3,32,2,54,2,12,32,2,32,3,54,2,8,12,4,11,32,0,40,2,20,34,4,4,127,32,0,65,20,106,5,32,0,40,2,16,34,4,69,13,3,32,0,65,16,106,11,33,3,3,64,32,3,33,6,32,4,34,2,65,20,106,33,3,32,2,40,2,20,34,4,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,4,13,0,11,32,6,65,0,54,2,0,12,3,11,32,5,40,2,4,34,3,65,3,113,65,3,71,13,3,35,1,65,164,215,0,106,32,1,54,2,8,32,5,32,3,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,5,32,1,54,2,0,15,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,2,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,0,40,2,28,34,3,65,2,116,106,34,4,40,2,176,2,32,0,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,2,32,2,40,2,4,65,126,32,3,119,113,54,2,4,12,2,11,2,64,32,0,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,0,40,2,16,34,3,4,64,32,2,32,3,54,2,16,32,3,32,2,54,2,24,11,32,0,40,2,20,34,3,69,13,0,32,2,32,3,54,2,20,32,3,32,2,54,2,24,11,2,64,2,64,2,64,2,64,32,5,40,2,4,34,3,65,2,113,69,4,64,35,1,65,164,215,0,106,34,2,40,2,24,32,5,70,4,64,32,2,34,3,32,0,54,2,24,32,3,32,3,40,2,12,32,1,106,34,1,54,2,12,32,0,32,1,65,1,114,54,2,4,32,0,32,3,40,2,20,71,13,6,32,3,34,0,65,0,54,2,8,32,0,65,0,54,2,20,15,11,35,1,65,164,215,0,106,34,2,40,2,20,34,8,32,5,70,4,64,32,2,34,3,32,0,54,2,20,32,3,32,3,40,2,8,32,1,106,34,1,54,2,8,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,15,11,32,3,65,120,113,32,1,106,33,1,32,5,40,2,12,33,2,32,3,65,255,1,77,4,64,32,5,40,2,8,34,4,32,2,70,4,64,35,1,65,164,215,0,106,34,2,32,2,40,2,0,65,126,32,3,65,3,118,119,113,54,2,0,12,5,11,32,4,32,2,54,2,12,32,2,32,4,54,2,8,12,4,11,32,5,40,2,24,33,7,32,2,32,5,71,4,64,32,5,40,2,8,34,3,32,2,54,2,12,32,2,32,3,54,2,8,12,3,11,32,5,40,2,20,34,4,4,127,32,5,65,20,106,5,32,5,40,2,16,34,4,69,13,2,32,5,65,16,106,11,33,3,3,64,32,3,33,6,32,4,34,2,65,20,106,33,3,32,2,40,2,20,34,4,13,0,32,2,65,16,106,33,3,32,2,40,2,16,34,4,13,0,11,32,6,65,0,54,2,0,12,2,11,32,5,32,3,65,126,113,54,2,4,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,12,3,11,65,0,33,2,11,32,7,69,13,0,2,64,35,1,65,164,215,0,106,34,6,32,5,40,2,28,34,3,65,2,116,106,34,4,40,2,176,2,32,5,70,4,64,32,4,32,2,54,2,176,2,32,2,13,1,32,6,34,2,32,2,40,2,4,65,126,32,3,119,113,54,2,4,12,2,11,2,64,32,5,32,7,40,2,16,70,4,64,32,7,32,2,54,2,16,12,1,11,32,7,32,2,54,2,20,11,32,2,69,13,1,11,32,2,32,7,54,2,24,32,5,40,2,16,34,3,4,64,32,2,32,3,54,2,16,32,3,32,2,54,2,24,11,32,5,40,2,20,34,3,69,13,0,32,2,32,3,54,2,20,32,3,32,2,54,2,24,11,32,0,32,1,65,1,114,54,2,4,32,0,32,1,106,32,1,54,2,0,32,0,32,8,71,13,0,35,1,65,164,215,0,106,32,1,54,2,8,15,11,32,1,65,255,1,77,4,64,35,1,65,164,215,0,106,34,4,34,2,32,1,65,248,1,113,106,65,40,106,33,3,2,127,32,2,40,2,0,34,2,65,1,32,1,65,3,118,116,34,1,113,69,4,64,32,4,32,1,32,2,114,54,2,0,32,3,12,1,11,32,3,40,2,8,11,33,1,32,3,32,0,54,2,8,32,1,32,0,54,2,12,32,0,32,3,54,2,12,32,0,32,1,54,2,8,15,11,65,31,33,2,32,1,65,255,255,255,7,77,4,64,32,1,65,38,32,1,65,8,118,103,34,3,107,118,65,1,113,32,3,65,1,116,107,65,62,106,33,2,11,32,0,32,2,54,2,28,32,0,66,0,55,2,16,35,1,65,164,215,0,106,34,7,34,4,32,2,65,2,116,106,34,3,65,176,2,106,33,6,2,64,2,64,32,4,40,2,4,34,4,65,1,32,2,116,34,5,113,69,4,64,32,7,32,4,32,5,114,54,2,4,32,3,32,0,54,2,176,2,32,0,32,6,54,2,24,12,1,11,32,1,65,25,32,2,65,1,118,107,65,0,32,2,65,31,71,27,116,33,2,32,3,40,2,176,2,33,3,3,64,32,3,34,4,40,2,4,65,120,113,32,1,70,13,2,32,2,65,29,118,33,3,32,2,65,1,116,33,2,32,4,32,3,65,4,113,106,34,6,40,2,16,34,3,13,0,11,32,6,32,0,54,2,16,32,0,32,4,54,2,24,11,32,0,32,0,54,2,12,32,0,32,0,54,2,8,15,11,32,4,40,2,8,34,1,32,0,54,2,12,32,4,32,0,54,2,8,32,0,65,0,54,2,24,32,0,32,4,54,2,12,32,0,32,1,54,2,8,11,11,170,8,1,11,127,32,0,69,4,64,32,1,16,34,15,11,32,1,65,64,79,4,64,35,1,65,216,213,0,106,65,48,54,2,0,65,0,15,11,2,127,65,16,32,1,65,11,106,65,120,113,32,1,65,11,73,27,33,5,32,0,65,8,107,34,4,40,2,4,34,9,65,120,113,33,8,2,64,32,9,65,3,113,69,4,64,32,5,65,128,2,73,13,1,32,5,65,4,106,32,8,77,4,64,32,4,33,2,32,8,32,5,107,35,1,65,252,218,0,106,40,2,8,65,1,116,77,13,2,11,65,0,12,2,11,32,4,32,8,106,33,6,2,64,32,5,32,8,77,4,64,32,8,32,5,107,34,7,65,16,73,13,1,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,2,32,7,65,3,114,54,2,4,32,6,32,6,40,2,4,65,1,114,54,2,4,32,2,32,7,16,93,12,1,11,32,6,40,2,4,33,7,35,1,65,164,215,0,106,34,3,34,2,40,2,24,32,6,70,4,64,65,0,32,5,32,2,40,2,12,32,8,106,34,2,79,13,3,26,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,8,32,2,32,5,107,34,7,65,1,114,54,2,4,32,3,34,2,32,7,54,2,12,32,2,32,8,54,2,24,12,1,11,35,1,65,164,215,0,106,34,2,40,2,20,32,6,70,4,64,65,0,32,5,32,2,40,2,8,32,8,106,34,2,75,13,3,26,2,64,32,2,32,5,107,34,3,65,16,79,4,64,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,7,32,3,65,1,114,54,2,4,32,2,32,4,106,34,2,32,3,54,2,0,32,2,32,2,40,2,4,65,126,113,54,2,4,12,1,11,32,4,32,9,65,1,113,32,2,114,65,2,114,54,2,4,32,2,32,4,106,34,2,32,2,40,2,4,65,1,114,54,2,4,65,0,33,3,65,0,33,7,11,35,1,65,164,215,0,106,34,2,32,7,54,2,20,32,2,32,3,54,2,8,12,1,11,65,0,33,2,32,7,65,2,113,13,1,32,7,65,120,113,32,8,106,34,11,32,5,73,13,1,32,11,32,5,107,33,12,32,6,40,2,12,33,3,2,64,32,7,65,255,1,77,4,64,32,6,40,2,8,34,2,32,3,70,4,64,35,1,65,164,215,0,106,34,2,32,2,40,2,0,65,126,32,7,65,3,118,119,113,54,2,0,12,2,11,32,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,32,6,40,2,24,33,10,2,64,32,3,32,6,71,4,64,32,6,40,2,8,34,2,32,3,54,2,12,32,3,32,2,54,2,8,12,1,11,2,64,32,6,40,2,20,34,2,4,127,32,6,65,20,106,5,32,6,40,2,16,34,2,69,13,1,32,6,65,16,106,11,33,8,3,64,32,8,33,7,32,2,34,3,65,20,106,33,8,32,2,40,2,20,34,2,13,0,32,3,65,16,106,33,8,32,3,40,2,16,34,2,13,0,11,32,7,65,0,54,2,0,12,1,11,65,0,33,3,11,32,10,69,13,0,2,64,35,1,65,164,215,0,106,34,8,32,6,40,2,28,34,7,65,2,116,106,34,2,40,2,176,2,32,6,70,4,64,32,2,32,3,54,2,176,2,32,3,13,1,32,8,32,8,40,2,4,65,126,32,7,119,113,54,2,4,12,2,11,2,64,32,6,32,10,40,2,16,70,4,64,32,10,32,3,54,2,16,12,1,11,32,10,32,3,54,2,20,11,32,3,69,13,1,11,32,3,32,10,54,2,24,32,6,40,2,16,34,2,4,64,32,3,32,2,54,2,16,32,2,32,3,54,2,24,11,32,6,40,2,20,34,2,69,13,0,32,3,32,2,54,2,20,32,2,32,3,54,2,24,11,32,12,65,15,77,4,64,32,4,32,9,65,1,113,32,11,114,65,2,114,54,2,4,32,4,32,11,106,34,2,32,2,40,2,4,65,1,114,54,2,4,12,1,11,32,4,32,5,32,9,65,1,113,114,65,2,114,54,2,4,32,4,32,5,106,34,7,32,12,65,3,114,54,2,4,32,4,32,11,106,34,2,32,2,40,2,4,65,1,114,54,2,4,32,7,32,12,16,93,11,32,4,33,2,11,32,2,11,34,2,4,64,32,2,65,8,106,15,11,32,1,16,34,34,4,69,4,64,65,0,15,11,32,4,32,0,65,124,65,120,32,0,65,4,107,40,2,0,34,2,65,3,113,27,32,2,65,120,113,106,34,2,32,1,32,1,32,2,75,27,16,36,26,32,0,16,51,32,4,11,159,2,0,32,0,69,4,64,65,0,15,11,2,127,2,64,32,0,4,127,32,1,65,255,0,77,13,1,2,64,35,1,65,148,214,0,106,40,2,96,40,2,0,69,4,64,32,1,65,128,127,113,65,128,191,3,70,13,3,12,1,11,32,1,65,255,15,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,1,32,0,32,1,65,6,118,65,192,1,114,58,0,0,65,2,12,4,11,32,1,65,128,64,113,65,128,192,3,71,32,1,65,128,176,3,79,113,69,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,224,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,1,65,3,12,4,11,32,1,65,128,128,4,107,65,255,255,63,77,4,64,32,0,32,1,65,63,113,65,128,1,114,58,0,3,32,0,32,1,65,18,118,65,240,1,114,58,0,0,32,0,32,1,65,6,118,65,63,113,65,128,1,114,58,0,2,32,0,32,1,65,12,118,65,63,113,65,128,1,114,58,0,1,65,4,12,4,11,11,35,1,65,216,213,0,106,65,25,54,2,0,65,127,5,65,1,11,12,1,11,32,0,32,1,58,0,0,65,1,11,11,196,3,1,4,127,35,0,65,160,1,107,34,4,36,0,32,4,32,0,32,4,65,158,1,106,32,1,27,34,6,54,2,148,1,32,4,32,1,65,1,107,34,0,65,0,32,0,32,1,77,27,54,2,152,1,32,4,65,0,65,144,1,252,11,0,32,4,65,127,54,2,76,32,4,35,2,65,29,106,54,2,36,32,4,65,127,54,2,80,32,4,32,4,65,159,1,106,54,2,44,32,4,32,4,65,148,1,106,54,2,84,32,6,65,0,58,0,0,35,0,65,208,1,107,34,5,36,0,32,5,32,3,54,2,204,1,32,5,65,160,1,106,34,0,65,0,65,40,252,11,0,32,5,32,5,40,2,204,1,54,2,200,1,2,64,65,0,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,0,35,2,34,0,65,27,106,34,6,32,0,65,28,106,34,0,16,99,65,0,72,4,64,65,127,33,0,12,1,11,32,4,40,2,76,65,0,72,32,4,32,4,40,2,0,34,1,65,95,113,54,2,0,2,127,2,64,2,64,32,4,40,2,48,69,4,64,32,4,65,208,0,54,2,48,32,4,65,0,54,2,28,32,4,66,0,55,3,16,32,4,40,2,44,33,7,32,4,32,5,54,2,44,12,1,11,32,4,40,2,16,13,1,11,65,127,32,4,16,67,13,1,26,11,32,4,32,2,32,5,65,200,1,106,32,5,65,208,0,106,32,5,65,160,1,106,32,6,32,0,16,99,11,33,2,32,7,4,64,32,4,65,0,65,0,32,4,40,2,36,17,4,0,26,32,4,65,0,54,2,48,32,4,32,7,54,2,44,32,4,65,0,54,2,28,32,4,40,2,20,33,0,32,4,66,0,55,3,16,32,2,65,127,32,0,27,33,2,11,32,4,32,4,40,2,0,34,0,32,1,65,32,113,114,54,2,0,65,127,32,2,32,0,65,32,113,27,33,0,13,0,11,32,5,65,208,1,106,36,0,32,4,65,160,1,106,36,0,32,0,11,188,2,0,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,9,107,14,18,0,8,9,10,8,9,1,2,3,4,10,9,10,10,8,9,5,6,7,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,40,2,0,54,2,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,50,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,51,1,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,48,0,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,49,0,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,43,3,0,57,3,0,15,11,32,0,32,2,32,3,17,5,0,11,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,52,2,0,55,3,0,15,11,32,2,32,2,40,2,0,34,1,65,4,106,54,2,0,32,0,32,1,53,2,0,55,3,0,15,11,32,2,32,2,40,2,0,65,7,106,65,120,113,34,1,65,8,106,54,2,0,32,0,32,1,41,3,0,55,3,0,11,111,1,5,127,32,0,40,2,0,34,3,44,0,0,65,48,107,34,1,65,9,75,4,64,65,0,15,11,3,64,65,127,33,4,32,2,65,204,153,179,230,0,77,4,64,65,127,32,1,32,2,65,10,108,34,5,106,32,1,32,5,65,255,255,255,255,7,115,75,27,33,4,11,32,0,32,3,65,1,106,34,5,54,2,0,32,3,44,0,1,32,4,33,2,32,5,33,3,65,48,107,34,1,65,10,73,13,0,11,32,2,11,156,19,2,19,127,2,126,35,0,65,64,106,34,8,36,0,32,8,32,1,54,2,60,32,8,65,41,106,33,23,32,8,65,39,106,33,24,32,8,65,40,106,33,18,2,64,2,64,2,64,2,64,3,64,65,0,33,7,3,64,32,1,33,13,32,7,32,14,65,255,255,255,255,7,115,74,13,2,32,7,32,14,106,33,14,2,64,2,64,2,64,2,64,2,64,32,1,34,7,45,0,0,34,11,4,64,3,64,2,64,2,64,32,11,65,255,1,113,34,1,69,4,64,32,7,33,1,12,1,11,32,1,65,37,71,13,1,32,7,33,11,3,64,32,11,45,0,1,65,37,71,4,64,32,11,33,1,12,2,11,32,7,65,1,106,33,7,32,11,45,0,2,32,11,65,2,106,34,1,33,11,65,37,70,13,0,11,11,32,7,32,13,107,34,7,32,14,65,255,255,255,255,7,115,34,25,74,13,10,32,0,4,64,32,0,32,13,32,7,16,14,11,32,7,13,8,32,8,32,1,54,2,60,32,1,65,1,106,33,7,65,127,33,16,2,64,32,1,44,0,1,65,48,107,34,9,65,9,75,13,0,32,1,45,0,2,65,36,71,13,0,32,1,65,3,106,33,7,65,1,33,19,32,9,33,16,11,32,8,32,7,54,2,60,65,0,33,12,2,64,32,7,44,0,0,34,11,65,32,107,34,1,65,31,75,4,64,32,7,33,9,12,1,11,32,7,33,9,65,1,32,1,116,34,1,65,137,209,4,113,69,13,0,3,64,32,8,32,7,65,1,106,34,9,54,2,60,32,1,32,12,114,33,12,32,7,44,0,1,34,11,65,32,107,34,1,65,32,79,13,1,32,9,33,7,65,1,32,1,116,34,1,65,137,209,4,113,13,0,11,11,2,64,32,11,65,42,70,4,64,2,127,2,64,32,9,44,0,1,65,48,107,34,1,65,9,75,13,0,32,9,45,0,2,65,36,71,13,0,2,127,32,0,69,4,64,32,4,32,1,65,2,116,106,65,10,54,2,0,65,0,12,1,11,32,3,32,1,65,3,116,106,40,2,0,11,33,15,32,9,65,3,106,33,1,65,1,12,1,11,32,19,13,6,32,9,65,1,106,33,1,32,0,69,4,64,32,8,32,1,54,2,60,65,0,33,19,65,0,33,15,12,3,11,32,2,32,2,40,2,0,34,7,65,4,106,54,2,0,32,7,40,2,0,33,15,65,0,11,33,19,32,8,32,1,54,2,60,32,15,65,0,78,13,1,65,0,32,15,107,33,15,32,12,65,128,192,0,114,33,12,12,1,11,32,8,65,60,106,16,98,34,15,65,0,72,13,11,32,8,40,2,60,33,1,11,65,0,33,7,65,127,33,10,2,127,65,0,32,1,45,0,0,65,46,71,13,0,26,32,1,45,0,1,65,42,70,4,64,2,127,2,64,32,1,44,0,2,65,48,107,34,9,65,9,75,13,0,32,1,45,0,3,65,36,71,13,0,32,1,65,4,106,33,1,2,127,32,0,69,4,64,32,4,32,9,65,2,116,106,65,10,54,2,0,65,0,12,1,11,32,3,32,9,65,3,116,106,40,2,0,11,12,1,11,32,19,13,6,32,1,65,2,106,33,1,65,0,32,0,69,13,0,26,32,2,32,2,40,2,0,34,9,65,4,106,54,2,0,32,9,40,2,0,11,33,10,32,8,32,1,54,2,60,32,10,65,0,78,12,1,11,32,8,32,1,65,1,106,54,2,60,32,8,65,60,106,16,98,33,10,32,8,40,2,60,33,1,65,1,11,33,20,3,64,32,7,33,21,65,28,33,9,32,1,34,22,44,0,0,34,7,65,251,0,107,65,70,73,13,12,32,1,65,1,106,33,1,35,1,32,21,65,58,108,106,32,7,106,65,207,43,106,45,0,0,34,7,65,1,107,65,255,1,113,65,8,73,13,0,11,32,8,32,1,54,2,60,2,64,32,7,65,27,71,4,64,32,7,69,13,13,32,16,65,0,78,4,64,32,0,69,4,64,32,4,32,16,65,2,116,106,32,7,54,2,0,12,13,11,32,8,32,3,32,16,65,3,116,106,41,3,0,55,3,48,12,2,11,32,0,69,13,9,32,8,65,48,106,32,7,32,2,32,6,16,97,12,1,11,32,16,65,0,78,13,12,65,0,33,7,32,0,69,13,9,11,32,0,45,0,0,65,32,113,13,12,32,12,65,255,255,123,113,34,11,32,12,32,12,65,128,192,0,113,27,33,12,35,1,33,17,65,0,33,16,32,18,33,9,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,22,45,0,0,34,22,192,34,7,65,83,113,32,7,32,22,65,15,113,65,3,70,27,32,7,32,21,27,34,7,65,216,0,107,14,33,4,23,23,23,23,23,23,23,23,16,23,9,6,16,16,16,23,6,23,23,23,23,2,5,3,23,23,10,23,1,23,23,4,0,11,2,64,32,7,65,193,0,107,14,7,16,23,11,23,16,16,16,0,11,32,7,65,211,0,70,13,11,12,22,11,32,8,41,3,48,33,26,35,1,12,5,11,65,0,33,7,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,21,14,8,0,1,2,3,4,29,5,6,29,11,32,8,40,2,48,32,14,54,2,0,12,28,11,32,8,40,2,48,32,14,54,2,0,12,27,11,32,8,40,2,48,32,14,172,55,3,0,12,26,11,32,8,40,2,48,32,14,59,1,0,12,25,11,32,8,40,2,48,32,14,58,0,0,12,24,11,32,8,40,2,48,32,14,54,2,0,12,23,11,32,8,40,2,48,32,14,172,55,3,0,12,22,11,65,8,32,10,32,10,65,8,77,27,33,10,32,12,65,8,114,33,12,65,248,0,33,7,11,35,1,33,17,32,18,33,1,32,7,65,32,113,33,13,32,8,41,3,48,34,26,34,27,66,0,82,4,64,3,64,32,1,65,1,107,34,1,35,1,65,224,47,106,32,27,167,65,15,113,106,45,0,0,32,13,114,58,0,0,32,27,66,15,86,32,27,66,4,136,33,27,13,0,11,11,32,1,33,13,32,26,80,13,3,32,12,65,8,113,69,13,3,35,1,32,7,65,4,118,106,33,17,65,2,33,16,12,3,11,32,18,33,1,32,8,41,3,48,34,26,34,27,66,0,82,4,64,3,64,32,1,65,1,107,34,1,32,27,167,65,7,113,65,48,114,58,0,0,32,27,66,7,86,32,27,66,3,136,33,27,13,0,11,11,32,1,33,13,32,12,65,8,113,69,4,64,35,1,33,17,12,3,11,32,10,32,23,32,13,107,34,1,32,1,32,10,72,27,33,10,35,1,33,17,12,2,11,32,8,41,3,48,34,26,66,0,83,4,64,32,8,66,0,32,26,125,34,26,55,3,48,65,1,33,16,35,1,12,1,11,32,12,65,128,16,113,4,64,65,1,33,16,35,1,65,1,106,12,1,11,35,1,34,1,65,2,106,32,1,32,12,65,1,113,34,16,27,11,33,17,32,26,32,18,16,35,33,13,11,32,20,32,10,65,0,72,113,13,18,32,12,65,255,255,123,113,32,12,32,20,27,33,12,2,64,32,26,66,0,82,13,0,32,10,13,0,32,18,33,13,65,0,33,10,12,15,11,32,10,32,26,80,32,18,32,13,107,106,34,1,32,1,32,10,72,27,33,10,12,14,11,32,8,45,0,48,33,7,12,12,11,32,8,40,2,48,34,1,35,1,34,17,65,246,10,106,32,1,27,34,13,34,1,65,0,65,255,255,255,255,7,32,10,32,10,65,255,255,255,255,7,79,27,34,7,16,101,34,9,32,1,107,32,7,32,9,27,34,1,32,13,106,33,9,32,10,65,0,78,13,10,32,9,45,0,0,13,16,35,1,33,17,12,10,11,32,8,41,3,48,34,26,66,0,82,13,1,65,0,33,7,12,10,11,32,10,4,64,32,8,40,2,48,12,2,11,65,0,33,7,32,0,65,32,32,15,65,0,32,12,16,15,12,2,11,32,8,65,0,54,2,12,32,8,32,26,62,2,8,32,8,32,8,65,8,106,34,7,54,2,48,65,127,33,10,32,7,11,33,11,65,0,33,7,3,64,2,64,32,11,40,2,0,34,9,69,13,0,32,8,65,4,106,32,9,16,95,34,9,65,0,72,13,16,32,9,32,10,32,7,107,75,13,0,32,11,65,4,106,33,11,32,7,32,9,106,34,7,32,10,73,13,1,11,11,65,61,33,9,32,7,65,0,72,13,13,32,0,65,32,32,15,32,7,32,12,16,15,32,7,69,4,64,65,0,33,7,12,1,11,65,0,33,9,32,8,40,2,48,33,11,3,64,32,11,40,2,0,34,13,69,13,1,32,8,65,4,106,34,10,32,13,16,95,34,13,32,9,106,34,9,32,7,75,13,1,32,0,32,10,32,13,16,14,32,11,65,4,106,33,11,32,7,32,9,75,13,0,11,11,32,0,65,32,32,15,32,7,32,12,65,128,192,0,115,16,15,32,15,32,7,32,7,32,15,72,27,33,7,12,9,11,32,20,32,10,65,0,72,113,13,10,65,61,33,9,32,0,32,8,43,3,48,32,15,32,10,32,12,32,7,32,5,17,14,0,34,7,65,0,78,13,8,12,11,11,32,7,45,0,1,33,11,32,7,65,1,106,33,7,12,0,11,0,11,32,0,13,10,32,19,69,13,4,65,1,33,7,3,64,32,4,32,7,65,2,116,106,40,2,0,34,0,4,64,32,3,32,7,65,3,116,106,32,0,32,2,32,6,16,97,65,1,33,14,32,7,65,1,106,34,7,65,10,71,13,1,12,12,11,11,32,7,65,10,79,4,64,65,1,33,14,12,11,11,3,64,32,4,32,7,65,2,116,106,40,2,0,13,1,65,1,33,14,32,7,65,1,106,34,7,65,10,71,13,0,11,12,10,11,65,28,33,9,12,7,11,32,11,33,12,32,1,33,10,12,1,11,32,8,32,7,58,0,39,35,1,33,17,65,1,33,10,32,24,33,13,32,11,33,12,11,32,10,32,9,32,13,107,34,11,32,10,32,11,74,27,34,10,32,16,65,255,255,255,255,7,115,74,13,3,65,61,33,9,32,15,32,10,32,16,106,34,1,32,1,32,15,72,27,34,7,32,25,75,13,4,32,0,65,32,32,7,32,1,32,12,16,15,32,0,32,17,32,16,16,14,32,0,65,48,32,7,32,1,32,12,65,128,128,4,115,16,15,32,0,65,48,32,10,32,11,65,0,16,15,32,0,32,13,32,11,16,14,32,0,65,32,32,7,32,1,32,12,65,128,192,0,115,16,15,32,8,40,2,60,33,1,12,1,11,11,11,65,0,33,14,12,3,11,65,61,33,9,11,35,1,65,216,213,0,106,32,9,54,2,0,11,65,127,33,14,11,32,8,65,64,107,36,0,32,14,11,126,2,1,127,1,126,32,0,189,34,3,66,52,136,167,65,255,15,113,34,2,65,255,15,71,4,124,32,2,69,4,64,32,1,32,0,68,0,0,0,0,0,0,0,0,97,4,127,65,0,5,32,0,68,0,0,0,0,0,0,240,67,162,32,1,16,100,33,0,32,1,40,2,0,65,64,106,11,54,2,0,32,0,15,11,32,1,32,2,65,254,7,107,54,2,0,32,3,66,255,255,255,255,255,255,255,135,128,127,131,66,128,128,128,128,128,128,128,240,63,132,191,5,32,0,11,11,229,1,1,2,127,32,2,65,0,71,33,3,2,64,2,64,2,64,32,0,65,3,113,69,13,0,32,2,69,13,0,32,1,65,255,1,113,33,4,3,64,32,0,45,0,0,32,4,70,13,2,32,2,65,1,107,34,2,65,0,71,33,3,32,0,65,1,106,34,0,65,3,113,69,13,1,32,2,13,0,11,11,32,3,69,13,1,2,64,32,1,65,255,1,113,34,3,32,0,45,0,0,70,13,0,32,2,65,4,73,13,0,32,3,65,129,130,132,8,108,33,3,3,64,65,128,130,132,8,32,0,40,2,0,32,3,115,34,4,107,32,4,114,65,128,129,130,132,120,113,65,128,129,130,132,120,71,13,2,32,0,65,4,106,33,0,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,1,11,32,1,65,255,1,113,33,1,3,64,32,1,32,0,45,0,0,70,4,64,32,0,15,11,32,0,65,1,106,33,0,32,2,65,1,107,34,2,13,0,11,11,65,0,11,125,1,3,127,2,64,2,64,32,0,34,1,65,3,113,69,13,0,32,1,45,0,0,69,4,64,65,0,15,11,3,64,32,1,65,1,106,34,1,65,3,113,69,13,1,32,1,45,0,0,13,0,11,12,1,11,3,64,32,1,34,2,65,4,106,33,1,65,128,130,132,8,32,2,40,2,0,34,3,107,32,3,114,65,128,129,130,132,120,113,65,128,129,130,132,120,70,13,0,11,3,64,32,2,34,1,65,1,106,33,2,32,1,45,0,0,13,0,11,11,32,1,32,0,107,11,104,1,3,127,32,0,69,4,64,65,0,15,11,2,127,35,1,65,176,43,106,33,1,32,0,4,64,3,64,32,1,34,2,40,2,0,34,3,4,64,32,1,65,4,106,33,1,32,0,32,3,71,13,1,11,11,32,2,65,0,32,3,27,12,1,11,32,1,33,2,3,64,32,2,34,0,65,4,106,33,2,32,0,40,2,0,13,0,11,32,1,32,0,32,1,107,65,124,113,106,11,65,0,71,11,66,1,1,127,32,0,65,255,255,7,77,4,64,35,1,65,240,12,106,34,1,32,1,32,0,65,8,118,106,45,0,0,65,5,116,106,32,0,65,3,118,65,31,113,106,45,0,0,32,0,65,7,113,118,65,1,113,15,11,32,0,65,254,255,11,73,11,194,1,1,3,127,2,64,32,2,40,2,16,34,3,4,127,32,3,5,32,2,16,67,13,1,32,2,40,2,16,11,32,2,40,2,20,34,4,107,32,1,73,4,64,32,2,32,0,32,1,32,2,40,2,36,17,4,0,15,11,2,64,2,64,32,2,40,2,80,65,0,72,13,0,32,1,69,13,0,32,1,33,3,3,64,32,0,32,3,106,34,5,65,1,107,45,0,0,65,10,71,4,64,32,3,65,1,107,34,3,13,1,12,2,11,11,32,2,32,0,32,3,32,2,40,2,36,17,4,0,34,4,32,3,73,13,2,32,1,32,3,107,33,1,32,2,40,2,20,33,4,12,1,11,32,0,33,5,65,0,33,3,11,32,4,32,5,32,1,16,36,26,32,2,32,2,40,2,20,32,1,106,54,2,20,32,1,32,3,106,33,4,11,32,4,11,128,1,1,2,127,35,0,65,16,107,34,2,36,0,32,2,32,1,58,0,15,2,64,2,64,32,0,40,2,16,34,3,4,127,32,3,5,32,0,16,67,13,2,32,0,40,2,16,11,32,0,40,2,20,34,3,70,13,0,32,0,40,2,80,32,1,65,255,1,113,70,13,0,32,0,32,3,65,1,106,54,2,20,32,3,32,1,58,0,0,12,1,11,32,0,32,2,65,15,106,65,1,32,0,40,2,36,17,4,0,65,1,71,13,0,32,2,45,0,15,26,11,32,2,65,16,106,36,0,11,110,1,4,127,2,64,32,0,47,1,32,34,5,69,13,0,32,0,40,2,60,33,6,65,1,33,0,65,1,33,3,3,64,2,64,2,64,32,1,32,6,32,0,65,2,116,106,40,2,0,34,0,32,2,16,27,65,1,106,14,2,3,0,1,11,32,0,32,2,106,45,0,0,13,0,32,3,33,4,12,2,11,32,3,65,1,106,34,3,65,255,255,3,113,34,0,32,5,77,13,0,11,11,32,4,65,255,255,3,113,11,178,4,1,14,127,2,64,32,0,40,2,180,9,34,3,69,13,0,2,127,32,3,65,26,116,65,31,117,65,226,4,113,32,3,65,1,113,13,0,26,65,226,4,32,3,45,0,45,65,2,113,13,0,26,32,3,40,2,32,11,32,2,75,13,0,65,1,15,11,32,0,40,2,132,9,34,0,40,2,0,34,13,32,1,65,5,116,106,34,7,40,2,0,34,8,40,2,4,33,12,32,8,40,2,156,1,34,4,32,7,40,2,8,73,4,64,32,7,32,4,54,2,8,11,2,64,32,0,40,2,4,34,14,4,64,32,8,40,2,160,1,33,15,65,0,33,0,3,64,2,64,32,0,32,1,70,13,0,32,13,32,0,65,5,116,106,34,9,40,2,28,13,0,32,9,40,2,0,34,6,40,2,4,34,16,32,12,73,13,0,32,6,40,2,152,1,34,11,33,5,32,6,47,1,0,34,10,69,4,64,32,11,32,11,65,244,3,106,32,6,40,2,20,27,33,5,11,32,6,40,2,156,1,34,4,32,9,40,2,8,34,3,73,4,64,32,9,32,4,54,2,8,32,4,33,3,11,32,10,69,13,0,32,2,32,5,73,13,0,2,64,32,2,32,5,75,4,64,65,1,33,10,32,4,32,3,107,65,1,106,32,2,32,5,107,108,65,136,14,77,13,1,12,5,11,32,6,40,2,160,1,32,15,76,13,1,11,32,7,40,2,28,13,0,32,6,47,1,0,32,8,47,1,0,71,13,0,32,12,32,16,71,13,0,32,11,32,8,40,2,152,1,71,13,0,35,1,65,148,12,106,33,5,32,7,40,2,12,33,3,2,64,32,9,40,2,12,34,4,69,13,0,32,4,65,1,113,13,0,32,4,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,4,65,48,106,32,4,40,2,36,27,33,5,11,35,1,65,148,12,106,33,4,2,64,32,3,69,13,0,32,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,35,1,65,148,12,106,32,3,65,48,106,32,3,40,2,36,27,33,4,11,32,5,40,2,24,33,6,2,64,32,4,40,2,24,34,3,65,25,79,4,64,32,3,32,6,71,13,2,32,5,40,2,0,33,5,32,4,40,2,0,33,4,12,1,11,32,3,32,6,71,13,1,11,32,5,32,4,32,3,16,18,13,0,65,1,15,11,32,0,65,1,106,34,0,32,14,71,13,0,11,11,65,0,33,10,11,32,10,11,171,31,2,12,127,3,126,35,0,65,128,1,107,34,7,36,0,2,64,32,1,40,2,0,34,5,69,4,64,65,1,33,8,12,1,11,32,2,40,2,0,34,4,69,13,0,2,127,32,4,65,26,116,65,31,117,65,226,4,113,32,4,65,1,113,13,0,26,65,226,4,32,4,45,0,45,65,2,113,13,0,26,32,4,40,2,32,11,33,6,32,5,65,8,118,33,12,32,4,65,8,118,33,13,2,64,2,64,2,64,32,5,65,1,113,69,4,64,32,5,45,0,45,65,2,113,69,4,64,32,6,32,5,40,2,32,34,3,73,13,2,12,4,11,65,226,4,33,3,32,6,65,226,4,73,13,1,12,3,11,32,5,65,32,113,34,3,69,13,1,32,6,65,225,4,75,13,1,11,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,1,33,8,12,3,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,1,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,6,12,1,11,65,0,33,6,32,2,40,2,8,32,2,40,2,4,106,32,1,77,13,0,32,2,40,2,56,32,1,65,2,116,106,40,2,0,33,6,11,32,0,65,132,1,106,33,1,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,4,32,7,32,6,54,2,0,32,1,65,128,8,35,1,65,143,4,106,32,7,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,8,12,3,11,65,1,33,8,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,5,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,226,4,65,0,32,3,27,33,3,11,2,64,2,64,2,64,32,4,65,1,113,69,4,64,32,4,45,0,45,65,2,113,4,127,65,226,4,5,32,4,40,2,32,11,32,3,75,13,1,32,4,40,2,36,13,2,12,3,11,32,4,65,32,113,69,13,2,32,3,65,225,4,75,13,2,11,32,0,40,2,96,69,4,64,32,0,40,2,140,10,69,13,3,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,1,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,1,77,13,0,32,2,40,2,56,32,1,65,2,116,106,40,2,0,33,3,11,32,0,65,132,1,106,33,1,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,6,12,1,11,65,0,33,6,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,6,11,32,7,32,6,54,2,20,32,7,32,3,54,2,16,32,1,65,128,8,35,1,65,143,4,106,32,7,65,16,106,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,32,0,40,2,140,10,69,13,2,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,5,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,4,40,2,60,33,10,11,2,64,2,64,2,64,2,64,32,5,65,1,113,69,4,64,32,5,40,2,36,13,1,65,0,33,3,32,10,65,0,74,13,2,12,4,11,32,10,65,0,74,13,1,65,0,33,3,12,3,11,32,10,32,5,40,2,60,76,13,1,11,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,1,33,8,12,3,11,32,0,40,2,160,9,33,1,35,1,65,171,10,106,33,8,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,2,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,8,12,1,11,65,0,33,8,32,1,40,2,8,32,1,40,2,4,106,32,2,77,13,0,32,1,40,2,56,32,2,65,2,116,106,40,2,0,33,8,11,65,0,33,2,2,64,32,4,65,1,113,13,0,32,4,40,2,36,69,13,0,32,4,40,2,60,33,2,11,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,6,12,1,11,65,0,33,6,32,1,40,2,8,32,1,40,2,4,106,32,3,77,13,0,32,1,40,2,56,32,3,65,2,116,106,40,2,0,33,6,11,32,0,65,132,1,106,33,1,65,0,33,10,2,64,32,5,65,1,113,13,0,32,5,40,2,36,69,13,0,32,5,40,2,60,33,10,11,32,7,32,10,54,2,44,32,7,32,6,54,2,40,32,7,32,2,54,2,36,32,7,32,8,54,2,32,32,1,65,128,8,35,1,65,164,9,106,32,7,65,32,106,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,8,12,3,11,65,1,33,8,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,5,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,5,40,2,60,33,3,11,2,64,32,4,65,1,113,13,0,32,4,40,2,36,69,13,0,32,4,40,2,60,33,8,11,32,3,32,8,74,4,64,2,64,32,0,40,2,96,13,0,32,0,40,2,140,10,13,0,65,0,33,8,12,2,11,32,0,40,2,160,9,33,1,35,1,65,171,10,106,33,8,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,2,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,8,12,1,11,65,0,33,8,32,1,40,2,8,32,1,40,2,4,106,32,2,77,13,0,32,1,40,2,56,32,2,65,2,116,106,40,2,0,33,8,11,65,0,33,2,2,64,32,5,65,1,113,13,0,32,5,40,2,36,69,13,0,32,5,40,2,60,33,2,11,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,5,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,1,40,2,8,32,1,40,2,4,106,32,5,77,13,0,32,1,40,2,56,32,5,65,2,116,106,40,2,0,33,3,11,32,0,65,132,1,106,33,1,65,0,33,10,2,64,32,4,65,1,113,13,0,32,4,40,2,36,69,13,0,32,4,40,2,60,33,10,11,32,7,32,10,54,2,60,32,7,32,3,54,2,56,32,7,32,2,54,2,52,32,7,32,8,54,2,48,32,1,65,128,8,35,1,65,164,9,106,32,7,65,48,106,16,11,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,1,32,2,17,3,0,11,65,0,33,8,32,0,40,2,140,10,69,13,1,3,64,2,64,2,64,32,1,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,13,1,12,4,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,8,2,64,32,5,65,1,113,4,64,32,5,65,32,113,69,13,1,12,2,11,32,5,45,0,45,65,2,113,13,1,32,5,40,2,32,13,1,11,32,7,32,1,41,2,0,55,3,120,32,7,32,2,41,2,0,55,3,112,2,127,32,0,65,136,9,106,34,1,40,2,12,33,2,32,1,32,1,40,2,16,34,3,65,1,106,34,6,32,1,40,2,20,34,10,75,4,127,65,8,32,10,65,1,116,34,3,32,6,32,3,32,6,75,27,34,3,32,3,65,8,77,27,34,6,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,1,32,6,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,3,65,1,106,5,32,6,11,54,2,16,32,2,32,3,65,3,116,106,32,7,41,2,120,55,2,0,32,1,40,2,12,33,2,32,1,32,1,40,2,16,34,3,65,1,106,34,6,32,1,40,2,20,34,10,75,4,127,65,8,32,10,65,1,116,34,3,32,6,32,3,32,6,75,27,34,3,32,3,65,8,77,27,34,6,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,1,32,6,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,3,65,1,106,5,32,6,11,54,2,16,32,2,32,3,65,3,116,106,32,7,41,2,112,55,2,0,65,0,32,1,40,2,16,34,2,69,13,0,26,3,64,32,1,32,2,65,1,107,34,3,54,2,16,32,1,40,2,12,34,6,32,3,65,3,116,106,41,2,0,32,1,32,2,65,2,107,34,2,54,2,16,32,6,32,2,65,3,116,106,41,2,0,34,17,66,8,136,33,15,167,33,6,32,17,167,34,10,65,1,113,34,9,4,127,32,15,167,65,255,1,113,5,32,10,47,1,40,11,33,11,2,64,2,64,2,127,2,64,32,6,65,1,113,34,14,4,64,32,6,65,128,254,3,113,65,8,118,34,3,32,11,65,255,255,3,113,77,13,1,65,127,12,2,11,32,6,47,1,40,34,3,32,11,65,255,255,3,113,77,13,0,65,127,12,1,11,2,64,2,127,32,9,4,64,65,0,32,3,32,15,167,65,255,1,113,79,13,1,26,12,2,11,32,3,32,10,47,1,40,73,13,1,32,10,40,2,36,11,33,3,65,0,33,11,2,64,32,14,13,0,32,3,32,6,40,2,36,34,11,79,13,0,65,127,12,2,11,32,9,13,3,32,11,32,10,40,2,36,34,3,79,13,2,11,65,1,11,32,1,65,0,54,2,16,12,3,11,32,3,69,13,0,3,64,32,3,65,1,107,34,3,65,3,116,34,2,32,6,32,6,40,2,36,65,3,116,107,106,41,2,0,33,15,32,10,32,10,40,2,36,65,3,116,107,32,2,106,41,2,0,33,16,32,1,40,2,12,33,2,32,1,32,1,40,2,16,34,9,65,1,106,34,11,32,1,40,2,20,34,14,75,4,127,65,8,32,14,65,1,116,34,9,32,11,32,9,32,11,75,27,34,9,32,9,65,8,77,27,34,11,65,3,116,33,9,2,127,32,2,4,64,32,2,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,2,32,1,32,11,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,9,65,1,106,5,32,11,11,54,2,16,32,2,32,9,65,3,116,106,32,16,55,2,0,32,1,40,2,12,33,2,32,1,32,1,40,2,16,34,9,65,1,106,34,11,32,1,40,2,20,34,14,75,4,127,65,8,32,14,65,1,116,34,9,32,11,32,9,32,11,75,27,34,9,32,9,65,8,77,27,34,11,65,3,116,33,9,2,127,32,2,4,64,32,2,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,2,32,1,32,11,54,2,20,32,1,32,2,54,2,12,32,1,40,2,16,34,9,65,1,106,5,32,11,11,54,2,16,32,2,32,9,65,3,116,106,32,15,55,2,0,32,3,13,0,11,32,1,40,2,16,33,2,11,32,2,13,0,11,65,0,11,33,2,32,0,40,2,96,33,1,2,127,2,64,2,64,2,64,2,64,32,2,65,1,106,14,3,0,2,1,2,11,2,64,32,1,13,0,32,0,40,2,140,10,13,0,65,0,33,8,12,5,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,1,11,32,0,65,132,1,106,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,84,32,7,32,1,54,2,80,65,128,8,35,1,65,190,4,106,32,7,65,208,0,106,16,11,26,12,2,11,2,64,32,1,13,0,32,0,40,2,140,10,13,0,12,4,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,1,11,32,0,65,132,1,106,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,100,32,7,32,1,54,2,96,65,128,8,35,1,65,190,4,106,32,7,65,224,0,106,16,11,26,65,1,12,2,11,2,64,32,1,13,0,32,0,40,2,140,10,13,0,65,0,33,8,12,3,11,32,0,40,2,160,9,33,2,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,5,65,1,113,4,127,32,12,65,255,1,113,5,32,5,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,2,40,2,8,32,2,40,2,4,106,32,3,77,13,0,32,2,40,2,56,32,3,65,2,116,106,40,2,0,33,1,11,32,0,65,132,1,106,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,4,65,1,113,4,127,32,13,65,255,1,113,5,32,4,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,2,40,2,8,32,2,40,2,4,106,32,4,77,13,0,32,2,40,2,56,32,4,65,2,116,106,40,2,0,33,3,11,32,7,32,3,54,2,68,32,7,32,1,54,2,64,65,128,8,35,1,65,231,4,106,32,7,65,64,107,16,11,26,11,65,0,11,33,8,32,0,40,2,96,34,1,4,64,32,0,40,2,92,65,0,32,0,65,132,1,106,32,1,17,3,0,11,2,64,32,0,40,2,140,10,69,13,0,32,0,65,132,1,106,33,1,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,0,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,11,32,7,65,128,1,106,36,0,32,8,11,243,2,1,10,127,2,64,32,0,40,2,8,34,7,65,1,107,34,1,69,13,0,32,0,40,2,4,33,8,32,7,33,4,3,64,32,4,33,2,32,8,32,1,34,4,65,28,108,106,34,5,40,2,0,40,2,0,33,1,2,127,2,64,2,64,32,2,32,7,70,4,64,32,1,65,1,113,13,1,12,2,11,2,64,2,127,32,1,65,1,113,34,9,4,64,32,1,65,2,113,13,7,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,34,3,65,1,113,13,6,32,3,65,2,118,65,1,113,11,13,0,32,5,65,28,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,32,0,40,2,0,40,2,8,34,10,40,2,84,32,10,47,1,36,32,3,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,13,5,11,32,9,69,13,1,11,32,1,65,3,118,65,1,113,12,1,11,32,1,47,1,44,65,2,118,65,1,113,11,13,1,2,64,32,0,40,2,0,40,2,8,34,1,40,2,32,69,13,0,32,1,40,2,64,32,8,32,2,65,28,108,106,65,56,107,40,2,0,40,2,0,47,1,66,65,2,116,106,34,2,47,1,2,34,3,69,13,0,32,1,40,2,68,32,2,47,1,0,65,2,116,106,34,1,32,3,65,2,116,106,33,2,3,64,2,64,32,1,45,0,3,69,4,64,32,5,40,2,20,32,1,45,0,2,70,13,1,11,32,2,32,1,65,4,106,34,1,75,13,1,12,2,11,11,32,1,47,1,0,33,6,12,2,11,32,4,65,1,107,34,1,13,0,11,11,32,6,11,211,9,2,29,127,1,126,2,64,32,0,40,2,4,34,8,32,0,40,2,8,34,27,65,28,108,106,34,9,65,28,107,40,2,0,40,2,0,34,4,65,1,113,13,0,32,27,33,13,3,64,32,4,40,2,36,69,13,1,32,0,40,2,0,40,2,8,33,10,32,4,47,1,66,34,5,4,127,32,10,40,2,84,32,10,47,1,36,32,5,108,65,1,116,106,5,65,0,11,33,28,32,9,65,4,107,40,2,0,33,15,2,64,2,64,32,13,65,1,107,34,5,69,13,0,32,4,47,1,44,34,11,65,1,113,13,0,32,11,65,4,113,13,1,32,8,32,5,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,11,69,13,1,32,15,32,10,40,2,84,32,10,47,1,36,32,11,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,15,12,1,11,32,15,65,1,106,33,15,11,32,4,40,2,36,34,24,69,13,1,65,0,32,4,32,24,65,3,116,107,34,31,32,4,65,1,113,27,33,32,32,9,65,24,107,40,2,0,33,12,32,9,65,20,107,40,2,0,33,5,32,9,65,16,107,40,2,0,33,4,65,0,33,6,65,0,33,29,3,64,32,15,33,22,32,29,33,11,32,4,33,9,32,5,33,10,32,12,33,19,2,127,32,32,32,6,34,25,65,3,116,106,34,23,40,2,0,34,7,65,1,113,34,26,4,64,32,7,65,2,113,65,1,118,34,20,33,6,32,7,65,3,118,65,1,113,12,1,11,32,7,47,1,44,34,20,65,1,113,33,6,32,20,65,2,118,65,1,113,11,4,127,32,11,5,32,28,4,64,32,28,32,11,65,1,116,106,47,1,0,32,6,114,65,0,71,34,20,33,6,11,32,11,65,1,106,11,33,29,2,127,2,127,2,64,32,26,69,4,64,32,7,40,2,36,13,1,65,0,12,2,11,32,6,32,22,106,33,15,32,23,45,0,7,34,6,33,12,32,9,33,4,32,10,12,2,11,32,7,40,2,56,11,33,12,65,0,32,9,32,7,40,2,20,34,5,27,33,4,32,6,32,22,106,32,12,106,33,15,32,7,40,2,24,33,12,32,7,40,2,16,33,6,32,5,32,10,106,11,33,5,32,4,32,12,106,33,4,32,6,32,19,106,33,12,32,24,32,25,65,1,106,34,6,75,4,64,2,127,32,31,32,6,65,3,116,106,41,2,0,34,33,167,34,14,65,1,113,4,64,32,33,66,32,136,167,65,255,1,113,33,21,32,33,66,48,136,167,65,255,1,113,33,16,32,33,66,40,136,167,65,15,113,12,1,11,32,14,40,2,12,33,21,32,14,40,2,4,33,16,32,14,40,2,8,11,34,17,32,5,106,33,5,32,12,32,16,106,33,12,65,0,32,4,32,17,27,32,21,106,33,4,11,2,127,32,26,4,64,32,19,32,23,45,0,7,34,30,106,33,21,32,9,33,17,32,10,12,1,11,65,0,32,9,32,7,40,2,20,34,14,27,33,17,32,7,40,2,16,32,19,106,33,21,32,7,40,2,24,33,30,32,10,32,14,106,11,33,14,65,0,33,16,2,127,65,0,32,1,32,21,79,13,0,26,65,1,32,2,32,14,73,13,0,26,32,2,32,14,70,32,17,32,30,106,32,3,75,113,11,33,17,2,64,32,26,13,0,32,7,40,2,36,69,13,0,32,7,40,2,48,33,16,11,2,64,32,17,4,64,32,20,65,1,113,4,64,32,0,32,13,65,1,106,34,4,32,0,40,2,12,34,1,75,4,127,65,8,32,1,65,1,116,34,1,32,4,32,1,32,4,75,27,34,1,32,1,65,8,77,27,34,2,65,28,108,33,1,2,127,32,8,4,64,32,8,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,8,32,0,32,2,54,2,12,32,0,32,8,54,2,4,32,0,40,2,8,34,13,65,1,106,5,32,4,11,54,2,8,32,8,32,13,65,28,108,106,34,0,32,22,54,2,24,32,0,32,11,54,2,20,32,0,32,25,54,2,16,32,0,32,9,54,2,12,32,0,32,10,54,2,8,32,0,32,19,54,2,4,32,0,32,23,54,2,0,32,18,173,15,11,32,16,69,13,1,32,0,32,13,65,1,106,34,4,32,0,40,2,12,34,5,75,4,127,65,8,32,5,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,8,4,64,32,8,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,8,32,0,32,5,54,2,12,32,0,32,8,54,2,4,32,0,40,2,8,34,13,65,1,106,5,32,4,11,54,2,8,32,8,32,13,65,28,108,106,34,4,32,22,54,2,24,32,4,32,11,54,2,20,32,4,32,25,54,2,16,32,4,32,9,54,2,12,32,4,32,10,54,2,8,32,4,32,19,54,2,4,32,4,32,23,54,2,0,32,0,40,2,4,34,8,32,0,40,2,8,34,13,65,28,108,106,34,9,65,28,107,40,2,0,40,2,0,34,4,65,1,113,69,13,3,12,4,11,32,20,65,1,113,4,64,32,18,65,1,106,33,18,12,1,11,32,16,32,18,106,33,18,11,32,6,32,24,71,13,0,11,11,11,32,0,32,27,54,2,8,66,127,11,144,5,2,11,127,1,126,35,0,65,224,0,107,34,1,36,0,2,64,32,0,40,2,4,34,7,32,0,40,2,8,34,5,65,28,108,106,34,6,65,28,107,40,2,0,34,9,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,0,40,2,0,34,10,40,2,8,33,4,32,2,47,1,66,34,3,4,127,32,4,40,2,84,32,4,47,1,36,32,3,108,65,1,116,106,5,65,0,11,33,11,32,6,65,4,107,40,2,0,33,3,2,64,2,64,32,5,65,1,107,34,8,69,13,0,32,2,47,1,44,34,2,65,1,113,13,0,32,2,65,4,113,13,1,32,7,32,8,65,28,108,106,34,2,65,28,107,40,2,0,40,2,0,47,1,66,34,8,69,13,1,32,3,32,4,40,2,84,32,4,47,1,36,32,8,108,65,1,116,106,32,2,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,3,12,1,11,32,3,65,1,106,33,3,11,32,9,41,2,0,33,12,32,1,32,10,54,2,32,32,1,32,12,55,3,24,32,1,32,6,65,24,107,34,4,40,2,8,54,2,44,32,1,32,4,41,2,0,55,2,36,32,1,32,11,54,2,60,32,1,32,3,54,2,56,32,1,66,0,55,3,48,65,0,33,3,32,12,167,34,4,69,13,0,32,4,40,2,36,69,13,0,32,1,66,0,55,3,16,32,1,66,0,55,3,8,32,1,66,0,55,3,0,32,1,65,24,106,32,1,65,64,107,32,1,65,223,0,106,16,37,69,4,64,12,1,11,65,0,33,4,3,64,32,1,40,2,64,33,2,2,64,32,1,45,0,95,4,127,65,2,5,32,2,40,2,0,34,6,65,1,113,13,1,32,6,40,2,36,69,13,1,32,6,40,2,48,69,13,1,65,1,11,33,3,32,1,32,1,41,2,84,55,3,16,32,1,32,1,41,2,76,55,3,8,32,1,32,1,41,2,68,55,3,0,32,2,33,4,11,32,1,65,24,106,32,1,65,64,107,32,1,65,223,0,106,16,37,13,0,11,32,4,69,4,64,65,0,33,3,12,1,11,32,0,32,5,65,1,106,34,2,32,0,40,2,12,34,6,75,4,127,65,8,32,6,65,1,116,34,5,32,2,32,2,32,5,73,27,34,2,32,2,65,8,77,27,34,5,65,28,108,33,2,2,127,32,7,4,64,32,7,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,7,32,0,32,5,54,2,12,32,0,32,7,54,2,4,32,0,40,2,8,34,5,65,1,106,5,32,2,11,54,2,8,32,7,32,5,65,28,108,106,34,0,32,4,54,2,0,32,0,32,1,41,3,0,55,2,4,32,0,32,1,41,3,8,55,2,12,32,0,32,1,41,3,16,55,2,20,11,32,1,65,224,0,106,36,0,32,3,11,135,1,1,5,127,32,0,65,0,54,2,16,32,1,40,2,16,33,2,32,1,40,2,0,33,3,32,1,40,2,4,33,4,32,1,40,2,8,33,5,32,1,40,2,20,33,6,32,0,32,1,40,2,12,59,1,16,32,0,32,6,54,2,0,32,0,65,224,1,35,7,40,2,0,17,0,0,34,1,54,2,4,32,0,66,129,128,128,128,128,1,55,2,8,32,1,65,0,54,2,24,32,1,66,0,55,2,16,32,1,32,5,54,2,12,32,1,32,4,54,2,8,32,1,32,3,54,2,4,32,1,32,2,54,2,0,11,211,3,1,6,127,35,0,65,224,0,107,34,5,36,0,65,1,33,8,65,2,33,9,2,64,2,64,2,64,32,1,65,254,255,3,107,14,2,0,2,1,11,65,0,33,9,65,0,33,8,12,1,11,32,4,40,2,72,32,1,65,3,108,106,34,6,45,0,0,65,229,0,113,33,8,32,6,45,0,1,65,1,116,33,9,11,32,2,40,2,0,33,6,32,2,40,2,4,34,7,65,3,116,65,204,0,106,34,10,32,2,40,2,8,65,3,116,75,4,64,32,6,32,10,35,6,40,2,0,17,1,0,33,6,32,2,32,10,65,3,118,54,2,8,32,2,32,6,54,2,0,32,2,40,2,4,33,7,11,32,5,66,0,55,3,80,32,5,66,0,55,3,72,32,5,65,64,107,34,2,66,0,55,3,0,32,5,66,0,55,3,32,32,5,65,0,54,2,40,32,5,65,1,54,2,92,32,5,66,0,55,3,56,32,5,65,0,59,1,46,32,5,66,0,55,3,24,32,5,66,0,55,3,8,32,5,32,3,59,1,22,32,5,32,1,59,1,48,32,5,32,8,32,9,114,65,255,1,113,65,24,65,0,32,1,65,253,255,3,75,27,114,59,1,44,32,5,32,7,54,2,52,32,6,32,7,65,3,116,106,34,1,32,5,40,2,92,54,2,0,32,1,32,5,41,3,80,55,2,28,32,1,32,5,41,3,72,55,2,20,32,1,32,2,41,3,0,55,2,12,32,1,32,5,41,3,56,55,2,4,32,1,32,5,40,2,52,54,2,36,32,1,32,5,47,1,48,59,1,40,32,1,32,5,47,1,46,59,1,42,32,1,32,5,47,1,44,59,1,44,32,1,32,5,40,2,40,54,1,62,32,1,32,5,41,3,32,55,1,54,32,1,32,5,41,3,24,55,1,46,32,1,32,5,47,1,22,59,1,66,32,1,32,5,41,3,8,55,2,68,32,0,65,0,54,2,4,32,0,32,1,54,2,0,32,5,32,0,41,2,0,55,3,0,32,5,32,4,16,21,32,5,65,224,0,106,36,0,11,135,4,2,6,127,1,126,32,1,65,0,54,2,4,2,64,32,0,40,2,4,34,2,69,13,0,3,64,2,127,32,0,40,2,0,32,2,65,3,116,106,34,4,65,8,107,40,2,0,34,6,65,1,113,4,64,32,6,65,3,118,65,1,113,12,1,11,32,6,47,1,44,65,2,118,65,1,113,11,4,64,32,4,65,4,107,40,2,0,33,5,32,0,32,2,65,1,107,54,2,4,32,1,40,2,0,33,2,32,1,32,1,40,2,4,34,4,65,1,106,34,3,32,1,40,2,8,34,7,75,4,127,65,8,32,7,65,1,116,34,4,32,3,32,3,32,4,73,27,34,3,32,3,65,8,77,27,34,4,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,1,32,4,54,2,8,32,1,32,2,54,2,0,32,1,40,2,4,34,4,65,1,106,5,32,3,11,54,2,4,32,2,32,4,65,3,116,106,34,2,32,5,54,2,4,32,2,32,6,54,2,0,32,0,40,2,4,34,2,13,1,11,11,32,1,40,2,4,34,0,65,2,73,13,0,65,0,33,2,32,0,65,1,118,34,3,65,1,71,4,64,32,3,65,254,255,255,255,7,113,33,6,65,0,33,3,3,64,32,1,40,2,0,34,4,32,2,65,3,116,34,5,106,34,7,41,2,0,33,8,32,7,32,4,32,1,40,2,4,32,2,65,127,115,106,65,3,116,34,7,106,41,2,0,55,2,0,32,1,40,2,0,32,7,106,32,8,55,2,0,32,1,40,2,0,34,4,32,5,106,34,5,41,2,8,33,8,32,5,32,4,32,1,40,2,4,32,2,65,254,255,255,255,1,115,106,65,3,116,34,5,106,41,2,0,55,2,8,32,1,40,2,0,32,5,106,32,8,55,2,0,32,2,65,2,106,33,2,32,3,65,2,106,34,3,32,6,71,13,0,11,11,32,0,65,2,113,69,13,0,32,1,40,2,0,34,0,32,2,65,3,116,106,34,3,41,2,0,33,8,32,3,32,0,32,1,40,2,4,32,2,65,127,115,106,65,3,116,34,2,106,41,2,0,55,2,0,32,1,40,2,0,32,2,106,32,8,55,2,0,11,11,203,3,2,10,127,1,126,32,1,65,127,54,2,0,32,2,65,127,54,2,0,32,3,65,127,54,2,0,2,64,32,0,40,2,28,69,4,64,12,1,11,32,0,65,60,106,33,14,3,64,2,64,32,0,40,2,24,32,7,65,4,116,106,34,8,47,1,14,34,11,65,128,128,1,113,13,0,32,14,33,5,32,8,47,1,4,34,6,32,0,40,2,52,73,4,64,32,0,40,2,48,32,6,65,12,108,106,33,5,11,32,11,65,255,31,113,34,6,32,5,40,2,4,79,13,0,32,5,40,2,0,32,6,65,28,108,106,34,5,40,2,8,33,12,32,5,40,2,4,33,10,32,5,40,2,0,33,6,2,64,2,64,2,64,32,5,40,2,16,41,2,0,34,15,167,34,5,65,1,113,4,64,32,0,40,2,104,32,6,32,15,66,56,136,167,34,5,106,73,13,1,12,2,11,32,0,40,2,104,32,5,40,2,16,32,6,106,79,13,1,65,0,32,12,32,5,40,2,20,34,13,27,33,12,32,10,32,13,106,33,10,32,5,40,2,24,33,5,11,32,10,32,0,40,2,88,34,13,73,13,0,32,10,32,13,71,13,1,32,0,40,2,92,32,5,32,12,106,73,13,1,11,32,8,32,11,65,1,106,65,255,31,113,32,11,65,128,224,2,113,114,59,1,14,32,7,65,1,107,33,7,12,1,11,2,64,2,64,32,9,69,13,0,32,6,32,2,40,2,0,34,5,73,13,0,32,5,32,6,71,13,1,32,3,40,2,0,32,8,47,1,12,77,13,1,11,32,0,40,2,0,40,2,60,32,8,47,1,10,65,20,108,106,47,1,18,33,5,2,64,32,4,4,64,32,4,32,5,65,130,1,113,65,128,1,70,58,0,0,12,1,11,32,5,65,128,1,113,13,2,11,32,1,32,7,54,2,0,32,2,32,6,54,2,0,32,3,32,8,47,1,12,54,2,0,11,65,1,33,9,11,32,7,65,1,106,34,7,32,0,40,2,28,73,13,0,11,11,32,9,11,171,7,2,18,127,1,126,35,0,65,16,107,34,5,36,0,32,0,65,60,106,33,12,2,127,3,64,32,5,65,0,58,0,3,32,0,32,5,65,4,106,32,5,65,12,106,32,5,65,8,106,32,5,65,3,106,16,116,33,19,2,64,2,64,32,0,40,2,40,34,13,4,64,65,0,33,4,32,5,40,2,12,33,14,32,5,40,2,8,33,16,65,0,33,7,3,64,2,64,2,64,2,64,2,64,32,0,40,2,36,34,9,32,7,65,4,116,34,10,106,34,6,47,1,4,34,3,32,0,40,2,52,73,4,64,32,6,47,1,14,34,15,65,255,31,113,34,8,32,0,40,2,48,32,3,65,12,108,106,34,3,40,2,4,79,13,1,32,6,65,14,106,33,17,12,3,11,32,6,47,1,14,34,15,65,255,31,113,34,8,32,0,40,2,64,79,13,1,32,6,65,14,106,33,17,32,12,33,3,12,2,11,32,3,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,13,32,7,65,127,115,106,65,4,116,34,3,4,64,32,9,32,10,106,34,6,32,6,65,16,106,32,3,252,10,0,0,11,32,0,32,0,40,2,40,65,1,107,34,13,54,2,40,12,1,11,32,3,40,2,0,32,8,65,28,108,106,34,3,40,2,8,33,10,32,3,40,2,4,33,9,32,3,40,2,0,33,8,2,127,65,1,2,127,32,3,40,2,16,41,2,0,34,21,167,34,3,65,1,113,4,64,32,10,33,18,32,9,32,0,40,2,104,32,8,32,21,66,56,136,167,34,3,106,73,13,1,26,65,1,12,2,11,65,1,32,0,40,2,104,32,3,40,2,16,32,8,106,79,13,1,26,65,0,32,10,32,3,40,2,20,34,11,27,33,18,32,3,40,2,24,33,3,32,9,32,11,106,11,34,11,32,0,40,2,88,34,20,73,13,0,26,32,11,32,20,70,32,0,40,2,92,32,3,32,18,106,79,113,11,33,3,2,64,2,64,32,8,32,0,40,2,108,79,13,0,32,9,32,0,40,2,96,34,11,75,13,0,32,3,32,9,32,11,70,32,10,32,0,40,2,100,79,113,114,65,1,71,13,1,11,32,17,32,15,65,1,106,65,255,31,113,32,15,65,128,224,3,113,114,59,1,0,32,0,40,2,40,33,13,12,1,11,2,64,2,127,32,8,32,14,73,4,64,32,6,47,1,12,12,1,11,32,8,32,14,71,13,1,32,16,32,6,47,1,12,34,3,77,13,1,32,3,11,33,16,32,8,33,14,32,6,33,4,11,32,7,65,1,106,33,7,11,32,7,32,13,73,13,0,11,32,4,13,1,11,32,5,45,0,3,65,1,71,13,1,32,0,40,2,24,34,3,69,13,1,32,3,32,5,40,2,4,65,4,116,106,33,4,11,32,4,40,2,0,34,7,65,127,70,4,64,32,0,32,0,40,2,136,1,34,7,65,1,106,54,2,136,1,32,4,32,7,54,2,0,11,32,1,32,7,54,2,0,32,1,32,4,47,1,12,59,1,4,32,4,47,1,4,34,3,32,0,40,2,52,73,4,64,32,0,40,2,48,32,3,65,12,108,106,33,12,11,32,1,32,12,40,2,0,54,2,8,32,1,32,12,40,2,4,59,1,6,32,2,32,4,47,1,14,65,255,31,113,54,2,0,32,4,32,4,47,1,14,34,1,65,1,106,65,255,31,113,32,1,65,128,224,3,113,114,59,1,14,65,1,12,2,11,2,64,32,0,40,2,76,13,0,32,0,40,2,52,34,3,32,0,40,2,72,79,32,19,113,69,13,0,32,3,32,0,40,2,24,32,5,40,2,4,34,4,65,4,116,106,34,3,47,1,4,34,6,75,4,64,32,0,40,2,48,32,6,65,12,108,106,65,127,54,2,4,32,0,65,1,54,2,76,11,32,0,40,2,28,32,4,65,127,115,106,65,4,116,34,4,4,64,32,3,32,3,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,11,32,0,65,1,16,120,13,0,32,0,40,2,40,13,0,11,65,0,11,32,5,65,16,106,36,0,11,253,4,2,4,127,2,126,2,64,2,64,32,1,45,0,15,65,192,0,113,13,0,32,0,32,1,65,127,16,73,34,0,69,13,1,32,2,47,1,6,34,6,65,255,255,3,70,13,0,32,0,40,2,0,33,1,32,0,32,0,40,2,4,34,5,65,1,106,34,4,32,0,40,2,8,34,7,75,4,127,65,8,32,7,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,1,4,64,32,1,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,1,32,0,32,5,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,34,5,65,1,106,5,32,4,11,54,2,4,32,3,41,2,8,33,8,32,3,41,2,16,33,9,32,1,32,5,65,28,108,106,34,1,32,3,41,2,0,55,2,0,32,1,32,6,54,2,24,32,1,32,9,55,2,16,32,1,32,8,55,2,8,32,2,47,1,8,34,6,65,255,255,3,70,13,0,32,0,40,2,0,33,1,32,0,32,0,40,2,4,34,5,65,1,106,34,4,32,0,40,2,8,34,7,75,4,127,65,8,32,7,65,1,116,34,5,32,4,32,4,32,5,73,27,34,4,32,4,65,8,77,27,34,5,65,28,108,33,4,2,127,32,1,4,64,32,1,32,4,35,6,40,2,0,17,1,0,12,1,11,32,4,35,7,40,2,0,17,0,0,11,33,1,32,0,32,5,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,34,5,65,1,106,5,32,4,11,54,2,4,32,3,41,2,8,33,8,32,3,41,2,16,33,9,32,1,32,5,65,28,108,106,34,1,32,3,41,2,0,55,2,0,32,1,32,6,54,2,24,32,1,32,9,55,2,16,32,1,32,8,55,2,8,32,2,47,1,10,34,5,65,255,255,3,70,13,0,32,0,40,2,0,33,1,32,0,32,0,40,2,4,34,4,65,1,106,34,2,32,0,40,2,8,34,6,75,4,127,65,8,32,6,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,34,4,65,28,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,0,32,4,54,2,8,32,0,32,1,54,2,0,32,0,40,2,4,34,4,65,1,106,5,32,2,11,54,2,4,32,3,41,2,8,33,8,32,3,41,2,16,33,9,32,1,32,4,65,28,108,106,34,0,32,3,41,2,0,55,2,0,32,0,32,5,54,2,24,32,0,32,9,55,2,16,32,0,32,8,55,2,8,11,15,11,32,1,32,1,47,1,14,65,128,128,1,114,59,1,14,11,241,2,1,10,127,32,0,40,2,80,32,0,40,2,0,40,2,60,32,1,47,1,0,34,9,65,20,108,106,47,1,12,34,10,107,33,7,32,0,40,2,24,33,4,2,64,2,64,32,0,40,2,28,34,3,69,13,0,32,3,33,2,3,64,32,4,32,2,65,4,116,106,34,6,65,8,107,47,1,0,34,8,32,7,73,4,64,32,2,33,5,12,2,11,2,64,32,7,32,8,71,13,0,32,6,65,4,107,47,1,0,34,8,32,1,47,1,2,34,11,70,4,64,32,6,65,6,107,47,1,0,32,9,70,13,4,11,32,8,32,11,75,13,0,32,2,33,5,12,2,11,32,2,65,1,107,34,2,13,0,11,11,32,1,47,1,2,33,6,32,3,65,1,106,34,1,32,0,40,2,32,75,4,64,32,1,65,4,116,33,2,2,127,32,4,4,64,32,4,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,4,32,0,32,1,54,2,32,32,0,32,4,54,2,24,32,0,40,2,28,33,3,11,65,128,160,126,65,128,32,32,10,65,1,70,27,33,2,32,5,65,4,116,33,1,2,64,32,3,32,5,77,13,0,32,3,32,5,107,65,4,116,34,5,69,13,0,32,1,32,4,106,34,3,65,16,106,32,3,32,5,252,10,0,0,11,32,1,32,4,106,34,1,32,2,59,0,14,32,1,32,6,59,0,12,32,1,32,9,59,0,10,32,1,32,7,59,0,8,32,1,66,255,255,255,255,255,255,63,55,0,0,32,0,32,0,40,2,28,65,1,106,54,2,28,11,11,180,65,2,32,127,1,126,35,0,65,160,1,107,34,6,36,0,32,0,65,60,106,33,30,32,0,65,4,106,33,28,32,0,65,144,1,106,33,33,3,64,2,64,32,0,45,0,158,1,34,5,65,1,71,13,0,32,0,40,2,28,34,4,69,13,0,32,0,40,2,52,33,11,32,0,40,2,24,33,8,2,64,32,4,34,2,65,1,113,69,13,0,32,0,32,2,65,1,107,34,2,54,2,28,32,11,32,8,32,2,65,4,116,106,47,1,4,34,3,77,13,0,32,0,40,2,48,32,3,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,4,65,1,70,13,0,3,64,32,0,32,2,65,1,107,34,4,54,2,28,32,8,32,4,65,4,116,106,47,1,4,34,4,32,11,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,0,32,2,65,2,107,34,2,54,2,28,32,8,32,2,65,4,116,106,47,1,4,34,4,32,11,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,2,13,0,11,11,32,0,32,0,40,2,152,1,65,1,106,34,4,65,0,32,4,65,228,0,71,27,34,4,54,2,152,1,2,64,32,0,40,2,140,1,34,2,69,13,0,32,2,40,2,4,69,13,0,32,0,32,0,40,2,8,32,0,40,2,12,65,28,108,106,65,24,107,40,2,0,54,2,148,1,11,2,64,32,5,32,29,114,65,1,113,69,4,64,32,2,69,13,1,32,4,13,1,32,2,40,2,4,34,4,69,13,1,32,33,32,4,17,0,0,69,13,1,65,0,33,29,11,32,6,65,160,1,106,36,0,32,29,65,1,113,15,11,2,64,32,0,2,127,2,64,32,0,45,0,157,1,65,1,70,4,64,65,0,33,29,32,0,45,0,156,1,65,1,71,13,3,65,0,33,9,65,0,33,2,65,0,32,0,40,2,28,34,5,69,13,2,26,3,64,2,64,2,64,32,0,40,2,0,40,2,60,32,0,40,2,24,34,3,32,2,65,4,116,106,34,7,47,1,10,65,20,108,106,47,1,12,34,4,65,255,255,3,70,4,64,32,0,40,2,80,34,4,32,7,47,1,8,79,65,0,32,4,27,13,1,32,0,40,2,36,33,4,32,0,32,0,40,2,40,34,8,65,1,106,34,11,32,0,40,2,44,34,3,75,4,127,65,8,32,3,65,1,116,34,3,32,11,32,3,32,11,75,27,34,3,32,3,65,8,77,27,34,3,65,4,116,33,8,2,127,32,4,4,64,32,4,32,8,35,6,40,2,0,17,1,0,12,1,11,32,8,35,7,40,2,0,17,0,0,11,33,4,32,0,32,3,54,2,44,32,0,32,4,54,2,36,32,0,40,2,40,34,8,65,1,106,5,32,11,11,54,2,40,32,4,32,8,65,4,116,106,34,4,32,7,41,2,0,55,2,0,32,4,32,7,41,2,8,55,2,8,65,1,33,29,32,9,65,1,106,33,9,12,2,11,32,0,40,2,80,32,7,47,1,8,32,4,106,79,13,0,32,7,47,1,4,34,4,32,0,40,2,52,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,9,65,1,106,33,9,12,1,11,32,9,69,4,64,65,0,33,9,12,1,11,32,3,32,2,32,9,107,65,4,116,106,34,4,32,7,41,2,0,55,2,0,32,4,32,7,41,2,8,55,2,8,11,32,5,32,2,65,1,106,34,2,71,13,0,11,12,1,11,65,0,33,9,2,127,65,0,2,127,32,0,40,2,8,34,4,32,0,40,2,12,34,5,65,28,108,106,34,8,65,28,107,40,2,0,34,14,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,13,0,26,32,5,65,2,73,4,64,32,0,47,1,20,12,1,11,65,0,32,8,65,56,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,26,32,28,40,2,0,40,2,8,34,2,40,2,84,32,2,47,1,36,32,3,108,65,1,116,106,32,8,65,8,107,40,2,0,65,1,116,106,47,1,0,11,33,24,32,8,65,24,107,40,2,0,33,17,32,8,65,20,107,40,2,0,33,10,32,8,65,16,107,40,2,0,33,22,32,6,32,28,40,2,0,34,23,54,2,156,1,32,6,32,14,54,2,152,1,32,6,32,24,65,255,255,3,113,34,26,54,2,148,1,32,6,32,22,54,2,144,1,32,6,32,10,54,2,140,1,32,6,32,17,54,2,136,1,65,1,33,12,2,127,32,5,65,2,72,4,64,65,1,33,8,65,0,33,25,65,0,12,1,11,2,64,2,64,32,5,65,2,107,34,2,69,13,0,3,64,2,64,32,4,32,2,65,28,108,106,34,3,65,28,107,40,2,0,40,2,0,47,1,66,34,8,69,13,0,32,23,40,2,8,34,5,40,2,84,32,5,47,1,36,32,8,108,65,1,116,106,32,3,40,2,20,65,1,116,106,47,1,0,34,9,69,13,0,32,3,33,4,12,3,11,2,127,32,3,40,2,0,40,2,0,34,5,65,1,113,4,64,32,5,65,1,118,65,1,113,12,1,11,32,5,47,1,44,65,1,113,11,69,4,64,32,2,65,1,107,34,2,69,13,2,12,1,11,11,32,3,33,4,11,65,0,33,9,11,2,64,2,64,32,4,40,2,0,34,25,69,4,64,65,1,33,8,65,0,33,25,12,1,11,32,4,40,2,12,33,15,32,4,40,2,8,33,16,32,4,40,2,4,33,7,2,127,32,25,41,2,0,34,34,167,34,2,65,1,113,4,64,32,15,32,34,66,56,136,167,34,2,106,33,11,32,16,12,1,11,32,2,40,2,24,65,0,32,15,32,2,40,2,20,34,4,27,106,33,11,32,2,40,2,16,33,2,32,4,32,16,106,11,33,5,65,0,33,8,32,2,32,7,106,34,3,32,0,40,2,104,34,4,77,32,2,69,32,3,32,4,70,113,69,113,13,1,2,64,32,5,32,0,40,2,88,34,4,75,13,0,32,4,32,5,71,34,3,69,32,0,40,2,92,34,4,32,11,73,113,13,0,32,2,13,2,32,3,13,2,32,4,32,11,71,13,2,11,32,7,32,0,40,2,108,79,13,1,32,16,32,0,40,2,96,34,4,73,13,0,32,4,32,16,70,32,15,32,0,40,2,100,73,113,33,12,11,32,23,12,1,11,65,0,33,12,32,23,11,33,15,2,127,32,14,41,2,0,34,34,167,34,19,65,1,113,34,16,4,64,32,22,32,34,66,56,136,167,34,5,106,33,11,32,10,12,1,11,32,19,40,2,24,65,0,32,22,32,19,40,2,20,34,4,27,106,33,11,32,19,40,2,16,33,5,32,4,32,10,106,11,33,7,32,5,32,17,106,33,14,65,0,33,31,2,127,65,0,32,12,69,13,0,26,32,0,40,2,104,34,4,32,14,79,4,64,65,0,32,5,69,32,4,32,14,70,113,69,13,1,26,11,2,64,32,7,32,0,40,2,88,34,4,75,13,0,32,4,32,7,71,34,2,69,32,0,40,2,92,34,4,32,11,73,113,13,0,65,0,32,5,13,1,26,65,0,32,2,13,1,26,65,0,32,4,32,11,71,13,1,26,11,65,0,32,17,32,0,40,2,108,79,13,0,26,65,1,32,10,32,0,40,2,96,34,4,73,13,0,26,32,4,32,10,70,32,22,32,0,40,2,100,73,113,11,33,32,2,64,32,0,40,2,128,1,34,3,32,14,79,32,5,69,32,3,32,14,70,113,69,113,13,0,2,64,32,7,32,0,40,2,112,34,4,75,13,0,32,4,32,7,71,34,2,69,32,0,40,2,116,34,4,32,11,73,113,13,0,32,5,13,1,32,2,13,1,32,4,32,11,71,13,1,11,32,17,32,0,40,2,132,1,79,13,0,65,1,33,31,32,10,32,0,40,2,120,34,4,73,13,0,32,4,32,10,70,32,22,32,0,40,2,124,73,113,33,31,11,65,0,33,29,2,64,32,3,32,17,75,13,0,32,0,40,2,112,34,4,32,10,79,4,64,32,4,32,10,71,13,1,32,22,32,0,40,2,116,73,13,1,11,32,14,32,0,40,2,132,1,75,13,0,32,0,40,2,120,34,4,32,7,77,4,64,32,4,32,7,71,13,1,32,11,32,0,40,2,124,75,13,1,11,32,0,45,0,156,1,65,1,71,13,0,2,127,2,64,32,26,69,4,64,32,16,4,64,32,19,65,128,254,3,113,65,8,118,33,24,12,2,11,32,19,47,1,40,33,24,11,65,255,255,3,32,24,65,255,255,3,113,65,255,255,3,70,13,1,26,11,32,23,40,2,8,40,2,76,32,24,65,255,255,3,113,65,1,116,106,47,1,0,11,33,14,65,1,33,11,2,64,2,64,2,64,32,26,65,254,255,3,107,14,2,0,2,1,11,65,0,33,11,12,1,11,32,26,4,64,32,23,40,2,8,40,2,72,32,26,65,3,108,106,45,0,1,65,0,71,33,11,12,1,11,32,16,4,64,32,19,65,2,118,65,1,113,33,11,12,1,11,32,19,47,1,44,65,1,118,65,1,113,33,11,11,32,16,4,127,32,19,65,5,118,65,1,113,5,32,19,47,1,44,65,9,118,65,1,113,11,33,18,32,6,66,0,55,3,120,32,6,66,0,55,3,112,32,6,65,8,54,2,108,32,6,65,240,0,106,33,10,65,0,33,20,32,6,40,2,108,33,7,32,6,65,0,59,1,130,1,32,6,65,0,54,2,108,32,6,65,0,58,0,135,1,32,6,65,0,58,0,134,1,32,6,65,0,58,0,133,1,2,64,32,28,40,2,8,34,4,65,1,107,34,2,69,13,0,32,28,40,2,4,33,26,32,28,40,2,0,40,2,8,33,27,3,64,32,4,33,3,32,26,32,2,34,4,65,28,108,106,33,21,32,26,32,3,65,28,108,106,65,56,107,40,2,0,34,22,40,2,0,47,1,66,34,2,4,127,32,27,40,2,84,32,27,47,1,36,32,2,108,65,1,116,106,5,65,0,11,33,19,2,64,2,64,2,127,32,21,40,2,0,34,16,40,2,0,34,23,65,1,113,34,5,4,64,32,23,65,3,118,65,1,113,12,1,11,32,23,47,1,44,65,2,118,65,1,113,11,13,0,32,19,69,13,0,32,19,32,21,40,2,20,65,1,116,106,47,1,0,34,2,13,1,11,32,5,4,64,32,23,65,128,254,3,113,65,8,118,33,2,12,1,11,32,23,47,1,40,33,2,11,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,2,1,0,11,32,27,40,2,72,32,2,65,3,108,106,33,5,32,28,40,2,8,32,3,71,4,64,32,5,45,0,0,65,1,113,13,4,11,32,5,45,0,2,65,1,113,69,13,1,32,7,32,20,77,13,1,32,10,32,20,65,1,116,106,32,2,59,1,0,32,6,32,20,65,1,106,34,20,54,2,108,12,1,11,32,3,32,28,40,2,8,71,13,2,11,2,64,32,6,45,0,135,1,13,0,32,22,40,2,0,40,2,36,33,5,2,127,32,16,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,33,2,32,21,40,2,16,65,1,106,34,3,32,5,79,13,0,32,21,40,2,20,32,2,69,106,33,17,3,64,2,64,2,64,2,127,32,22,40,2,0,34,2,32,2,40,2,36,65,3,116,107,32,3,65,3,116,106,40,2,0,34,13,65,1,113,34,23,4,64,32,13,65,3,118,65,1,113,12,1,11,32,13,47,1,44,65,2,118,65,1,113,11,13,0,32,19,69,13,0,32,19,32,17,65,1,116,106,47,1,0,34,2,13,1,11,32,23,4,64,32,13,65,128,254,3,113,65,8,118,33,2,12,1,11,32,13,47,1,40,33,2,11,32,17,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,1,3,0,11,32,27,40,2,72,32,2,65,3,108,106,34,2,45,0,0,65,1,113,69,13,0,32,2,45,0,1,32,6,65,1,58,0,135,1,32,6,45,0,134,1,13,7,65,1,113,13,3,32,23,69,13,1,12,4,11,32,23,13,3,32,13,40,2,36,69,13,0,32,13,40,2,48,69,13,0,32,6,65,1,58,0,135,1,32,6,45,0,134,1,13,6,32,13,40,2,52,13,2,11,32,13,47,1,44,65,2,118,65,1,113,12,3,11,32,6,65,1,58,0,135,1,32,6,45,0,134,1,13,4,11,32,6,65,1,58,0,134,1,12,3,11,32,13,65,3,118,65,1,113,11,69,106,33,17,32,3,65,1,106,34,3,32,5,71,13,0,11,11,2,64,2,127,32,16,40,2,0,34,2,65,1,113,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,13,0,32,27,40,2,32,69,13,0,32,27,40,2,68,32,27,40,2,64,32,22,40,2,0,47,1,66,65,2,116,106,34,3,47,1,0,65,2,116,106,34,2,32,3,47,1,2,34,16,65,2,116,106,33,5,32,6,47,1,130,1,34,3,69,4,64,32,16,69,13,1,32,2,33,3,3,64,2,64,32,3,45,0,3,69,4,64,32,21,40,2,20,32,3,45,0,2,70,13,1,11,32,3,65,4,106,34,3,32,5,73,13,1,12,3,11,11,32,6,32,3,47,1,0,34,3,59,1,130,1,32,3,69,13,1,11,32,16,69,13,0,3,64,2,64,32,2,47,1,0,32,3,71,13,0,32,21,40,2,20,32,2,45,0,2,79,13,0,32,6,65,1,58,0,133,1,12,2,11,32,2,65,4,106,34,2,32,5,73,13,0,11,11,32,4,65,1,107,34,2,13,0,11,11,2,127,65,0,32,8,13,0,26,2,64,32,9,69,4,64,32,25,40,2,0,34,4,65,1,113,4,64,32,4,65,128,254,3,113,65,8,118,33,9,12,2,11,32,4,47,1,40,33,9,11,32,9,65,255,255,3,113,65,255,255,3,71,13,0,65,1,12,1,11,32,15,40,2,8,40,2,76,32,9,65,255,255,3,113,65,1,116,106,47,1,0,65,255,255,3,70,11,33,26,32,0,40,2,0,34,2,47,1,160,1,33,9,2,64,32,14,65,255,255,3,113,34,27,65,255,255,3,70,34,19,13,0,32,9,65,255,255,3,113,69,4,64,65,0,33,9,12,1,11,65,0,33,5,32,6,40,2,108,33,14,32,6,47,1,130,1,33,10,32,12,69,32,26,114,65,1,113,33,7,3,64,32,2,40,2,60,32,2,40,2,72,32,5,65,6,108,106,34,16,47,1,0,65,20,108,106,34,15,47,1,12,33,8,32,0,40,2,80,33,3,2,64,2,64,32,16,45,0,4,65,1,70,4,64,32,32,13,1,12,2,11,32,7,13,1,11,32,15,47,1,4,34,4,65,0,32,4,32,10,71,27,13,0,65,0,32,15,47,1,2,32,14,27,13,0,32,0,40,2,84,32,3,32,8,107,73,13,0,32,0,32,16,16,119,32,0,40,2,0,33,2,11,32,5,65,1,106,34,5,32,2,47,1,160,1,34,9,73,13,0,11,11,2,64,32,2,40,2,76,34,8,32,9,65,255,255,3,113,34,5,107,34,9,69,13,0,32,2,40,2,60,33,10,32,2,40,2,72,33,7,32,9,65,1,71,4,64,3,64,32,9,65,1,118,34,3,32,5,106,34,4,32,5,32,27,32,10,32,7,32,4,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,27,33,5,32,9,32,3,107,34,9,65,1,75,13,0,11,11,2,64,32,27,32,10,32,7,32,5,65,6,108,106,47,1,0,65,20,108,106,47,1,0,34,9,77,13,0,32,5,65,1,106,34,5,32,8,79,13,0,32,10,32,7,32,5,65,6,108,106,47,1,0,65,20,108,106,47,1,0,33,9,11,32,27,32,9,65,255,255,3,113,71,13,0,32,0,40,2,80,32,10,32,7,32,5,65,6,108,106,34,9,47,1,0,65,20,108,106,34,4,47,1,12,107,33,7,32,6,47,1,130,1,33,8,32,12,69,32,26,114,65,1,113,33,3,3,64,2,64,2,64,32,9,45,0,4,65,1,70,4,64,32,32,13,1,12,2,11,32,3,13,1,11,32,4,47,1,4,34,4,65,0,32,4,32,8,71,27,13,0,32,7,32,0,40,2,84,75,13,0,32,0,32,9,16,119,32,0,40,2,0,33,2,11,32,5,65,1,106,34,5,32,2,40,2,76,70,13,1,32,2,40,2,60,32,2,40,2,72,32,5,65,6,108,106,34,9,47,1,0,65,20,108,106,34,4,47,1,0,32,27,70,13,0,11,11,32,0,40,2,28,69,4,64,12,1,11,32,27,65,255,255,3,71,33,22,32,6,45,0,133,1,33,17,32,6,40,2,108,33,25,32,6,45,0,135,1,33,23,32,6,45,0,134,1,65,1,115,33,26,32,6,47,1,130,1,33,16,65,0,33,4,3,64,32,6,32,4,65,4,116,34,15,32,0,40,2,24,106,34,9,54,2,104,32,0,40,2,0,40,2,60,33,3,32,9,32,9,47,1,14,34,8,65,255,191,127,113,34,7,59,1,14,65,1,33,2,2,64,32,0,40,2,80,32,3,32,9,47,1,10,65,20,108,34,14,106,34,10,47,1,12,32,9,47,1,8,106,71,4,64,32,4,33,5,12,1,11,2,127,32,10,47,1,0,34,2,69,4,64,32,10,47,1,18,34,12,65,128,4,113,65,9,118,34,2,32,19,114,32,11,114,65,1,113,4,64,32,18,32,22,32,2,27,12,2,11,32,12,65,1,115,12,1,11,32,10,47,1,18,33,12,65,0,32,2,32,27,71,13,0,26,32,12,65,128,4,113,69,32,18,114,11,32,12,65,4,113,69,32,26,114,113,34,5,32,10,47,1,2,34,20,69,113,33,3,32,8,65,128,32,113,69,32,12,65,2,113,69,32,11,65,127,115,114,113,2,64,32,20,69,13,0,65,0,33,2,32,25,69,13,0,2,64,3,64,32,6,65,240,0,106,32,2,65,1,116,106,47,1,0,32,20,70,13,1,32,2,65,1,106,34,2,32,25,71,13,0,11,65,0,33,3,12,1,11,32,5,33,3,11,32,23,113,33,8,32,10,47,1,4,34,2,4,64,32,8,32,17,113,32,8,32,2,32,16,70,34,2,27,33,8,32,2,32,3,113,33,3,11,2,127,2,64,2,64,2,64,2,64,2,64,32,10,47,1,16,34,2,4,64,32,0,40,2,0,40,2,120,32,2,65,1,116,106,33,2,3,64,32,2,47,1,0,34,5,69,13,2,32,6,65,64,107,32,6,41,2,144,1,55,3,0,32,6,32,6,41,2,152,1,55,3,72,32,6,32,6,41,2,136,1,55,3,56,32,6,65,208,0,106,32,6,65,56,106,32,5,16,60,32,2,65,2,106,33,2,32,6,40,2,96,69,13,0,11,12,3,11,32,3,65,1,113,13,1,12,2,11,32,3,65,1,113,69,13,1,11,65,0,33,24,2,64,32,8,65,1,113,69,13,0,2,64,32,12,65,192,0,113,13,0,32,0,40,2,0,40,2,60,32,14,106,34,3,47,1,32,34,2,65,255,255,3,70,13,1,32,2,32,3,47,1,12,77,13,1,32,3,45,0,39,65,1,113,69,13,0,32,3,47,1,0,13,1,11,35,0,65,16,107,34,13,36,0,32,0,40,2,24,33,7,32,13,32,6,40,2,104,34,2,41,2,8,55,3,8,32,13,32,2,41,2,0,55,3,0,32,2,32,7,107,34,8,65,4,117,33,5,32,13,65,255,255,3,54,2,4,2,127,32,2,40,2,4,65,255,255,3,71,4,64,65,0,32,0,32,13,32,5,16,73,34,12,69,13,1,26,32,12,40,2,0,33,21,32,2,47,1,4,34,2,32,0,40,2,52,79,4,127,32,0,65,60,106,5,32,0,40,2,48,32,2,65,12,108,106,11,34,2,40,2,0,33,3,2,64,32,2,40,2,4,34,14,32,12,40,2,4,34,20,106,34,2,32,12,40,2,8,77,13,0,32,2,65,28,108,33,7,2,127,32,21,4,64,32,21,32,7,35,6,40,2,0,17,1,0,12,1,11,32,7,35,7,40,2,0,17,0,0,11,33,21,32,12,32,2,54,2,8,32,12,32,21,54,2,0,32,12,40,2,4,34,2,32,20,77,13,0,32,2,32,20,107,65,28,108,34,2,69,13,0,32,7,32,21,106,32,21,32,20,65,28,108,106,32,2,252,10,0,0,11,2,64,32,14,69,13,0,32,14,65,28,108,33,7,32,21,32,20,65,28,108,106,33,2,32,3,4,64,32,7,69,13,1,32,2,32,3,32,7,252,10,0,0,12,1,11,32,7,69,13,0,32,2,65,0,32,7,252,11,0,11,32,12,32,12,40,2,4,32,14,106,54,2,4,32,0,40,2,24,33,7,11,32,0,40,2,28,34,2,65,1,106,34,3,32,0,40,2,32,75,4,64,32,3,65,4,116,33,2,2,127,32,7,4,64,32,7,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,7,32,0,32,3,54,2,32,32,0,32,7,54,2,24,32,0,40,2,28,33,2,11,2,64,32,5,65,1,106,34,5,32,2,79,4,64,32,5,65,4,116,33,3,12,1,11,32,5,65,4,116,33,3,32,2,32,5,107,65,4,116,34,2,69,13,0,32,7,32,8,106,65,32,106,32,3,32,7,106,32,2,252,10,0,0,11,32,3,32,7,106,34,2,32,13,41,3,0,55,0,0,32,2,32,13,41,3,8,55,0,8,32,0,32,0,40,2,28,65,1,106,54,2,28,32,6,32,0,40,2,24,32,8,106,54,2,104,32,0,40,2,24,32,5,65,4,116,106,11,32,13,65,16,106,36,0,65,0,71,33,24,32,6,40,2,104,34,9,47,1,14,33,7,11,2,64,32,7,193,65,0,78,13,0,2,64,32,0,40,2,12,34,2,65,2,78,4,64,32,0,40,2,8,33,3,2,64,32,2,65,2,107,34,2,69,4,64,65,0,33,12,12,1,11,3,64,2,64,32,3,32,2,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,14,4,64,32,28,40,2,0,40,2,8,34,8,40,2,84,32,8,47,1,36,32,14,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,34,12,13,1,11,65,0,33,12,2,127,32,5,40,2,0,40,2,0,34,8,65,1,113,4,64,32,8,65,1,118,65,1,113,12,1,11,32,8,47,1,44,65,1,113,11,13,0,32,2,65,1,107,34,2,13,1,12,2,11,11,32,5,33,3,11,32,3,41,2,4,33,34,32,3,40,2,12,33,2,32,3,40,2,0,33,3,32,6,32,28,40,2,0,54,2,100,32,6,32,3,54,2,96,32,6,32,12,54,2,92,32,6,32,2,54,2,88,32,6,32,34,55,2,80,32,3,13,1,11,32,9,32,7,65,128,128,1,114,59,1,14,12,1,11,32,9,32,7,65,255,255,1,113,59,1,14,32,10,33,5,3,64,32,5,34,2,65,20,107,33,5,32,2,65,2,107,45,0,0,65,24,113,13,0,32,2,65,8,107,47,1,0,13,0,11,32,2,65,14,107,47,1,0,65,255,255,3,70,13,0,32,6,32,6,41,2,96,55,3,48,32,6,32,6,41,2,88,55,3,40,32,6,32,6,41,2,80,55,3,32,32,0,32,9,32,5,32,6,65,32,106,16,118,11,32,10,47,1,6,65,255,255,3,71,4,64,32,6,32,6,41,2,152,1,55,3,24,32,6,32,6,41,2,144,1,55,3,16,32,6,32,6,41,2,136,1,55,3,8,32,0,32,9,32,10,32,6,65,8,106,16,118,11,32,9,47,1,14,34,3,65,128,128,1,113,13,1,32,9,32,9,47,1,10,65,1,106,34,2,59,1,10,32,0,40,2,0,40,2,60,32,2,65,255,255,3,113,65,20,108,106,33,2,32,9,2,127,2,64,32,10,47,1,0,13,0,32,10,47,1,18,65,1,113,13,0,32,2,45,0,18,65,2,113,69,13,0,32,3,65,128,32,114,12,1,11,32,3,65,255,223,2,113,11,59,1,14,32,1,4,64,32,2,45,0,18,65,7,118,32,29,114,33,29,11,65,127,32,4,65,127,70,13,3,26,32,4,65,1,106,33,12,32,4,33,2,3,64,2,64,2,64,32,0,40,2,0,40,2,60,32,0,40,2,24,34,7,32,2,65,4,116,34,14,106,34,15,47,1,10,34,10,65,20,108,106,34,20,47,1,14,34,5,65,255,255,3,70,4,64,32,2,33,8,12,1,11,32,20,47,1,18,34,3,65,16,113,4,64,32,15,32,5,59,1,10,12,2,11,32,2,33,8,32,3,65,8,113,4,64,32,15,32,10,65,1,106,59,1,10,32,2,65,1,107,33,8,11,32,6,32,15,41,2,8,55,3,88,32,6,32,15,41,2,0,55,3,80,32,6,65,255,255,3,54,2,84,32,15,40,2,4,65,255,255,3,71,4,64,32,0,32,6,65,208,0,106,32,2,16,73,34,13,69,13,1,32,30,33,3,32,15,47,1,4,34,5,32,0,40,2,52,73,4,64,32,0,40,2,48,32,5,65,12,108,106,33,3,11,32,13,40,2,0,33,5,32,3,40,2,0,33,7,2,64,32,3,40,2,4,34,15,32,13,40,2,4,34,21,106,34,3,32,13,40,2,8,77,13,0,32,3,65,28,108,33,10,2,127,32,5,4,64,32,5,32,10,35,6,40,2,0,17,1,0,12,1,11,32,10,35,7,40,2,0,17,0,0,11,33,5,32,13,32,3,54,2,8,32,13,32,5,54,2,0,32,13,40,2,4,34,3,32,21,77,13,0,32,3,32,21,107,65,28,108,34,3,69,13,0,32,5,32,10,106,32,5,32,21,65,28,108,106,32,3,252,10,0,0,11,2,64,32,15,69,13,0,32,15,65,28,108,33,10,32,5,32,21,65,28,108,106,33,3,32,7,4,64,32,10,69,13,1,32,3,32,7,32,10,252,10,0,0,12,1,11,32,10,69,13,0,32,3,65,0,32,10,252,11,0,11,32,13,32,13,40,2,4,32,15,106,54,2,4,32,0,40,2,24,33,7,11,32,0,40,2,28,34,5,65,1,106,34,10,32,0,40,2,32,75,4,64,32,10,65,4,116,33,3,2,127,32,7,4,64,32,7,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,7,32,0,32,10,54,2,32,32,0,32,7,54,2,24,32,0,40,2,28,33,5,11,2,64,32,2,65,1,106,34,10,32,5,79,4,64,32,10,65,4,116,33,3,12,1,11,32,10,65,4,116,33,3,32,5,32,10,107,65,4,116,34,2,69,13,0,32,7,32,14,106,65,32,106,32,3,32,7,106,32,2,252,10,0,0,11,32,3,32,7,106,34,2,32,6,41,3,80,55,0,0,32,2,32,6,41,3,88,55,0,8,32,0,32,0,40,2,28,65,1,106,54,2,28,32,0,40,2,24,34,2,69,13,0,32,2,32,10,65,4,116,106,34,2,32,20,47,1,14,59,1,10,32,24,65,1,106,33,24,32,12,65,1,106,33,12,32,20,45,0,18,65,32,113,69,13,0,32,2,32,2,47,1,14,65,128,32,114,59,1,14,11,32,8,65,1,106,33,2,11,32,2,32,12,73,13,0,11,12,2,11,65,0,33,24,32,8,65,1,113,13,1,32,9,47,1,4,34,2,32,0,40,2,52,79,13,0,32,0,40,2,48,32,2,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,0,40,2,28,32,4,65,127,115,106,65,4,116,34,3,4,64,32,0,40,2,24,32,15,106,34,2,32,2,65,16,106,32,3,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,32,4,65,1,107,12,1,11,32,4,11,33,5,32,24,65,1,106,33,2,11,32,2,32,5,106,34,4,32,0,40,2,28,34,9,73,13,0,11,65,0,33,8,32,9,69,13,0,3,64,2,64,32,8,65,4,116,34,23,32,0,40,2,24,106,34,18,45,0,15,65,192,0,113,69,4,64,32,8,33,11,2,64,2,64,32,8,65,1,106,34,3,32,9,79,13,0,3,64,32,0,40,2,24,34,26,32,3,65,4,116,106,34,25,47,1,8,32,18,47,1,8,71,13,1,32,25,47,1,12,32,18,47,1,12,71,13,1,32,30,33,7,32,0,40,2,52,34,2,32,18,47,1,4,34,4,75,4,64,32,0,40,2,48,32,4,65,12,108,106,33,7,11,32,30,33,4,32,2,32,25,47,1,4,34,20,77,34,16,69,4,64,32,0,40,2,48,32,20,65,12,108,106,33,4,11,65,1,33,12,32,6,65,1,58,0,104,32,6,65,1,58,0,80,32,4,40,2,4,33,19,65,0,33,5,2,64,2,64,2,64,2,64,32,7,40,2,4,34,15,4,64,65,1,33,24,65,0,33,2,3,64,2,64,2,64,32,5,32,19,73,4,64,2,64,2,64,32,7,40,2,0,32,2,65,28,108,106,34,17,40,2,16,34,10,32,4,40,2,0,32,5,65,28,108,106,34,22,40,2,16,34,14,70,4,64,32,17,40,2,24,32,22,40,2,24,71,13,1,32,5,65,1,106,33,5,32,2,65,1,106,33,2,12,5,11,32,17,40,2,0,34,17,32,22,40,2,0,34,22,73,13,3,32,17,32,22,77,4,64,2,127,32,10,41,2,0,34,34,167,34,10,65,1,113,4,64,32,34,66,56,136,167,12,1,11,32,10,40,2,16,11,32,17,106,33,17,32,17,2,127,32,14,41,2,0,34,34,167,34,10,65,1,113,4,64,32,34,66,56,136,167,12,1,11,32,10,40,2,16,11,32,22,106,34,10,75,13,4,32,10,32,17,77,13,1,11,12,1,11,32,2,65,1,106,33,2,65,0,33,24,11,32,5,65,1,106,33,5,65,0,33,12,12,2,11,32,6,32,24,58,0,104,32,6,32,12,58,0,80,32,6,65,232,0,106,33,2,12,4,11,32,2,65,1,106,33,2,65,0,33,24,11,32,2,32,15,73,13,0,11,32,6,32,24,58,0,104,32,6,32,12,58,0,80,11,32,6,65,208,0,106,33,2,32,5,32,19,73,13,0,32,12,13,1,12,2,11,32,2,65,0,58,0,0,32,6,45,0,80,69,13,1,11,32,18,47,1,10,32,25,47,1,10,70,4,64,32,16,69,4,64,32,0,40,2,48,32,20,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,9,32,11,107,65,4,116,65,32,107,34,4,4,64,32,25,32,26,32,11,65,4,116,106,65,32,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,12,2,11,32,25,32,25,47,1,14,65,128,192,0,114,59,1,14,11,32,6,45,0,104,65,1,70,4,64,32,18,47,1,10,32,25,47,1,10,70,4,64,32,18,47,1,4,34,4,32,0,40,2,52,73,4,64,32,0,40,2,48,32,4,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,0,40,2,28,32,8,65,127,115,106,65,4,116,34,2,4,64,32,0,40,2,24,32,23,106,34,4,32,4,65,16,106,32,2,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,9,54,2,28,32,8,65,1,107,33,8,12,5,11,32,18,32,18,47,1,14,65,128,192,0,114,59,1,14,11,32,3,33,11,11,32,11,65,1,106,34,3,32,0,40,2,28,34,9,73,13,0,11,11,32,0,40,2,0,40,2,60,32,18,47,1,10,65,20,108,106,47,1,12,65,255,255,3,71,13,0,32,18,45,0,15,65,32,113,13,0,32,0,40,2,36,33,2,32,0,32,0,40,2,40,34,9,65,1,106,34,3,32,0,40,2,44,34,4,75,4,127,65,8,32,4,65,1,116,34,4,32,3,32,3,32,4,73,27,34,4,32,4,65,8,77,27,34,4,65,4,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,0,32,4,54,2,44,32,0,32,2,54,2,36,32,0,40,2,40,34,9,65,1,106,5,32,3,11,54,2,40,32,2,32,9,65,4,116,106,34,4,32,18,41,2,0,55,2,0,32,4,32,18,41,2,8,55,2,8,32,0,40,2,28,32,18,32,0,40,2,24,107,65,127,115,65,4,118,106,65,4,116,34,4,4,64,32,18,32,18,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,9,54,2,28,32,8,65,1,107,33,8,65,1,33,29,11,32,8,65,1,106,33,8,12,1,11,32,9,32,8,65,127,115,106,65,4,116,34,4,4,64,32,18,32,18,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,9,54,2,28,11,32,8,32,9,73,13,0,11,11,2,64,2,64,2,64,32,31,69,13,0,2,64,32,32,4,64,32,0,40,2,80,32,0,40,2,84,73,13,1,11,32,0,40,2,28,34,11,4,64,32,0,40,2,24,33,8,32,0,40,2,0,40,2,60,33,5,65,0,33,2,3,64,32,5,32,8,32,2,65,4,116,106,34,3,47,1,10,65,20,108,106,47,1,12,34,4,65,255,255,3,71,4,64,32,0,40,2,80,32,3,47,1,8,32,4,106,73,13,3,11,32,2,65,1,106,34,2,32,11,71,13,0,11,11,32,0,40,2,80,32,0,40,2,84,79,13,1,32,0,45,0,156,1,13,1,32,0,40,2,8,32,0,40,2,12,65,28,108,106,65,28,107,40,2,0,40,2,0,34,2,65,1,113,13,0,32,2,45,0,44,65,3,113,13,0,32,2,40,2,36,69,13,0,2,64,2,64,2,64,32,0,40,2,0,34,4,40,2,148,1,34,5,14,2,4,0,1,11,32,2,47,1,40,33,7,32,4,40,2,144,1,33,4,65,0,33,2,12,1,11,32,2,47,1,40,33,7,32,4,40,2,144,1,33,4,65,0,33,2,3,64,32,2,32,5,65,1,118,34,3,32,2,106,34,2,32,4,32,2,65,1,116,106,47,1,0,32,7,65,255,255,3,113,75,27,33,2,32,5,32,3,107,34,5,65,1,75,13,0,11,11,32,4,32,2,65,1,116,106,47,1,0,32,7,65,255,255,3,113,71,13,1,11,65,0,33,2,32,28,16,72,65,1,107,14,2,2,1,0,11,32,0,65,1,58,0,157,1,12,5,11,65,1,33,2,32,0,32,0,40,2,80,65,1,106,54,2,80,11,32,0,32,2,58,0,156,1,12,3,11,32,0,40,2,28,32,9,107,11,54,2,28,11,2,64,2,64,2,64,32,28,35,2,65,11,106,16,71,65,1,107,14,2,1,0,2,11,32,0,45,0,156,1,69,4,64,32,0,65,1,58,0,156,1,32,0,32,0,40,2,80,65,1,106,54,2,80,11,32,0,65,0,58,0,157,1,12,2,11,32,0,45,0,156,1,65,1,70,4,64,32,0,65,0,58,0,156,1,32,0,32,0,40,2,80,65,1,107,54,2,80,11,32,0,65,0,58,0,157,1,12,1,11,32,0,40,2,12,34,4,65,1,107,34,2,4,64,2,64,32,4,65,2,107,34,5,4,64,32,0,40,2,8,33,8,3,64,32,2,33,4,2,64,2,127,32,8,32,5,34,2,65,28,108,106,34,11,40,2,0,40,2,0,34,3,65,1,113,4,64,32,3,65,2,113,13,5,32,3,65,3,118,65,1,113,12,1,11,32,3,47,1,44,34,3,65,1,113,13,4,32,3,65,2,118,65,1,113,11,13,0,32,11,65,28,107,40,2,0,40,2,0,47,1,66,34,5,69,13,0,32,28,40,2,0,40,2,8,34,3,40,2,84,32,3,47,1,36,32,5,108,65,1,116,106,32,11,40,2,20,65,1,116,106,47,1,0,13,3,11,32,2,65,1,107,34,5,13,0,11,11,65,1,33,4,11,32,0,32,4,54,2,12,32,0,32,0,40,2,80,65,1,107,54,2,80,5,32,0,65,1,58,0,158,1,11,12,0,11,0,11,225,1,1,3,127,2,127,32,0,40,2,40,69,4,64,65,0,32,0,65,0,16,120,69,13,1,26,11,32,0,40,2,36,34,3,40,2,0,34,2,65,127,70,4,64,32,0,32,0,40,2,136,1,34,2,65,1,106,54,2,136,1,32,3,32,2,54,2,0,11,32,1,32,2,54,2,0,32,1,32,3,47,1,12,59,1,4,2,64,32,3,47,1,4,34,2,32,0,40,2,52,79,4,64,32,0,40,2,64,33,2,32,0,40,2,60,33,4,12,1,11,32,0,40,2,48,32,2,65,12,108,106,34,4,40,2,4,33,2,32,4,65,127,54,2,4,32,4,40,2,0,33,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,1,32,2,59,1,6,32,1,32,4,54,2,8,32,0,40,2,40,65,4,116,65,16,107,34,1,4,64,32,3,32,3,65,16,106,32,1,252,10,0,0,11,32,0,32,0,40,2,40,65,1,107,54,2,40,65,1,11,11,87,1,3,127,2,64,2,64,32,2,40,2,0,34,3,32,2,40,2,4,34,4,114,69,4,64,32,2,66,127,55,2,0,12,1,11,32,1,40,2,0,34,5,32,3,75,13,1,32,3,32,5,71,13,0,32,1,40,2,4,32,4,75,13,1,11,32,0,32,1,41,2,0,55,2,112,32,0,32,2,41,2,0,55,2,120,11,11,87,1,3,127,2,64,2,64,32,2,40,2,0,34,3,32,2,40,2,4,34,4,114,69,4,64,32,2,66,127,55,2,0,12,1,11,32,1,40,2,0,34,5,32,3,75,13,1,32,3,32,5,71,13,0,32,1,40,2,4,32,4,75,13,1,11,32,0,32,1,41,2,0,55,2,88,32,0,32,2,41,2,0,55,2,96,11,11,102,1,3,127,32,0,40,2,76,34,3,4,64,3,64,32,0,40,2,72,32,2,65,6,108,106,34,4,47,1,2,32,1,70,4,64,32,3,32,2,65,127,115,106,65,6,108,34,3,4,64,32,4,32,4,65,6,106,32,3,252,10,0,0,11,32,0,32,0,40,2,76,65,1,107,34,3,54,2,76,32,2,65,1,107,33,2,11,32,2,65,1,106,34,2,32,3,73,13,0,11,11,11,171,2,1,4,127,2,64,32,0,40,2,16,34,4,69,13,0,32,0,40,2,12,33,5,3,64,2,64,32,2,32,5,32,3,65,3,116,106,34,6,40,2,4,70,4,64,32,0,40,2,0,32,6,40,2,0,106,32,1,32,2,16,27,69,13,1,11,32,3,65,1,106,34,3,32,4,71,13,1,12,2,11,11,32,3,65,127,70,13,0,32,0,40,2,64,34,4,69,13,0,32,0,40,2,60,33,5,65,0,33,2,32,3,65,255,255,3,113,33,1,3,64,2,64,32,1,32,5,32,2,65,20,108,106,34,0,47,1,6,70,4,64,32,0,65,255,255,3,59,1,6,32,0,47,1,8,34,3,65,255,255,3,70,13,1,32,0,65,255,255,3,59,1,8,32,0,32,3,59,1,6,32,0,47,1,10,34,3,65,255,255,3,70,13,1,32,0,65,255,255,3,59,1,10,32,0,32,3,59,1,8,12,1,11,32,1,32,0,47,1,8,71,4,64,32,0,47,1,10,32,1,71,13,1,32,0,65,255,255,3,59,1,10,12,1,11,32,0,65,255,255,3,59,1,8,32,0,47,1,10,34,3,65,255,255,3,70,13,0,32,0,65,255,255,3,59,1,10,32,0,32,3,59,1,8,11,32,2,65,1,106,34,2,32,4,71,13,0,11,11,11,133,1,1,4,127,32,0,40,2,112,34,5,69,4,64,65,0,15,11,2,127,65,127,32,0,40,2,108,34,3,40,2,0,32,1,75,13,0,26,2,64,3,64,32,5,32,2,34,4,65,1,106,34,2,71,4,64,32,1,32,3,32,2,65,3,116,106,40,2,0,79,13,1,12,2,11,11,32,3,32,4,65,3,116,106,47,1,4,12,1,11,32,3,32,4,65,3,116,106,47,1,4,11,34,2,32,0,40,2,64,79,4,64,65,0,15,11,32,0,40,2,60,32,2,65,20,108,106,45,0,18,65,7,118,11,35,1,1,127,32,0,40,2,100,32,1,75,4,127,32,0,40,2,96,32,1,65,28,108,106,45,0,24,5,65,0,11,65,1,113,11,80,1,3,127,32,0,40,2,76,34,2,69,4,64,65,1,15,11,32,0,40,2,72,33,3,65,0,33,0,3,64,2,64,32,1,32,3,32,0,65,6,108,106,34,4,47,1,2,71,13,0,32,4,45,0,4,65,1,70,13,0,65,0,15,11,32,0,65,1,106,34,0,32,2,71,13,0,11,65,1,11,16,0,32,0,40,2,96,32,1,65,28,108,106,40,2,20,11,16,0,32,0,40,2,96,32,1,65,28,108,106,40,2,16,11,54,1,1,127,32,0,40,2,96,32,1,65,28,108,106,34,1,40,2,8,33,3,32,2,32,1,40,2,12,34,1,54,2,0,32,1,69,4,64,65,0,15,11,32,0,40,2,84,32,3,65,3,116,106,11,45,1,1,127,32,0,40,2,36,32,1,65,255,255,3,113,65,3,116,106,34,1,40,2,0,33,3,32,0,40,2,24,32,2,32,1,40,2,4,54,2,0,32,3,106,11,47,1,1,127,32,2,65,255,255,3,113,34,2,32,0,40,2,48,32,1,65,12,108,106,34,0,40,2,4,73,4,127,32,0,40,2,0,32,2,106,45,0,0,5,65,0,11,11,45,1,1,127,32,0,40,2,12,32,1,65,255,255,3,113,65,3,116,106,34,1,40,2,0,33,3,32,0,40,2,0,32,2,32,1,40,2,4,54,2,0,32,3,106,11,7,0,32,0,40,2,40,11,7,0,32,0,40,2,16,11,7,0,32,0,40,2,100,11,140,84,1,27,127,35,0,65,240,0,107,34,7,36,0,2,64,2,64,32,0,4,64,32,0,40,2,0,65,16,107,65,124,75,13,1,11,32,4,65,6,54,2,0,12,1,11,65,164,1,35,7,34,9,40,2,0,17,0,0,34,8,65,0,65,156,1,252,11,0,32,8,65,0,54,2,160,1,32,8,32,0,54,2,156,1,65,16,32,9,40,2,0,17,0,0,33,0,32,8,65,8,54,2,128,1,32,8,32,0,54,2,120,32,8,32,8,40,2,124,34,9,65,1,106,54,2,124,32,0,32,9,65,1,116,106,65,0,59,1,0,32,7,66,0,55,2,24,32,7,32,1,32,2,106,54,2,20,32,7,32,1,54,2,16,32,7,32,1,54,2,12,32,7,65,12,106,34,0,16,12,26,32,0,16,13,2,64,2,64,32,7,40,2,12,34,6,32,7,40,2,20,79,4,64,32,8,40,2,76,33,1,12,1,11,3,64,32,8,40,2,96,33,1,32,8,40,2,88,33,5,32,8,40,2,64,33,0,2,64,32,8,40,2,100,34,9,65,1,106,34,2,32,8,40,2,104,34,10,77,4,64,32,9,33,12,12,1,11,65,8,32,10,65,1,116,34,10,32,2,32,2,32,10,73,27,34,2,32,2,65,8,77,27,34,10,65,28,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,8,32,10,54,2,104,32,8,32,1,54,2,96,32,8,40,2,100,34,12,65,1,106,33,2,32,7,40,2,12,33,6,11,32,8,32,2,54,2,100,32,7,65,0,58,0,10,32,7,65,0,59,1,8,32,7,40,2,16,33,2,32,1,32,12,65,28,108,106,34,1,65,0,58,0,24,32,1,65,0,54,2,20,32,1,65,0,54,2,12,32,1,32,5,54,2,8,32,1,65,0,54,2,4,32,1,32,0,54,2,0,32,1,32,6,32,2,107,54,2,16,32,1,32,7,47,1,8,59,0,25,32,1,32,7,45,0,10,58,0,27,32,7,65,0,54,2,40,32,7,66,0,55,2,32,32,4,32,8,32,7,65,12,106,65,0,65,0,32,7,65,32,106,16,31,54,2,0,32,8,40,2,60,33,1,32,8,32,8,40,2,64,34,6,65,1,106,34,2,32,8,40,2,68,34,10,75,4,127,65,8,32,10,65,1,116,34,10,32,2,32,2,32,10,73,27,34,2,32,2,65,8,77,27,34,10,65,20,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,8,32,10,54,2,68,32,8,32,1,54,2,60,32,8,40,2,64,34,6,65,1,106,5,32,2,11,54,2,64,32,7,65,255,255,3,59,1,4,32,7,65,127,54,2,0,32,1,32,6,65,20,108,106,34,1,65,0,54,1,2,32,1,65,0,59,1,0,32,1,32,7,40,2,0,54,1,6,32,1,32,7,47,1,4,59,1,10,32,1,66,255,255,255,255,15,55,1,12,32,8,40,2,96,32,8,40,2,100,65,28,108,106,34,1,65,24,107,32,8,40,2,64,32,0,107,54,2,0,32,1,65,16,107,32,8,40,2,88,32,5,107,54,2,0,32,1,65,8,107,32,7,40,2,12,32,7,40,2,16,107,34,1,54,2,0,32,4,40,2,0,34,2,4,64,32,2,65,127,70,4,64,32,4,65,1,54,2,0,11,32,3,32,1,54,2,0,32,7,40,2,32,34,0,69,13,3,32,0,35,8,40,2,0,17,2,0,12,3,11,32,8,40,2,48,33,1,32,8,32,8,40,2,52,34,6,65,1,106,34,2,32,8,40,2,56,34,5,75,4,127,65,8,32,5,65,1,116,34,5,32,2,32,2,32,5,73,27,34,2,32,2,65,8,77,27,34,5,65,12,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,8,32,5,54,2,56,32,8,32,1,54,2,48,32,8,40,2,52,34,6,65,1,106,5,32,2,11,54,2,52,32,1,32,6,65,12,108,106,34,1,32,7,41,2,32,55,2,0,32,1,32,7,40,2,40,54,2,8,65,255,255,3,33,6,3,64,2,127,2,64,32,8,40,2,60,34,2,32,0,65,20,108,106,34,1,47,1,0,13,0,32,1,47,1,12,13,0,32,1,47,1,4,13,0,32,2,32,0,65,1,106,34,16,65,20,108,106,34,14,47,1,0,69,13,0,32,14,47,1,12,65,1,71,13,0,32,14,45,0,18,65,2,113,13,0,32,1,47,1,14,12,1,11,32,1,33,14,32,0,33,16,32,6,11,33,11,32,8,40,2,64,33,1,32,14,47,1,12,34,5,69,33,17,32,16,33,0,2,64,3,64,32,0,65,1,106,34,0,32,1,79,13,1,32,2,32,0,65,20,108,106,34,10,45,0,18,65,16,113,13,1,32,10,47,1,12,32,5,71,13,0,11,65,0,33,17,11,32,14,47,1,0,33,10,2,64,32,8,40,2,76,34,5,32,8,47,1,160,1,34,0,107,34,1,69,4,64,32,8,40,2,72,33,6,12,1,11,32,8,40,2,72,33,6,32,1,65,1,71,4,64,3,64,32,1,65,1,118,34,15,32,0,106,34,20,32,0,32,10,32,2,32,6,32,20,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,27,33,0,32,1,32,15,107,34,1,65,1,75,13,0,11,11,32,0,32,10,32,2,32,6,32,0,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,106,33,0,11,2,64,32,0,32,5,79,13,0,3,64,32,2,32,6,32,0,65,6,108,106,34,1,47,1,0,65,20,108,106,47,1,0,32,10,71,13,1,32,1,47,1,2,32,9,65,255,255,3,113,79,13,1,32,0,65,1,106,34,0,32,5,71,13,0,11,32,5,33,0,11,32,5,65,1,106,34,1,32,8,40,2,80,75,4,64,32,1,65,6,108,33,2,2,127,32,6,4,64,32,6,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,6,32,8,32,1,54,2,80,32,8,32,6,54,2,72,32,8,40,2,76,33,5,11,32,0,65,6,108,33,1,2,64,32,0,32,5,79,13,0,32,5,32,0,107,65,6,108,34,0,69,13,0,32,1,32,6,106,34,2,65,6,106,32,2,32,0,252,10,0,0,11,32,1,32,6,106,34,0,65,0,58,0,5,32,0,32,17,58,0,4,32,0,32,9,59,0,2,32,0,32,16,59,0,0,32,8,32,8,40,2,76,65,1,106,34,1,54,2,76,32,14,47,1,0,69,4,64,32,8,32,8,47,1,160,1,65,1,106,59,1,160,1,11,32,14,47,1,14,34,0,65,255,255,3,71,4,64,32,11,33,6,12,1,11,65,255,255,3,33,6,32,11,65,255,255,3,113,34,0,65,255,255,3,71,13,0,11,32,7,40,2,12,34,6,32,7,40,2,20,73,13,0,11,11,65,0,33,20,2,64,32,1,69,4,64,12,1,11,65,0,33,0,65,0,33,6,3,64,2,64,32,8,40,2,72,32,0,65,6,108,106,34,2,45,0,4,13,0,32,8,40,2,60,32,2,47,1,0,65,20,108,106,47,1,0,69,13,0,2,64,32,25,65,1,106,34,2,32,6,77,13,0,65,8,32,6,65,1,116,34,1,32,2,32,1,32,2,75,27,34,1,32,1,65,8,77,27,34,6,65,1,116,33,1,32,23,4,64,32,23,32,1,35,6,40,2,0,17,1,0,33,23,12,1,11,32,1,35,7,40,2,0,17,0,0,33,23,11,32,23,32,25,65,1,116,106,32,0,59,1,0,32,8,40,2,76,33,1,32,2,33,25,11,32,0,65,1,106,34,0,32,1,73,13,0,11,11,2,64,2,64,2,64,32,8,40,2,64,69,4,64,65,1,33,30,12,1,11,65,0,33,11,65,0,33,16,65,0,33,14,3,64,2,127,32,8,40,2,60,32,20,65,20,108,106,34,9,47,1,12,34,5,65,255,255,3,70,4,64,32,9,32,9,47,1,18,65,128,3,114,59,1,18,32,20,65,1,106,12,1,11,32,9,32,9,47,1,18,34,10,65,191,127,113,65,192,0,65,0,32,9,47,1,6,65,255,255,3,71,27,114,34,12,59,1,18,2,64,32,20,65,1,106,34,0,32,8,40,2,64,34,1,79,13,0,32,8,40,2,60,32,0,65,20,108,106,34,2,47,1,12,34,15,65,255,255,3,71,32,5,32,15,73,113,33,15,2,64,2,64,2,64,2,64,32,9,47,1,0,34,18,4,64,32,15,69,13,5,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,10,65,192,0,114,59,1,18,11,32,2,32,2,47,1,18,65,128,3,114,59,1,18,32,20,65,2,106,34,6,32,8,40,2,64,34,1,79,13,3,32,8,40,2,60,32,6,65,20,108,106,34,2,47,1,12,34,5,65,255,255,3,70,13,3,32,5,32,9,47,1,12,75,13,1,12,2,11,32,15,69,13,4,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,10,65,192,0,114,34,12,59,1,18,32,8,40,2,64,33,1,11,32,20,65,2,106,34,6,32,1,79,13,3,3,64,32,8,40,2,60,32,6,65,20,108,106,34,2,47,1,12,34,10,65,255,255,3,70,13,2,32,5,32,10,79,13,2,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,12,65,192,0,114,34,12,59,1,18,32,8,40,2,64,33,1,11,32,6,65,1,106,34,6,32,1,73,13,0,11,12,1,11,3,64,32,2,47,1,6,65,255,255,3,71,4,64,32,9,32,9,47,1,18,65,192,0,114,59,1,18,11,32,2,32,2,47,1,18,65,128,3,114,59,1,18,32,6,65,1,106,34,6,32,8,40,2,64,34,1,79,13,1,32,8,40,2,60,32,6,65,20,108,106,34,2,47,1,12,34,5,65,255,255,3,70,13,1,32,5,32,9,47,1,12,75,13,0,11,11,32,18,69,13,1,11,2,64,32,16,65,1,106,34,1,32,14,77,13,0,65,8,32,14,65,1,116,34,2,32,1,32,1,32,2,73,27,34,2,32,2,65,8,77,27,34,14,65,2,116,33,2,32,11,4,64,32,11,32,2,35,6,40,2,0,17,1,0,33,11,12,1,11,32,2,35,7,40,2,0,17,0,0,33,11,11,32,11,32,16,65,2,116,106,32,20,54,2,0,32,1,33,16,32,0,12,2,11,32,9,47,1,2,34,2,69,13,0,32,8,40,2,156,1,34,5,40,2,0,65,15,73,13,0,65,0,33,10,2,127,65,0,32,2,65,253,255,3,75,13,0,26,65,0,32,5,40,2,72,32,2,65,3,108,106,45,0,2,65,1,113,69,13,0,26,32,5,40,2,160,1,32,5,40,2,156,1,32,2,65,2,116,106,34,2,47,1,0,65,1,116,106,33,10,32,2,47,1,2,11,33,12,32,0,32,1,79,13,0,32,8,40,2,60,33,5,32,0,33,6,3,64,32,5,32,6,65,20,108,106,34,15,47,1,12,34,2,65,255,255,3,70,13,1,32,2,32,9,47,1,12,34,20,77,13,1,2,64,32,20,65,1,106,32,2,71,13,0,32,15,47,1,0,34,15,69,13,0,65,0,33,2,32,12,4,64,3,64,32,15,32,10,32,2,65,1,116,106,47,1,0,70,13,2,32,2,65,1,106,34,2,32,12,71,13,0,11,11,32,8,40,2,112,34,15,69,13,0,32,8,40,2,108,33,20,65,0,33,2,3,64,32,20,32,2,65,3,116,106,34,18,47,1,4,32,6,73,4,64,32,15,32,2,65,1,106,34,2,71,13,1,12,2,11,11,32,3,32,18,40,2,0,54,2,0,65,0,33,18,32,11,33,20,12,7,11,32,6,65,1,106,34,6,32,1,71,13,0,11,11,32,0,11,33,20,32,20,32,8,40,2,64,73,13,0,11,32,16,69,4,64,65,1,33,30,32,11,33,20,12,1,11,65,0,33,12,65,0,33,15,65,0,33,5,3,64,32,8,40,2,60,32,11,32,26,65,2,116,106,40,2,0,65,20,108,106,47,1,0,33,9,65,0,33,0,32,7,65,0,59,1,56,32,7,66,0,55,3,48,32,7,66,0,55,3,40,32,7,66,0,55,3,32,32,15,34,1,33,2,2,64,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,9,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,9,32,12,32,0,65,28,108,106,47,1,0,34,1,70,13,1,32,0,32,1,32,9,73,106,33,2,11,32,5,32,15,65,1,106,34,0,73,4,64,32,0,65,28,108,33,1,2,127,32,12,4,64,32,12,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,12,32,0,33,5,11,32,2,65,28,108,33,1,2,64,32,2,32,15,79,13,0,32,15,32,2,107,65,28,108,34,2,69,13,0,32,1,32,12,106,34,10,65,28,106,32,10,32,2,252,10,0,0,11,32,1,32,12,106,34,1,32,9,59,0,0,32,1,32,7,41,3,32,55,0,2,32,1,32,7,41,3,40,55,0,10,32,1,32,7,41,3,48,55,0,18,32,1,32,7,47,1,56,59,0,26,32,0,33,15,11,32,26,65,1,106,34,26,32,16,71,13,0,11,32,11,33,20,32,16,33,26,12,1,11,65,0,33,5,65,0,33,15,65,0,33,12,11,32,8,40,2,156,1,34,10,47,1,4,32,10,47,1,12,34,6,75,4,64,3,64,2,64,32,6,65,254,255,3,71,4,64,32,10,40,2,72,32,6,65,3,108,106,45,0,0,65,1,113,13,1,11,65,0,33,0,32,7,65,0,59,1,56,32,7,66,0,55,3,48,32,7,66,0,55,3,40,32,7,66,0,55,3,32,32,15,34,1,33,2,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,6,32,12,32,0,65,28,108,106,47,1,0,73,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,6,32,12,32,0,65,28,108,106,47,1,0,34,1,70,13,1,32,0,32,1,32,6,73,106,33,2,11,32,5,32,15,65,1,106,34,0,73,4,64,32,0,65,28,108,33,1,2,127,32,12,4,64,32,12,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,12,32,0,33,5,11,32,2,65,28,108,33,1,2,64,32,2,32,15,79,13,0,32,15,32,2,107,65,28,108,34,2,69,13,0,32,1,32,12,106,34,9,65,28,106,32,9,32,2,252,10,0,0,11,32,1,32,12,106,34,1,32,6,59,0,0,32,1,32,7,47,1,56,59,0,26,32,1,32,7,41,3,48,55,0,18,32,1,32,7,41,3,40,55,0,10,32,1,32,7,41,3,32,55,0,2,32,8,40,2,156,1,33,10,32,0,33,15,11,32,6,65,1,106,34,6,32,10,47,1,4,73,13,0,11,11,32,10,40,2,20,65,129,2,108,65,2,35,9,40,2,0,17,1,0,33,28,32,8,40,2,156,1,34,19,47,1,20,65,254,255,3,113,4,64,65,1,33,14,3,64,2,127,32,19,40,2,24,34,29,32,14,77,4,64,32,19,40,2,44,32,19,40,2,48,32,14,32,29,107,65,2,116,106,40,2,0,65,1,116,106,34,10,65,2,106,33,27,32,10,47,1,0,12,1,11,32,19,40,2,40,32,19,40,2,4,32,14,108,65,1,116,106,65,2,107,33,10,65,0,33,27,65,0,11,33,24,65,0,33,17,65,255,255,3,33,11,65,0,33,9,65,0,33,18,3,64,2,64,2,64,2,64,2,64,2,64,2,64,32,14,32,29,73,4,64,32,19,40,2,4,33,1,3,64,32,1,32,11,65,1,106,34,11,65,255,255,3,113,34,0,77,13,7,32,10,47,1,2,33,5,32,10,65,2,106,34,13,33,10,32,5,69,13,0,11,12,1,11,32,10,65,2,106,34,13,32,27,71,13,1,32,24,65,255,255,3,113,69,13,5,32,10,65,6,106,34,13,32,10,47,1,4,65,1,116,106,33,27,32,24,65,1,107,33,24,32,10,47,1,2,33,5,32,10,47,1,6,34,11,33,0,11,32,19,40,2,12,32,0,75,13,1,32,13,33,10,12,3,11,32,13,47,1,0,33,11,12,1,11,32,19,40,2,52,32,5,65,255,255,3,113,65,3,116,106,34,0,65,8,106,33,18,32,0,45,0,0,33,17,65,0,33,9,11,32,17,69,4,64,32,13,33,10,32,9,33,5,12,1,11,65,0,33,16,3,64,2,64,2,64,2,64,32,18,32,16,65,3,116,106,34,21,45,0,0,14,2,1,0,2,11,32,8,40,2,156,1,34,2,40,2,76,32,21,47,1,2,34,1,65,1,116,106,34,10,65,2,106,33,5,65,0,33,0,2,64,32,2,40,2,80,34,2,47,1,0,34,6,65,1,107,65,255,255,3,113,32,1,79,13,0,3,64,2,64,32,0,65,2,106,33,22,32,2,32,0,65,1,116,106,47,1,2,33,0,32,6,65,255,255,3,113,32,1,70,13,0,32,1,32,2,32,0,32,22,106,34,0,65,1,116,106,47,1,0,34,6,65,1,107,65,255,255,3,113,75,13,1,12,2,11,11,32,2,32,22,65,1,116,106,34,10,32,10,32,0,65,1,116,106,34,5,79,13,2,11,32,15,69,13,1,3,64,32,10,47,1,0,33,2,65,0,33,0,32,15,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,6,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,2,75,27,33,0,32,1,32,6,107,34,1,65,1,75,13,0,11,11,2,64,32,12,32,0,65,28,108,106,34,0,47,1,0,32,2,71,13,0,32,0,40,2,16,33,1,32,0,40,2,20,34,2,4,64,32,14,32,1,32,2,65,6,108,106,65,6,107,47,1,0,70,13,1,11,32,0,32,2,65,1,106,34,6,32,0,40,2,24,34,22,75,4,127,65,8,32,22,65,1,116,34,2,32,6,32,2,32,6,75,27,34,2,32,2,65,8,77,27,34,6,65,6,108,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,0,32,6,54,2,24,32,0,32,1,54,2,16,32,0,40,2,20,34,2,65,1,106,5,32,6,11,54,2,20,32,21,45,0,1,33,6,32,21,47,1,6,33,22,32,1,32,2,65,6,108,106,34,0,65,0,58,0,5,32,0,32,22,59,1,2,32,0,32,14,59,1,0,32,0,32,6,65,128,1,114,58,0,4,11,32,10,65,2,106,34,10,32,5,73,13,0,11,12,1,11,32,21,45,0,4,13,0,32,28,32,21,47,1,2,65,130,4,108,106,34,0,47,1,0,34,1,4,64,32,1,65,255,1,75,13,1,32,14,32,0,32,1,65,1,116,106,47,1,0,70,13,1,11,32,0,32,1,65,1,106,34,1,59,1,0,32,0,32,1,65,255,255,3,113,65,1,116,106,32,14,59,1,0,11,32,16,65,1,106,34,16,32,17,71,13,0,11,32,13,33,10,12,2,11,65,0,33,17,65,0,33,9,32,5,65,255,255,3,113,34,0,69,13,1,2,64,32,0,32,14,70,13,0,32,28,32,0,65,130,4,108,106,34,0,47,1,0,34,1,4,64,32,1,65,255,1,75,13,1,32,14,32,0,32,1,65,1,116,106,47,1,0,70,13,1,11,32,0,32,1,65,1,106,34,1,59,1,0,32,0,32,1,65,255,255,3,113,65,1,116,106,32,14,59,1,0,11,32,8,40,2,156,1,34,1,40,2,0,65,14,79,4,64,32,5,33,9,32,14,32,1,40,2,132,1,32,14,65,1,116,106,47,1,0,71,13,2,11,32,1,40,2,76,32,11,65,255,255,3,113,34,2,65,1,116,106,34,13,65,2,106,33,16,65,0,33,0,2,64,32,1,40,2,80,34,1,47,1,0,34,6,65,1,107,65,255,255,3,113,32,2,79,13,0,3,64,2,64,32,0,65,2,106,33,21,32,1,32,0,65,1,116,106,47,1,2,33,0,32,6,65,255,255,3,113,32,2,70,13,0,32,2,32,1,32,0,32,21,106,34,0,65,1,116,106,47,1,0,34,6,65,1,107,65,255,255,3,113,75,13,1,12,2,11,11,32,5,33,9,32,1,32,21,65,1,116,106,34,13,32,13,32,0,65,1,116,106,34,16,79,13,2,11,32,5,33,9,32,15,69,13,1,3,64,32,13,47,1,0,33,2,65,0,33,0,32,15,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,5,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,2,75,27,33,0,32,1,32,5,107,34,1,65,1,75,13,0,11,11,2,64,32,12,32,0,65,28,108,106,34,0,47,1,0,32,2,71,13,0,32,0,40,2,4,33,1,32,0,40,2,8,34,2,4,64,32,14,32,1,32,2,65,1,116,106,65,2,107,47,1,0,70,13,1,11,32,0,32,2,65,1,106,34,6,32,0,40,2,12,34,5,75,4,127,65,8,32,5,65,1,116,34,2,32,6,32,2,32,6,75,27,34,2,32,2,65,8,77,27,34,5,65,1,116,33,2,2,127,32,1,4,64,32,1,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,1,32,0,32,5,54,2,12,32,0,32,1,54,2,4,32,0,40,2,8,34,2,65,1,106,5,32,6,11,54,2,8,32,1,32,2,65,1,116,106,32,14,59,1,0,11,32,13,65,2,106,34,13,32,16,73,13,0,11,12,1,11,11,32,14,65,1,106,34,14,32,8,40,2,156,1,34,19,47,1,20,73,13,0,11,11,2,64,32,15,69,4,64,65,0,33,15,65,0,33,19,12,1,11,65,0,33,24,65,0,33,0,65,0,33,19,3,64,2,64,32,12,32,24,65,28,108,106,34,10,40,2,20,34,9,69,4,64,32,10,40,2,4,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,10,65,0,54,2,12,32,10,66,0,55,2,4,11,32,15,32,24,65,127,115,106,65,28,108,34,1,4,64,32,10,32,10,65,28,106,32,1,252,10,0,0,11,32,15,65,1,107,33,15,12,1,11,32,9,65,6,108,33,1,2,64,2,64,2,64,32,0,32,9,79,4,64,32,1,69,13,1,32,19,32,10,40,2,16,32,1,252,10,0,0,12,1,11,2,127,32,19,4,64,32,19,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,19,32,10,40,2,20,34,1,65,6,108,34,0,4,64,32,19,32,10,40,2,16,32,0,252,10,0,0,11,32,1,69,13,2,12,1,11,32,9,33,1,32,0,33,9,11,3,64,2,64,32,19,32,1,65,1,107,34,18,65,6,108,106,34,0,45,0,4,65,255,0,113,34,1,65,2,73,4,64,32,18,33,1,12,1,11,32,28,32,0,47,1,0,65,130,4,108,106,34,2,47,1,0,34,21,69,4,64,32,18,33,1,12,1,11,32,0,47,1,2,33,5,32,2,65,2,106,33,27,32,1,65,1,107,33,16,65,0,33,13,3,64,32,27,32,13,65,1,116,106,47,1,0,33,14,32,10,40,2,16,33,6,65,0,33,2,32,10,40,2,20,34,11,33,0,2,64,2,64,2,64,2,64,32,11,34,1,14,2,2,1,0,11,3,64,2,64,2,64,32,14,32,6,32,0,65,1,118,34,29,32,2,106,34,1,65,6,108,106,34,17,47,1,0,34,22,75,13,0,32,14,32,22,73,13,1,32,17,45,0,4,34,22,65,255,0,113,34,31,32,16,73,13,0,32,22,192,65,0,72,13,1,32,16,32,31,73,13,1,32,17,47,1,2,32,5,75,13,1,11,32,1,33,2,11,32,0,32,29,107,34,0,65,1,75,13,0,11,11,2,64,2,64,32,14,32,6,32,2,65,6,108,106,34,0,47,1,0,34,1,75,13,0,32,1,32,14,75,4,64,32,2,33,1,12,3,11,32,0,45,0,4,34,1,65,255,0,113,34,17,32,16,73,13,0,32,1,192,65,0,72,4,64,32,2,33,1,12,3,11,32,16,32,17,73,4,64,32,2,33,1,12,3,11,32,5,32,0,47,1,2,34,0,77,13,1,11,32,2,65,1,106,33,1,12,1,11,32,2,33,1,32,0,32,5,75,13,0,32,18,33,1,12,1,11,32,11,65,1,106,34,0,32,10,40,2,24,75,4,64,32,0,65,6,108,33,2,2,127,32,6,4,64,32,6,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,6,32,10,32,0,54,2,24,32,10,32,6,54,2,16,32,10,40,2,20,33,11,11,32,1,65,6,108,33,0,2,64,32,1,32,11,79,13,0,32,11,32,1,107,65,6,108,34,1,69,13,0,32,0,32,6,106,34,2,65,6,106,32,2,32,1,252,10,0,0,11,32,0,32,6,106,34,0,65,0,58,0,5,32,0,32,16,58,0,4,32,0,32,5,59,0,2,32,0,32,14,59,0,0,32,10,32,10,40,2,20,65,1,106,54,2,20,2,64,32,18,65,1,106,34,1,32,9,77,13,0,65,8,32,9,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,9,65,6,108,33,0,32,19,4,64,32,19,32,0,35,6,40,2,0,17,1,0,33,19,12,1,11,32,0,35,7,40,2,0,17,0,0,33,19,11,32,19,32,18,65,6,108,106,34,0,65,0,58,0,5,32,0,32,16,58,0,4,32,0,32,5,59,1,2,32,0,32,14,59,1,0,32,1,33,18,11,32,13,65,1,106,34,13,32,21,71,13,0,11,11,32,1,13,0,11,11,32,24,65,1,106,33,24,32,9,33,0,11,32,15,32,24,75,13,0,11,11,32,7,65,32,106,65,0,65,204,0,252,11,0,65,1,33,18,2,64,32,30,13,0,65,0,33,17,32,3,2,127,3,64,2,64,2,64,32,8,40,2,60,32,20,32,17,65,2,116,106,47,1,0,34,18,65,20,108,106,34,2,47,1,0,34,9,65,255,255,3,70,13,0,2,64,32,15,4,64,65,0,33,0,32,15,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,5,32,0,106,34,0,32,12,32,0,65,28,108,106,47,1,0,32,9,75,27,33,0,32,1,32,5,107,34,1,65,1,75,13,0,11,11,32,12,32,0,65,28,108,106,34,10,47,1,0,32,9,70,13,1,11,32,18,65,1,106,33,9,32,8,40,2,108,33,2,65,0,33,1,2,64,2,64,2,64,32,8,40,2,112,34,0,14,2,2,1,0,11,3,64,32,1,32,0,65,1,118,34,5,32,1,106,34,1,32,9,32,2,32,1,65,3,116,106,47,1,4,73,27,33,1,32,0,32,5,107,34,0,65,1,75,13,0,11,11,32,1,32,9,32,2,32,1,65,3,116,106,47,1,4,34,0,71,32,0,32,18,77,113,106,33,0,11,32,2,32,0,65,3,116,106,12,4,11,32,2,47,1,12,33,16,32,7,40,2,68,33,0,32,7,40,2,32,33,11,32,7,40,2,36,34,2,32,7,40,2,72,34,13,106,34,1,32,7,40,2,76,34,5,75,4,64,32,1,65,2,116,33,5,2,127,32,0,4,64,32,0,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,0,32,7,32,1,54,2,76,32,7,32,0,54,2,68,32,1,33,5,11,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,13,65,2,116,106,33,13,32,11,4,64,32,2,69,13,1,32,13,32,11,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,13,65,0,32,2,252,11,0,11,32,7,65,0,54,2,36,32,7,40,2,56,33,13,32,5,32,7,40,2,60,34,2,32,1,106,34,11,73,4,64,32,11,65,2,116,33,5,2,127,32,0,4,64,32,0,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,0,32,7,32,11,54,2,76,32,7,32,0,54,2,68,11,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,1,65,2,116,106,33,0,32,13,4,64,32,2,69,13,1,32,0,32,13,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,0,65,0,32,2,252,11,0,11,32,7,65,0,54,2,60,32,7,32,11,54,2,72,32,10,40,2,8,4,64,32,18,65,1,106,33,13,65,0,33,2,3,64,32,10,40,2,4,32,2,65,1,116,106,47,1,0,33,1,2,127,32,7,40,2,72,34,0,4,64,32,7,32,0,65,1,107,34,0,54,2,72,32,7,40,2,68,32,0,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,0,66,0,55,1,4,32,0,32,9,59,1,2,32,0,32,1,59,1,0,32,0,32,9,59,1,68,32,0,32,13,59,1,66,32,0,65,1,59,1,64,32,0,66,0,55,1,12,32,0,66,0,55,1,20,32,0,66,0,55,1,28,32,0,66,0,55,1,36,32,0,66,0,55,1,44,32,0,66,0,55,1,52,32,0,65,0,54,1,60,32,7,40,2,32,33,1,32,7,40,2,36,34,6,65,1,106,34,5,32,7,40,2,40,34,11,75,4,64,65,8,32,11,65,1,116,34,11,32,5,32,5,32,11,73,27,34,11,32,11,65,8,77,27,34,14,65,2,116,33,11,2,127,32,1,4,64,32,1,32,11,35,6,40,2,0,17,1,0,12,1,11,32,11,35,7,40,2,0,17,0,0,11,33,1,32,7,32,14,54,2,40,32,7,32,1,54,2,32,11,32,7,32,5,54,2,36,32,1,32,6,65,2,116,106,32,0,54,2,0,32,2,65,1,106,34,2,32,10,40,2,8,73,13,0,11,11,32,7,65,0,58,0,104,32,8,32,12,32,15,32,7,65,32,106,16,77,32,7,45,0,104,65,1,70,4,64,32,18,65,1,106,34,0,32,8,40,2,64,34,6,79,13,1,3,64,32,8,40,2,60,32,0,65,20,108,106,34,1,47,1,12,34,2,32,16,77,13,2,32,2,65,255,255,3,70,13,2,32,1,47,1,18,34,2,65,16,113,69,4,64,32,1,32,2,65,239,252,3,113,59,1,18,32,8,40,2,64,33,6,11,32,0,65,1,106,34,0,32,6,73,13,0,11,12,1,11,32,7,40,2,84,33,6,32,7,40,2,96,69,13,1,65,0,33,0,32,6,69,13,0,3,64,2,64,32,8,40,2,60,32,7,40,2,80,32,0,65,1,116,106,47,1,0,65,20,108,106,34,1,47,1,12,34,2,65,255,255,3,70,13,0,32,2,32,16,77,13,0,32,1,47,1,18,34,2,65,16,113,13,0,32,1,32,2,65,239,252,3,113,59,1,18,32,7,40,2,84,33,6,11,32,0,65,1,106,34,0,32,6,73,13,0,11,11,65,1,33,18,32,17,65,1,106,34,17,32,26,71,13,1,12,3,11,11,32,6,4,64,32,7,40,2,80,32,6,65,1,116,106,65,2,107,47,1,0,33,18,11,32,8,40,2,108,33,5,65,0,33,0,32,8,40,2,112,34,9,33,1,2,64,2,64,2,64,32,9,34,2,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,5,32,0,65,3,116,106,47,1,4,32,18,65,255,255,3,113,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,0,32,5,32,0,65,3,116,106,47,1,4,32,18,65,255,255,3,113,73,106,33,2,11,32,5,32,2,32,9,65,1,107,32,2,32,9,73,27,65,3,116,106,11,40,2,0,54,2,0,65,0,33,18,11,65,0,33,17,2,64,32,8,40,2,100,69,4,64,65,0,33,13,12,1,11,65,0,33,11,65,0,33,13,3,64,65,0,33,10,2,64,32,8,40,2,96,32,17,65,28,108,106,34,3,40,2,8,34,5,32,5,32,3,40,2,12,106,34,16,79,13,0,3,64,2,64,32,8,40,2,84,32,5,65,3,116,106,34,0,40,2,0,65,1,71,13,0,32,0,40,2,4,33,9,65,0,33,0,32,10,34,1,33,2,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,65,255,255,3,113,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,13,32,0,65,1,116,106,47,1,0,34,1,32,9,65,255,255,3,113,34,2,70,13,1,32,0,32,1,32,2,73,106,33,2,11,32,11,32,10,65,1,106,34,0,73,4,64,32,0,65,1,116,33,1,2,127,32,13,4,64,32,13,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,13,32,0,33,11,11,32,2,65,1,116,33,1,2,64,32,2,32,10,79,13,0,32,10,32,2,107,65,1,116,34,2,69,13,0,32,1,32,13,106,34,10,65,2,106,32,10,32,2,252,10,0,0,11,32,1,32,13,106,32,9,59,0,0,32,0,33,10,11,32,5,65,1,106,34,5,32,16,71,13,0,11,32,3,40,2,0,34,5,32,5,32,3,40,2,4,106,34,3,79,13,0,32,10,69,13,0,32,10,65,1,71,4,64,3,64,65,0,33,0,32,10,33,1,2,64,32,8,40,2,60,32,5,65,20,108,106,34,2,47,1,6,34,9,65,255,255,3,70,13,0,3,64,32,0,32,1,65,1,118,34,16,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,75,27,33,0,32,1,32,16,107,34,1,65,1,75,13,0,11,2,64,32,13,32,0,65,1,116,106,47,1,0,32,9,70,13,0,65,0,33,0,32,10,33,1,32,2,47,1,8,34,9,65,255,255,3,70,13,1,3,64,32,0,32,1,65,1,118,34,16,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,75,27,33,0,32,1,32,16,107,34,1,65,1,75,13,0,11,32,13,32,0,65,1,116,106,47,1,0,32,9,70,13,0,65,0,33,0,32,10,33,1,32,2,47,1,10,34,9,65,255,255,3,70,13,1,3,64,32,0,32,1,65,1,118,34,16,32,0,106,34,0,32,13,32,0,65,1,116,106,47,1,0,32,9,75,27,33,0,32,1,32,16,107,34,1,65,1,75,13,0,11,32,13,32,0,65,1,116,106,47,1,0,32,9,71,13,1,11,32,2,32,2,47,1,18,65,255,254,3,113,59,1,18,11,32,5,65,1,106,34,5,32,3,71,13,0,12,2,11,0,11,3,64,2,64,32,8,40,2,60,32,5,65,20,108,106,34,0,47,1,6,34,1,65,255,255,3,70,13,0,2,64,32,1,32,13,47,1,0,34,1,70,13,0,32,0,47,1,8,34,2,65,255,255,3,70,13,1,32,1,32,2,70,13,0,32,0,47,1,10,34,2,65,255,255,3,70,13,1,32,1,32,2,71,13,1,11,32,0,32,0,47,1,18,65,255,254,3,113,59,1,18,11,32,5,65,1,106,34,5,32,3,71,13,0,11,11,32,17,65,1,106,34,17,32,8,40,2,100,73,13,0,11,11,2,64,32,8,40,2,64,69,13,0,3,64,65,1,33,10,32,8,40,2,64,34,2,65,1,107,34,0,69,13,1,3,64,32,2,33,1,2,64,32,8,40,2,60,34,3,32,0,34,2,65,20,108,106,34,9,47,1,12,65,255,255,3,70,13,0,32,9,45,0,18,65,128,1,113,13,0,3,64,2,64,32,3,32,0,65,20,108,106,47,1,14,34,0,65,255,255,3,70,13,0,32,0,32,2,73,13,0,32,3,32,0,65,20,108,106,45,0,18,65,128,1,113,69,13,1,12,2,11,11,32,3,32,1,65,20,108,106,34,1,65,22,107,34,3,47,1,0,34,0,65,16,113,13,0,32,0,65,128,1,113,69,13,0,32,1,65,28,107,47,1,0,65,255,255,3,70,13,0,32,3,32,0,65,239,254,3,113,59,1,0,65,0,33,10,11,32,2,65,1,107,34,0,13,0,11,32,10,65,1,113,69,13,0,11,11,32,7,65,0,58,0,104,32,25,4,64,65,0,33,17,3,64,32,23,32,17,65,1,116,106,47,1,0,32,8,40,2,72,33,11,32,7,40,2,68,33,0,32,7,40,2,32,33,3,32,7,40,2,36,34,2,32,7,40,2,72,34,5,106,34,1,32,7,40,2,76,34,6,75,4,64,32,1,65,2,116,33,9,2,127,32,0,4,64,32,0,32,9,35,6,40,2,0,17,1,0,12,1,11,32,9,35,7,40,2,0,17,0,0,11,33,0,32,7,32,1,54,2,76,32,7,32,0,54,2,68,32,1,33,6,11,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,5,65,2,116,106,33,9,32,3,4,64,32,2,69,13,1,32,9,32,3,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,9,65,0,32,2,252,11,0,11,32,7,65,0,54,2,36,32,7,40,2,56,33,9,32,6,32,7,40,2,60,34,2,32,1,106,34,3,73,4,64,32,3,65,2,116,33,5,2,127,32,0,4,64,32,0,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,0,32,7,32,3,54,2,76,32,7,32,0,54,2,68,11,65,6,108,2,64,32,2,69,13,0,32,2,65,2,116,33,2,32,0,32,1,65,2,116,106,33,0,32,9,4,64,32,2,69,13,1,32,0,32,9,32,2,252,10,0,0,12,1,11,32,2,69,13,0,32,0,65,0,32,2,252,11,0,11,32,11,106,33,9,65,0,33,11,32,7,65,0,54,2,60,32,7,32,3,54,2,72,32,15,4,64,3,64,2,64,2,64,2,64,32,12,32,11,65,28,108,106,34,2,47,1,0,34,0,65,254,255,3,107,14,2,1,2,0,11,32,8,40,2,156,1,40,2,72,32,0,65,3,108,106,34,0,45,0,0,65,1,113,13,1,32,0,45,0,1,65,1,113,13,1,11,32,2,40,2,8,69,13,0,65,0,33,6,3,64,32,2,40,2,4,32,6,65,1,116,106,47,1,0,33,3,32,9,47,1,0,33,5,32,2,47,1,0,33,1,2,127,32,7,40,2,72,34,0,4,64,32,7,32,0,65,1,107,34,0,54,2,72,32,7,40,2,68,32,0,65,2,116,106,40,2,0,12,1,11,65,198,0,35,7,40,2,0,17,0,0,11,34,0,66,0,55,1,4,32,0,32,1,59,1,2,32,0,32,3,59,1,0,32,0,32,1,59,1,68,32,0,32,5,59,1,66,32,0,65,1,59,1,64,32,0,66,0,55,1,12,32,0,66,0,55,1,20,32,0,66,0,55,1,28,32,0,66,0,55,1,36,32,0,66,0,55,1,44,32,0,66,0,55,1,52,32,0,65,0,54,1,60,32,7,40,2,32,33,1,32,7,40,2,36,34,10,65,1,106,34,3,32,7,40,2,40,34,5,75,4,64,65,8,32,5,65,1,116,34,5,32,3,32,3,32,5,73,27,34,5,32,5,65,8,77,27,34,16,65,2,116,33,5,2,127,32,1,4,64,32,1,32,5,35,6,40,2,0,17,1,0,12,1,11,32,5,35,7,40,2,0,17,0,0,11,33,1,32,7,32,16,54,2,40,32,7,32,1,54,2,32,11,32,7,32,3,54,2,36,32,1,32,10,65,2,116,106,32,0,54,2,0,32,6,65,1,106,34,6,32,2,40,2,8,73,13,0,11,11,32,11,65,1,106,34,11,32,15,71,13,0,11,11,32,8,32,12,32,15,32,7,65,32,106,16,77,32,7,40,2,96,34,16,4,64,32,8,40,2,96,32,9,47,1,2,65,28,108,106,65,1,58,0,24,32,8,40,2,148,1,33,5,65,0,33,14,3,64,32,7,40,2,92,32,14,65,1,116,106,47,1,0,33,3,32,8,40,2,144,1,33,6,65,0,33,0,32,5,34,1,33,2,2,64,2,64,2,64,2,64,32,1,14,2,2,1,0,11,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,6,32,0,65,1,116,106,47,1,0,32,3,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,3,32,6,32,0,65,1,116,106,47,1,0,34,1,70,13,1,32,0,32,1,32,3,73,106,33,2,11,32,5,65,1,106,34,0,32,8,40,2,152,1,75,4,64,32,0,65,1,116,33,1,2,127,32,6,4,64,32,6,32,1,35,6,40,2,0,17,1,0,12,1,11,32,1,35,7,40,2,0,17,0,0,11,33,6,32,8,32,0,54,2,152,1,32,8,32,6,54,2,144,1,32,8,40,2,148,1,33,5,11,32,2,65,1,116,33,0,2,64,32,2,32,5,79,13,0,32,5,32,2,107,65,1,116,34,1,69,13,0,32,0,32,6,106,34,2,65,2,106,32,2,32,1,252,10,0,0,11,32,0,32,6,106,32,3,59,0,0,32,8,32,8,40,2,148,1,65,1,106,34,5,54,2,148,1,32,7,40,2,96,33,16,11,32,14,65,1,106,34,14,32,16,73,13,0,11,11,32,17,65,1,106,34,17,32,25,71,13,0,11,11,2,64,2,64,32,15,4,64,65,0,33,1,3,64,32,12,32,1,65,28,108,106,34,0,40,2,4,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,0,65,0,54,2,12,32,0,66,0,55,2,4,11,32,0,40,2,16,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,0,65,0,54,2,24,32,0,66,0,55,2,16,11,32,1,65,1,106,34,1,32,15,71,13,0,11,12,1,11,32,12,69,13,1,11,32,12,35,8,40,2,0,17,2,0,11,32,7,40,2,32,33,1,2,64,2,64,32,7,40,2,36,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,7,65,0,54,2,32,11,32,7,40,2,44,33,1,2,64,2,64,32,7,40,2,48,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,7,65,0,54,2,44,11,32,7,40,2,56,33,1,2,64,2,64,32,7,40,2,60,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,7,65,0,54,2,56,11,32,7,40,2,68,33,1,2,64,2,64,32,7,40,2,72,34,2,4,64,65,0,33,6,65,0,33,0,32,2,65,4,79,4,64,32,2,65,124,113,33,5,65,0,33,12,3,64,32,1,32,0,65,2,116,106,34,3,40,2,0,35,8,34,9,40,2,0,17,2,0,32,3,40,2,4,32,9,40,2,0,17,2,0,32,3,40,2,8,32,9,40,2,0,17,2,0,32,3,40,2,12,32,9,40,2,0,17,2,0,32,0,65,4,106,33,0,32,12,65,4,106,34,12,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,1,3,64,32,1,32,0,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,0,65,1,106,33,0,32,6,65,1,106,34,6,32,2,71,13,0,11,12,1,11,32,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,11,32,7,40,2,80,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,92,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,19,4,64,32,19,35,8,40,2,0,17,2,0,11,32,13,4,64,32,13,35,8,40,2,0,17,2,0,11,32,28,35,8,40,2,0,17,2,0,11,32,23,4,64,32,23,35,8,40,2,0,17,2,0,11,32,20,4,64,32,20,35,8,40,2,0,17,2,0,11,32,18,69,4,64,32,4,65,5,54,2,0,12,1,11,32,8,40,2,132,1,34,0,69,13,1,32,0,35,8,40,2,0,17,2,0,32,8,65,0,54,2,140,1,32,8,66,0,55,2,132,1,12,1,11,32,8,16,76,65,0,33,8,11,32,7,65,240,0,106,36,0,32,8,11,172,2,1,8,127,32,1,40,2,16,34,6,32,0,40,2,4,75,4,64,65,1,15,11,32,1,40,2,0,34,4,47,1,0,33,8,32,0,40,2,0,34,3,40,2,4,34,5,33,2,2,64,3,64,32,2,69,13,1,32,3,40,2,0,32,2,65,1,107,34,2,65,20,108,106,34,7,40,2,12,34,9,32,6,73,13,1,32,6,32,9,71,13,0,32,7,47,1,16,32,8,71,13,0,11,65,0,15,11,32,5,65,1,106,34,2,32,3,40,2,8,34,7,75,4,64,65,8,32,7,65,1,116,34,4,32,2,32,2,32,4,73,27,34,2,32,2,65,8,77,27,34,4,65,20,108,33,2,2,127,32,3,40,2,0,34,5,4,64,32,5,32,2,35,6,40,2,0,17,1,0,12,1,11,32,2,35,7,40,2,0,17,0,0,11,33,2,32,3,32,4,54,2,8,32,3,32,2,54,2,0,32,1,40,2,0,33,4,32,0,40,2,0,34,3,40,2,4,34,5,65,1,106,33,2,11,32,3,32,2,54,2,4,32,4,40,2,12,33,1,32,3,40,2,0,32,5,65,20,108,106,34,0,32,4,41,2,4,55,2,0,32,0,65,0,59,1,18,32,0,32,8,59,1,16,32,0,32,6,54,2,12,32,0,32,1,54,2,8,65,0,11,51,1,1,127,32,0,16,40,32,0,65,0,54,2,160,9,2,64,32,1,4,64,32,1,40,2,0,65,16,107,65,125,73,13,1,11,32,0,32,1,54,2,160,9,65,1,33,2,11,32,2,11,235,7,1,10,127,35,0,65,32,107,34,4,36,0,32,0,4,64,32,0,16,40,32,0,65,0,54,2,160,9,32,0,40,2,132,9,33,1,35,0,65,16,107,34,6,36,0,32,1,40,2,12,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,1,65,0,54,2,20,32,1,66,0,55,2,12,11,32,1,40,2,24,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,1,65,0,54,2,32,32,1,66,0,55,2,24,11,32,1,40,2,48,32,1,65,36,106,34,8,32,1,40,2,52,16,26,32,1,40,2,4,34,3,4,64,3,64,32,1,40,2,0,32,5,65,5,116,106,34,2,40,2,0,4,64,32,1,40,2,52,33,7,32,2,40,2,12,4,64,32,6,32,2,41,2,12,55,3,8,32,7,32,6,65,8,106,16,10,11,32,2,40,2,20,4,64,32,6,32,2,41,2,20,55,3,0,32,7,32,6,16,10,11,32,2,40,2,4,34,3,4,64,32,3,40,2,0,34,10,4,127,32,10,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,2,40,2,4,5,32,3,11,35,8,40,2,0,17,2,0,11,32,2,40,2,0,32,8,32,7,16,26,32,1,40,2,4,33,3,11,32,5,65,1,106,34,5,32,3,73,13,0,11,11,65,0,33,3,32,1,65,0,54,2,4,2,64,32,1,40,2,36,34,5,69,13,0,32,1,40,2,40,4,64,3,64,32,1,40,2,36,32,3,65,2,116,106,40,2,0,35,8,40,2,0,17,2,0,32,3,65,1,106,34,3,32,1,40,2,40,73,13,0,11,32,8,40,2,0,34,5,69,13,1,11,32,5,35,8,40,2,0,17,2,0,32,1,65,0,54,2,44,32,1,66,0,55,2,36,11,32,1,40,2,0,34,2,4,64,32,2,35,8,40,2,0,17,2,0,32,1,65,0,54,2,8,32,1,66,0,55,2,0,11,32,1,35,8,40,2,0,17,2,0,32,6,65,16,106,36,0,32,0,40,2,168,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,176,9,32,0,66,0,55,2,168,9,11,32,0,40,2,160,10,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,168,10,32,0,66,0,55,2,160,10,11,32,0,40,2,152,10,4,64,32,4,32,0,65,152,10,106,41,2,0,55,3,24,32,0,65,136,9,106,32,4,65,24,106,16,10,32,0,66,0,55,2,152,10,11,32,0,40,2,68,35,8,40,2,0,17,2,0,32,0,65,224,9,106,33,1,32,0,40,2,224,9,4,64,32,4,32,1,41,2,0,55,3,16,32,0,65,136,9,106,32,4,65,16,106,16,10,11,32,0,40,2,232,9,4,64,32,4,32,0,65,232,9,106,41,2,0,55,3,8,32,0,65,136,9,106,32,4,65,8,106,16,10,11,32,1,66,0,55,2,0,32,1,65,0,54,2,16,32,1,66,0,55,2,8,2,64,32,0,40,2,136,9,34,1,69,13,0,32,0,40,2,140,9,4,64,3,64,32,0,40,2,136,9,32,9,65,3,116,106,40,2,0,35,8,40,2,0,17,2,0,32,9,65,1,106,34,9,32,0,40,2,140,9,73,13,0,11,32,0,40,2,136,9,34,1,69,13,1,11,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,144,9,32,0,66,0,55,2,136,9,11,32,0,40,2,148,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,156,9,32,0,66,0,55,2,148,9,11,32,0,40,2,244,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,252,9,32,0,66,0,55,2,244,9,11,32,0,40,2,188,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,196,9,32,0,66,0,55,2,188,9,11,32,0,40,2,200,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,208,9,32,0,66,0,55,2,200,9,11,32,0,40,2,212,9,34,1,4,64,32,1,35,8,40,2,0,17,2,0,32,0,65,0,54,2,220,9,32,0,66,0,55,2,212,9,11,32,0,35,8,40,2,0,17,2,0,11,32,4,65,32,106,36,0,11,179,1,2,5,127,1,126,32,0,41,2,0,34,8,66,32,136,167,33,3,32,8,167,33,4,2,64,32,1,40,2,0,34,5,32,2,40,2,4,34,7,79,4,64,32,3,32,2,40,2,32,32,3,32,2,40,2,24,107,34,6,65,0,32,3,32,6,79,27,106,32,4,32,2,40,2,20,34,6,75,27,33,3,32,2,40,2,28,32,4,32,6,107,34,6,65,0,32,4,32,6,79,27,106,33,4,32,2,40,2,8,32,5,32,7,107,106,33,5,12,1,11,32,5,32,2,40,2,0,77,13,0,32,2,41,2,28,34,8,66,32,136,167,33,3,32,2,40,2,8,33,5,32,8,167,33,4,11,32,0,32,4,173,32,3,173,66,32,134,132,55,2,0,32,1,32,5,54,2,0,11,27,0,32,0,32,1,16,94,33,0,2,64,32,1,69,13,0,32,0,13,0,16,68,0,11,32,0,11,27,0,32,0,32,1,16,41,33,1,2,64,32,0,69,13,0,32,1,13,0,16,68,0,11,32,1,11,192,1,1,3,127,35,0,65,32,107,34,3,36,0,32,0,40,2,72,4,64,32,0,40,2,96,33,2,2,64,32,1,4,64,32,2,69,13,1,32,3,32,0,40,2,0,34,2,54,2,0,32,0,65,132,1,106,34,4,65,128,8,35,1,65,154,11,65,253,8,32,2,65,32,107,65,223,0,73,27,106,32,3,16,11,26,32,0,40,2,92,65,1,32,4,32,0,40,2,96,17,3,0,12,1,11,32,2,69,13,0,32,3,32,0,40,2,0,34,2,54,2,16,32,0,65,132,1,106,34,4,65,128,8,35,1,65,174,11,65,143,9,32,2,65,32,107,65,223,0,73,27,106,32,3,65,16,106,16,11,26,32,0,40,2,92,65,1,32,4,32,0,40,2,96,17,3,0,11,32,0,32,1,16,66,11,32,3,65,32,106,36,0,11,105,1,2,127,2,64,32,0,40,2,104,34,1,32,0,40,2,100,70,13,0,32,1,69,13,0,32,0,40,2,32,32,0,40,2,68,32,1,65,24,108,106,34,1,40,2,16,71,13,0,32,1,65,4,107,40,2,0,33,2,32,0,32,1,65,16,107,41,2,0,55,2,60,32,0,32,2,54,2,56,15,11,32,0,32,0,41,2,32,55,2,56,32,0,65,64,107,32,0,40,2,40,54,2,0,11,250,5,2,9,127,1,126,35,0,65,16,107,34,5,36,0,32,0,65,1,58,0,120,2,64,32,0,45,0,128,1,13,0,32,0,40,2,32,34,8,32,0,40,2,40,34,3,107,33,1,32,0,40,2,36,33,4,32,3,4,64,32,0,65,0,54,2,124,32,0,65,0,58,0,128,1,11,32,0,65,0,54,2,40,32,0,32,4,54,2,36,32,0,32,1,54,2,32,32,0,40,2,68,33,6,2,64,2,127,32,0,40,2,100,34,4,4,64,3,64,2,64,32,6,32,2,65,24,108,106,34,7,40,2,20,34,9,32,1,77,13,0,32,9,32,7,40,2,16,34,3,77,13,0,32,1,32,3,77,4,64,32,0,32,7,41,2,0,55,2,36,32,0,32,3,54,2,32,32,3,33,1,11,32,0,32,2,54,2,104,65,0,33,2,32,0,40,2,72,69,13,4,32,0,40,2,108,34,3,32,1,77,4,64,32,1,32,0,40,2,112,32,3,106,73,13,5,11,32,0,65,0,54,2,72,65,0,12,3,11,32,2,65,1,106,34,2,32,4,71,13,0,11,11,32,0,32,4,54,2,104,32,6,32,4,65,24,108,106,34,3,65,4,107,40,2,0,33,1,32,3,65,16,107,41,2,0,33,10,32,0,65,0,54,2,72,32,0,32,10,55,2,36,32,0,32,1,54,2,32,65,1,11,33,2,32,0,65,0,54,2,112,11,32,0,65,1,58,0,128,1,32,0,65,0,54,2,0,32,0,32,2,54,2,116,32,0,65,0,54,2,124,32,0,32,1,54,2,108,32,0,40,2,80,33,3,32,0,40,2,76,33,2,32,5,32,0,41,2,36,55,3,8,32,0,32,2,32,1,32,5,65,8,106,32,0,65,240,0,106,34,4,32,3,17,6,0,34,2,54,2,72,32,0,40,2,112,34,1,69,4,64,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,12,1,11,32,0,40,2,104,32,0,40,2,100,70,13,0,2,64,32,0,40,2,32,32,0,40,2,108,107,34,3,32,1,70,4,64,32,0,65,0,54,2,0,32,0,65,1,54,2,116,12,1,11,32,0,32,2,32,3,106,32,1,32,3,107,34,1,32,0,35,1,65,208,211,0,106,32,0,40,2,84,34,3,65,2,116,106,32,0,65,216,0,106,32,3,65,3,73,27,40,2,0,34,3,17,4,0,54,2,116,32,0,40,2,0,33,2,2,64,32,1,65,3,75,13,0,32,2,65,127,71,13,0,32,0,32,0,40,2,32,34,1,54,2,108,32,0,40,2,80,33,2,32,0,40,2,76,33,6,32,5,32,0,41,2,36,55,3,0,32,0,32,6,32,1,32,5,32,4,32,2,17,6,0,34,2,54,2,72,32,0,32,0,40,2,112,34,1,4,127,32,2,5,32,0,65,0,54,2,72,32,0,32,0,40,2,100,54,2,104,65,0,11,32,1,32,0,32,3,17,4,0,54,2,116,32,0,40,2,0,33,2,11,32,2,65,127,71,13,0,32,0,65,1,54,2,116,11,3,64,32,0,40,2,32,32,8,79,13,1,32,0,40,2,104,32,0,40,2,100,70,13,1,32,0,40,2,72,69,13,1,32,0,65,0,16,66,32,0,40,2,104,32,0,40,2,100,71,13,0,11,11,32,0,40,2,124,32,5,65,16,106,36,0,11,27,1,1,127,32,0,16,34,33,1,2,64,32,0,69,13,0,32,1,13,0,16,68,0,11,32,1,11,43,1,2,127,32,0,40,2,104,34,2,32,0,40,2,100,73,4,127,32,0,40,2,32,32,0,40,2,68,32,2,65,24,108,106,40,2,16,70,5,65,0,11,11,13,0,32,0,40,2,104,32,0,40,2,100,70,11,77,1,2,127,32,1,45,0,0,33,2,2,64,32,0,45,0,0,34,3,69,13,0,32,2,32,3,71,13,0,3,64,32,1,45,0,1,33,2,32,0,45,0,1,34,3,69,13,1,32,1,65,1,106,33,1,32,0,65,1,106,33,0,32,2,32,3,70,13,0,11,11,32,3,32,2,107,11,23,0,32,0,65,48,107,65,10,73,32,0,65,32,114,65,225,0,107,65,6,73,114,11,130,2,1,2,127,2,64,2,64,2,64,2,64,32,1,32,0,34,3,115,65,3,113,13,0,32,2,65,0,71,33,4,2,64,32,1,65,3,113,69,13,0,32,2,69,13,0,3,64,32,3,32,1,45,0,0,34,4,58,0,0,32,4,69,13,5,32,3,65,1,106,33,3,32,2,65,1,107,34,2,65,0,71,33,4,32,1,65,1,106,34,1,65,3,113,69,13,1,32,2,13,0,11,11,32,4,69,13,2,32,1,45,0,0,69,13,3,32,2,65,4,73,13,0,3,64,65,128,130,132,8,32,1,40,2,0,34,4,107,32,4,114,65,128,129,130,132,120,113,65,128,129,130,132,120,71,13,2,32,3,32,4,54,2,0,32,3,65,4,106,33,3,32,1,65,4,106,33,1,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,1,11,3,64,32,3,32,1,45,0,0,34,4,58,0,0,32,4,69,13,2,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,65,0,33,2,11,32,3,65,0,32,2,16,52,26,32,0,11,232,2,1,2,127,2,64,32,0,32,1,70,13,0,32,1,32,0,32,2,106,34,4,107,65,0,32,2,65,1,116,107,77,4,64,32,0,32,1,32,2,16,36,15,11,32,0,32,1,115,65,3,113,33,3,2,64,2,64,32,0,32,1,73,4,64,32,3,4,64,32,0,33,3,12,3,11,32,0,65,3,113,69,4,64,32,0,33,3,12,2,11,32,0,33,3,3,64,32,2,69,13,4,32,3,32,1,45,0,0,58,0,0,32,1,65,1,106,33,1,32,2,65,1,107,33,2,32,3,65,1,106,34,3,65,3,113,13,0,11,12,1,11,2,64,32,3,13,0,32,4,65,3,113,4,64,3,64,32,2,69,13,5,32,0,32,2,65,1,107,34,2,106,34,3,32,1,32,2,106,45,0,0,58,0,0,32,3,65,3,113,13,0,11,11,32,2,65,3,77,13,0,3,64,32,0,32,2,65,4,107,34,2,106,32,1,32,2,106,40,2,0,54,2,0,32,2,65,3,75,13,0,11,11,32,2,69,13,2,3,64,32,0,32,2,65,1,107,34,2,106,32,1,32,2,106,45,0,0,58,0,0,32,2,13,0,11,12,2,11,32,2,65,3,77,13,0,3,64,32,3,32,1,40,2,0,54,2,0,32,1,65,4,106,33,1,32,3,65,4,106,33,3,32,2,65,4,107,34,2,65,3,75,13,0,11,11,32,2,69,13,0,3,64,32,3,32,1,45,0,0,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,0,11,11,0,32,0,65,0,16,50,32,0,71,11,73,1,2,127,32,0,16,102,32,0,106,33,3,2,64,32,2,69,13,0,3,64,32,1,45,0,0,34,4,69,13,1,32,3,32,4,58,0,0,32,3,65,1,106,33,3,32,1,65,1,106,33,1,32,2,65,1,107,34,2,13,0,11,11,32,3,65,0,58,0,0,32,0,11,73,1,1,127,35,0,65,16,107,34,3,36,0,32,3,32,2,54,2,12,32,0,40,2,96,4,64,32,0,65,132,1,106,34,2,65,128,8,32,1,32,3,40,2,12,16,96,26,32,0,40,2,92,65,1,32,2,32,0,40,2,96,17,3,0,11,32,3,65,16,106,36,0,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,11,0,32,0,65,1,16,50,32,0,71,11,4,0,35,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,6,0,32,0,36,0,11,10,0,32,0,65,48,107,65,10,73,11,8,0,32,0,65,1,16,50,11,8,0,32,0,65,0,16,50,11,25,0,35,12,40,2,0,69,4,64,35,13,32,1,54,2,0,35,12,32,0,54,2,0,11,11,7,0,32,0,47,1,28,11,168,1,1,5,127,32,0,40,2,84,34,3,40,2,0,33,5,32,3,40,2,4,34,4,32,0,40,2,20,32,0,40,2,28,34,7,107,34,6,32,4,32,6,73,27,34,6,4,64,32,5,32,7,32,6,16,36,26,32,3,32,3,40,2,0,32,6,106,34,5,54,2,0,32,3,32,3,40,2,4,32,6,107,34,4,54,2,4,11,32,4,32,2,32,2,32,4,75,27,34,4,4,64,32,5,32,1,32,4,16,36,26,32,3,32,3,40,2,0,32,4,106,34,5,54,2,0,32,3,32,3,40,2,4,32,4,107,54,2,4,11,32,5,65,0,58,0,0,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,2,11,178,5,2,6,126,4,127,32,1,32,1,40,2,0,65,7,106,65,120,113,34,1,65,16,106,54,2,0,32,0,32,1,41,3,0,33,3,32,1,41,3,8,33,6,35,0,65,32,107,34,0,36,0,32,6,66,255,255,255,255,255,255,63,131,33,2,2,126,32,6,66,48,136,66,255,255,1,131,34,4,167,34,8,65,129,248,0,107,65,253,15,77,4,64,32,2,66,4,134,32,3,66,60,136,132,33,2,32,8,65,128,248,0,107,173,33,4,2,64,32,3,66,255,255,255,255,255,255,255,255,15,131,34,3,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,1,124,33,2,12,1,11,32,3,66,128,128,128,128,128,128,128,128,8,82,13,0,32,2,66,1,131,32,2,124,33,2,11,66,0,32,2,32,2,66,255,255,255,255,255,255,255,7,86,34,1,27,33,2,32,1,173,32,4,124,12,1,11,2,64,32,2,32,3,132,80,13,0,32,4,66,255,255,1,82,13,0,32,2,66,4,134,32,3,66,60,136,132,66,128,128,128,128,128,128,128,4,132,33,2,66,255,15,12,1,11,32,8,65,254,135,1,75,4,64,66,0,33,2,66,255,15,12,1,11,65,128,248,0,65,129,248,0,32,4,80,34,9,27,34,10,32,8,107,34,1,65,240,0,74,4,64,66,0,33,2,66,0,12,1,11,32,2,32,2,66,128,128,128,128,128,128,192,0,132,32,9,27,33,2,65,0,33,9,32,8,32,10,71,4,64,32,3,33,4,32,2,33,5,2,64,65,128,1,32,1,107,34,8,65,192,0,113,4,64,32,3,32,8,65,64,106,173,134,33,5,66,0,33,4,12,1,11,32,8,69,13,0,32,5,32,8,173,34,7,134,32,4,65,192,0,32,8,107,173,136,132,33,5,32,4,32,7,134,33,4,11,32,0,32,4,55,3,16,32,0,32,5,55,3,24,32,0,41,3,16,32,0,41,3,24,132,66,0,82,33,9,11,2,64,32,1,65,192,0,113,4,64,32,2,32,1,65,64,106,173,136,33,3,66,0,33,2,12,1,11,32,1,69,13,0,32,2,65,192,0,32,1,107,173,134,32,3,32,1,173,34,4,136,132,33,3,32,2,32,4,136,33,2,11,32,0,32,3,55,3,0,32,0,32,2,55,3,8,32,0,41,3,8,66,4,134,32,0,41,3,0,34,3,66,60,136,132,33,2,2,64,32,9,173,32,3,66,255,255,255,255,255,255,255,255,15,131,132,34,3,66,129,128,128,128,128,128,128,128,8,90,4,64,32,2,66,1,124,33,2,12,1,11,32,3,66,128,128,128,128,128,128,128,128,8,82,13,0,32,2,66,1,131,32,2,124,33,2,11,32,2,66,128,128,128,128,128,128,128,8,133,32,2,32,2,66,255,255,255,255,255,255,255,7,86,34,1,27,33,2,32,1,173,11,33,3,32,0,65,32,106,36,0,32,6,66,128,128,128,128,128,128,128,128,128,127,131,32,3,66,52,134,132,32,2,132,191,57,3,0,11,188,2,1,6,127,2,64,2,64,2,64,32,0,45,0,20,69,4,64,32,0,47,1,28,33,3,32,0,40,2,4,33,1,32,0,40,2,0,34,4,40,2,4,33,6,3,64,32,0,32,3,65,1,106,34,3,59,1,28,32,1,65,2,106,33,1,32,6,32,3,65,255,255,3,113,34,5,77,13,2,32,0,32,1,47,1,0,34,2,59,1,14,32,2,69,13,0,11,32,0,32,1,54,2,4,12,3,11,32,0,32,0,40,2,4,34,1,65,2,106,34,2,54,2,4,32,0,40,2,8,32,2,70,4,64,32,0,47,1,18,34,2,69,13,2,32,0,32,2,65,1,107,59,1,18,32,1,47,1,2,33,2,32,0,32,1,65,6,106,34,3,54,2,4,32,0,32,2,59,1,14,32,0,32,3,32,1,47,1,4,65,1,116,106,54,2,8,32,0,32,1,47,1,6,34,5,59,1,28,32,0,40,2,0,33,4,12,3,11,32,0,32,2,47,1,0,59,1,28,65,1,15,11,32,0,32,1,54,2,4,11,65,0,15,11,32,5,32,4,40,2,12,73,4,64,32,4,40,2,52,32,2,65,3,116,106,34,1,45,0,0,33,2,32,0,65,0,59,1,30,32,0,32,1,65,8,106,54,2,24,32,0,32,2,59,1,32,65,1,15,11,32,0,32,2,59,1,30,32,0,65,0,59,1,32,65,1,11,220,23,3,18,127,1,124,3,126,35,0,65,176,4,107,34,11,36,0,32,11,65,0,54,2,44,2,64,32,1,189,34,25,66,0,83,4,64,35,1,65,10,106,33,20,65,1,33,16,32,1,154,34,1,189,33,25,12,1,11,32,4,65,128,16,113,4,64,35,1,65,13,106,33,20,65,1,33,16,12,1,11,35,1,65,10,106,34,6,65,6,106,32,6,65,1,106,32,4,65,1,113,34,16,27,33,20,32,16,69,33,23,11,2,64,32,25,66,128,128,128,128,128,128,128,248,255,0,131,66,128,128,128,128,128,128,128,248,255,0,81,4,64,32,0,65,32,32,2,32,16,65,3,106,34,7,32,4,65,255,255,123,113,16,15,32,0,32,20,32,16,16,14,32,0,35,1,34,6,65,135,8,106,32,6,65,177,10,106,32,5,65,32,113,34,3,27,32,6,65,180,8,106,32,6,65,189,10,106,32,3,27,32,1,32,1,98,27,65,3,16,14,32,0,65,32,32,2,32,7,32,4,65,128,192,0,115,16,15,32,2,32,7,32,2,32,7,74,27,33,13,12,1,11,32,11,65,16,106,33,17,2,64,2,64,2,64,32,1,32,11,65,44,106,16,100,34,1,32,1,160,34,1,68,0,0,0,0,0,0,0,0,98,4,64,32,11,32,11,40,2,44,34,6,65,1,107,54,2,44,32,5,65,32,114,34,21,65,225,0,71,13,1,12,3,11,32,5,65,32,114,34,21,65,225,0,70,13,2,32,11,40,2,44,33,12,12,1,11,32,11,32,6,65,29,107,34,12,54,2,44,32,1,68,0,0,0,0,0,0,176,65,162,33,1,11,65,6,32,3,32,3,65,0,72,27,33,10,32,11,65,48,106,65,160,2,65,0,32,12,65,0,78,27,106,34,14,33,7,3,64,32,7,32,1,252,3,34,3,54,2,0,32,7,65,4,106,33,7,32,1,32,3,184,161,68,0,0,0,0,101,205,205,65,162,34,1,68,0,0,0,0,0,0,0,0,98,13,0,11,2,64,32,12,65,0,76,4,64,32,12,33,9,32,7,33,6,32,14,33,8,12,1,11,32,14,33,8,32,12,33,9,3,64,65,29,32,9,32,9,65,29,79,27,33,3,2,64,32,7,65,4,107,34,6,32,8,73,13,0,32,3,173,33,27,66,0,33,25,3,64,32,6,32,6,53,2,0,32,27,134,32,25,124,34,26,32,26,66,128,148,235,220,3,128,34,25,66,128,148,235,220,3,126,125,62,2,0,32,6,65,4,107,34,6,32,8,79,13,0,11,32,26,66,128,148,235,220,3,84,13,0,32,8,65,4,107,34,8,32,25,62,2,0,11,3,64,32,8,32,7,34,6,73,4,64,32,6,65,4,107,34,7,40,2,0,69,13,1,11,11,32,11,32,11,40,2,44,32,3,107,34,9,54,2,44,32,6,33,7,32,9,65,0,74,13,0,11,11,32,9,65,0,72,4,64,32,10,65,25,106,65,9,110,65,1,106,33,18,32,21,65,230,0,70,33,19,3,64,65,9,65,0,32,9,107,34,3,32,3,65,9,79,27,33,13,2,64,32,6,32,8,77,4,64,65,0,65,4,32,8,40,2,0,27,33,7,12,1,11,65,128,148,235,220,3,32,13,118,33,22,65,127,32,13,116,65,127,115,33,15,65,0,33,9,32,8,33,7,3,64,32,7,32,7,40,2,0,34,3,32,13,118,32,9,106,54,2,0,32,3,32,15,113,32,22,108,33,9,32,7,65,4,106,34,7,32,6,73,13,0,11,65,0,65,4,32,8,40,2,0,27,33,7,32,9,69,13,0,32,6,32,9,54,2,0,32,6,65,4,106,33,6,11,32,11,32,11,40,2,44,32,13,106,34,9,54,2,44,32,14,32,7,32,8,106,34,8,32,19,27,34,3,32,18,65,2,116,106,32,6,32,6,32,3,107,65,2,117,32,18,74,27,33,6,32,9,65,0,72,13,0,11,11,65,0,33,9,2,64,32,6,32,8,77,13,0,32,14,32,8,107,65,2,117,65,9,108,33,9,65,10,33,7,32,8,40,2,0,34,3,65,10,73,13,0,3,64,32,9,65,1,106,33,9,32,3,32,7,65,10,108,34,7,79,13,0,11,11,32,10,32,9,65,0,32,21,65,230,0,71,27,107,32,21,65,231,0,70,32,10,65,0,71,113,107,34,3,32,6,32,14,107,65,2,117,65,9,108,65,9,107,72,4,64,32,11,65,48,106,65,132,96,65,164,98,32,12,65,0,72,27,106,32,3,65,128,200,0,106,34,12,65,9,109,34,3,65,2,116,106,33,13,65,10,33,7,32,12,32,3,65,9,108,107,34,3,65,7,76,4,64,3,64,32,7,65,10,108,33,7,32,3,65,1,106,34,3,65,8,71,13,0,11,11,2,64,32,13,40,2,0,34,12,32,12,32,7,110,34,18,32,7,108,107,34,15,69,32,13,65,4,106,34,3,32,6,70,113,13,0,2,64,32,18,65,1,113,69,4,64,68,0,0,0,0,0,0,64,67,33,1,32,7,65,128,148,235,220,3,71,13,1,32,8,32,13,79,13,1,32,13,65,4,107,45,0,0,65,1,113,69,13,1,11,68,1,0,0,0,0,0,64,67,33,1,11,68,0,0,0,0,0,0,224,63,68,0,0,0,0,0,0,240,63,68,0,0,0,0,0,0,248,63,32,3,32,6,70,27,68,0,0,0,0,0,0,248,63,32,15,32,7,65,1,118,34,3,70,27,32,3,32,15,75,27,33,24,2,64,32,23,13,0,32,20,45,0,0,65,45,71,13,0,32,24,154,33,24,32,1,154,33,1,11,32,13,32,12,32,15,107,34,3,54,2,0,32,1,32,24,160,32,1,97,13,0,32,13,32,3,32,7,106,34,3,54,2,0,32,3,65,128,148,235,220,3,79,4,64,3,64,32,13,65,0,54,2,0,32,8,32,13,65,4,107,34,13,75,4,64,32,8,65,4,107,34,8,65,0,54,2,0,11,32,13,32,13,40,2,0,65,1,106,34,3,54,2,0,32,3,65,255,147,235,220,3,75,13,0,11,11,32,14,32,8,107,65,2,117,65,9,108,33,9,65,10,33,7,32,8,40,2,0,34,3,65,10,73,13,0,3,64,32,9,65,1,106,33,9,32,3,32,7,65,10,108,34,7,79,13,0,11,11,32,13,65,4,106,34,3,32,6,32,3,32,6,73,27,33,6,11,3,64,32,6,34,12,32,8,77,34,7,69,4,64,32,6,65,4,107,34,6,40,2,0,69,13,1,11,11,2,64,32,21,65,231,0,71,4,64,32,4,65,8,113,33,19,12,1,11,32,9,65,127,115,65,127,32,10,65,1,32,10,27,34,6,32,9,74,32,9,65,123,74,113,34,3,27,32,6,106,33,10,65,127,65,126,32,3,27,32,5,106,33,5,32,4,65,8,113,34,19,13,0,65,119,33,6,2,64,32,7,13,0,32,12,65,4,107,40,2,0,34,15,69,13,0,65,10,33,3,65,0,33,6,32,15,65,10,112,13,0,3,64,32,6,34,7,65,1,106,33,6,32,15,32,3,65,10,108,34,3,112,69,13,0,11,32,7,65,127,115,33,6,11,32,12,32,14,107,65,2,117,65,9,108,33,3,32,5,65,95,113,65,198,0,70,4,64,65,0,33,19,32,10,32,3,32,6,106,65,9,107,34,3,65,0,32,3,65,0,74,27,34,3,32,3,32,10,74,27,33,10,12,1,11,65,0,33,19,32,10,32,3,32,9,106,32,6,106,65,9,107,34,3,65,0,32,3,65,0,74,27,34,3,32,3,32,10,74,27,33,10,11,65,127,33,13,32,10,65,253,255,255,255,7,65,254,255,255,255,7,32,10,32,19,114,34,15,27,74,13,1,32,10,32,15,65,0,71,106,65,1,106,33,22,2,64,32,5,65,95,113,34,7,65,198,0,70,4,64,32,9,32,22,65,255,255,255,255,7,115,74,13,3,32,9,65,0,32,9,65,0,74,27,33,6,12,1,11,32,17,32,9,32,9,65,31,117,34,3,115,32,3,107,173,32,17,16,35,34,6,107,65,1,76,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,17,32,6,107,65,2,72,13,0,11,11,32,6,65,2,107,34,18,32,5,58,0,0,32,6,65,1,107,65,45,65,43,32,9,65,0,72,27,58,0,0,32,17,32,18,107,34,6,32,22,65,255,255,255,255,7,115,74,13,2,11,32,6,32,22,106,34,3,32,16,65,255,255,255,255,7,115,74,13,1,32,0,65,32,32,2,32,3,32,16,106,34,9,32,4,16,15,32,0,32,20,32,16,16,14,32,0,65,48,32,2,32,9,32,4,65,128,128,4,115,16,15,2,64,2,64,2,64,32,7,65,198,0,70,4,64,32,11,65,16,106,65,9,114,33,5,32,14,32,8,32,8,32,14,75,27,34,3,33,8,3,64,32,8,53,2,0,32,5,16,35,33,6,2,64,32,3,32,8,71,4,64,32,6,32,11,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,11,65,16,106,75,13,0,11,12,1,11,32,5,32,6,71,13,0,32,6,65,1,107,34,6,65,48,58,0,0,11,32,0,32,6,32,5,32,6,107,16,14,32,8,65,4,106,34,8,32,14,77,13,0,11,32,15,4,64,32,0,35,1,65,239,10,106,65,1,16,14,11,32,8,32,12,79,13,1,32,10,65,0,76,13,1,3,64,32,8,53,2,0,32,5,16,35,34,6,32,11,65,16,106,75,4,64,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,11,65,16,106,75,13,0,11,11,32,0,32,6,65,9,32,10,32,10,65,9,78,27,16,14,32,10,65,9,107,33,6,32,8,65,4,106,34,8,32,12,79,13,3,32,10,65,9,74,32,6,33,10,13,0,11,12,2,11,2,64,32,10,65,0,72,13,0,32,12,32,8,65,4,106,32,8,32,12,73,27,33,3,32,11,65,16,106,65,9,114,33,12,32,8,33,7,3,64,32,12,32,7,53,2,0,32,12,16,35,34,6,70,4,64,32,6,65,1,107,34,6,65,48,58,0,0,11,2,64,32,7,32,8,71,4,64,32,6,32,11,65,16,106,77,13,1,3,64,32,6,65,1,107,34,6,65,48,58,0,0,32,6,32,11,65,16,106,75,13,0,11,12,1,11,32,0,32,6,65,1,16,14,32,6,65,1,106,33,6,32,10,32,19,114,69,13,0,32,0,35,1,65,239,10,106,65,1,16,14,11,32,0,32,6,32,12,32,6,107,34,5,32,10,32,5,32,10,72,27,16,14,32,10,32,5,107,33,10,32,7,65,4,106,34,7,32,3,79,13,1,32,10,65,0,78,13,0,11,11,32,0,65,48,32,10,65,18,106,65,18,65,0,16,15,32,0,32,18,32,17,32,18,107,16,14,12,2,11,32,10,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,15,11,32,0,65,32,32,2,32,9,32,4,65,128,192,0,115,16,15,32,2,32,9,32,2,32,9,74,27,33,13,12,1,11,32,20,32,5,65,26,116,65,31,117,65,9,113,106,33,9,2,64,32,3,65,11,75,13,0,65,12,32,3,107,33,6,68,0,0,0,0,0,0,48,64,33,24,3,64,32,24,68,0,0,0,0,0,0,48,64,162,33,24,32,6,65,1,107,34,6,13,0,11,32,9,45,0,0,65,45,70,4,64,32,24,32,1,154,32,24,161,160,154,33,1,12,1,11,32,1,32,24,160,32,24,161,33,1,11,32,17,32,11,40,2,44,34,7,32,7,65,31,117,34,6,115,32,6,107,173,32,17,16,35,34,6,70,4,64,32,6,65,1,107,34,6,65,48,58,0,0,32,11,40,2,44,33,7,11,32,16,65,2,114,33,10,32,5,65,32,113,33,12,32,6,65,2,107,34,14,32,5,65,15,106,58,0,0,32,6,65,1,107,65,45,65,43,32,7,65,0,72,27,58,0,0,32,4,65,8,113,69,32,3,65,0,76,113,33,8,32,11,65,16,106,33,7,3,64,32,7,34,5,32,1,252,2,34,6,35,1,65,224,47,106,106,45,0,0,32,12,114,58,0,0,32,1,32,6,183,161,68,0,0,0,0,0,0,48,64,162,33,1,2,64,32,7,65,1,106,34,7,32,11,65,16,106,107,65,1,71,13,0,32,1,68,0,0,0,0,0,0,0,0,97,32,8,113,13,0,32,5,65,46,58,0,1,32,5,65,2,106,33,7,11,32,1,68,0,0,0,0,0,0,0,0,98,13,0,11,65,127,33,13,32,3,65,253,255,255,255,7,32,10,32,17,32,14,107,34,8,106,34,6,107,74,13,0,32,0,65,32,32,2,32,6,32,3,65,2,106,32,7,32,11,65,16,106,34,5,107,34,7,32,7,65,2,107,32,3,72,27,32,7,32,3,27,34,3,106,34,6,32,4,16,15,32,0,32,9,32,10,16,14,32,0,65,48,32,2,32,6,32,4,65,128,128,4,115,16,15,32,0,32,5,32,7,16,14,32,0,65,48,32,3,32,7,107,65,0,65,0,16,15,32,0,32,14,32,8,16,14,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,15,32,2,32,6,32,2,32,6,74,27,33,13,11,32,11,65,176,4,106,36,0,32,13,11,179,1,1,5,127,32,2,32,1,40,2,20,34,6,73,4,64,2,127,32,1,40,2,24,34,4,32,2,77,4,64,32,1,40,2,44,32,1,40,2,48,32,2,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,3,65,2,106,33,5,32,3,47,1,0,12,1,11,32,1,40,2,40,32,1,40,2,4,32,2,108,65,1,116,106,65,2,107,33,3,65,0,11,33,7,32,0,65,0,54,0,21,32,0,32,7,59,1,18,32,0,65,0,59,1,16,32,0,65,0,54,2,12,32,0,32,5,54,2,8,32,0,32,3,54,2,4,32,0,32,1,54,2,0,32,0,66,255,255,3,55,2,28,32,0,32,2,32,4,79,58,0,20,32,0,65,0,54,0,24,11,32,2,32,6,73,11,177,1,1,5,127,32,1,32,0,40,2,0,34,2,40,2,20,34,5,73,4,64,2,127,32,2,40,2,24,34,3,32,1,77,4,64,32,2,40,2,44,32,2,40,2,48,32,1,32,3,107,65,2,116,106,40,2,0,65,1,116,106,34,2,65,2,106,33,4,32,2,47,1,0,12,1,11,32,2,40,2,40,32,2,40,2,4,32,1,108,65,1,116,106,65,2,107,33,2,65,0,11,33,6,32,0,65,0,54,0,21,32,0,32,6,59,1,18,32,0,65,0,59,1,16,32,0,65,0,54,2,12,32,0,32,4,54,2,8,32,0,32,2,54,2,4,32,0,66,255,255,3,55,2,28,32,0,32,1,32,3,79,58,0,20,32,0,65,0,54,0,24,11,32,1,32,5,73,11,250,2,1,7,127,35,0,65,32,107,34,3,36,0,32,3,32,0,40,2,28,34,4,54,2,16,32,0,40,2,20,33,5,32,3,32,2,54,2,28,32,3,32,1,54,2,24,32,3,32,5,32,4,107,34,1,54,2,20,32,1,32,2,106,33,5,65,2,33,7,2,127,2,64,2,64,2,64,32,0,40,2,60,32,3,65,16,106,34,1,65,2,32,3,65,12,106,16,0,34,4,4,127,35,1,65,216,213,0,106,32,4,54,2,0,65,127,5,65,0,11,4,64,32,1,33,4,12,1,11,3,64,32,5,32,3,40,2,12,34,6,70,13,2,32,6,65,0,72,4,64,32,1,33,4,12,4,11,32,1,65,8,65,0,32,6,32,1,40,2,4,34,8,75,34,9,27,106,34,4,32,6,32,8,65,0,32,9,27,107,34,8,32,4,40,2,0,106,54,2,0,32,1,65,12,65,4,32,9,27,106,34,1,32,1,40,2,0,32,8,107,54,2,0,32,5,32,6,107,33,5,32,0,40,2,60,32,4,34,1,32,7,32,9,107,34,7,32,3,65,12,106,16,0,34,6,4,127,35,1,65,216,213,0,106,32,6,54,2,0,65,127,5,65,0,11,69,13,0,11,11,32,5,65,127,71,13,1,11,32,0,32,0,40,2,44,34,1,54,2,28,32,0,32,1,54,2,20,32,0,32,1,32,0,40,2,48,106,54,2,16,32,2,12,1,11,32,0,65,0,54,2,28,32,0,66,0,55,3,16,32,0,32,0,40,2,0,65,32,114,54,2,0,65,0,32,7,65,2,70,13,0,26,32,2,32,4,40,2,4,107,11,32,3,65,32,106,36,0,11,78,1,1,127,32,0,40,2,60,35,0,65,16,107,34,0,36,0,32,1,32,2,65,255,1,113,32,0,65,8,106,16,2,34,2,4,127,35,1,65,216,213,0,106,32,2,54,2,0,65,127,5,65,0,11,33,2,32,0,41,3,8,33,1,32,0,65,16,106,36,0,66,127,32,1,32,2,27,11,31,0,32,0,40,2,60,16,4,34,0,4,127,35,1,65,216,213,0,106,32,0,54,2,0,65,127,5,65,0,11,11,133,10,1,3,127,35,0,65,128,1,107,34,16,36,0,35,1,65,212,213,0,106,34,18,40,2,0,34,17,69,4,64,32,18,16,74,34,17,54,2,0,11,32,17,32,14,54,2,72,32,16,35,11,34,17,40,2,0,54,2,120,32,16,32,17,40,2,12,65,1,116,54,2,112,32,16,32,17,40,2,8,54,2,108,32,16,32,1,54,2,124,32,16,32,17,40,2,16,54,2,116,32,16,32,17,40,2,4,65,1,116,54,2,104,32,16,32,3,65,1,116,54,2,100,32,16,32,2,54,2,96,32,16,32,5,65,1,116,54,2,92,32,16,32,4,54,2,88,32,16,32,9,65,1,116,54,2,84,32,16,32,8,54,2,80,32,16,32,11,65,1,116,54,2,76,32,16,32,10,54,2,72,35,1,65,212,213,0,106,34,2,40,2,0,32,16,32,16,41,2,96,55,3,48,32,16,32,16,41,2,88,55,3,40,32,16,65,48,106,32,16,65,40,106,16,123,32,2,40,2,0,33,1,32,7,65,127,32,7,27,34,3,32,6,79,4,64,32,1,32,3,54,2,108,32,1,32,6,54,2,104,11,32,16,32,16,41,2,80,55,3,32,32,16,32,16,41,2,72,55,3,24,32,2,40,2,0,32,16,65,32,106,32,16,65,24,106,16,122,32,2,40,2,0,33,1,32,13,65,127,32,13,27,34,3,32,12,79,4,64,32,1,32,3,54,2,132,1,32,1,32,12,54,2,128,1,11,32,2,40,2,0,32,14,54,2,72,32,2,40,2,0,32,15,54,2,84,32,16,32,16,41,2,112,55,3,8,32,16,32,16,41,2,120,55,3,16,32,16,32,16,41,2,104,55,3,0,32,2,40,2,0,34,1,65,0,54,2,40,32,1,65,0,54,2,28,32,16,40,2,16,33,4,32,16,40,2,8,33,5,32,16,40,2,4,33,6,32,16,40,2,0,33,7,32,16,40,2,20,33,3,32,1,32,16,40,2,12,59,1,20,32,1,32,3,54,2,4,32,1,65,0,54,2,12,32,1,40,2,8,33,3,32,1,32,1,40,2,16,4,127,65,0,5,2,127,32,3,4,64,32,3,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,3,32,1,65,8,54,2,16,32,1,32,3,54,2,8,32,1,40,2,12,11,34,8,65,1,106,54,2,12,32,3,32,8,65,28,108,106,34,3,65,0,54,2,24,32,3,66,0,55,2,16,32,3,32,5,54,2,12,32,3,32,6,54,2,8,32,3,32,7,54,2,4,32,3,32,4,54,2,0,2,64,32,1,40,2,52,34,5,65,255,255,3,113,34,3,69,13,0,32,1,40,2,48,33,6,65,0,33,7,65,0,33,4,32,3,65,8,79,4,64,32,5,65,248,255,3,113,33,9,65,0,33,8,3,64,32,6,32,4,65,12,108,106,34,3,65,127,54,2,88,32,3,65,127,54,2,76,32,3,65,127,54,2,64,32,3,65,127,54,2,52,32,3,65,127,54,2,40,32,3,65,127,54,2,28,32,3,65,127,54,2,16,32,3,65,127,54,2,4,32,4,65,8,106,33,4,32,8,65,8,106,34,8,32,9,71,13,0,11,11,32,5,65,7,113,34,3,69,13,0,3,64,32,6,32,4,65,12,108,106,65,127,54,2,4,32,4,65,1,106,33,4,32,7,65,1,106,34,7,32,3,71,13,0,11,11,32,1,65,1,58,0,156,1,32,1,32,5,54,2,76,32,1,65,0,54,2,136,1,32,1,65,0,59,0,157,1,32,1,65,0,54,2,80,32,1,65,0,58,0,159,1,32,1,32,0,54,2,0,32,1,66,0,55,2,140,1,32,1,66,0,55,2,148,1,65,0,33,7,65,0,33,6,32,2,40,2,0,32,16,65,60,106,32,16,65,56,106,16,117,4,64,65,0,33,15,65,0,33,5,65,0,33,17,3,64,2,64,32,17,65,3,106,34,3,32,16,47,1,66,65,6,108,106,34,0,32,5,77,13,0,65,8,32,5,65,1,116,34,1,32,0,32,0,32,1,73,27,34,0,32,0,65,8,77,27,34,5,65,2,116,33,0,32,7,4,64,32,7,32,0,35,6,40,2,0,17,1,0,33,7,12,1,11,32,0,35,7,40,2,0,17,0,0,33,7,11,65,0,33,13,32,16,47,1,66,65,24,108,65,12,106,34,0,4,64,32,7,32,17,65,2,116,106,65,0,32,0,252,11,0,11,32,16,47,1,64,33,1,32,7,32,15,65,2,116,106,34,0,32,16,47,1,66,34,2,54,2,4,32,0,32,1,54,2,0,32,0,32,16,40,2,56,54,2,8,32,15,65,3,106,33,15,32,2,4,64,3,64,32,7,32,15,65,2,116,106,34,0,32,16,40,2,68,32,13,65,28,108,106,34,1,40,2,24,54,2,0,32,1,40,2,0,33,4,32,1,40,2,8,33,8,32,1,40,2,16,33,9,32,1,40,2,4,33,10,32,0,32,1,40,2,12,54,2,20,32,0,32,10,54,2,12,32,0,32,9,54,2,4,32,0,32,8,65,1,118,54,2,16,32,0,32,4,65,1,118,54,2,8,32,15,65,6,106,33,15,32,13,65,1,106,34,13,32,2,71,13,0,11,11,32,6,65,1,106,33,6,32,2,65,6,108,32,3,106,33,17,35,1,65,212,213,0,106,40,2,0,32,16,65,60,106,32,16,65,56,106,16,117,13,0,11,11,35,11,34,0,35,1,65,212,213,0,106,40,2,0,45,0,159,1,54,2,8,32,0,32,7,54,2,4,32,0,32,6,54,2,0,32,16,65,128,1,106,36,0,11,9,0,32,0,40,2,4,16,5,11,179,10,1,3,127,35,0,65,144,1,107,34,16,36,0,35,1,65,212,213,0,106,34,18,40,2,0,34,17,69,4,64,32,18,16,74,34,17,54,2,0,11,32,17,32,14,65,127,32,14,27,54,2,72,32,16,35,11,34,17,40,2,0,54,2,136,1,32,16,32,17,40,2,12,65,1,116,54,2,128,1,32,16,32,17,40,2,8,54,2,124,32,16,32,1,54,2,140,1,32,16,32,17,40,2,16,54,2,132,1,32,16,32,17,40,2,4,65,1,116,54,2,120,32,16,32,3,65,1,116,54,2,116,32,16,32,2,54,2,112,32,16,32,5,65,1,116,54,2,108,32,16,32,4,54,2,104,32,16,32,9,65,1,116,54,2,100,32,16,32,8,54,2,96,32,16,32,11,65,1,116,54,2,92,32,16,32,10,54,2,88,35,1,34,3,65,212,213,0,106,34,2,40,2,0,32,16,32,16,41,2,112,55,3,56,32,16,32,16,41,2,104,55,3,48,32,16,65,56,106,32,16,65,48,106,16,123,32,2,40,2,0,33,1,32,7,65,127,32,7,27,34,4,32,6,79,4,64,32,1,32,4,54,2,108,32,1,32,6,54,2,104,11,32,16,32,16,41,2,96,55,3,40,32,16,32,16,41,2,88,55,3,32,32,2,40,2,0,32,16,65,40,106,32,16,65,32,106,16,122,32,2,40,2,0,33,1,32,13,65,127,32,13,27,34,4,32,12,79,4,64,32,1,32,4,54,2,132,1,32,1,32,12,54,2,128,1,11,32,2,40,2,0,32,14,54,2,72,32,2,40,2,0,32,15,54,2,84,32,16,32,16,41,2,128,1,55,3,16,32,16,32,16,41,2,136,1,55,3,24,32,16,32,3,65,232,211,0,106,41,3,0,55,3,80,32,16,32,16,41,2,120,55,3,8,32,16,65,208,0,106,33,5,32,16,40,2,24,33,4,32,16,40,2,16,33,6,32,16,40,2,12,33,7,32,16,40,2,8,33,8,32,16,40,2,28,33,3,32,16,40,2,20,33,9,32,2,40,2,0,34,1,65,0,54,2,40,32,1,65,0,54,2,28,32,1,32,9,59,1,20,32,1,32,3,54,2,4,32,1,65,0,54,2,12,32,1,40,2,8,33,3,32,1,32,1,40,2,16,4,127,65,0,5,2,127,32,3,4,64,32,3,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,3,32,1,65,8,54,2,16,32,1,32,3,54,2,8,32,1,40,2,12,11,34,9,65,1,106,54,2,12,32,3,32,9,65,28,108,106,34,3,65,0,54,2,24,32,3,66,0,55,2,16,32,3,32,6,54,2,12,32,3,32,7,54,2,8,32,3,32,8,54,2,4,32,3,32,4,54,2,0,2,64,32,1,40,2,52,34,6,65,255,255,3,113,34,3,69,13,0,32,1,40,2,48,33,7,65,0,33,8,65,0,33,4,32,3,65,8,79,4,64,32,6,65,248,255,3,113,33,10,65,0,33,9,3,64,32,7,32,4,65,12,108,106,34,3,65,127,54,2,88,32,3,65,127,54,2,76,32,3,65,127,54,2,64,32,3,65,127,54,2,52,32,3,65,127,54,2,40,32,3,65,127,54,2,28,32,3,65,127,54,2,16,32,3,65,127,54,2,4,32,4,65,8,106,33,4,32,9,65,8,106,34,9,32,10,71,13,0,11,11,32,6,65,7,113,34,3,69,13,0,3,64,32,7,32,4,65,12,108,106,65,127,54,2,4,32,4,65,1,106,33,4,32,8,65,1,106,34,8,32,3,71,13,0,11,11,32,1,65,1,58,0,156,1,32,1,32,6,54,2,76,32,1,65,0,54,2,136,1,32,1,65,0,59,0,157,1,32,1,65,0,54,2,80,32,1,65,0,58,0,159,1,32,1,32,0,54,2,0,32,1,66,0,55,2,140,1,32,1,66,0,55,2,148,1,32,5,4,64,32,1,32,5,54,2,140,1,32,1,32,5,40,2,0,54,2,144,1,11,65,0,33,7,65,0,33,6,32,2,40,2,0,32,16,65,196,0,106,16,121,4,64,65,0,33,15,65,0,33,5,65,0,33,17,3,64,2,64,32,17,65,2,106,34,3,32,16,47,1,74,65,6,108,106,34,0,32,5,77,13,0,65,8,32,5,65,1,116,34,1,32,0,32,0,32,1,73,27,34,0,32,0,65,8,77,27,34,5,65,2,116,33,0,32,7,4,64,32,7,32,0,35,6,40,2,0,17,1,0,33,7,12,1,11,32,0,35,7,40,2,0,17,0,0,33,7,11,65,0,33,13,32,16,47,1,74,65,24,108,65,8,106,34,0,4,64,32,7,32,17,65,2,116,106,65,0,32,0,252,11,0,11,32,16,47,1,72,33,0,32,7,32,15,65,2,116,106,34,1,32,16,47,1,74,34,2,54,2,4,32,1,32,0,54,2,0,32,15,65,2,106,33,15,32,2,4,64,3,64,32,7,32,15,65,2,116,106,34,0,32,16,40,2,76,32,13,65,28,108,106,34,1,40,2,24,54,2,0,32,1,40,2,0,33,4,32,1,40,2,8,33,8,32,1,40,2,16,33,9,32,1,40,2,4,33,10,32,0,32,1,40,2,12,54,2,20,32,0,32,10,54,2,12,32,0,32,9,54,2,4,32,0,32,8,65,1,118,54,2,16,32,0,32,4,65,1,118,54,2,8,32,15,65,6,106,33,15,32,13,65,1,106,34,13,32,2,71,13,0,11,11,32,6,65,1,106,33,6,32,2,65,6,108,32,3,106,33,17,35,1,65,212,213,0,106,40,2,0,32,16,65,196,0,106,16,121,13,0,11,11,35,11,34,0,35,1,65,212,213,0,106,40,2,0,45,0,159,1,54,2,8,32,0,32,7,54,2,4,32,0,32,6,54,2,0,32,16,65,144,1,106,36,0,11,12,0,32,0,35,8,40,2,0,17,2,0,11,217,1,1,3,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,40,2,20,40,2,8,33,3,2,127,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,65,255,255,3,32,0,65,16,118,34,2,65,255,255,3,70,13,2,26,32,0,65,128,254,3,113,65,8,118,12,1,11,65,255,255,3,32,0,47,1,42,34,2,65,255,255,3,70,13,1,26,32,0,47,1,40,11,33,0,32,3,32,2,32,0,65,255,255,3,113,16,42,11,32,1,65,48,106,36,0,11,119,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,91,32,1,65,48,106,36,0,11,155,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,3,118,65,1,113,12,1,11,32,0,47,1,44,65,2,118,65,1,113,11,32,1,65,48,106,36,0,11,155,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,5,118,65,1,113,12,1,11,32,0,47,1,44,65,9,118,65,1,113,11,32,1,65,48,106,36,0,11,222,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,2,64,32,1,40,2,12,34,0,65,255,255,3,113,69,4,64,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,128,254,3,113,65,8,118,33,0,12,2,11,32,0,47,1,40,33,0,11,32,0,65,255,255,3,113,65,255,255,3,71,13,0,65,1,12,1,11,32,1,40,2,20,40,2,8,40,2,76,32,0,65,255,255,3,113,65,1,116,106,47,1,0,65,255,255,3,70,11,32,1,65,48,106,36,0,11,170,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,26,116,65,31,117,65,226,4,113,12,1,11,65,226,4,32,0,45,0,45,65,2,113,13,0,26,32,0,40,2,32,11,65,0,71,32,1,65,48,106,36,0,11,155,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,4,118,65,1,113,12,1,11,32,0,47,1,44,65,5,118,65,1,113,11,32,1,65,48,106,36,0,11,119,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,62,32,1,65,48,106,36,0,11,209,6,1,8,127,35,0,65,160,1,107,34,7,36,0,32,7,35,11,34,8,40,2,0,54,2,152,1,32,7,32,8,40,2,12,65,1,116,54,2,144,1,32,7,32,0,54,2,156,1,32,7,32,7,41,2,152,1,55,3,88,32,7,32,8,40,2,16,54,2,148,1,32,7,32,7,41,2,144,1,55,3,80,32,7,32,8,40,2,8,54,2,140,1,32,7,32,8,40,2,4,65,1,116,54,2,136,1,32,7,32,7,41,2,136,1,55,3,72,35,1,65,192,213,0,106,32,7,65,200,0,106,16,44,32,6,65,1,116,34,0,65,127,32,0,32,5,114,34,0,27,33,11,32,5,65,127,32,0,27,33,10,32,4,65,1,116,33,12,65,0,33,4,65,0,33,6,65,0,33,8,3,64,65,0,33,0,3,64,32,7,65,240,0,106,35,1,65,192,213,0,106,16,16,2,64,2,64,2,64,32,0,65,1,113,69,4,64,32,7,65,64,107,32,7,41,2,128,1,55,3,0,32,7,32,7,41,2,120,55,3,56,32,7,32,7,41,2,112,55,3,48,32,7,65,232,0,106,32,7,65,48,106,16,64,32,3,32,7,40,2,104,34,0,77,4,64,32,0,32,3,71,13,2,32,7,40,2,108,32,12,75,13,2,11,35,1,65,192,213,0,106,34,0,16,28,13,5,32,0,16,53,69,13,2,32,7,65,240,0,106,32,0,16,16,11,35,1,65,192,213,0,106,34,0,16,28,13,4,32,0,16,53,69,13,1,65,1,33,0,12,3,11,32,7,32,7,41,2,128,1,55,3,40,32,7,32,7,41,2,120,55,3,32,32,7,32,7,41,2,112,55,3,24,32,7,32,7,40,2,28,54,2,96,32,7,32,7,40,2,32,54,2,100,32,10,32,7,40,2,96,34,0,73,13,0,32,0,32,10,70,4,64,32,11,32,7,40,2,100,77,13,1,11,32,7,32,7,41,2,128,1,55,3,16,32,7,32,7,41,2,120,55,3,8,32,7,32,7,41,2,112,55,3,0,65,0,33,0,32,7,16,63,33,5,2,64,32,2,69,4,64,32,6,33,5,12,1,11,2,64,3,64,32,1,32,0,65,2,116,106,40,2,0,34,9,32,5,70,13,1,32,5,32,9,73,4,64,32,6,33,5,12,3,11,32,0,65,1,106,34,0,32,2,71,13,0,11,32,6,33,5,12,1,11,2,64,32,6,65,5,106,34,5,32,8,77,13,0,65,8,32,8,65,1,116,34,0,32,5,32,0,32,5,75,27,34,0,32,0,65,8,77,27,34,8,65,2,116,33,0,32,4,4,64,32,4,32,0,35,6,40,2,0,17,1,0,33,4,12,1,11,32,0,35,7,40,2,0,17,0,0,33,4,11,32,4,32,6,65,2,116,106,34,0,66,0,55,2,0,32,0,65,0,54,2,16,32,0,66,0,55,2,8,32,7,40,2,112,33,6,32,7,40,2,120,33,9,32,7,40,2,128,1,33,13,32,7,40,2,116,33,14,32,4,32,5,65,2,116,106,34,0,65,4,107,32,7,40,2,124,54,2,0,32,0,65,12,107,32,14,54,2,0,32,0,65,20,107,32,13,54,2,0,32,0,65,8,107,32,9,65,1,118,54,2,0,32,0,65,16,107,32,6,65,1,118,54,2,0,11,65,0,33,0,35,1,65,192,213,0,106,16,43,4,64,32,5,33,6,12,3,11,35,1,65,192,213,0,106,16,28,4,64,32,5,33,6,12,3,11,35,1,65,192,213,0,106,16,53,13,1,32,5,33,6,11,35,11,34,0,32,4,54,2,4,32,0,32,6,65,5,110,54,2,0,32,7,65,160,1,106,36,0,15,11,65,1,33,0,32,5,33,6,12,0,11,0,11,0,11,160,3,1,8,127,35,0,65,128,1,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,120,32,1,32,2,40,2,12,65,1,116,54,2,112,32,1,32,0,54,2,124,32,1,32,1,41,2,120,55,3,72,32,1,32,2,40,2,16,54,2,116,32,1,65,64,107,32,1,41,2,112,55,3,0,32,1,32,2,40,2,8,54,2,108,32,1,32,2,40,2,4,65,1,116,54,2,104,32,1,32,1,41,2,104,55,3,56,65,0,33,0,2,64,32,1,40,2,72,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,52,33,0,11,2,64,32,0,34,3,69,4,64,65,0,33,2,12,1,11,65,4,32,3,65,5,108,16,41,33,2,32,1,32,1,41,2,120,55,3,48,32,1,32,1,41,2,112,55,3,40,32,1,32,1,41,2,104,55,3,32,35,1,65,192,213,0,106,34,0,32,1,65,32,106,16,44,32,0,16,43,26,32,2,33,0,3,64,32,1,65,208,0,106,35,1,65,192,213,0,106,16,16,32,1,32,1,41,2,96,55,3,24,32,1,32,1,41,2,88,55,3,16,32,1,32,1,41,2,80,55,3,8,32,1,65,8,106,16,62,4,64,32,1,40,2,80,33,4,32,1,40,2,88,33,5,32,1,40,2,96,33,6,32,1,40,2,84,33,7,32,0,32,1,40,2,92,54,2,16,32,0,32,7,54,2,8,32,0,32,6,54,2,0,32,0,32,5,65,1,118,54,2,12,32,0,32,4,65,1,118,54,2,4,32,8,65,1,106,34,8,32,3,70,13,2,32,0,65,20,106,33,0,11,35,1,65,192,213,0,106,16,28,13,0,11,11,35,11,34,0,32,2,54,2,4,32,0,32,3,54,2,0,32,1,65,128,1,106,36,0,11,186,1,1,5,127,32,1,32,0,40,2,20,73,4,64,65,36,35,7,40,2,0,17,0,0,33,2,2,127,32,0,40,2,24,34,4,32,1,77,4,64,32,0,40,2,44,32,0,40,2,48,32,1,32,4,107,65,2,116,106,40,2,0,65,1,116,106,34,3,65,2,106,33,5,32,3,47,1,0,12,1,11,32,0,40,2,40,32,0,40,2,4,32,1,108,65,1,116,106,65,2,107,33,3,65,0,11,33,6,32,2,65,0,54,0,21,32,2,32,6,59,1,18,32,2,65,0,59,1,16,32,2,65,0,54,2,12,32,2,32,5,54,2,8,32,2,32,3,54,2,4,32,2,32,0,54,2,0,32,2,66,255,255,3,55,2,28,32,2,32,1,32,4,79,58,0,20,32,2,65,0,54,0,24,11,32,2,11,205,3,1,8,127,35,0,65,128,1,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,120,32,1,32,2,40,2,12,65,1,116,54,2,112,32,1,32,0,54,2,124,32,1,32,1,41,2,120,55,3,48,32,1,32,2,40,2,16,54,2,116,32,1,32,1,41,2,112,55,3,40,32,1,32,2,40,2,8,54,2,108,32,1,32,2,40,2,4,65,1,116,54,2,104,32,1,32,1,41,2,104,55,3,32,65,0,33,0,2,64,32,1,40,2,48,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,48,33,0,11,2,64,32,0,34,4,69,4,64,65,0,33,0,12,1,11,65,4,32,4,65,5,108,16,41,33,0,32,1,32,1,41,2,120,55,3,24,32,1,32,1,41,2,112,55,3,16,32,1,32,1,41,2,104,55,3,8,35,1,65,192,213,0,106,34,2,32,1,65,8,106,16,44,32,2,16,43,26,32,1,65,208,0,106,32,2,16,16,32,1,40,2,80,33,2,32,1,40,2,88,33,5,32,1,40,2,96,33,3,32,1,40,2,84,33,6,32,0,32,1,40,2,92,54,2,16,32,0,32,6,54,2,8,32,0,32,3,54,2,0,32,0,32,5,65,1,118,54,2,12,32,0,32,2,65,1,118,54,2,4,32,4,65,1,70,13,0,65,1,33,5,32,0,33,2,3,64,35,1,65,192,213,0,106,34,3,16,28,26,32,1,65,56,106,32,3,16,16,32,1,40,2,56,33,3,32,1,40,2,64,33,6,32,1,40,2,72,33,7,32,1,40,2,60,33,8,32,2,32,1,40,2,68,54,2,36,32,2,32,8,54,2,28,32,2,32,7,54,2,20,32,2,32,6,65,1,118,54,2,32,32,2,32,3,65,1,118,54,2,24,32,2,65,20,106,33,2,32,5,65,1,106,34,5,32,4,71,13,0,11,11,35,11,34,2,32,0,54,2,4,32,2,32,4,54,2,0,32,1,65,128,1,106,36,0,11,172,2,2,7,127,1,126,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,35,0,65,32,107,34,0,36,0,32,1,40,2,20,40,2,8,33,2,32,1,40,2,16,41,2,0,33,8,65,1,33,3,2,64,2,64,2,64,32,1,47,1,12,34,4,65,254,255,3,107,14,2,0,2,1,11,65,0,33,3,12,1,11,32,2,40,2,72,32,4,65,3,108,106,45,0,0,33,3,11,32,0,32,8,55,3,16,32,0,32,8,55,3,8,32,0,65,8,106,32,0,65,31,106,65,1,32,2,65,0,32,4,32,3,65,1,113,34,5,35,1,65,161,10,106,34,6,16,49,65,1,106,34,7,35,7,40,2,0,17,0,0,33,3,32,0,32,0,41,3,16,55,3,0,32,0,32,3,32,7,32,2,65,0,32,4,32,5,32,6,16,49,26,32,0,65,32,106,36,0,32,1,65,48,106,36,0,32,3,11,122,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,92,32,1,65,48,106,36,0,65,1,118,11,123,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,40,2,0,32,1,65,48,106,36,0,65,1,118,11,150,1,1,2,127,35,0,65,64,106,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,56,32,1,32,2,40,2,12,65,1,116,54,2,48,32,1,32,0,54,2,60,32,1,32,1,41,2,56,55,3,24,32,1,32,2,40,2,16,54,2,52,32,1,32,1,41,2,48,55,3,16,32,1,32,2,40,2,8,54,2,44,32,1,32,2,40,2,4,65,1,116,54,2,40,32,1,32,1,41,2,40,55,3,8,32,1,65,32,106,32,1,65,8,106,16,64,32,2,32,1,40,2,32,54,2,0,32,2,32,1,40,2,36,65,1,118,54,2,4,32,1,65,64,107,36,0,11,158,1,1,2,127,35,0,65,64,106,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,56,32,1,32,2,40,2,12,65,1,116,54,2,48,32,1,32,0,54,2,60,32,1,32,1,41,2,56,55,3,24,32,1,32,2,40,2,16,54,2,52,32,1,32,1,41,2,48,55,3,16,32,1,32,2,40,2,8,54,2,44,32,1,32,2,40,2,4,65,1,116,54,2,40,32,1,32,1,41,2,40,55,3,8,32,1,32,1,40,2,12,54,2,32,32,1,32,1,40,2,16,54,2,36,32,2,32,1,40,2,32,54,2,0,32,2,32,1,40,2,36,65,1,118,54,2,4,32,1,65,64,107,36,0,11,215,2,1,6,127,35,0,65,240,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,104,32,1,32,2,40,2,12,65,1,116,54,2,96,32,1,32,0,54,2,108,32,1,32,2,40,2,8,54,2,92,32,1,32,2,40,2,16,54,2,100,32,1,32,2,40,2,4,65,1,116,54,2,88,32,1,32,2,40,2,24,65,1,116,54,2,84,32,1,32,2,40,2,20,54,2,80,32,2,40,2,32,33,0,32,2,40,2,28,33,3,32,1,32,1,41,2,104,55,3,40,32,1,32,1,41,2,96,55,3,32,32,1,32,3,54,2,72,32,1,32,1,41,2,88,55,3,24,32,1,32,0,65,1,116,54,2,76,32,1,32,1,41,2,80,55,3,16,32,1,32,1,41,2,72,55,3,8,35,0,65,32,107,34,0,36,0,32,1,40,2,12,33,3,32,1,40,2,8,33,4,32,1,40,2,20,33,5,32,1,40,2,16,33,6,32,0,32,1,41,2,40,55,3,24,32,0,32,1,41,2,32,55,3,16,32,0,32,1,41,2,24,55,3,8,32,1,65,48,106,32,0,65,8,106,32,6,32,5,32,4,32,3,65,0,16,86,32,0,65,32,106,36,0,32,2,32,1,40,2,60,54,2,16,32,2,32,1,40,2,52,54,2,8,32,2,32,1,40,2,64,54,2,0,32,2,32,1,40,2,56,65,1,118,54,2,12,32,2,32,1,40,2,48,65,1,118,54,2,4,32,1,65,240,0,106,36,0,11,215,2,1,6,127,35,0,65,240,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,104,32,1,32,2,40,2,12,65,1,116,54,2,96,32,1,32,0,54,2,108,32,1,32,2,40,2,8,54,2,92,32,1,32,2,40,2,16,54,2,100,32,1,32,2,40,2,4,65,1,116,54,2,88,32,1,32,2,40,2,24,65,1,116,54,2,84,32,1,32,2,40,2,20,54,2,80,32,2,40,2,32,33,0,32,2,40,2,28,33,3,32,1,32,1,41,2,104,55,3,40,32,1,32,1,41,2,96,55,3,32,32,1,32,3,54,2,72,32,1,32,1,41,2,88,55,3,24,32,1,32,0,65,1,116,54,2,76,32,1,32,1,41,2,80,55,3,16,32,1,32,1,41,2,72,55,3,8,35,0,65,32,107,34,0,36,0,32,1,40,2,12,33,3,32,1,40,2,8,33,4,32,1,40,2,20,33,5,32,1,40,2,16,33,6,32,0,32,1,41,2,40,55,3,24,32,0,32,1,41,2,32,55,3,16,32,0,32,1,41,2,24,55,3,8,32,1,65,48,106,32,0,65,8,106,32,6,32,5,32,4,32,3,65,1,16,86,32,0,65,32,106,36,0,32,2,32,1,40,2,60,54,2,16,32,2,32,1,40,2,52,54,2,8,32,2,32,1,40,2,64,54,2,0,32,2,32,1,40,2,56,65,1,118,54,2,12,32,2,32,1,40,2,48,65,1,118,54,2,4,32,1,65,240,0,106,36,0,11,134,2,1,4,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,32,2,40,2,24,65,1,116,33,4,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,32,4,65,0,16,87,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,134,2,1,4,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,32,2,40,2,24,65,1,116,33,4,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,32,4,65,1,16,87,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,88,1,1,127,35,1,65,200,211,0,106,36,6,35,1,65,192,211,0,106,36,7,35,1,65,204,211,0,106,36,8,35,1,65,196,211,0,106,36,9,35,1,65,136,213,0,106,36,10,35,1,65,144,213,0,106,34,0,36,11,35,1,65,148,219,0,106,36,12,35,1,65,152,219,0,106,36,13,32,0,65,0,65,140,6,252,11,0,11,159,2,1,3,127,35,0,65,128,1,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,120,32,1,32,2,40,2,12,65,1,116,54,2,112,32,1,32,0,54,2,124,32,1,32,2,40,2,8,54,2,108,32,1,32,2,40,2,16,54,2,116,32,1,32,2,40,2,4,65,1,116,54,2,104,32,1,32,2,40,2,20,54,2,96,32,1,32,2,40,2,24,65,1,116,54,2,80,32,1,32,2,40,2,28,54,2,84,32,1,32,2,40,2,32,65,1,116,54,2,88,32,2,40,2,36,33,3,32,1,32,1,41,2,120,55,3,48,32,1,32,1,41,2,112,55,3,40,32,1,32,0,54,2,100,32,1,32,1,41,2,104,55,3,32,32,1,32,3,54,2,92,32,1,32,1,41,2,96,55,3,24,32,1,32,1,41,2,88,55,3,16,32,1,32,1,41,2,80,55,3,8,32,1,65,56,106,32,1,65,32,106,32,1,65,8,106,16,24,32,2,32,1,40,2,68,54,2,16,32,2,32,1,40,2,60,54,2,8,32,2,32,1,40,2,72,54,2,0,32,2,32,1,40,2,64,65,1,118,54,2,12,32,2,32,1,40,2,56,65,1,118,54,2,4,32,1,65,128,1,106,36,0,11,224,4,2,6,127,2,126,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,3,40,2,0,54,2,72,32,1,65,64,107,34,2,32,3,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,3,40,2,16,54,2,68,32,1,32,2,41,2,0,55,3,16,32,1,32,3,40,2,8,54,2,60,32,1,32,3,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,144,1,107,34,0,36,0,2,127,32,1,40,2,28,34,2,40,2,0,34,4,65,1,113,4,64,32,2,45,0,5,65,15,113,33,5,32,2,45,0,4,33,6,32,2,45,0,6,12,1,11,32,4,40,2,12,33,6,32,4,40,2,8,33,5,32,4,40,2,4,11,33,4,32,0,32,2,54,2,140,1,32,0,32,2,54,2,136,1,32,0,65,0,54,2,132,1,32,0,32,6,54,2,128,1,32,0,32,5,54,2,124,32,0,32,4,54,2,120,2,64,32,2,32,1,40,2,24,34,4,71,4,64,32,0,32,0,41,2,128,1,55,3,80,32,0,32,0,41,2,136,1,55,3,88,32,0,32,0,41,2,120,55,3,72,32,0,32,1,41,2,16,55,3,56,32,0,65,64,107,32,1,41,2,24,55,3,0,32,0,32,1,41,2,8,55,3,48,32,0,65,224,0,106,32,0,65,200,0,106,32,0,65,48,106,16,24,2,64,32,0,40,2,112,34,2,32,4,70,13,0,32,2,69,13,0,3,64,32,0,32,0,41,2,112,34,7,55,3,136,1,32,0,32,0,41,2,104,34,8,55,3,128,1,32,0,32,8,55,3,32,32,0,32,7,55,3,40,32,0,32,0,41,2,96,34,7,55,3,120,32,0,32,7,55,3,24,32,0,32,1,41,2,16,55,3,8,32,0,32,1,41,2,24,55,3,16,32,0,32,1,41,2,8,55,3,0,32,0,65,224,0,106,32,0,65,24,106,32,0,16,24,32,0,40,2,112,34,2,32,4,70,13,1,32,2,13,0,11,11,32,1,32,0,41,3,120,55,2,32,32,1,32,0,41,3,136,1,55,2,48,32,1,32,0,41,3,128,1,55,2,40,12,1,11,32,1,66,0,55,2,32,32,1,66,0,55,2,48,32,1,66,0,55,2,40,11,32,0,65,144,1,106,36,0,32,3,32,1,40,2,44,54,2,16,32,3,32,1,40,2,36,54,2,8,32,3,32,1,40,2,48,54,2,0,32,3,32,1,40,2,40,65,1,118,54,2,12,32,3,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,157,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,65,1,33,0,2,64,32,1,40,2,16,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,56,65,1,106,33,0,11,32,1,65,48,106,36,0,32,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,0,16,89,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,0,16,90,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,1,16,89,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,65,1,16,90,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,197,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,72,32,2,65,64,107,34,4,32,3,40,2,12,65,1,116,54,2,0,32,2,32,0,54,2,76,32,2,32,2,41,2,72,55,3,24,32,2,32,3,40,2,16,54,2,68,32,2,32,4,41,2,0,55,3,16,32,2,32,3,40,2,8,54,2,60,32,2,32,3,40,2,4,65,1,116,54,2,56,32,2,32,2,41,2,56,55,3,8,32,2,65,32,106,32,2,65,8,106,32,1,65,255,255,3,113,16,60,32,3,32,2,40,2,44,54,2,16,32,3,32,2,40,2,36,54,2,8,32,3,32,2,40,2,48,54,2,0,32,3,32,2,40,2,40,65,1,118,54,2,12,32,3,32,2,40,2,32,65,1,118,54,2,4,32,2,65,208,0,106,36,0,11,240,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,72,32,2,65,64,107,34,4,32,3,40,2,12,65,1,116,54,2,0,32,2,32,0,54,2,76,32,2,32,2,41,2,72,55,3,24,32,2,32,3,40,2,16,54,2,68,32,2,32,4,41,2,0,55,3,16,32,2,32,3,40,2,8,54,2,60,32,2,32,3,40,2,4,65,1,116,54,2,56,32,2,32,2,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,2,41,2,24,55,3,24,32,0,32,2,41,2,16,55,3,16,32,0,32,2,41,2,8,55,3,8,32,2,65,32,106,32,0,65,8,106,32,1,65,0,16,61,32,0,65,32,106,36,0,32,3,32,2,40,2,44,54,2,16,32,3,32,2,40,2,36,54,2,8,32,3,32,2,40,2,48,54,2,0,32,3,32,2,40,2,40,65,1,118,54,2,12,32,3,32,2,40,2,32,65,1,118,54,2,4,32,2,65,208,0,106,36,0,11,240,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,72,32,2,65,64,107,34,4,32,3,40,2,12,65,1,116,54,2,0,32,2,32,0,54,2,76,32,2,32,2,41,2,72,55,3,24,32,2,32,3,40,2,16,54,2,68,32,2,32,4,41,2,0,55,3,16,32,2,32,3,40,2,8,54,2,60,32,2,32,3,40,2,4,65,1,116,54,2,56,32,2,32,2,41,2,56,55,3,8,35,0,65,32,107,34,0,36,0,32,0,32,2,41,2,24,55,3,24,32,0,32,2,41,2,16,55,3,16,32,0,32,2,41,2,8,55,3,8,32,2,65,32,106,32,0,65,8,106,32,1,65,1,16,61,32,0,65,32,106,36,0,32,3,32,2,40,2,44,54,2,16,32,3,32,2,40,2,36,54,2,8,32,3,32,2,40,2,48,54,2,0,32,3,32,2,40,2,40,65,1,118,54,2,12,32,3,32,2,40,2,32,65,1,118,54,2,4,32,2,65,208,0,106,36,0,11,42,1,2,127,2,64,32,0,40,2,32,34,3,69,13,0,32,1,32,3,75,13,0,32,0,40,2,60,32,1,65,2,116,106,40,2,0,33,2,11,32,2,11,154,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,65,0,33,0,2,64,32,1,40,2,16,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,52,33,0,11,32,1,65,48,106,36,0,32,0,11,154,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,65,0,33,0,2,64,32,1,40,2,16,40,2,0,34,2,65,1,113,13,0,32,2,40,2,36,69,13,0,32,2,40,2,48,33,0,11,32,1,65,48,106,36,0,32,0,11,156,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,2,127,32,1,40,2,16,40,2,0,34,0,65,1,113,4,64,32,0,65,128,254,3,113,65,8,118,12,1,11,32,0,47,1,40,11,65,255,255,3,113,32,1,65,48,106,36,0,11,250,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,65,0,16,88,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,250,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,2,40,2,20,65,1,116,33,3,35,0,65,32,107,34,0,36,0,32,0,32,1,41,2,24,55,3,24,32,0,32,1,41,2,16,55,3,16,32,0,32,1,41,2,8,55,3,8,32,1,65,32,106,32,0,65,8,106,32,3,65,1,16,88,32,0,65,32,106,36,0,32,2,32,1,40,2,44,54,2,16,32,2,32,1,40,2,36,54,2,8,32,2,32,1,40,2,48,54,2,0,32,2,32,1,40,2,40,65,1,118,54,2,12,32,2,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,137,4,1,9,127,35,0,65,128,1,107,34,2,36,0,32,2,35,11,34,3,40,2,0,54,2,120,32,2,32,3,40,2,12,65,1,116,54,2,112,32,2,32,0,54,2,124,32,2,32,2,41,2,120,55,3,48,32,2,32,3,40,2,16,54,2,116,32,2,32,2,41,2,112,55,3,40,32,2,32,3,40,2,8,54,2,108,32,2,32,3,40,2,4,65,1,116,54,2,104,32,2,32,2,41,2,104,55,3,32,32,2,65,212,0,106,32,2,65,32,106,16,113,2,64,32,1,69,4,64,65,0,33,3,12,1,11,32,2,32,2,41,2,120,55,3,24,32,2,32,2,41,2,112,55,3,16,32,2,32,2,41,2,104,55,3,8,32,2,65,212,0,106,34,0,32,2,65,8,106,16,44,32,0,16,43,26,65,0,33,0,65,0,33,3,3,64,32,3,33,4,2,64,3,64,32,2,65,212,0,106,34,3,16,110,32,1,70,13,1,32,3,16,28,13,0,11,32,4,33,3,12,2,11,32,2,65,60,106,32,2,65,212,0,106,34,3,16,16,32,3,16,28,2,64,32,4,65,5,106,34,3,32,0,77,13,0,65,8,32,0,65,1,116,34,0,32,3,32,0,32,3,75,27,34,0,32,0,65,8,77,27,34,0,65,2,116,33,6,32,5,4,64,32,5,32,6,35,6,40,2,0,17,1,0,33,5,12,1,11,32,6,35,7,40,2,0,17,0,0,33,5,11,32,5,32,4,65,2,116,106,34,4,66,0,55,2,0,32,4,65,0,54,2,16,32,4,66,0,55,2,8,32,2,40,2,60,33,6,32,2,40,2,68,33,8,32,2,40,2,76,33,9,32,2,40,2,64,33,10,32,5,32,3,65,2,116,106,34,4,65,4,107,32,2,40,2,72,54,2,0,32,4,65,12,107,32,10,54,2,0,32,4,65,20,107,32,9,54,2,0,32,4,65,8,107,32,8,65,1,118,54,2,0,32,4,65,16,107,32,6,65,1,118,54,2,0,13,0,11,11,32,2,40,2,88,34,0,4,64,32,0,35,8,40,2,0,17,2,0,32,2,65,0,54,2,96,32,2,66,0,55,2,88,11,35,11,34,0,32,5,54,2,4,32,0,32,3,65,5,110,54,2,0,32,2,65,128,1,106,36,0,11,173,8,1,13,127,35,0,65,48,107,34,4,36,0,32,4,35,11,34,5,40,2,0,54,2,40,32,4,32,5,40,2,12,65,1,116,54,2,32,32,4,32,0,54,2,44,32,4,32,4,41,2,40,55,3,16,32,4,32,5,40,2,16,54,2,36,32,4,32,4,41,2,32,55,3,8,32,4,32,5,40,2,8,54,2,28,32,4,32,5,40,2,4,65,1,116,54,2,24,32,4,32,4,41,2,24,55,3,0,2,127,2,64,32,4,40,2,16,34,0,40,2,0,34,2,65,1,113,13,0,32,4,40,2,20,33,12,3,64,32,0,33,5,32,2,40,2,36,69,13,1,65,0,33,11,32,2,47,1,66,34,0,4,64,32,12,40,2,8,34,7,40,2,84,32,7,47,1,36,32,0,108,65,1,116,106,33,11,11,32,2,40,2,36,34,14,69,13,1,2,127,32,2,32,14,65,3,116,107,34,0,40,2,0,34,3,65,1,113,34,7,69,4,64,32,3,47,1,44,65,2,118,65,1,113,12,1,11,32,3,65,3,118,65,1,113,11,34,8,69,33,9,65,0,33,2,2,64,32,8,13,0,32,11,69,13,0,32,11,47,1,0,33,2,65,1,33,9,11,2,64,2,64,2,64,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,1,2,0,11,32,2,69,4,64,32,7,69,4,64,32,3,47,1,44,34,7,65,1,113,69,13,2,32,7,65,1,118,65,1,113,69,13,2,12,3,11,32,3,65,2,113,69,13,1,32,3,65,2,118,65,1,113,13,2,12,1,11,32,12,40,2,8,40,2,72,32,2,65,3,108,106,45,0,1,65,1,113,13,1,11,65,0,33,10,32,0,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,2,40,2,52,34,10,73,13,2,12,1,11,65,1,33,10,32,1,69,13,2,11,65,1,33,6,32,14,65,1,70,13,3,3,64,65,0,33,2,2,127,32,0,32,6,65,3,116,106,34,7,40,2,0,34,3,65,1,113,34,8,4,64,32,3,65,3,118,65,1,113,12,1,11,32,3,47,1,44,65,2,118,65,1,113,11,69,4,64,32,11,4,127,32,11,32,9,65,1,116,106,47,1,0,5,65,0,11,33,2,32,9,65,1,106,33,9,11,2,127,2,64,2,64,2,64,2,64,2,64,32,2,65,254,255,3,107,14,2,2,1,0,11,2,64,32,2,69,4,64,32,8,69,13,1,32,3,65,2,113,69,13,3,32,3,65,2,118,65,1,113,13,2,12,3,11,32,12,40,2,8,40,2,72,32,2,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,3,47,1,44,34,8,65,1,113,69,13,1,32,8,65,1,118,65,1,113,69,13,1,11,32,1,32,10,71,13,1,12,6,11,65,0,33,3,32,7,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,10,107,34,8,32,2,40,2,52,34,3,79,13,1,32,7,33,0,32,8,33,1,12,4,11,32,10,65,1,106,12,1,11,32,3,32,10,106,11,33,10,32,6,65,1,106,34,6,32,14,71,13,0,11,12,3,11,2,127,65,0,32,12,40,2,8,34,7,40,2,32,69,13,0,26,65,0,32,7,40,2,64,32,5,40,2,0,47,1,66,65,2,116,106,34,5,47,1,2,34,8,69,13,0,26,32,9,65,1,107,33,3,32,7,40,2,68,32,5,47,1,0,65,2,116,106,34,6,32,8,65,2,116,106,33,5,3,64,2,64,32,6,45,0,3,13,0,32,3,32,6,45,0,2,71,13,0,32,7,40,2,60,32,6,47,1,0,65,2,116,106,40,2,0,12,2,11,32,6,65,4,106,34,6,32,5,71,13,0,11,65,0,11,34,5,32,13,32,5,27,33,13,32,2,65,1,113,69,13,1,12,2,11,11,32,3,65,1,113,4,127,32,3,65,3,118,65,1,113,5,32,3,47,1,44,65,2,118,65,1,113,11,13,0,2,64,32,12,40,2,8,34,0,40,2,32,69,13,0,32,0,40,2,64,32,5,40,2,0,47,1,66,65,2,116,106,34,1,47,1,2,34,5,69,13,0,32,9,65,1,107,33,7,32,0,40,2,68,32,1,47,1,0,65,2,116,106,34,6,32,5,65,2,116,106,33,1,3,64,2,64,32,6,45,0,3,13,0,32,7,32,6,45,0,2,71,13,0,32,0,40,2,60,32,6,47,1,0,65,2,116,106,40,2,0,34,0,32,13,32,0,27,12,4,11,32,6,65,4,106,34,6,32,1,71,13,0,11,11,32,13,12,1,11,65,0,11,32,4,65,48,106,36,0,11,170,7,1,13,127,35,0,65,48,107,34,3,36,0,32,3,35,11,34,4,40,2,0,54,2,40,32,3,32,4,40,2,12,65,1,116,54,2,32,32,3,32,0,54,2,44,32,3,32,3,41,2,40,55,3,16,32,3,32,4,40,2,16,54,2,36,32,3,32,3,41,2,32,55,3,8,32,3,32,4,40,2,8,54,2,28,32,3,32,4,40,2,4,65,1,116,54,2,24,32,3,32,3,41,2,24,55,3,0,2,127,2,64,32,3,40,2,16,34,0,40,2,0,34,2,65,1,113,13,0,32,3,40,2,20,33,13,3,64,32,0,33,4,32,2,40,2,36,69,13,1,65,0,33,10,32,2,47,1,66,34,0,4,64,32,13,40,2,8,34,5,40,2,84,32,5,47,1,36,32,0,108,65,1,116,106,33,10,11,32,2,40,2,36,34,14,69,13,1,2,127,32,2,32,14,65,3,116,107,34,0,40,2,0,34,2,65,1,113,34,5,69,4,64,32,2,47,1,44,65,2,118,65,1,113,12,1,11,32,2,65,3,118,65,1,113,11,34,8,69,33,9,65,0,33,6,2,64,32,8,13,0,32,10,69,13,0,32,10,47,1,0,65,0,71,33,6,65,1,33,9,11,2,64,2,64,2,64,2,127,32,5,69,4,64,32,2,47,1,44,65,1,113,12,1,11,32,2,65,1,118,65,1,113,11,32,6,114,65,1,113,69,4,64,65,0,33,6,32,0,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,2,40,2,48,34,6,79,13,1,12,2,11,65,1,33,6,32,1,69,13,2,11,65,1,33,7,32,14,65,1,70,13,3,3,64,65,0,33,11,2,127,32,0,32,7,65,3,116,106,34,5,40,2,0,34,2,65,1,113,34,8,4,64,32,2,65,3,118,65,1,113,12,1,11,32,2,47,1,44,65,2,118,65,1,113,11,69,4,64,32,10,4,127,32,10,32,9,65,1,116,106,47,1,0,65,0,71,5,65,0,11,33,11,32,9,65,1,106,33,9,11,2,127,2,64,2,64,32,8,4,127,32,2,65,1,118,65,1,113,5,32,2,47,1,44,65,1,113,11,32,11,114,65,1,113,4,64,32,1,32,6,71,13,1,12,6,11,65,0,33,11,32,5,40,2,0,34,2,65,1,113,13,1,32,2,40,2,36,69,13,1,32,1,32,6,107,34,8,32,2,40,2,48,34,11,79,13,1,32,5,33,0,32,8,33,1,12,4,11,32,6,65,1,106,12,1,11,32,6,32,11,106,11,33,6,32,7,65,1,106,34,7,32,14,71,13,0,11,12,3,11,2,127,65,0,32,13,40,2,8,34,5,40,2,32,69,13,0,26,65,0,32,5,40,2,64,32,4,40,2,0,47,1,66,65,2,116,106,34,4,47,1,2,34,8,69,13,0,26,32,9,65,1,107,33,6,32,5,40,2,68,32,4,47,1,0,65,2,116,106,34,7,32,8,65,2,116,106,33,4,3,64,2,64,32,7,45,0,3,13,0,32,6,32,7,45,0,2,71,13,0,32,5,40,2,60,32,7,47,1,0,65,2,116,106,40,2,0,12,2,11,32,7,65,4,106,34,7,32,4,71,13,0,11,65,0,11,34,4,32,12,32,4,27,33,12,32,2,65,1,113,69,13,1,12,2,11,11,32,2,65,1,113,4,127,32,2,65,3,118,65,1,113,5,32,2,47,1,44,65,2,118,65,1,113,11,13,0,2,64,32,13,40,2,8,34,0,40,2,32,69,13,0,32,0,40,2,64,32,4,40,2,0,47,1,66,65,2,116,106,34,1,47,1,2,34,4,69,13,0,32,9,65,1,107,33,5,32,0,40,2,68,32,1,47,1,0,65,2,116,106,34,2,32,4,65,2,116,106,33,1,3,64,2,64,32,2,45,0,3,13,0,32,5,32,2,45,0,2,71,13,0,32,0,40,2,60,32,2,47,1,0,65,2,116,106,40,2,0,34,0,32,12,32,0,27,12,4,11,32,2,65,4,106,34,2,32,1,71,13,0,11,11,32,12,12,1,11,65,0,11,32,3,65,48,106,36,0,11,119,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,40,32,1,32,2,40,2,12,65,1,116,54,2,32,32,1,32,0,54,2,44,32,1,32,1,41,2,40,55,3,16,32,1,32,2,40,2,16,54,2,36,32,1,32,1,41,2,32,55,3,8,32,1,32,2,40,2,8,54,2,28,32,1,32,2,40,2,4,65,1,116,54,2,24,32,1,32,1,41,2,24,55,3,0,32,1,16,63,32,1,65,48,106,36,0,11,117,1,1,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,0,41,3,0,55,2,32,32,1,32,0,41,3,8,55,2,40,32,1,65,4,106,32,1,65,28,106,16,16,32,0,32,1,40,2,16,54,2,16,32,0,32,1,40,2,8,54,2,8,32,0,32,1,40,2,20,54,2,0,32,0,32,1,40,2,12,65,1,118,54,2,12,32,0,32,1,40,2,4,65,1,118,54,2,4,32,1,65,48,106,36,0,11,69,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,40,2,16,32,1,40,2,20,65,28,108,106,65,4,107,40,2,0,32,1,65,32,106,36,0,11,243,1,1,7,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,65,0,33,0,32,1,40,2,20,34,5,65,2,79,4,64,32,1,40,2,16,33,6,65,1,33,3,3,64,2,64,2,127,2,64,2,64,32,6,32,3,65,28,108,106,34,4,40,2,0,40,2,0,34,2,65,1,113,4,64,32,2,65,2,113,13,1,32,2,65,3,118,65,1,113,12,3,11,32,2,47,1,44,34,2,65,1,113,69,13,1,11,32,0,65,1,106,33,0,12,2,11,32,2,65,2,118,65,1,113,11,13,0,32,4,65,28,107,40,2,0,40,2,0,47,1,66,34,2,69,13,0,32,0,32,1,40,2,12,40,2,8,34,7,40,2,84,32,7,47,1,36,32,2,108,65,1,116,106,32,4,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,0,11,32,3,65,1,106,34,3,32,5,71,13,0,11,11,32,1,65,32,106,36,0,32,0,11,56,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,110,32,1,65,32,106,36,0,11,103,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,92,32,1,65,208,0,106,36,0,65,1,118,11,101,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,40,2,8,32,1,65,208,0,106,36,0,65,1,118,11,125,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,16,32,1,32,1,41,2,44,55,3,8,32,1,32,1,41,2,36,55,3,0,32,1,65,28,106,32,1,16,64,32,0,32,1,40,2,28,54,2,0,32,0,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,136,1,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,16,32,1,32,1,41,2,44,55,3,8,32,1,32,1,41,2,36,55,3,0,32,1,32,1,40,2,4,54,2,28,32,1,32,1,40,2,8,54,2,32,32,0,32,1,40,2,28,54,2,0,32,0,32,1,40,2,32,65,1,118,54,2,4,32,1,65,208,0,106,36,0,11,66,1,1,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,0,41,3,0,55,2,32,32,1,32,0,41,3,8,55,2,40,32,1,65,4,106,32,1,65,28,106,16,16,32,1,40,2,20,32,1,65,48,106,36,0,11,133,1,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,2,127,32,1,40,2,24,40,2,0,34,0,65,1,113,4,64,32,0,65,5,118,65,1,113,12,1,11,32,0,47,1,44,65,9,118,65,1,113,11,32,1,65,208,0,106,36,0,11,100,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,62,32,1,65,208,0,106,36,0,11,100,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,91,32,1,65,208,0,106,36,0,11,100,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,11,34,0,41,3,0,55,2,64,32,1,32,0,41,3,8,55,2,72,32,1,65,36,106,32,1,65,60,106,16,16,32,1,32,1,41,2,52,55,3,24,32,1,32,1,41,2,44,55,3,16,32,1,32,1,41,2,36,55,3,8,32,1,65,8,106,16,63,32,1,65,208,0,106,36,0,11,76,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,53,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,202,7,2,12,127,1,126,35,0,65,32,107,34,3,36,0,32,3,32,0,54,2,12,32,3,35,11,34,13,41,3,0,55,2,16,32,3,32,13,41,3,8,55,2,24,32,1,33,9,35,0,65,208,0,107,34,2,36,0,32,3,40,2,20,33,0,32,3,40,2,16,33,7,3,64,32,7,32,0,65,1,107,34,1,65,28,108,106,34,8,40,2,24,33,11,32,8,40,2,0,40,2,0,33,6,2,64,2,64,32,1,69,4,64,65,1,33,5,32,6,65,1,113,69,13,1,65,0,33,4,12,2,11,2,64,2,127,32,6,65,1,113,34,12,4,64,32,6,65,2,113,4,64,65,0,33,4,65,1,33,5,12,5,11,32,6,65,3,118,65,1,113,12,1,11,65,1,33,5,32,6,47,1,44,34,4,65,1,113,13,2,32,4,65,2,118,65,1,113,11,13,0,32,8,65,28,107,40,2,0,40,2,0,47,1,66,34,5,69,13,0,65,0,33,4,32,3,40,2,12,40,2,8,34,10,40,2,84,32,10,47,1,36,32,5,108,65,1,116,106,32,8,40,2,20,65,1,116,106,47,1,0,65,0,71,33,5,32,12,69,13,1,12,2,11,65,0,33,5,65,0,33,4,32,12,13,1,11,32,6,40,2,36,69,4,64,65,0,33,4,12,1,11,32,6,40,2,56,33,4,11,2,64,2,64,32,9,32,11,73,13,0,32,5,32,11,106,32,4,106,32,9,77,13,0,3,64,2,64,2,64,2,64,32,7,32,0,65,28,108,106,34,8,65,28,107,40,2,0,34,11,40,2,0,34,5,65,1,113,4,64,32,3,40,2,12,33,1,12,1,11,32,3,40,2,12,33,1,32,5,40,2,36,13,1,11,32,2,32,1,54,2,16,32,2,66,0,55,3,8,32,2,65,0,54,2,44,32,2,66,0,55,2,36,32,2,66,0,55,2,28,32,2,66,0,55,2,20,12,1,11,32,1,40,2,8,33,6,32,5,47,1,66,34,4,4,127,32,6,40,2,84,32,6,47,1,36,32,4,108,65,1,116,106,5,65,0,11,33,12,32,8,65,4,107,40,2,0,33,4,2,64,2,64,32,0,65,1,107,34,10,69,13,0,32,5,47,1,44,34,5,65,1,113,13,0,32,5,65,4,113,13,1,32,7,32,10,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,10,69,13,1,32,4,32,6,40,2,84,32,6,47,1,36,32,10,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,4,12,1,11,32,4,65,1,106,33,4,11,32,11,41,2,0,33,14,32,2,32,1,54,2,16,32,2,32,14,55,3,8,32,2,32,8,65,24,107,34,1,40,2,8,54,2,28,32,2,32,1,41,2,0,55,2,20,32,2,32,12,54,2,44,32,2,66,0,55,3,32,32,2,32,4,54,2,40,32,4,32,9,75,13,3,11,3,64,32,2,65,8,106,32,2,65,48,106,32,2,65,207,0,106,16,37,69,13,3,32,2,40,2,40,32,9,77,13,0,11,32,3,32,0,65,1,106,34,1,32,3,40,2,24,34,4,75,4,127,65,8,32,4,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,1,65,28,108,33,0,2,127,32,7,4,64,32,7,32,0,35,6,40,2,0,17,1,0,12,1,11,32,0,35,7,40,2,0,17,0,0,11,33,7,32,3,32,1,54,2,24,32,3,32,7,54,2,16,32,3,40,2,20,34,0,65,1,106,5,32,1,11,54,2,20,32,7,32,0,65,28,108,106,34,0,32,2,41,2,48,55,2,0,32,0,32,2,40,2,72,54,2,24,32,0,32,2,65,64,107,41,2,0,55,2,16,32,0,32,2,41,2,56,55,2,8,32,2,45,0,79,65,1,70,4,64,32,2,40,2,72,32,9,70,13,3,11,32,3,40,2,16,33,7,32,3,40,2,20,33,0,12,0,11,0,11,32,0,65,2,73,13,0,32,3,32,1,54,2,20,32,1,33,0,12,1,11,11,32,2,65,208,0,106,36,0,32,13,32,3,41,2,16,55,3,0,32,13,32,3,41,2,24,55,3,8,32,3,65,32,106,36,0,11,243,4,2,13,127,1,126,35,0,65,32,107,34,6,36,0,32,6,32,0,54,2,12,32,6,35,11,34,9,41,3,0,55,2,16,32,6,32,9,41,3,8,55,2,24,65,1,33,11,2,64,32,6,65,12,106,34,10,35,2,65,12,106,16,71,34,13,69,13,0,32,10,40,2,4,32,10,40,2,8,65,28,108,106,34,0,65,24,107,34,2,40,2,0,13,0,32,0,65,16,107,40,2,0,69,13,0,32,0,65,12,107,40,2,0,33,7,32,0,65,56,107,40,2,0,34,1,45,0,0,65,1,113,69,4,64,32,1,40,2,0,34,1,32,1,40,2,36,65,3,116,107,33,3,11,32,0,65,48,107,41,2,0,33,14,32,0,65,52,107,40,2,0,33,1,32,2,32,7,4,127,2,127,32,3,40,2,0,34,2,65,1,113,4,64,32,1,32,3,45,0,7,34,2,106,33,8,32,14,66,32,136,167,33,4,32,14,167,12,1,11,65,0,32,14,66,32,136,167,32,2,40,2,20,34,5,27,33,4,32,2,40,2,16,32,1,106,33,8,32,2,40,2,24,33,2,32,5,32,14,167,106,11,173,32,2,32,4,106,173,66,32,134,132,33,14,65,1,33,2,32,7,65,1,71,4,64,3,64,2,64,32,3,32,2,65,3,116,106,34,4,40,2,0,34,1,65,1,113,4,64,32,4,45,0,7,34,1,32,4,45,0,6,106,33,12,32,4,45,0,5,65,15,113,33,5,32,4,45,0,4,33,4,12,1,11,65,0,32,1,40,2,12,32,1,40,2,20,34,5,27,33,4,32,1,40,2,16,32,1,40,2,4,106,33,12,32,5,32,1,40,2,8,106,33,5,32,1,40,2,24,33,1,11,32,5,32,14,167,106,173,32,1,32,4,106,65,0,32,14,66,32,136,167,32,5,27,106,173,66,32,134,132,33,14,32,8,32,12,106,33,8,32,2,65,1,106,34,2,32,7,71,13,0,11,11,2,127,32,3,32,7,65,3,116,106,34,2,40,2,0,34,3,65,1,113,4,64,32,2,45,0,5,65,15,113,33,1,32,2,45,0,4,33,5,32,2,45,0,6,12,1,11,32,3,40,2,12,33,5,32,3,40,2,8,33,1,32,3,40,2,4,11,32,1,32,14,167,106,173,65,0,32,14,66,32,136,167,32,1,27,32,5,106,173,66,32,134,132,33,14,32,8,106,5,32,1,11,54,2,0,32,0,65,20,107,32,14,55,2,0,11,2,64,2,64,2,64,32,13,65,1,107,14,2,0,2,1,11,3,64,32,10,16,112,65,1,70,13,0,11,12,1,11,65,0,33,11,11,32,9,32,6,41,2,16,55,3,0,32,9,32,6,41,2,24,55,3,8,32,6,65,32,106,36,0,32,11,11,76,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,28,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,135,1,2,2,127,1,126,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,0,40,2,0,54,2,32,32,1,32,0,41,2,4,55,2,36,32,1,32,0,40,2,12,34,2,54,2,44,32,1,32,0,40,2,16,65,1,116,54,2,24,32,1,32,2,54,2,20,32,1,32,1,41,2,20,55,3,8,32,1,65,28,106,65,0,32,1,40,2,8,32,1,40,2,12,16,111,32,0,32,1,41,2,32,55,3,0,32,0,32,1,41,2,40,55,3,8,32,1,65,48,106,36,0,66,0,82,11,102,2,2,127,1,126,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,40,2,0,54,2,16,32,1,32,0,41,2,4,55,2,20,32,1,32,0,40,2,12,34,2,54,2,28,32,1,65,12,106,32,2,65,1,116,65,0,65,0,16,111,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,66,0,82,11,95,1,3,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,33,2,3,64,32,2,16,112,34,3,65,1,70,13,0,11,32,3,65,2,70,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,76,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,43,32,0,32,1,41,2,16,55,3,0,32,0,32,1,41,2,24,55,3,8,32,1,65,32,106,36,0,11,78,1,1,127,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,1,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,15,11,65,0,33,2,32,0,40,2,8,32,0,40,2,4,106,32,1,77,13,0,32,0,40,2,56,32,1,65,2,116,106,40,2,0,33,2,11,32,2,11,189,2,1,4,127,35,0,65,48,107,34,2,36,0,32,2,32,0,54,2,28,32,2,35,11,34,4,41,3,0,55,2,32,32,2,32,4,41,3,8,55,2,40,32,2,32,4,41,3,16,55,2,12,32,2,32,4,41,3,24,55,2,20,32,2,32,1,54,2,8,32,2,32,2,40,2,8,54,2,28,32,2,47,1,24,33,0,32,2,65,0,54,2,36,32,2,32,0,59,1,44,32,2,40,2,32,33,0,32,2,40,2,12,33,5,2,64,2,64,32,2,40,2,16,34,1,32,2,40,2,40,75,4,64,32,1,65,28,108,33,3,2,127,32,0,4,64,32,0,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,0,32,2,32,1,54,2,40,32,2,32,0,54,2,32,32,2,40,2,36,34,3,69,13,1,32,3,65,28,108,34,3,69,13,1,32,0,32,1,65,28,108,106,32,0,32,3,252,10,0,0,12,1,11,32,1,69,13,1,11,32,1,65,28,108,33,3,32,5,4,64,32,3,69,13,1,32,0,32,5,32,3,252,10,0,0,12,1,11,32,3,69,13,0,32,0,65,0,32,3,252,11,0,11,32,2,32,2,40,2,36,32,1,106,54,2,36,32,4,32,2,41,2,32,55,3,0,32,4,32,2,41,2,40,55,3,8,32,2,65,48,106,36,0,11,217,1,2,8,127,1,126,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,2,40,2,32,33,4,32,2,41,3,24,33,9,32,2,40,2,20,33,5,32,2,40,2,4,33,6,32,2,40,2,8,33,7,32,2,40,2,16,33,8,32,1,32,1,41,2,72,55,3,24,32,1,32,8,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,7,54,2,60,32,1,32,6,65,1,116,54,2,56,32,1,32,5,54,2,40,32,1,32,9,55,2,44,32,1,32,4,54,2,52,32,1,32,0,54,2,36,32,1,32,1,41,2,56,55,3,8,32,1,65,36,106,32,1,65,8,106,16,44,32,2,32,1,41,2,40,55,3,0,32,2,32,1,41,2,48,55,3,8,32,1,65,208,0,106,36,0,11,83,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,11,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,40,2,16,34,0,4,64,32,0,35,8,40,2,0,17,2,0,32,1,65,0,54,2,24,32,1,66,0,55,2,16,11,32,1,65,32,106,36,0,11,218,1,1,5,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,11,34,3,41,3,0,55,2,32,32,1,32,3,41,3,8,55,2,40,32,1,65,0,54,2,24,32,1,32,1,40,2,28,54,2,8,32,1,47,1,44,33,0,32,1,65,0,54,2,20,32,1,32,0,59,1,24,32,1,65,0,54,2,12,2,64,2,64,32,1,40,2,36,34,0,69,13,0,32,1,40,2,32,33,5,32,0,65,28,108,34,2,35,7,40,2,0,17,0,0,33,4,32,1,32,0,54,2,20,32,1,32,4,54,2,12,32,5,4,64,32,2,69,13,1,32,4,32,5,32,2,252,10,0,0,32,1,32,0,54,2,16,12,2,11,32,2,69,13,0,32,4,65,0,32,2,252,11,0,11,32,1,32,0,54,2,16,11,32,3,32,1,41,2,12,55,3,0,32,3,32,1,41,2,20,55,3,8,32,1,65,48,106,36,0,11,154,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,11,34,2,40,2,0,54,2,72,32,1,65,64,107,34,3,32,2,40,2,12,65,1,116,54,2,0,32,1,32,0,54,2,76,32,1,32,1,41,2,72,55,3,24,32,1,32,2,40,2,16,54,2,68,32,1,32,3,41,2,0,55,3,16,32,1,32,2,40,2,8,54,2,60,32,1,32,2,40,2,4,65,1,116,54,2,56,32,1,32,1,41,2,56,55,3,8,32,1,65,36,106,32,1,65,8,106,16,113,32,2,32,1,41,2,40,55,3,0,32,2,32,1,41,2,48,55,3,8,32,1,65,208,0,106,36,0,11,204,48,2,27,127,3,126,35,0,65,16,107,34,24,36,0,35,0,65,64,106,34,7,36,0,32,7,65,0,54,2,60,32,7,66,0,55,2,36,32,7,66,0,55,2,28,2,127,32,0,40,2,0,34,2,65,1,113,4,64,32,0,45,0,4,33,13,32,0,45,0,6,33,12,32,0,45,0,5,65,15,113,12,1,11,32,2,40,2,12,33,13,32,2,40,2,4,33,12,32,2,40,2,8,11,33,8,32,7,65,0,59,1,60,32,7,32,0,54,2,44,32,7,65,224,1,35,7,40,2,0,17,0,0,34,2,54,2,48,32,7,66,129,128,128,128,128,1,55,2,52,32,2,65,0,54,2,24,32,2,66,0,55,2,16,32,2,32,13,54,2,12,32,2,32,8,54,2,8,32,2,32,12,54,2,4,32,2,32,0,54,2,0,2,127,32,1,40,2,0,34,2,65,1,113,4,64,32,1,45,0,4,33,13,32,1,45,0,6,33,12,32,1,45,0,5,65,15,113,12,1,11,32,2,40,2,12,33,13,32,2,40,2,4,33,12,32,2,40,2,8,11,33,2,32,7,65,0,59,1,40,32,7,32,1,54,2,24,32,7,40,2,28,33,8,32,7,40,2,36,69,4,64,2,127,32,8,4,64,32,8,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,8,32,7,65,8,54,2,36,32,7,32,8,54,2,28,11,32,7,65,1,54,2,32,32,8,65,0,54,2,24,32,8,66,0,55,2,16,32,8,32,13,54,2,12,32,8,32,2,54,2,8,32,8,32,12,54,2,4,32,8,32,1,54,2,0,32,7,65,0,54,2,16,32,7,66,0,55,3,8,32,0,40,2,12,32,0,40,2,16,32,1,40,2,12,32,1,40,2,16,32,7,65,8,106,16,85,32,0,34,19,40,2,8,33,2,35,0,65,224,0,107,34,5,36,0,32,7,65,0,54,2,52,32,7,40,2,48,33,0,32,7,32,7,40,2,56,4,127,65,0,5,2,127,32,0,4,64,32,0,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,0,32,7,65,8,54,2,56,32,7,32,0,54,2,48,32,7,40,2,52,11,34,8,65,1,106,54,2,52,32,5,65,0,54,2,8,32,5,66,0,55,3,0,32,0,32,8,65,28,108,106,34,0,32,19,54,2,0,32,0,32,5,41,3,0,55,2,4,32,0,32,5,40,2,8,54,2,12,32,0,65,0,54,2,24,32,0,66,0,55,2,16,32,5,32,7,40,2,60,54,2,56,32,5,32,7,41,2,52,55,3,48,32,7,41,2,44,33,29,32,5,65,0,54,2,76,32,5,32,29,55,3,40,32,5,66,0,55,2,68,32,5,65,1,54,2,64,32,5,32,2,54,2,60,32,7,65,0,54,2,32,32,7,40,2,28,33,0,32,7,40,2,36,69,4,64,2,127,32,0,4,64,32,0,65,224,1,35,6,40,2,0,17,1,0,12,1,11,65,224,1,35,7,40,2,0,17,0,0,11,33,0,32,7,65,8,54,2,36,32,7,32,0,54,2,28,32,7,40,2,32,33,4,11,32,7,32,4,65,1,106,54,2,32,32,5,65,0,54,2,88,32,5,66,0,55,3,80,32,0,32,4,65,28,108,106,34,0,32,1,34,22,54,2,0,32,0,32,5,41,3,80,55,2,4,32,0,32,5,40,2,88,54,2,12,32,0,65,0,54,2,24,32,0,66,0,55,2,16,32,5,32,7,40,2,40,54,2,16,32,5,32,7,41,2,32,55,3,8,32,7,41,2,24,33,29,32,5,65,0,54,2,36,32,5,32,29,55,3,0,32,5,66,0,55,2,28,32,5,65,1,54,2,24,32,5,32,2,54,2,20,32,5,40,2,44,32,5,40,2,48,34,11,65,28,108,106,34,0,65,24,107,40,2,0,33,8,32,0,65,20,107,41,2,0,33,30,32,5,45,0,68,69,4,64,32,30,167,33,13,32,30,66,32,136,167,33,4,2,127,32,0,65,28,107,40,2,0,34,1,40,2,0,34,2,65,1,113,4,64,32,1,45,0,5,65,15,113,33,0,32,1,45,0,4,33,12,32,1,45,0,6,12,1,11,32,2,40,2,12,33,12,32,2,40,2,8,33,0,32,2,40,2,4,11,32,8,106,33,8,32,0,32,13,106,173,65,0,32,4,32,0,27,32,12,106,173,66,32,134,132,33,30,11,32,5,40,2,4,32,5,40,2,8,34,15,65,28,108,106,34,0,65,24,107,40,2,0,33,13,32,0,65,20,107,41,2,0,34,29,167,33,12,32,29,66,32,136,167,33,4,2,127,32,0,65,28,107,40,2,0,34,1,40,2,0,34,2,65,1,113,4,64,32,1,45,0,5,65,15,113,33,0,32,1,45,0,4,33,6,32,1,45,0,6,12,1,11,32,2,40,2,12,33,6,32,2,40,2,8,33,0,32,2,40,2,4,11,33,1,32,0,32,12,106,173,65,0,32,4,32,0,27,32,6,106,173,66,32,134,132,33,29,2,127,2,64,32,1,32,13,106,34,2,32,8,75,4,64,32,30,33,31,32,29,33,30,32,8,33,0,32,2,33,8,12,1,11,32,29,33,31,65,0,32,8,32,2,34,0,77,13,1,26,11,65,192,1,35,7,40,2,0,17,0,0,34,10,32,8,54,2,20,32,10,32,0,54,2,16,32,10,32,30,55,2,8,32,10,32,31,55,2,0,65,8,33,17,32,30,33,29,32,8,33,2,65,1,11,33,13,65,0,33,12,3,64,32,11,65,1,107,33,4,2,127,2,64,2,64,2,64,32,5,45,0,68,34,16,65,1,70,4,64,32,4,13,1,12,3,11,32,11,69,13,2,12,1,11,32,11,65,2,107,33,4,11,32,5,40,2,60,33,6,32,5,40,2,44,33,9,3,64,32,9,32,4,34,0,65,28,108,106,34,1,40,2,0,33,14,65,0,33,4,2,64,32,0,69,13,0,32,1,65,28,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,32,6,40,2,84,32,6,47,1,36,32,3,108,65,1,116,106,32,1,40,2,20,65,1,116,106,47,1,0,33,4,11,2,64,2,127,32,14,40,2,0,34,3,65,1,113,4,64,32,3,65,1,118,65,1,113,12,1,11,32,3,47,1,44,65,1,113,11,13,0,32,4,65,255,255,3,113,13,0,32,0,65,1,107,33,4,32,0,69,13,2,12,1,11,11,32,3,65,8,118,33,9,32,14,45,0,7,33,20,32,1,40,2,4,12,1,11,65,0,33,3,65,0,33,9,65,0,33,20,65,0,33,4,65,0,11,33,27,32,15,65,1,107,33,1,2,127,2,64,2,64,2,64,32,5,45,0,28,34,25,65,1,70,4,64,32,1,13,1,12,3,11,32,15,69,13,2,12,1,11,32,15,65,2,107,33,1,11,32,5,40,2,20,33,18,32,5,40,2,4,33,26,3,64,32,26,32,1,34,0,65,28,108,106,34,14,40,2,0,33,21,65,0,33,1,2,64,32,0,69,13,0,32,14,65,28,107,40,2,0,40,2,0,47,1,66,34,6,69,13,0,32,18,40,2,84,32,18,47,1,36,32,6,108,65,1,116,106,32,14,40,2,20,65,1,116,106,47,1,0,33,1,11,2,64,2,127,32,21,40,2,0,34,6,65,1,113,4,64,32,6,65,1,118,65,1,113,12,1,11,32,6,47,1,44,65,1,113,11,13,0,32,1,65,255,255,3,113,13,0,32,0,65,1,107,33,1,32,0,69,13,2,12,1,11,11,32,6,65,8,118,33,0,32,21,45,0,7,33,18,32,14,40,2,4,12,1,11,65,0,33,6,65,0,33,0,65,0,33,18,65,0,33,1,65,0,11,33,26,32,3,65,1,113,34,14,4,127,32,9,65,255,1,113,5,32,3,47,1,40,11,33,28,2,127,2,64,2,64,2,64,2,64,2,64,2,127,32,6,65,1,113,34,21,69,4,64,32,3,65,0,71,33,9,32,6,47,1,40,33,0,65,1,12,1,11,32,3,32,6,114,69,13,3,32,3,65,0,71,33,9,32,0,65,255,1,113,33,0,32,6,65,0,71,11,69,13,0,32,9,69,13,0,32,4,65,255,255,3,113,32,1,65,255,255,3,113,71,13,0,32,28,65,255,255,3,113,34,4,32,0,65,255,255,3,113,71,13,0,32,3,65,1,113,69,4,64,32,3,40,2,16,33,20,11,32,6,65,1,113,69,4,64,32,6,40,2,16,33,18,11,32,14,4,127,32,3,65,16,118,5,32,3,47,1,42,11,32,21,4,127,32,6,65,16,118,5,32,6,47,1,42,11,33,15,65,0,33,9,65,0,33,1,32,14,69,4,64,32,3,45,0,44,65,192,0,113,65,6,118,33,1,11,32,21,69,4,64,32,6,45,0,44,65,192,0,113,65,6,118,33,9,11,2,127,32,3,65,26,116,65,31,117,65,226,4,113,32,14,13,0,26,65,226,4,32,3,45,0,45,65,2,113,13,0,26,32,3,40,2,32,11,33,25,2,127,32,6,65,26,116,65,31,117,65,226,4,113,32,21,13,0,26,65,226,4,32,6,45,0,45,65,2,113,13,0,26,32,6,40,2,32,11,33,6,32,26,32,27,71,13,3,32,4,65,255,255,3,70,13,3,32,18,32,20,71,13,3,65,255,255,3,113,34,0,65,255,255,3,70,13,3,32,15,65,255,255,3,113,34,4,65,255,255,3,70,13,3,32,0,69,32,4,69,115,13,3,32,6,32,25,71,13,3,32,1,32,9,115,13,3,32,14,4,127,32,3,65,4,118,65,1,113,5,32,3,47,1,44,65,5,118,65,1,113,11,13,3,32,1,69,13,2,35,1,65,148,12,106,33,0,2,64,32,5,40,2,72,34,1,69,13,0,32,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,0,32,1,65,48,106,32,1,40,2,36,27,33,0,11,35,1,65,148,12,106,33,4,2,64,32,5,40,2,32,34,1,69,13,0,32,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,4,32,1,65,48,106,32,1,40,2,36,27,33,4,11,32,0,40,2,24,33,3,32,4,40,2,24,34,1,65,25,79,4,64,32,1,32,3,71,13,4,32,0,40,2,0,33,0,32,4,40,2,0,33,4,12,2,11,32,1,32,3,70,13,1,12,3,11,32,5,40,2,44,32,11,65,28,108,106,34,0,65,16,107,40,2,0,33,2,32,0,65,20,107,40,2,0,33,3,32,0,65,24,107,40,2,0,33,9,32,5,40,2,4,32,15,65,28,108,106,34,6,65,16,107,40,2,0,33,11,32,6,65,20,107,40,2,0,33,15,32,6,65,24,107,40,2,0,33,14,2,126,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,4,40,2,0,34,1,65,1,113,4,64,32,9,32,4,45,0,6,106,33,0,32,3,32,4,45,0,5,65,15,113,34,1,106,33,3,32,4,45,0,4,65,0,32,2,32,1,27,106,33,2,32,16,13,1,32,0,32,4,45,0,7,34,4,106,12,3,11,32,1,40,2,12,65,0,32,2,32,1,40,2,8,34,0,27,106,33,2,32,0,32,3,106,33,3,32,1,40,2,4,32,9,106,33,0,32,16,69,13,1,11,32,3,173,32,2,173,66,32,134,132,12,2,11,65,0,32,2,32,1,40,2,20,34,4,27,33,2,32,3,32,4,106,33,3,32,1,40,2,24,33,4,32,1,40,2,16,32,0,106,11,33,0,32,3,173,32,2,32,4,106,173,66,32,134,132,11,2,126,2,127,2,64,2,64,32,6,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,4,64,32,14,32,1,45,0,6,106,33,4,32,15,32,1,45,0,5,65,15,113,34,3,106,33,2,32,1,45,0,4,65,0,32,11,32,3,27,106,33,6,32,25,13,1,32,4,32,1,45,0,7,34,1,106,12,3,11,32,3,40,2,12,65,0,32,11,32,3,40,2,8,34,1,27,106,33,6,32,1,32,15,106,33,2,32,3,40,2,4,32,14,106,33,4,32,25,69,13,1,11,32,2,173,32,6,173,66,32,134,132,12,2,11,65,0,32,6,32,3,40,2,20,34,1,27,33,6,32,1,32,2,106,33,2,32,3,40,2,24,33,1,32,3,40,2,16,32,4,106,11,33,4,32,2,173,32,1,32,6,106,173,66,32,134,132,11,32,0,32,4,73,34,1,27,33,29,32,0,32,4,32,1,27,33,2,12,3,11,32,0,32,4,32,1,16,18,13,1,11,32,5,40,2,44,32,11,65,28,108,106,34,4,65,24,107,40,2,0,33,6,2,127,32,4,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,34,11,4,64,32,6,32,1,45,0,6,106,34,0,32,16,13,1,26,32,0,32,1,45,0,7,106,12,1,11,32,3,40,2,4,32,6,106,34,0,32,16,13,0,26,32,3,40,2,16,32,0,106,11,33,9,2,64,32,12,32,7,40,2,12,34,15,79,13,0,32,7,40,2,8,33,14,32,12,33,0,3,64,32,8,32,14,32,0,65,24,108,106,34,20,40,2,20,79,4,64,32,15,32,0,65,1,106,34,0,71,13,1,12,2,11,11,32,20,40,2,16,32,9,73,13,1,11,32,4,65,16,107,40,2,0,33,9,32,4,65,20,107,40,2,0,33,0,2,127,2,64,2,64,32,11,4,64,32,6,32,1,45,0,6,106,33,2,32,0,32,1,45,0,5,65,15,113,34,4,106,33,0,32,1,45,0,4,65,0,32,9,32,4,27,106,33,4,32,16,13,1,32,2,32,1,45,0,7,34,1,106,12,3,11,32,3,40,2,12,65,0,32,9,32,3,40,2,8,34,1,27,106,33,4,32,0,32,1,106,33,0,32,3,40,2,4,32,6,106,33,2,32,16,69,13,1,11,32,0,173,32,4,173,66,32,134,132,33,29,65,0,12,4,11,65,0,32,4,32,3,40,2,20,34,1,27,33,4,32,0,32,1,106,33,0,32,3,40,2,24,33,1,32,3,40,2,16,32,2,106,11,33,2,32,0,173,32,1,32,4,106,173,66,32,134,132,33,29,65,0,12,2,11,32,5,65,40,106,32,8,16,48,32,5,32,8,16,48,33,0,4,64,65,0,32,0,13,2,26,32,5,40,2,44,32,5,40,2,48,65,28,108,106,34,0,65,16,107,40,2,0,33,3,32,0,65,20,107,40,2,0,33,1,32,0,65,24,107,40,2,0,33,2,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,0,40,2,0,34,4,65,1,113,4,64,32,2,32,0,45,0,6,106,33,2,32,1,32,0,45,0,5,65,15,113,34,4,106,33,1,32,0,45,0,4,65,0,32,3,32,4,27,106,33,3,32,5,45,0,68,13,1,32,2,32,0,45,0,7,34,0,106,12,3,11,32,4,40,2,12,65,0,32,3,32,4,40,2,8,34,0,27,106,33,3,32,0,32,1,106,33,1,32,4,40,2,4,32,2,106,33,2,32,5,45,0,68,65,1,71,13,1,11,32,1,173,32,3,173,66,32,134,132,33,29,12,3,11,65,0,32,3,32,4,40,2,20,34,0,27,33,3,32,0,32,1,106,33,1,32,4,40,2,24,33,0,32,4,40,2,16,32,2,106,11,33,2,32,1,173,32,0,32,3,106,173,66,32,134,132,33,29,12,1,11,32,0,4,64,32,5,40,2,4,32,5,40,2,8,65,28,108,106,34,0,65,16,107,40,2,0,33,3,32,0,65,20,107,40,2,0,33,1,32,0,65,24,107,40,2,0,33,2,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,0,40,2,0,34,4,65,1,113,4,64,32,2,32,0,45,0,6,106,33,2,32,1,32,0,45,0,5,65,15,113,34,4,106,33,1,32,0,45,0,4,65,0,32,3,32,4,27,106,33,3,32,5,45,0,28,13,1,32,2,32,0,45,0,7,34,0,106,12,3,11,32,4,40,2,12,65,0,32,3,32,4,40,2,8,34,0,27,106,33,3,32,0,32,1,106,33,1,32,4,40,2,4,32,2,106,33,2,32,5,45,0,28,65,1,71,13,1,11,32,1,173,32,3,173,66,32,134,132,33,29,12,3,11,65,0,32,3,32,4,40,2,20,34,0,27,33,3,32,0,32,1,106,33,1,32,4,40,2,24,33,0,32,4,40,2,16,32,2,106,11,33,2,32,1,173,32,0,32,3,106,173,66,32,134,132,33,29,12,1,11,32,5,40,2,44,32,5,40,2,48,65,28,108,106,34,0,65,16,107,40,2,0,33,2,32,0,65,20,107,40,2,0,33,3,32,0,65,24,107,40,2,0,33,9,32,5,40,2,4,32,5,40,2,8,65,28,108,106,34,6,65,16,107,40,2,0,33,11,32,6,65,20,107,40,2,0,33,16,32,6,65,24,107,40,2,0,33,15,2,126,2,127,2,64,2,64,32,0,65,28,107,40,2,0,34,4,40,2,0,34,1,65,1,113,4,64,32,9,32,4,45,0,6,106,33,0,32,3,32,4,45,0,5,65,15,113,34,1,106,33,3,32,4,45,0,4,65,0,32,2,32,1,27,106,33,2,32,5,45,0,68,13,1,32,0,32,4,45,0,7,34,4,106,12,3,11,32,1,40,2,12,65,0,32,2,32,1,40,2,8,34,0,27,106,33,2,32,0,32,3,106,33,3,32,1,40,2,4,32,9,106,33,0,32,5,45,0,68,65,1,71,13,1,11,32,3,173,32,2,173,66,32,134,132,12,2,11,65,0,32,2,32,1,40,2,20,34,4,27,33,2,32,3,32,4,106,33,3,32,1,40,2,24,33,4,32,1,40,2,16,32,0,106,11,33,0,32,3,173,32,2,32,4,106,173,66,32,134,132,11,2,126,2,127,2,64,2,64,32,6,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,4,64,32,15,32,1,45,0,6,106,33,4,32,16,32,1,45,0,5,65,15,113,34,3,106,33,2,32,1,45,0,4,65,0,32,11,32,3,27,106,33,6,32,5,45,0,28,13,1,32,4,32,1,45,0,7,34,1,106,12,3,11,32,3,40,2,12,65,0,32,11,32,3,40,2,8,34,1,27,106,33,6,32,1,32,16,106,33,2,32,3,40,2,4,32,15,106,33,4,32,5,45,0,28,65,1,71,13,1,11,32,2,173,32,6,173,66,32,134,132,12,2,11,65,0,32,6,32,3,40,2,20,34,1,27,33,6,32,1,32,2,106,33,2,32,3,40,2,24,33,1,32,3,40,2,16,32,4,106,11,33,4,32,2,173,32,1,32,6,106,173,66,32,134,132,11,32,0,32,4,73,34,1,27,33,29,32,0,32,4,32,1,27,33,2,65,0,12,1,11,65,1,11,33,15,65,0,33,4,2,64,32,5,40,2,48,34,0,69,13,0,3,64,32,5,40,2,44,32,0,34,4,65,28,108,106,34,1,65,24,107,40,2,0,33,0,2,127,32,1,65,28,107,40,2,0,34,1,40,2,0,34,3,65,1,113,4,64,32,0,32,1,45,0,6,106,34,0,32,5,45,0,68,13,1,26,32,0,32,1,45,0,7,106,12,1,11,32,3,40,2,4,32,0,106,34,0,32,5,45,0,68,13,0,26,32,3,40,2,16,32,0,106,11,32,2,75,13,1,32,5,65,40,106,16,75,32,5,40,2,48,34,0,13,0,11,65,0,33,4,11,2,64,3,64,32,5,40,2,8,34,0,4,64,32,5,40,2,4,32,0,65,28,108,106,34,3,65,24,107,40,2,0,33,1,2,127,32,3,65,28,107,40,2,0,34,3,40,2,0,34,6,65,1,113,4,64,32,1,32,3,45,0,6,106,34,1,32,5,45,0,28,13,1,26,32,1,32,3,45,0,7,106,12,1,11,32,6,40,2,4,32,1,106,34,1,32,5,45,0,28,13,0,26,32,6,40,2,16,32,1,106,11,32,2,75,13,2,32,5,16,75,12,1,11,11,65,0,33,0,11,32,5,45,0,68,33,6,32,5,40,2,64,34,1,32,5,40,2,24,34,3,75,4,64,32,5,40,2,60,33,11,32,5,40,2,44,33,14,3,64,32,4,4,127,2,64,2,64,2,127,32,14,32,4,65,28,108,106,34,9,65,28,107,40,2,0,40,2,0,34,16,65,1,113,4,64,32,16,65,1,118,65,1,113,12,1,11,32,16,47,1,44,65,1,113,11,69,4,64,32,4,65,1,70,13,2,32,9,65,56,107,40,2,0,40,2,0,47,1,66,34,16,69,13,2,32,11,40,2,84,32,11,47,1,36,32,16,108,65,1,116,106,32,9,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,2,32,6,65,1,113,69,13,1,12,2,11,32,6,65,1,113,13,1,11,32,1,65,1,107,33,1,11,65,0,32,6,32,9,65,12,107,40,2,0,27,33,6,32,4,65,1,107,5,65,0,11,33,4,32,1,32,3,75,13,0,11,11,32,5,32,6,58,0,68,32,5,32,4,54,2,48,32,5,32,1,54,2,64,32,5,45,0,28,33,4,32,1,32,3,73,4,64,32,5,40,2,20,33,9,32,5,40,2,4,33,16,3,64,32,0,4,127,2,64,2,64,2,127,32,16,32,0,65,28,108,106,34,6,65,28,107,40,2,0,40,2,0,34,11,65,1,113,4,64,32,11,65,1,118,65,1,113,12,1,11,32,11,47,1,44,65,1,113,11,69,4,64,32,0,65,1,70,13,2,32,6,65,56,107,40,2,0,40,2,0,47,1,66,34,11,69,13,2,32,9,40,2,84,32,9,47,1,36,32,11,108,65,1,116,106,32,6,65,8,107,40,2,0,65,1,116,106,47,1,0,69,13,2,32,4,65,1,113,69,13,1,12,2,11,32,4,65,1,113,13,1,11,32,3,65,1,107,33,3,11,65,0,32,4,32,6,65,12,107,40,2,0,27,33,4,32,0,65,1,107,5,65,0,11,33,0,32,1,32,3,73,13,0,11,11,32,5,32,4,58,0,28,32,5,32,0,54,2,8,32,5,32,3,54,2,24,2,64,32,15,69,4,64,32,13,33,1,12,1,11,2,64,32,13,69,13,0,32,8,32,10,32,13,65,24,108,106,34,0,65,4,107,34,1,40,2,0,75,13,0,32,1,32,2,54,2,0,32,0,65,16,107,32,29,55,2,0,32,13,33,1,12,1,11,32,2,32,8,77,4,64,32,13,33,1,12,1,11,2,64,32,13,65,1,106,34,1,32,17,77,13,0,65,8,32,17,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,17,65,24,108,33,0,32,10,4,64,32,10,32,0,35,6,40,2,0,17,1,0,33,10,12,1,11,32,0,35,7,40,2,0,17,0,0,33,10,11,32,10,32,13,65,24,108,106,34,0,32,2,54,2,20,32,0,32,8,54,2,16,32,0,32,29,55,2,8,32,0,32,30,55,2,0,11,32,12,32,7,40,2,12,34,0,32,0,32,12,73,27,33,8,3,64,2,64,32,8,32,12,34,0,70,4,64,32,8,33,0,12,1,11,32,0,65,1,106,33,12,32,7,40,2,8,32,0,65,24,108,106,40,2,20,32,2,77,13,1,11,11,32,5,40,2,48,34,11,4,64,32,2,33,8,32,29,33,30,32,1,33,13,32,0,33,12,32,5,40,2,8,34,15,13,1,11,11,2,127,32,19,40,2,0,34,8,65,1,113,4,64,32,19,45,0,5,65,15,113,33,3,32,19,45,0,4,33,2,32,19,45,0,7,34,0,32,19,45,0,6,106,12,1,11,65,0,32,8,40,2,12,32,8,40,2,20,34,0,27,33,2,32,0,32,8,40,2,8,106,33,3,32,8,40,2,24,33,0,32,8,40,2,16,32,8,40,2,4,106,11,33,8,32,3,173,32,0,32,2,106,173,66,32,134,132,33,29,2,127,32,22,40,2,0,34,2,65,1,113,4,64,32,22,45,0,7,34,0,32,22,45,0,6,106,33,3,32,22,45,0,4,33,12,32,22,45,0,5,65,15,113,12,1,11,65,0,32,2,40,2,12,32,2,40,2,20,34,13,27,33,12,32,2,40,2,16,32,2,40,2,4,106,33,3,32,2,40,2,24,33,0,32,13,32,2,40,2,8,106,11,173,32,0,32,12,106,173,66,32,134,132,33,30,2,64,32,3,32,8,75,4,64,2,64,32,1,69,13,0,32,8,32,10,32,1,65,24,108,106,34,0,65,4,107,34,2,40,2,0,75,13,0,32,2,32,3,54,2,0,32,0,65,16,107,32,30,55,2,0,32,1,33,0,12,2,11,2,64,32,1,65,1,106,34,0,32,17,77,13,0,65,8,32,17,65,1,116,34,2,32,0,32,0,32,2,73,27,34,2,32,2,65,8,77,27,65,24,108,33,2,32,10,4,64,32,10,32,2,35,6,40,2,0,17,1,0,33,10,12,1,11,32,2,35,7,40,2,0,17,0,0,33,10,11,32,10,32,1,65,24,108,106,34,1,32,3,54,2,20,32,1,32,8,54,2,16,32,1,32,30,55,2,8,32,1,32,29,55,2,0,12,1,11,32,3,32,8,79,4,64,32,1,33,0,12,1,11,2,64,32,1,69,13,0,32,3,32,10,32,1,65,24,108,106,34,0,65,4,107,34,2,40,2,0,75,13,0,32,2,32,8,54,2,0,32,0,65,16,107,32,29,55,2,0,32,1,33,0,12,1,11,2,64,32,1,65,1,106,34,0,32,17,77,13,0,65,8,32,17,65,1,116,34,2,32,0,32,0,32,2,73,27,34,2,32,2,65,8,77,27,65,24,108,33,2,32,10,4,64,32,10,32,2,35,6,40,2,0,17,1,0,33,10,12,1,11,32,2,35,7,40,2,0,17,0,0,33,10,11,32,10,32,1,65,24,108,106,34,1,32,8,54,2,20,32,1,32,3,54,2,16,32,1,32,29,55,2,8,32,1,32,30,55,2,0,11,32,7,32,5,41,3,40,55,2,44,32,7,32,5,40,2,56,54,2,60,32,7,32,5,41,3,48,55,2,52,32,7,32,5,40,2,16,54,2,40,32,7,32,5,41,3,8,55,2,32,32,7,32,5,41,3,0,55,2,24,32,7,32,10,54,2,4,32,5,65,224,0,106,36,0,32,24,32,0,54,2,12,32,7,40,2,8,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,48,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,28,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,7,40,2,4,32,7,65,64,107,36,0,33,1,32,24,40,2,12,4,64,3,64,32,1,32,23,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,32,23,65,1,106,34,23,32,24,40,2,12,34,0,73,13,0,11,32,0,33,23,11,35,11,34,0,32,1,54,2,4,32,0,32,23,54,2,0,32,24,65,16,106,36,0,11,180,1,1,4,127,35,0,65,16,107,34,3,36,0,32,3,32,0,40,2,16,34,1,54,2,12,32,1,65,24,35,9,40,2,0,17,1,0,33,1,32,0,40,2,16,65,24,108,34,4,4,64,32,1,32,0,40,2,12,32,4,252,10,0,0,11,32,3,40,2,12,4,64,3,64,32,1,32,2,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,32,2,65,1,106,34,2,32,3,40,2,12,34,0,73,13,0,11,32,0,33,2,11,35,11,34,0,32,1,54,2,4,32,0,32,2,54,2,0,32,3,65,16,106,36,0,11,177,22,2,34,127,6,126,35,0,65,48,107,34,18,36,0,32,18,35,11,34,3,40,2,24,65,1,116,54,2,12,32,18,32,3,40,2,28,65,1,116,54,2,16,32,18,32,3,40,2,32,65,1,116,54,2,20,32,18,32,3,53,2,0,32,3,53,2,4,66,33,134,132,55,2,24,32,18,32,3,53,2,8,32,3,53,2,12,66,33,134,132,55,2,32,32,18,32,3,53,2,16,32,3,53,2,20,66,33,134,132,55,2,40,32,18,65,12,106,33,2,65,0,33,3,35,0,65,48,107,34,11,36,0,32,0,34,23,40,2,16,4,64,3,64,32,23,40,2,12,32,3,65,24,108,106,32,2,16,80,32,3,65,1,106,34,3,32,23,40,2,16,73,13,0,11,11,32,11,66,0,55,3,40,32,11,66,0,55,3,32,32,11,66,0,55,3,24,32,11,32,23,41,2,0,55,3,8,32,11,65,24,106,33,24,35,0,65,48,107,34,13,36,0,65,192,2,35,7,40,2,0,17,0,0,33,8,32,2,40,2,0,33,0,32,2,41,2,12,33,38,32,2,40,2,4,33,3,32,2,41,2,20,33,37,32,2,40,2,8,33,1,32,8,32,2,41,2,28,55,2,32,32,8,32,1,54,2,28,32,8,32,37,55,2,20,32,8,32,3,54,2,16,32,8,32,38,55,2,8,32,8,32,0,54,2,4,32,8,32,11,65,8,106,54,2,0,65,1,33,0,65,8,33,25,3,64,2,126,32,8,32,0,65,1,107,34,3,65,40,108,106,34,2,40,2,0,34,19,40,2,0,34,1,65,1,113,34,4,4,64,32,19,45,0,7,34,0,173,66,32,134,33,36,32,19,45,0,6,33,5,65,1,33,26,32,19,45,0,5,34,15,65,15,113,173,32,19,49,0,4,66,32,134,132,12,1,11,32,1,45,0,45,65,1,113,69,33,26,32,1,40,2,4,33,5,32,19,45,0,5,33,15,32,1,41,2,20,33,36,32,1,40,2,16,33,0,32,1,41,2,8,11,33,35,32,0,32,5,106,33,7,2,64,32,2,40,2,4,34,9,32,7,32,4,4,127,32,15,65,240,1,113,65,4,118,5,32,1,40,2,28,11,34,15,106,34,1,75,4,64,32,3,33,0,12,1,11,32,2,41,2,32,33,37,32,2,40,2,28,33,16,32,2,40,2,24,33,17,32,2,40,2,20,33,14,32,2,41,2,8,33,40,2,64,32,2,40,2,16,34,12,32,9,71,13,0,32,9,32,16,71,13,0,32,1,32,9,71,13,0,32,3,33,0,12,1,11,32,35,66,32,136,167,33,1,32,37,66,32,136,167,33,22,32,35,167,33,2,2,127,32,5,32,12,79,4,64,32,37,167,32,2,32,14,107,34,4,65,0,32,2,32,4,79,27,106,173,32,1,32,1,32,17,107,34,4,65,0,32,1,32,4,79,27,32,22,106,32,2,32,14,75,27,173,66,32,134,132,33,35,32,16,32,12,107,32,5,106,33,5,32,0,12,1,11,32,36,167,33,10,32,36,66,32,136,167,33,6,32,5,32,9,75,4,64,32,12,32,5,107,33,4,66,0,33,36,32,16,33,5,32,37,33,35,65,0,32,0,32,4,65,0,32,4,32,12,77,27,34,4,77,13,1,26,32,6,32,6,32,17,32,17,32,1,107,34,1,65,0,32,1,32,17,77,27,32,2,32,14,73,27,107,34,1,65,0,32,1,32,6,77,27,32,10,32,14,32,2,107,34,2,65,0,32,2,32,14,77,27,34,2,75,27,173,66,32,134,32,10,32,2,107,34,2,65,0,32,2,32,10,77,27,173,132,33,36,32,0,32,4,107,12,1,11,2,64,32,7,32,9,75,13,0,32,7,32,9,70,32,9,32,12,70,113,13,0,32,0,12,1,11,65,0,33,4,32,16,32,5,107,34,0,65,0,32,0,32,16,77,27,33,20,32,22,32,22,32,1,107,34,0,65,0,32,0,32,22,77,27,32,37,167,34,0,32,2,75,27,33,21,32,0,32,2,107,34,2,65,0,32,0,32,2,79,27,33,2,66,0,33,39,32,7,32,12,75,4,64,65,0,32,1,32,10,27,32,6,106,34,0,32,0,32,17,107,34,1,65,0,32,0,32,1,79,27,32,35,32,36,124,167,34,0,32,14,75,27,173,66,32,134,32,0,32,14,107,34,1,65,0,32,0,32,1,79,27,173,132,33,39,32,7,32,12,107,33,4,11,32,39,66,32,136,167,65,0,32,21,32,39,167,34,0,27,106,173,66,32,134,32,0,32,2,106,173,132,33,36,32,4,32,20,106,11,33,7,32,13,32,19,41,2,0,34,38,55,3,16,32,38,66,32,136,167,33,0,2,64,32,38,167,34,4,65,1,113,4,64,32,4,33,2,12,1,11,32,4,34,2,40,2,0,65,1,70,13,0,32,2,40,2,36,65,3,116,65,204,0,106,34,0,35,7,40,2,0,17,0,0,33,10,32,0,4,64,32,10,32,2,32,2,40,2,36,65,3,116,107,32,0,252,10,0,0,11,32,10,32,4,40,2,36,34,0,65,3,116,106,33,2,65,0,33,1,2,64,32,0,4,64,3,64,32,10,32,1,65,3,116,106,40,2,0,34,6,65,1,113,69,4,64,32,6,32,6,40,2,0,65,1,106,54,2,0,32,6,40,2,0,26,32,4,40,2,36,33,0,11,32,1,65,1,106,34,1,32,0,73,13,0,12,2,11,0,11,32,4,45,0,44,65,192,0,113,69,13,0,32,4,40,2,48,33,1,32,13,32,4,41,2,68,55,3,40,32,13,32,4,41,2,60,55,3,32,32,13,32,4,41,2,52,55,3,24,2,64,32,4,40,2,72,34,0,65,25,73,13,0,32,0,35,7,40,2,0,17,0,0,33,1,32,4,40,2,72,34,0,69,13,0,32,1,32,4,40,2,48,32,0,252,10,0,0,11,32,2,32,1,54,2,48,32,2,32,13,41,3,24,55,2,52,32,2,32,13,41,3,32,55,2,60,32,2,32,13,41,3,40,55,2,68,11,32,2,65,1,54,2,0,32,13,32,13,41,3,16,55,3,8,32,24,32,13,65,8,106,16,10,65,0,33,0,11,2,64,2,64,32,2,65,1,113,4,64,2,64,32,15,65,15,75,13,0,32,5,65,254,1,75,13,0,32,35,66,255,255,255,255,239,31,86,13,0,32,35,66,240,255,255,255,15,131,66,0,82,13,0,32,7,65,254,1,75,13,0,32,36,66,255,255,255,255,239,31,86,13,0,32,36,66,255,255,255,255,15,131,66,0,82,13,0,32,35,66,32,136,167,32,35,167,65,8,116,65,128,30,113,32,0,65,128,224,3,113,114,32,5,65,16,116,114,114,32,7,65,24,116,114,33,0,12,2,11,2,127,32,24,40,2,4,34,1,4,64,32,24,32,1,65,1,107,34,1,54,2,4,32,24,40,2,0,32,1,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,34,1,66,0,55,2,32,32,1,32,15,54,2,28,32,1,32,36,55,2,20,32,1,32,7,54,2,16,32,1,32,35,55,2,8,32,1,32,5,54,2,4,32,1,65,1,54,2,0,32,1,32,2,65,16,118,59,1,42,32,1,32,2,65,128,254,3,113,65,8,118,59,1,40,32,1,32,1,47,1,44,65,128,241,3,113,32,2,65,1,118,65,7,113,32,2,65,224,0,113,65,4,116,114,114,59,1,44,12,2,11,32,2,32,36,55,2,20,32,2,32,7,54,2,16,32,2,32,35,55,2,8,32,2,32,5,54,2,4,11,32,2,33,1,11,2,64,32,1,65,1,113,4,64,32,1,65,16,114,33,1,12,1,11,32,1,32,1,47,1,44,65,32,114,59,1,44,11,32,19,32,1,173,32,0,173,66,32,134,132,55,2,0,32,1,65,1,113,4,64,32,3,33,0,12,1,11,32,1,40,2,36,34,34,69,4,64,32,3,33,0,12,1,11,32,40,66,32,136,167,33,27,32,40,167,33,28,32,35,167,33,31,66,0,33,35,65,0,33,2,65,0,33,1,3,64,32,19,40,2,0,34,0,32,0,40,2,36,65,3,116,107,32,2,65,3,116,106,34,20,45,0,5,33,4,2,127,32,20,40,2,0,34,0,65,1,113,34,5,4,64,32,4,65,15,113,33,15,32,20,45,0,4,33,32,32,20,45,0,7,34,33,32,20,45,0,6,106,12,1,11,65,0,32,0,40,2,12,32,0,40,2,20,34,7,27,33,32,32,7,32,0,40,2,8,106,33,15,32,0,40,2,24,33,33,32,0,40,2,16,32,0,40,2,4,106,11,34,10,32,1,106,33,7,32,35,66,32,136,167,33,21,32,35,167,33,6,2,64,32,9,32,5,4,127,32,4,65,240,1,113,65,4,118,5,32,0,40,2,28,11,32,7,106,75,4,64,32,3,33,0,12,1,11,2,64,2,64,32,1,32,12,77,4,64,32,2,69,13,2,32,1,32,12,71,13,2,32,10,69,13,2,32,26,32,6,32,31,75,114,13,1,12,2,11,32,26,32,6,32,31,75,114,69,13,1,11,32,5,4,64,32,3,33,0,12,4,11,32,0,45,0,45,65,1,113,69,4,64,32,3,33,0,12,4,11,32,17,32,22,70,4,64,32,3,33,0,12,4,11,32,6,32,14,77,13,0,32,3,33,0,12,3,11,66,0,33,36,65,0,33,10,65,0,33,4,66,0,33,35,32,1,32,9,73,4,64,32,9,32,1,107,33,4,32,28,32,6,107,34,0,65,0,32,0,32,28,77,27,173,32,27,32,27,32,21,107,34,0,65,0,32,0,32,27,77,27,32,6,32,28,73,27,173,66,32,134,132,33,35,11,32,1,32,12,73,4,64,32,12,32,1,107,33,10,32,14,32,6,107,34,0,65,0,32,0,32,14,77,27,173,32,17,32,17,32,21,107,34,0,65,0,32,0,32,17,77,27,32,6,32,14,73,27,173,66,32,134,132,33,36,11,2,127,32,1,32,16,79,4,64,66,0,33,39,65,0,12,1,11,32,37,66,32,136,167,34,0,32,0,32,21,107,34,5,65,0,32,0,32,5,79,27,32,37,167,34,0,32,6,75,27,173,66,32,134,32,0,32,6,107,34,5,65,0,32,0,32,5,79,27,173,132,33,39,32,16,32,1,107,11,33,5,2,127,32,7,32,9,75,4,64,32,40,33,38,32,9,12,1,11,32,40,33,38,32,9,32,7,32,9,70,32,9,32,12,70,113,13,0,26,32,37,33,38,32,4,34,10,33,5,32,35,34,36,33,39,32,16,11,33,16,2,64,32,3,65,1,106,34,0,32,25,77,13,0,65,8,32,25,65,1,116,34,1,32,0,32,0,32,1,73,27,34,1,32,1,65,8,77,27,34,25,65,40,108,33,1,32,8,4,64,32,8,32,1,35,6,40,2,0,17,1,0,33,8,12,1,11,32,1,35,7,40,2,0,17,0,0,33,8,11,32,8,32,3,65,40,108,106,34,3,32,39,55,2,32,32,3,32,5,54,2,28,32,3,32,36,55,2,20,32,3,32,10,54,2,16,32,3,32,35,55,2,8,32,3,32,4,54,2,4,32,3,32,20,54,2,0,32,0,33,3,32,38,33,37,11,32,6,32,15,106,173,32,32,32,33,106,65,0,32,21,32,15,27,106,173,66,32,134,132,33,35,32,7,33,1,32,2,65,1,106,34,2,32,34,71,13,0,11,11,32,0,13,0,11,32,8,4,64,32,8,35,8,40,2,0,17,2,0,11,32,11,32,11,41,2,8,55,2,16,32,13,65,48,106,36,0,32,23,32,11,41,3,16,55,2,0,32,11,40,2,24,34,0,4,64,2,64,32,11,40,2,28,34,2,69,13,0,65,0,33,3,32,2,65,4,79,4,64,32,2,65,124,113,33,5,3,64,32,0,32,3,65,3,116,106,34,1,40,2,0,35,8,34,4,40,2,0,17,2,0,32,1,40,2,8,32,4,40,2,0,17,2,0,32,1,40,2,16,32,4,40,2,0,17,2,0,32,1,40,2,24,32,4,40,2,0,17,2,0,32,3,65,4,106,33,3,32,29,65,4,106,34,29,32,5,71,13,0,11,11,32,2,65,3,113,34,2,69,13,0,3,64,32,0,32,3,65,3,116,106,40,2,0,35,8,40,2,0,17,2,0,32,3,65,1,106,33,3,32,30,65,1,106,34,30,32,2,71,13,0,11,11,32,0,35,8,40,2,0,17,2,0,11,32,11,40,2,36,34,0,4,64,32,0,35,8,40,2,0,17,2,0,11,32,11,65,48,106,36,0,32,18,65,48,106,36,0,11,252,1,2,6,127,1,126,35,0,65,48,107,34,1,36,0,35,11,34,2,40,2,20,32,1,32,2,40,2,28,65,1,116,54,2,44,32,1,32,2,40,2,24,54,2,40,32,1,32,1,41,2,40,55,3,8,65,1,116,33,6,32,1,41,2,8,33,7,2,127,32,0,40,2,0,34,3,65,1,113,4,64,32,0,45,0,5,65,15,113,33,4,32,0,45,0,4,33,5,32,0,45,0,6,12,1,11,32,3,40,2,12,33,5,32,3,40,2,8,33,4,32,3,40,2,4,11,33,3,32,1,32,0,54,2,36,32,1,32,0,54,2,32,32,1,65,0,54,2,28,32,1,32,3,32,6,106,54,2,16,32,1,32,4,32,7,167,106,54,2,20,32,1,65,0,32,7,66,32,136,167,32,4,27,32,5,106,54,2,24,32,2,32,1,40,2,28,54,2,16,32,2,32,1,40,2,20,54,2,8,32,2,32,1,40,2,32,54,2,0,32,2,32,1,40,2,24,65,1,118,54,2,12,32,2,32,1,40,2,16,65,1,118,54,2,4,32,1,65,48,106,36,0,11,181,1,1,4,127,35,0,65,32,107,34,1,36,0,2,127,32,0,40,2,0,34,2,65,1,113,4,64,32,0,45,0,5,65,15,113,33,3,32,0,45,0,4,33,4,32,0,45,0,6,12,1,11,32,2,40,2,12,33,4,32,2,40,2,8,33,3,32,2,40,2,4,11,33,2,32,1,32,0,54,2,28,32,1,32,0,54,2,24,32,1,65,0,54,2,20,32,1,32,4,54,2,16,32,1,32,3,54,2,12,32,1,32,2,54,2,8,35,11,34,0,32,1,40,2,20,54,2,16,32,0,32,1,40,2,12,54,2,8,32,0,32,1,40,2,24,54,2,0,32,0,32,1,40,2,16,65,1,118,54,2,12,32,0,32,1,40,2,8,65,1,118,54,2,4,32,1,65,32,106,36,0,11,136,1,1,3,127,35,0,65,16,107,34,2,36,0,35,11,34,3,2,127,2,64,2,64,32,1,65,253,255,3,75,13,0,32,0,40,2,0,65,15,73,13,0,32,0,40,2,72,32,1,65,3,108,106,45,0,2,65,1,113,13,1,11,32,2,65,0,54,2,12,65,0,12,1,11,32,0,40,2,156,1,32,1,65,2,116,106,34,1,47,1,0,33,4,32,2,32,1,47,1,2,54,2,12,32,0,40,2,160,1,32,4,65,1,116,106,11,54,2,4,32,3,32,2,40,2,12,54,2,0,32,2,65,16,106,36,0,11,72,1,3,127,35,0,65,16,107,34,1,36,0,32,1,32,0,40,2,0,65,15,79,4,127,32,0,40,2,152,1,33,2,32,0,40,2,148,1,5,65,0,11,54,2,12,35,11,34,3,32,2,54,2,4,32,3,32,1,40,2,12,54,2,0,32,1,65,16,106,36,0,11,68,1,1,127,35,11,32,0,65,164,1,106,65,0,32,0,40,2,0,65,14,75,27,34,0,4,127,35,11,34,1,32,0,45,0,0,54,2,4,32,1,32,0,45,0,1,54,2,8,32,1,32,0,45,0,2,54,2,12,65,3,5,65,0,11,54,2,0,11,11,0,32,0,32,1,16,69,65,2,73,11,9,0,32,0,32,1,16,69,69,11,192,2,1,6,127,35,0,65,16,107,34,3,36,0,32,3,65,0,54,2,12,32,3,32,0,40,2,100,54,2,12,32,0,40,2,68,33,1,32,3,40,2,12,34,2,65,24,108,34,0,16,34,33,4,32,0,4,64,32,4,32,1,32,0,252,10,0,0,11,2,64,32,2,69,13,0,65,0,33,1,32,2,65,1,71,4,64,32,2,65,126,113,33,5,3,64,32,4,32,1,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,32,0,32,0,40,2,40,65,1,118,54,2,40,32,0,32,0,40,2,44,65,1,118,54,2,44,32,0,32,0,40,2,28,65,1,118,54,2,28,32,0,32,0,40,2,36,65,1,118,54,2,36,32,1,65,2,106,33,1,32,6,65,2,106,34,6,32,5,71,13,0,11,11,32,2,65,1,113,69,13,0,32,4,32,1,65,24,108,106,34,0,32,0,40,2,16,65,1,118,54,2,16,32,0,32,0,40,2,20,65,1,118,54,2,20,32,0,32,0,40,2,4,65,1,118,54,2,4,32,0,32,0,40,2,12,65,1,118,54,2,12,11,35,11,34,0,32,4,54,2,4,32,0,32,2,54,2,0,32,3,65,16,106,36,0,11,14,0,32,0,40,2,4,32,0,45,0,8,16,6,11,55,0,32,0,32,1,65,1,118,32,2,40,2,0,32,2,40,2,4,65,1,118,32,3,16,7,32,3,65,254,207,0,32,3,40,2,0,65,1,116,34,1,32,1,65,255,207,0,75,27,54,2,0,32,0,11,206,207,1,2,51,127,4,126,35,0,65,48,107,34,29,36,0,32,29,66,1,55,2,40,32,29,32,1,54,2,32,32,29,35,2,65,21,106,54,2,36,2,64,32,4,4,64,32,4,65,1,71,4,64,32,4,65,126,113,33,1,3,64,32,3,32,12,65,24,108,106,34,7,32,7,40,2,16,65,1,116,54,2,16,32,7,32,7,40,2,20,65,1,116,54,2,20,32,7,32,7,40,2,4,65,1,116,54,2,4,32,7,32,7,40,2,12,65,1,116,54,2,12,32,7,32,7,40,2,40,65,1,116,54,2,40,32,7,32,7,40,2,44,65,1,116,54,2,44,32,7,32,7,40,2,28,65,1,116,54,2,28,32,7,32,7,40,2,36,65,1,116,54,2,36,32,12,65,2,106,33,12,32,8,65,2,106,34,8,32,1,71,13,0,11,11,32,4,65,1,113,4,64,32,3,32,12,65,24,108,106,34,1,32,1,40,2,16,65,1,116,54,2,16,32,1,32,1,40,2,20,65,1,116,54,2,20,32,1,32,1,40,2,4,65,1,116,54,2,4,32,1,32,1,40,2,12,65,1,116,54,2,12,11,32,0,32,3,32,4,16,57,26,32,3,16,51,12,1,11,32,0,65,0,65,0,16,57,26,11,32,29,32,29,41,2,40,55,3,24,32,29,32,29,41,2,32,55,3,16,32,29,35,1,65,220,211,0,106,41,2,0,55,3,8,35,0,65,16,107,34,38,36,0,32,0,32,29,41,2,8,34,56,62,2,180,10,32,0,32,56,55,2,172,10,32,38,32,29,41,2,24,55,3,8,32,38,32,29,41,2,16,55,3,0,65,0,33,1,65,0,33,12,35,0,65,144,2,107,34,11,36,0,2,64,32,0,34,5,40,2,160,9,34,9,69,13,0,32,38,40,2,4,69,13,0,32,5,32,38,41,2,0,55,2,76,32,5,32,38,41,2,8,55,2,84,32,5,65,0,54,2,72,32,5,66,0,55,2,108,32,5,40,2,68,33,7,2,127,32,5,40,2,100,34,25,4,64,32,5,40,2,32,33,8,3,64,2,64,32,7,32,1,65,24,108,106,34,4,40,2,20,34,0,32,8,77,13,0,32,0,32,4,40,2,16,34,3,77,13,0,32,3,32,8,79,4,64,32,5,32,4,41,2,0,55,2,36,32,5,32,3,54,2,32,11,32,5,32,1,54,2,104,65,0,12,3,11,32,1,65,1,106,34,1,32,25,71,13,0,11,11,32,5,32,25,54,2,104,32,7,32,25,65,24,108,106,34,1,65,4,107,40,2,0,33,0,32,1,65,16,107,41,2,0,33,56,32,5,65,0,54,2,72,32,5,32,56,55,2,36,32,5,32,0,54,2,32,32,5,66,0,55,2,108,65,1,11,33,0,32,5,65,0,54,2,192,10,32,5,65,0,54,2,164,10,32,5,65,0,54,2,0,32,5,32,0,54,2,116,32,5,65,0,54,2,148,10,32,5,65,160,10,106,33,54,2,64,2,64,2,64,2,64,2,64,32,5,45,0,197,10,13,0,32,5,40,2,136,10,13,0,32,5,40,2,132,9,40,2,0,34,3,40,2,0,34,0,47,1,0,65,1,71,13,0,32,0,40,2,156,1,34,1,32,3,40,2,8,34,0,73,4,64,32,3,32,1,54,2,8,12,2,11,32,0,32,1,70,13,1,11,2,64,2,64,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,2,32,5,35,1,65,153,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,41,0,7,55,0,139,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,65,153,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,41,0,7,55,0,139,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,1,17,3,0,32,5,40,2,140,10,69,13,1,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,45,0,197,10,69,13,1,12,2,11,2,64,32,9,40,2,104,69,13,0,32,9,40,2,112,34,0,69,13,0,32,5,32,0,17,11,0,54,2,136,10,11,65,0,33,1,32,5,45,0,196,10,13,2,32,2,4,64,32,2,40,2,0,34,0,65,1,113,69,4,64,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,11,32,5,32,2,41,2,0,55,2,152,10,32,2,40,2,12,32,2,40,2,16,32,5,40,2,68,32,5,40,2,100,32,54,16,85,32,2,41,2,0,33,56,32,5,66,0,55,2,128,10,32,5,65,0,54,2,248,9,32,5,40,2,244,9,33,2,32,5,40,2,252,9,69,4,64,2,127,32,2,4,64,32,2,65,128,1,35,6,40,2,0,17,1,0,12,1,11,65,128,1,35,7,40,2,0,17,0,0,11,33,2,32,5,65,8,54,2,252,9,32,5,32,2,54,2,244,9,32,5,40,2,248,9,33,1,11,32,5,32,1,65,1,106,54,2,248,9,32,2,32,1,65,4,116,106,34,0,66,0,55,2,8,32,0,32,56,55,2,0,2,64,2,64,32,5,40,2,244,9,34,2,32,5,40,2,248,9,34,15,65,4,116,106,34,0,65,16,107,40,2,0,34,4,65,1,113,13,0,32,4,40,2,36,34,7,69,13,0,32,0,65,4,107,40,2,0,33,1,32,5,32,15,65,1,106,34,3,32,5,40,2,252,9,34,0,75,4,127,32,2,65,8,32,0,65,1,116,34,0,32,3,32,0,32,3,75,27,34,0,32,0,65,8,77,27,34,0,65,4,116,35,6,40,2,0,17,1,0,33,2,32,5,32,0,54,2,252,9,32,5,32,2,54,2,244,9,32,4,40,2,36,33,7,32,5,40,2,248,9,34,15,65,1,106,5,32,3,11,54,2,248,9,32,4,32,7,65,3,116,107,41,2,0,33,56,32,2,32,15,65,4,116,106,34,0,32,1,54,2,12,32,0,65,0,54,2,8,32,0,32,56,55,2,0,12,1,11,32,5,66,0,55,2,128,10,32,5,65,0,54,2,248,9,11,2,64,2,64,2,64,32,5,40,2,96,34,0,69,4,64,32,5,40,2,140,10,69,13,2,32,5,35,1,34,0,41,0,137,3,55,0,132,1,32,5,32,0,45,0,153,3,58,0,148,1,32,5,32,0,41,0,145,3,55,0,140,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,34,1,41,0,137,3,55,0,132,1,32,5,32,1,45,0,153,3,58,0,148,1,32,5,32,1,41,0,145,3,55,0,140,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,0,17,3,0,32,5,40,2,140,10,69,13,1,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,32,5,65,140,10,106,33,15,32,5,40,2,140,10,34,1,69,13,4,32,5,40,2,160,9,33,0,32,11,32,5,41,2,152,10,55,3,184,1,32,11,65,184,1,106,65,0,32,0,65,0,32,1,16,56,65,10,32,5,40,2,140,10,16,9,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,140,10,106,33,15,11,32,5,40,2,164,10,69,13,1,32,5,65,132,1,106,33,0,3,64,32,5,40,2,160,10,33,1,2,64,32,5,40,2,96,69,4,64,32,15,40,2,0,69,13,1,11,32,11,32,1,32,12,65,24,108,106,41,2,16,55,3,160,1,32,0,65,128,8,35,1,65,225,2,106,32,11,65,160,1,106,16,11,26,32,5,40,2,96,34,1,4,64,32,5,40,2,92,65,0,32,0,32,1,17,3,0,11,32,0,33,2,32,15,40,2,0,69,13,0,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,3,11,65,220,0,32,15,40,2,0,16,9,32,2,45,0,0,33,1,11,32,1,192,32,15,40,2,0,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,12,65,1,106,34,12,32,5,40,2,164,10,73,13,0,11,12,1,11,32,5,66,0,55,2,128,10,32,5,65,0,54,2,248,9,2,64,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,2,32,5,35,1,65,184,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,47,0,8,59,0,140,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,65,184,8,106,34,0,41,0,0,55,0,132,1,32,5,32,0,47,0,8,59,0,140,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,1,17,3,0,32,5,40,2,140,10,69,13,1,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,69,13,3,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,244,9,106,33,55,32,5,65,132,1,106,33,25,65,0,33,8,3,64,2,64,32,5,40,2,132,9,34,2,40,2,4,34,0,69,4,64,65,1,33,12,65,127,33,26,12,1,11,32,0,65,1,70,33,12,32,2,40,2,0,33,7,65,0,33,15,2,64,2,64,3,64,2,64,32,7,32,15,65,5,116,34,41,106,34,1,40,2,28,13,0,3,64,2,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,32,1,40,2,0,34,0,41,2,8,33,56,32,0,47,1,0,33,0,32,11,32,2,40,2,4,54,2,132,1,32,11,32,0,54,2,136,1,32,11,32,56,55,2,140,1,32,11,32,15,54,2,128,1,32,25,65,128,8,35,1,65,185,1,106,32,11,65,128,1,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,25,32,0,17,3,0,11,32,25,33,2,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,65,0,33,50,35,0,65,224,3,107,34,6,36,0,32,15,65,5,116,34,18,32,5,40,2,132,9,40,2,0,106,34,0,40,2,16,33,45,32,0,40,2,12,33,27,32,0,40,2,0,34,0,40,2,4,33,39,32,0,47,1,0,33,14,32,6,66,0,55,3,248,2,32,6,65,0,54,2,240,2,32,6,66,0,55,3,232,2,2,64,32,12,65,1,113,4,64,2,64,32,5,40,2,248,9,34,2,69,13,0,32,5,65,244,9,106,33,16,32,5,65,132,1,106,33,1,32,27,65,48,106,33,20,32,27,69,32,27,114,65,1,113,33,9,3,64,32,16,40,2,0,32,2,65,4,116,106,34,2,65,16,107,40,2,0,34,0,69,13,1,32,0,65,8,118,33,22,32,2,65,12,107,40,2,0,33,3,32,2,65,4,107,40,2,0,33,19,2,127,32,0,65,1,113,34,17,4,64,32,3,65,16,118,65,255,1,113,32,3,65,24,118,106,33,10,32,22,65,255,1,113,12,1,11,32,0,40,2,16,32,0,40,2,4,106,33,10,32,0,47,1,40,11,33,2,32,19,32,39,75,4,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,3,11,32,5,40,2,160,9,33,3,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,3,40,2,8,32,3,40,2,4,106,32,0,77,13,0,32,3,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,144,2,32,1,65,128,8,35,1,65,235,6,106,32,6,65,144,2,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,5,40,2,140,10,69,13,2,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,5,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,10,32,19,106,65,127,32,2,65,255,255,3,113,27,33,13,2,64,2,64,2,64,32,19,32,39,73,4,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,4,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,17,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,4,40,2,8,32,4,40,2,4,106,32,3,77,13,0,32,4,40,2,56,32,3,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,160,2,32,1,65,128,8,35,1,65,206,6,106,32,6,65,160,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,35,1,65,148,12,106,33,8,2,64,32,5,40,2,128,10,34,2,69,13,0,32,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,8,32,2,65,48,106,32,2,40,2,36,27,33,8,11,32,8,40,2,24,33,7,2,64,2,64,2,64,2,127,35,1,65,148,12,106,34,2,32,9,13,0,26,32,2,32,27,45,0,44,65,192,0,113,69,13,0,26,32,2,32,20,32,27,40,2,36,27,11,34,4,40,2,24,34,2,65,25,79,4,64,32,2,32,7,71,13,2,32,8,40,2,0,33,8,32,4,40,2,0,33,4,12,1,11,32,2,32,7,71,13,1,11,32,8,32,4,32,2,16,18,69,13,1,11,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,3,11,32,5,40,2,160,9,33,4,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,17,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,4,40,2,8,32,4,40,2,4,106,32,3,77,13,0,32,4,40,2,56,32,3,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,224,2,32,1,65,128,8,35,1,65,252,5,106,32,6,65,224,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,2,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,5,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,2,64,2,64,2,127,2,64,2,64,2,64,32,17,4,64,32,0,65,16,113,69,13,1,35,1,65,196,3,106,12,4,11,35,1,65,196,3,106,32,0,47,1,44,34,2,65,32,113,13,3,26,32,0,47,1,40,65,255,255,3,71,13,1,35,1,65,226,7,106,12,3,11,32,0,65,32,113,69,13,1,35,1,65,142,8,106,12,2,11,35,1,65,142,8,106,32,2,65,128,4,113,13,1,26,32,2,65,24,113,69,13,0,35,1,65,208,8,106,12,1,11,32,5,40,2,192,10,34,8,32,5,40,2,164,10,34,7,79,13,1,32,5,40,2,160,10,33,4,3,64,32,19,32,4,32,8,65,24,108,106,34,2,40,2,20,79,4,64,32,7,32,8,65,1,106,34,8,71,13,1,12,3,11,11,32,2,40,2,16,32,13,79,13,1,35,1,65,219,8,106,11,33,3,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,8,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,17,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,8,40,2,8,32,8,40,2,4,106,32,4,77,13,0,32,8,40,2,56,32,4,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,180,2,32,6,32,3,54,2,176,2,32,1,65,128,8,35,1,65,138,7,106,32,6,65,176,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,6,32,3,54,2,148,3,32,6,32,0,54,2,144,3,32,6,2,127,2,64,32,0,65,1,113,4,64,32,22,65,255,1,113,33,10,12,1,11,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,34,10,65,254,255,3,73,13,0,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,1,11,2,64,2,64,32,5,40,2,160,9,34,18,40,2,24,34,2,32,14,77,4,64,32,18,40,2,44,32,18,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,9,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,4,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,20,4,127,32,2,32,20,65,1,116,106,65,0,33,8,3,64,32,2,47,1,0,32,10,70,13,4,32,2,65,2,106,33,2,32,8,65,1,106,34,8,32,20,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,4,65,1,106,34,4,32,9,71,13,0,11,12,2,11,32,18,40,2,40,32,18,40,2,4,32,14,108,65,1,116,106,32,10,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,18,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,11,54,2,232,2,32,6,32,6,41,2,144,3,55,3,216,2,32,5,32,14,32,6,65,216,2,106,32,6,65,232,2,106,16,82,33,2,32,5,40,2,96,33,4,2,64,32,2,69,4,64,32,4,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,4,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,4,40,2,8,32,4,40,2,4,106,32,0,77,13,0,32,4,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,35,1,65,171,10,106,33,3,2,64,2,64,2,64,32,10,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,3,12,1,11,65,0,33,3,32,4,40,2,8,32,4,40,2,4,106,32,10,77,13,0,32,4,40,2,56,32,10,65,2,116,106,40,2,0,33,3,11,32,6,32,3,54,2,212,2,32,6,32,2,54,2,208,2,32,1,65,128,8,35,1,65,145,5,106,32,6,65,208,2,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,2,64,32,4,69,4,64,32,5,40,2,140,10,69,13,1,11,32,5,40,2,160,9,33,8,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,22,65,255,1,113,5,32,0,47,1,40,11,65,255,255,3,113,34,4,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,8,40,2,8,32,8,40,2,4,106,32,4,77,13,0,32,8,40,2,56,32,4,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,192,2,32,1,65,128,8,35,1,65,185,6,106,32,6,65,192,2,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,50,32,0,65,1,113,13,8,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,12,8,11,2,64,32,5,40,2,244,9,34,1,32,5,40,2,248,9,34,3,65,4,116,106,34,0,65,16,107,40,2,0,34,2,65,1,113,13,0,3,64,32,2,40,2,36,34,8,69,13,1,32,0,65,4,107,40,2,0,33,4,32,5,32,3,65,1,106,34,7,32,5,40,2,252,9,34,0,75,4,127,32,1,65,8,32,0,65,1,116,34,0,32,7,32,0,32,7,75,27,34,0,32,0,65,8,77,27,34,0,65,4,116,35,6,40,2,0,17,1,0,33,1,32,5,32,0,54,2,252,9,32,5,32,1,54,2,244,9,32,2,40,2,36,33,8,32,5,40,2,248,9,34,3,65,1,106,5,32,7,11,54,2,248,9,32,2,32,8,65,3,116,107,41,2,0,33,56,32,1,32,3,65,4,116,106,34,0,32,4,54,2,12,32,0,65,0,54,2,8,32,0,32,56,55,2,0,32,5,40,2,244,9,34,1,32,5,40,2,248,9,34,3,65,4,116,106,34,0,65,16,107,40,2,0,34,2,65,1,113,69,13,0,11,11,32,16,16,39,12,5,11,2,64,32,5,40,2,244,9,34,3,32,5,40,2,248,9,34,8,65,4,116,106,34,2,65,16,107,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,13,69,13,0,32,2,65,4,107,40,2,0,33,4,32,8,65,1,106,34,10,32,5,40,2,252,9,34,2,75,4,64,32,3,65,8,32,2,65,1,116,34,2,32,10,32,2,32,10,75,27,34,2,32,2,65,8,77,27,34,2,65,4,116,35,6,40,2,0,17,1,0,33,3,32,5,32,2,54,2,252,9,32,5,32,3,54,2,244,9,32,5,40,2,248,9,34,8,65,1,106,33,10,32,7,40,2,36,33,13,11,32,5,32,10,54,2,248,9,32,7,32,13,65,3,116,107,41,2,0,33,56,32,3,32,8,65,4,116,106,34,2,32,4,54,2,12,32,2,65,0,54,2,8,32,2,32,56,55,2,0,12,3,11,32,16,16,39,32,5,32,15,16,81,26,32,5,40,2,132,9,40,2,0,32,18,106,40,2,0,47,1,0,33,14,12,2,11,32,13,32,39,77,13,0,32,5,40,2,244,9,34,3,32,5,40,2,248,9,34,8,65,4,116,106,34,2,65,16,107,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,13,69,13,0,32,2,65,4,107,40,2,0,33,4,32,8,65,1,106,34,10,32,5,40,2,252,9,34,2,75,4,64,32,3,65,8,32,2,65,1,116,34,2,32,10,32,2,32,10,75,27,34,2,32,2,65,8,77,27,34,2,65,4,116,35,6,40,2,0,17,1,0,33,3,32,5,32,2,54,2,252,9,32,5,32,3,54,2,244,9,32,5,40,2,248,9,34,8,65,1,106,33,10,32,7,40,2,36,33,13,11,32,5,32,10,54,2,248,9,32,7,32,13,65,3,116,107,41,2,0,33,56,32,3,32,8,65,4,116,106,34,2,32,4,54,2,12,32,2,65,0,54,2,8,32,2,32,56,55,2,0,12,1,11,32,16,16,39,11,32,5,40,2,248,9,34,2,13,0,11,32,6,32,0,54,2,144,3,11,32,6,66,0,55,3,248,2,11,2,64,32,5,40,2,224,9,34,8,69,13,0,65,0,33,0,2,64,32,5,40,2,240,9,32,39,71,13,0,35,1,65,148,12,106,34,0,33,3,2,64,32,5,40,2,232,9,34,1,69,13,0,32,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,0,32,1,65,48,106,32,1,40,2,36,27,33,3,11,35,1,65,148,12,106,34,0,33,1,2,64,32,27,69,13,0,32,27,65,1,113,13,0,32,27,45,0,44,65,192,0,113,69,13,0,32,0,32,27,65,48,106,32,27,40,2,36,27,33,1,11,32,3,40,2,24,33,2,2,64,32,1,40,2,24,34,4,65,25,79,4,64,65,0,33,0,32,2,32,4,71,13,2,32,3,40,2,0,33,3,32,1,40,2,0,33,1,12,1,11,65,0,33,0,32,2,32,4,71,13,1,11,32,3,32,1,32,4,16,18,13,0,32,5,65,224,9,106,33,7,32,5,40,2,160,9,33,9,32,6,2,127,2,64,32,8,65,1,113,4,64,32,8,65,128,254,3,113,65,8,118,33,1,12,1,11,32,8,47,1,40,34,1,65,254,255,3,73,13,0,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,1,11,2,64,2,64,32,9,40,2,24,34,0,32,14,77,4,64,32,9,40,2,44,32,9,40,2,48,32,14,32,0,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,4,69,4,64,65,0,33,2,12,3,11,32,0,65,2,106,33,10,65,0,33,13,3,64,32,10,65,4,106,33,2,32,10,47,1,2,34,8,4,127,32,2,32,8,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,1,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,8,71,13,0,11,5,32,2,11,33,10,65,0,33,2,32,13,65,1,106,34,13,32,4,71,13,0,11,12,2,11,32,9,40,2,40,32,9,40,2,4,32,14,108,65,1,116,106,32,1,65,1,116,106,47,1,0,33,2,12,1,11,32,10,47,1,0,33,2,11,32,6,32,9,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,0,45,0,0,54,2,236,2,32,6,32,0,45,0,1,58,0,240,2,32,0,65,8,106,11,54,2,232,2,32,6,32,7,41,2,0,55,3,136,2,32,5,32,14,32,6,65,136,2,106,32,6,65,232,2,106,16,82,69,13,1,32,7,40,2,0,34,0,65,1,113,69,4,64,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,32,7,40,2,0,33,0,11,32,5,40,2,228,9,33,3,12,2,11,65,0,33,3,12,1,11,65,0,33,0,65,0,33,3,11,32,6,32,3,54,2,252,2,32,6,32,0,54,2,248,2,32,5,65,180,10,106,33,21,32,5,65,232,9,106,33,30,32,5,65,224,9,106,33,34,32,5,65,136,9,106,33,33,32,5,65,132,1,106,33,1,32,0,65,8,118,33,17,32,0,69,33,2,32,27,69,32,27,114,65,1,113,33,24,32,15,65,5,116,33,46,32,5,65,64,107,33,51,2,64,3,64,32,14,69,33,20,32,14,65,6,108,33,52,32,14,65,2,116,33,22,2,64,32,6,2,127,2,64,3,64,32,2,65,1,113,4,64,2,64,2,64,32,5,40,2,160,9,34,0,40,2,88,32,22,32,52,32,0,40,2,0,65,15,73,27,106,34,0,47,1,0,34,4,65,255,255,3,70,4,64,2,64,2,64,32,5,40,2,96,34,0,69,4,64,32,5,40,2,140,10,13,1,65,0,33,2,12,4,11,32,1,35,1,65,251,9,106,34,2,41,0,0,55,0,0,32,1,32,2,41,0,30,55,0,30,32,1,32,2,41,0,24,55,0,24,32,1,32,2,41,0,16,55,0,16,32,1,32,2,41,0,8,55,0,8,65,0,33,2,32,5,40,2,92,65,0,32,1,32,0,17,3,0,32,5,40,2,140,10,69,13,3,12,1,11,32,1,35,1,65,251,9,106,34,0,41,0,0,55,0,0,32,1,32,0,41,0,30,55,0,30,32,1,32,0,41,0,24,55,0,24,32,1,32,0,41,0,16,55,0,16,32,1,32,0,41,0,8,55,0,8,11,32,1,33,3,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,69,13,4,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,0,47,1,2,33,47,32,5,40,2,132,9,40,2,0,32,46,106,34,0,40,2,12,33,37,32,0,40,2,0,34,0,41,2,8,33,58,32,0,40,2,4,34,8,33,0,32,5,40,2,32,32,8,71,4,64,65,0,33,2,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,58,55,2,36,32,5,32,8,54,2,32,32,5,40,2,68,33,9,2,64,2,127,32,5,40,2,100,34,13,4,64,3,64,2,64,32,9,32,2,65,24,108,106,34,7,40,2,20,34,0,32,8,77,13,0,32,0,32,7,40,2,16,34,3,77,13,0,32,3,32,8,34,0,79,4,64,32,5,32,7,41,2,0,55,2,36,32,5,32,3,54,2,32,32,3,33,0,11,32,5,32,2,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,0,32,5,40,2,108,34,3,73,13,3,26,65,0,34,2,32,0,32,5,40,2,112,32,3,106,79,13,3,26,12,4,11,32,2,65,1,106,34,2,32,13,71,13,0,11,11,32,5,32,13,54,2,104,32,9,32,13,65,24,108,106,34,2,65,4,107,40,2,0,33,0,32,5,32,2,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,11,32,37,65,48,106,33,53,65,0,33,13,32,37,69,32,37,114,65,1,113,33,18,65,0,33,9,65,0,33,42,65,0,33,31,65,0,33,48,65,0,33,43,65,0,33,44,65,0,33,23,65,0,33,28,65,0,33,35,65,0,33,49,32,20,33,17,2,127,2,64,2,64,2,64,2,127,3,64,2,64,32,5,41,2,36,34,59,66,32,136,167,33,32,32,5,40,2,96,33,2,32,59,167,33,16,2,64,32,47,4,127,32,5,41,2,124,33,57,2,64,32,2,69,4,64,32,5,40,2,140,10,69,13,1,11,32,6,32,32,54,2,248,1,32,6,32,16,54,2,244,1,32,6,32,47,54,2,240,1,32,1,65,128,8,35,1,65,231,0,106,32,6,65,240,1,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,5,16,65,65,0,33,2,32,5,40,2,136,10,2,127,32,37,69,4,64,65,0,33,10,65,0,12,1,11,32,53,32,37,40,2,72,34,10,65,25,73,13,0,26,32,53,40,2,0,11,32,10,32,5,40,2,160,9,40,2,128,1,17,3,0,32,5,40,2,136,10,32,5,32,5,40,2,160,9,34,3,40,2,104,32,3,40,2,16,32,47,108,106,32,3,40,2,120,17,4,0,33,3,32,5,45,0,196,10,13,9,2,64,32,5,40,2,56,34,2,13,0,32,51,40,2,0,69,13,0,2,64,32,5,40,2,104,34,2,32,5,40,2,100,70,13,0,32,2,69,13,0,32,5,40,2,32,32,5,40,2,68,32,2,65,24,108,106,34,7,40,2,16,71,13,0,32,7,65,4,107,40,2,0,33,2,32,5,32,7,65,16,107,41,2,0,55,2,60,32,5,32,2,54,2,56,12,1,11,32,5,32,5,41,2,32,34,56,55,2,56,32,5,32,5,40,2,40,54,2,64,32,56,167,33,2,11,32,5,40,2,44,32,2,75,4,64,32,5,32,5,41,2,56,55,2,44,32,5,32,5,40,2,64,54,2,52,11,32,5,40,2,32,65,5,65,1,32,5,40,2,0,65,127,70,27,106,34,2,32,13,32,2,32,13,75,27,33,13,2,64,32,3,69,13,0,32,5,40,2,136,10,32,1,32,5,40,2,160,9,40,2,124,17,1,0,33,28,32,28,2,127,35,1,65,148,12,106,34,2,32,18,13,0,26,32,2,32,37,45,0,44,65,192,0,113,69,13,0,26,32,2,32,53,32,37,40,2,36,27,11,34,2,40,2,24,71,4,64,65,1,33,23,12,4,11,32,28,65,25,79,4,127,32,2,40,2,0,5,32,2,11,32,1,32,28,16,18,34,2,65,0,71,33,23,32,5,40,2,56,32,0,75,13,3,32,2,13,3,32,5,40,2,160,9,34,26,32,14,32,26,40,2,108,32,5,47,1,4,65,1,116,106,47,1,0,34,19,16,42,33,10,2,64,32,17,65,1,113,13,0,2,64,32,5,40,2,132,9,40,2,0,32,46,106,34,7,40,2,0,34,2,40,2,152,1,69,13,0,3,64,32,2,47,1,144,1,69,13,2,32,2,40,2,20,34,40,69,13,2,2,127,32,40,65,1,113,34,3,4,64,32,2,45,0,27,32,2,47,1,24,32,2,45,0,26,65,16,116,114,65,128,128,252,7,113,65,16,118,106,12,1,11,32,40,40,2,16,32,40,40,2,4,106,11,13,1,32,2,40,2,156,1,32,7,40,2,8,77,13,2,2,64,32,3,4,64,32,40,65,32,113,69,13,1,12,4,11,32,40,45,0,45,65,2,113,13,3,32,40,40,2,32,13,3,11,32,2,40,2,16,34,2,13,0,11,12,1,11,32,10,32,14,71,13,4,11,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,19,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,26,40,2,8,32,26,40,2,4,106,32,19,77,13,0,32,26,40,2,56,32,19,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,224,1,32,1,65,128,8,35,1,65,214,5,106,32,6,65,224,1,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,5,40,2,32,32,0,71,4,64,65,0,33,2,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,59,55,2,36,32,5,32,0,54,2,32,32,5,40,2,68,33,19,2,64,2,127,32,5,40,2,100,34,26,4,64,3,64,2,64,32,19,32,2,65,24,108,106,34,10,40,2,20,34,7,32,0,77,13,0,32,7,32,10,40,2,16,34,3,77,13,0,32,0,32,3,77,4,64,32,5,32,10,41,2,0,55,2,36,32,5,32,3,54,2,32,32,3,33,0,11,32,5,32,2,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,0,32,5,40,2,108,34,3,73,13,3,26,65,0,34,2,32,0,32,5,40,2,112,32,3,106,79,13,3,26,12,4,11,32,2,65,1,106,34,2,32,26,71,13,0,11,11,32,5,32,26,54,2,104,32,19,32,26,65,24,108,106,34,2,65,4,107,40,2,0,33,0,32,5,32,2,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,11,32,5,32,57,55,2,124,32,5,40,2,96,5,32,2,11,69,4,64,32,5,40,2,140,10,69,13,1,11,32,6,32,32,54,2,216,1,32,6,32,16,54,2,212,1,32,6,32,4,65,255,255,3,113,54,2,208,1,32,1,65,128,8,35,1,65,144,1,106,32,6,65,208,1,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,5,16,65,32,5,32,4,65,255,255,3,113,32,5,40,2,160,9,40,2,92,17,1,0,33,7,2,64,32,5,40,2,56,34,2,13,0,32,51,40,2,0,69,13,0,2,64,32,5,40,2,104,34,0,32,5,40,2,100,70,13,0,32,0,69,13,0,32,5,40,2,32,32,5,40,2,68,32,0,65,24,108,106,34,0,40,2,16,71,13,0,32,0,65,4,107,40,2,0,33,2,32,5,32,0,65,16,107,41,2,0,55,2,60,32,5,32,2,54,2,56,12,1,11,32,5,32,5,41,2,32,34,56,55,2,56,32,5,32,5,40,2,40,54,2,64,32,56,167,33,2,11,32,5,40,2,44,32,2,75,4,64,32,5,32,5,41,2,56,55,2,44,32,5,32,5,40,2,64,54,2,52,11,32,5,40,2,32,34,0,65,5,65,1,32,5,40,2,0,65,127,70,27,106,34,3,32,13,32,3,32,13,75,27,33,13,2,64,2,64,32,7,69,4,64,32,17,65,1,113,69,4,64,32,0,32,8,70,32,5,40,2,160,9,40,2,88,34,0,47,1,2,33,47,32,0,47,1,0,33,4,65,1,33,17,32,8,33,0,13,5,65,0,33,2,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,58,55,2,36,32,5,32,0,54,2,32,32,5,40,2,68,33,10,2,64,2,127,32,5,40,2,100,34,19,4,64,3,64,2,64,32,10,32,2,65,24,108,106,34,7,40,2,20,34,0,32,8,77,13,0,32,0,32,7,40,2,16,34,3,77,13,0,32,3,32,8,34,0,79,4,64,32,5,32,7,41,2,0,55,2,36,32,5,32,3,54,2,32,32,3,33,0,11,32,5,32,2,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,0,32,5,40,2,108,34,3,73,13,3,26,65,0,34,2,32,0,32,5,40,2,112,32,3,106,79,13,3,26,12,4,11,32,2,65,1,106,34,2,32,19,71,13,0,11,11,32,5,32,19,54,2,104,32,10,32,19,65,24,108,106,34,2,65,4,107,40,2,0,33,0,32,5,32,2,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,12,5,11,32,49,13,2,2,64,32,5,40,2,96,34,2,69,4,64,32,5,40,2,140,10,69,13,3,32,1,35,1,34,2,65,235,7,106,34,0,41,0,0,55,0,0,32,1,32,0,40,0,24,54,0,24,32,1,32,2,41,0,251,7,55,0,16,32,1,32,2,41,0,243,7,55,0,8,12,1,11,32,1,35,1,34,3,65,235,7,106,34,0,41,0,0,55,0,0,32,1,32,0,40,0,24,54,0,24,32,1,32,3,41,0,251,7,55,0,16,32,1,32,3,41,0,243,7,55,0,8,32,5,40,2,92,65,0,32,1,32,2,17,3,0,32,5,40,2,140,10,69,13,2,11,32,1,33,3,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,65,0,33,10,65,0,32,49,69,13,4,26,12,5,11,32,5,40,2,32,33,0,32,5,40,2,0,33,35,32,5,40,2,44,34,9,33,48,32,5,40,2,52,34,42,33,43,32,5,40,2,48,34,31,33,44,11,32,0,32,9,70,4,64,32,5,32,5,40,2,24,17,0,0,4,64,32,5,65,255,255,3,59,1,4,32,0,33,9,12,5,11,32,5,65,0,32,5,40,2,8,17,5,0,32,5,40,2,32,33,0,11,32,5,40,2,40,33,43,32,5,40,2,36,33,44,65,1,33,49,32,0,33,9,65,1,33,17,12,1,11,11,32,49,13,1,32,5,40,2,56,33,2,32,5,45,0,120,33,10,65,1,11,33,18,32,5,47,1,4,33,4,32,5,40,2,48,33,17,32,5,40,2,52,33,9,32,6,32,5,40,2,44,34,0,32,8,107,34,3,65,0,32,0,32,3,79,27,54,2,144,3,32,6,32,9,32,9,32,58,66,32,136,167,107,34,3,65,0,32,3,32,9,77,27,32,17,32,58,167,34,3,75,27,173,66,32,134,32,17,32,3,107,34,3,65,0,32,3,32,17,77,27,173,132,55,2,148,3,32,51,40,2,0,33,7,32,5,40,2,60,33,8,32,6,32,2,32,0,107,34,3,65,0,32,2,32,3,79,27,54,2,128,3,32,6,32,8,32,17,107,34,3,65,0,32,3,32,8,77,27,173,32,7,32,7,32,9,107,34,3,65,0,32,3,32,7,77,27,32,8,32,17,75,27,173,66,32,134,132,55,2,132,3,32,13,32,2,107,33,7,32,5,40,2,160,9,33,3,32,18,69,13,1,32,3,40,2,108,32,4,65,1,116,106,47,1,0,33,4,65,0,33,13,12,2,11,32,44,32,31,107,34,0,65,0,32,0,32,44,77,27,173,32,43,32,43,32,42,107,34,0,65,0,32,0,32,43,77,27,32,31,32,44,73,27,173,66,32,134,132,33,57,32,42,32,42,32,58,66,32,136,167,107,34,0,65,0,32,0,32,42,77,27,32,31,32,58,167,34,0,75,27,173,66,32,134,32,31,32,0,107,34,0,65,0,32,0,32,31,77,27,173,132,33,56,32,9,32,48,107,34,0,65,0,32,0,32,9,77,27,33,7,32,48,32,8,107,34,0,65,0,32,0,32,48,77,27,33,4,32,13,32,9,107,33,3,2,127,32,5,40,2,140,9,34,0,4,64,32,5,32,0,65,1,107,34,0,54,2,140,9,32,5,40,2,136,9,32,0,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,33,0,32,6,66,0,55,3,152,3,32,6,66,0,55,3,160,3,65,0,33,2,32,6,65,0,54,2,168,3,32,6,65,1,54,2,212,3,32,6,32,4,54,2,208,3,32,6,32,56,55,3,128,3,32,6,32,7,54,2,200,3,32,6,32,57,55,3,216,3,32,6,32,3,54,2,196,3,32,6,65,0,54,2,192,3,32,6,65,0,54,2,188,3,32,6,65,255,255,3,59,1,184,3,32,6,32,14,59,1,182,3,32,6,65,3,59,1,180,3,32,6,65,0,59,1,178,3,32,6,66,0,55,3,144,3,32,0,32,6,40,2,212,3,54,2,0,32,0,32,6,40,2,208,3,54,2,4,32,0,32,6,41,3,128,3,55,2,8,32,0,32,6,40,2,200,3,54,2,16,32,0,32,6,41,3,216,3,55,2,20,32,0,32,6,40,2,196,3,54,2,28,32,0,32,6,40,2,192,3,54,2,32,32,0,32,6,40,2,188,3,54,2,36,32,0,32,6,47,1,184,3,59,1,40,32,0,32,6,47,1,182,3,59,1,42,32,0,32,6,47,1,180,3,34,3,59,1,44,32,0,32,6,47,1,178,3,59,1,46,32,0,32,6,40,2,168,3,54,2,72,32,0,65,64,107,32,6,41,3,160,3,55,2,0,32,0,32,6,41,3,152,3,55,2,56,32,0,32,6,41,3,144,3,55,2,48,32,0,32,35,54,2,48,32,0,32,3,65,24,114,59,1,44,65,0,33,4,65,0,33,10,32,0,33,7,32,0,65,8,118,12,2,11,65,0,33,13,32,4,69,13,0,32,4,32,3,47,1,100,71,13,0,32,5,40,2,32,32,0,71,4,64,65,0,33,3,32,5,65,0,58,0,128,1,32,5,65,0,54,2,124,32,5,32,0,54,2,32,32,5,32,5,41,2,48,55,2,36,32,5,40,2,68,33,19,2,64,2,127,32,5,40,2,100,34,16,4,64,3,64,2,64,32,19,32,3,65,24,108,106,34,17,40,2,20,34,9,32,0,77,13,0,32,9,32,17,40,2,16,34,8,77,13,0,32,0,32,8,77,4,64,32,5,32,17,41,2,0,55,2,36,32,5,32,8,54,2,32,32,8,33,0,11,32,5,32,3,54,2,104,32,5,40,2,72,69,4,64,65,0,33,3,12,5,11,65,0,32,0,32,5,40,2,108,34,8,73,13,3,26,65,0,34,3,32,0,32,5,40,2,112,32,8,106,79,13,3,26,12,4,11,32,3,65,1,106,34,3,32,16,71,13,0,11,11,32,5,32,16,54,2,104,32,19,32,16,65,24,108,106,34,3,65,4,107,40,2,0,33,0,32,5,32,3,65,16,107,41,2,0,55,2,36,32,5,32,0,54,2,32,65,1,11,33,3,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,3,54,2,116,11,32,5,16,65,32,5,65,0,32,5,40,2,160,9,40,2,96,17,1,0,69,4,64,32,5,40,2,160,9,33,3,12,1,11,32,5,40,2,160,9,33,3,65,1,33,13,32,5,40,2,56,32,2,71,13,0,32,5,47,1,4,33,8,2,64,2,64,32,3,40,2,24,34,0,32,14,77,4,64,32,3,40,2,44,32,3,40,2,48,32,14,32,0,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,16,69,13,2,32,0,65,2,106,33,0,65,0,33,17,3,64,32,0,65,4,106,33,2,32,0,47,1,2,34,32,4,127,32,2,32,32,65,1,116,106,65,0,33,9,3,64,32,2,47,1,0,32,8,70,13,4,32,2,65,2,106,33,2,32,9,65,1,106,34,9,32,32,71,13,0,11,5,32,2,11,33,0,32,17,65,1,106,34,17,32,16,71,13,0,11,12,2,11,32,3,40,2,40,32,3,40,2,4,32,14,108,65,1,116,106,32,8,65,1,116,106,33,0,11,32,0,47,1,0,69,13,0,32,8,33,4,12,1,11,32,3,40,2,0,65,15,73,13,0,32,3,40,2,88,32,52,106,47,1,4,34,0,69,13,0,32,3,47,1,144,1,34,2,69,13,0,32,2,32,0,32,2,108,34,2,106,33,17,32,3,40,2,140,1,33,9,3,64,32,8,32,9,32,2,65,1,116,106,47,1,0,34,0,70,4,64,32,8,33,4,12,2,11,32,0,69,13,1,32,2,65,1,106,34,2,32,17,73,13,0,11,11,32,6,32,6,40,2,152,3,54,2,200,1,32,6,32,6,40,2,136,3,54,2,184,1,32,6,32,6,41,2,144,3,55,3,192,1,32,6,32,6,41,2,128,3,55,3,176,1,32,7,33,0,32,10,65,1,113,33,17,65,0,33,10,35,0,65,224,0,107,34,16,36,0,65,1,33,7,65,1,33,9,2,64,2,64,2,64,2,64,32,4,65,255,255,3,113,34,19,65,254,255,3,107,14,2,1,2,0,11,32,3,40,2,72,32,19,65,3,108,106,34,2,45,0,1,33,9,32,2,45,0,0,33,7,32,19,69,33,10,32,19,65,255,1,75,13,1,32,18,13,1,32,0,65,15,75,13,1,32,6,40,2,192,1,34,8,65,254,1,75,13,1,32,6,40,2,196,1,34,4,65,15,75,13,1,32,6,40,2,200,1,34,3,65,254,1,75,13,1,32,6,40,2,176,1,34,2,65,254,1,75,13,1,32,6,40,2,180,1,13,1,32,6,40,2,184,1,65,254,1,75,13,1,32,6,32,2,58,0,223,3,32,6,32,8,58,0,222,3,32,6,32,3,58,0,220,3,32,6,32,14,59,1,218,3,32,6,32,19,58,0,217,3,32,6,32,4,65,15,113,32,0,65,4,116,114,58,0,221,3,32,6,32,9,65,2,116,65,0,65,8,32,19,27,106,65,192,0,65,0,32,13,27,106,32,7,65,1,116,106,65,1,114,58,0,216,3,12,2,11,65,0,33,7,65,0,33,9,11,2,127,32,33,40,2,4,34,2,4,64,32,33,32,2,65,1,107,34,2,54,2,4,32,33,40,2,0,32,2,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,33,2,32,16,65,1,54,2,92,32,16,32,6,40,2,200,1,54,2,88,32,16,32,6,41,2,192,1,55,3,80,32,16,32,6,40,2,184,1,54,2,72,32,6,41,2,176,1,33,56,32,16,66,0,55,3,16,32,16,66,0,55,3,24,32,16,65,0,54,2,32,32,16,32,56,55,3,64,32,16,32,0,54,2,60,32,16,65,0,54,2,56,32,16,65,0,54,2,52,32,16,32,19,59,1,48,32,16,32,14,59,1,46,32,16,65,0,59,1,42,32,16,66,0,55,3,8,32,16,32,9,65,1,116,32,7,106,65,255,1,113,65,128,2,65,0,32,17,27,65,192,0,65,0,32,18,27,114,65,128,8,65,0,32,13,27,114,65,4,65,0,32,10,27,114,114,59,1,44,32,2,32,16,40,2,92,54,2,0,32,2,32,16,40,2,88,54,2,12,32,2,32,16,41,3,80,55,2,4,32,2,32,16,40,2,72,54,2,24,32,2,32,16,41,3,64,55,2,16,32,2,32,16,40,2,60,54,2,28,32,2,32,16,40,2,56,54,2,32,32,2,32,16,40,2,52,54,2,36,32,2,32,16,47,1,48,59,1,40,32,2,32,16,47,1,46,59,1,42,32,2,32,16,47,1,44,59,1,44,32,2,32,16,47,1,42,59,1,46,32,2,32,16,40,2,32,54,2,72,32,2,65,64,107,32,16,41,3,24,55,2,0,32,2,32,16,41,3,16,55,2,56,32,2,32,16,41,3,8,55,2,48,32,6,65,0,54,2,220,3,32,6,32,2,54,2,216,3,11,32,16,65,224,0,106,36,0,32,6,41,3,216,3,34,56,66,48,136,167,32,6,40,2,220,3,33,2,32,6,40,2,216,3,33,0,32,56,167,33,7,32,18,4,64,32,7,32,28,54,2,72,32,7,65,48,106,33,8,32,28,65,25,79,4,64,32,8,32,28,35,7,40,2,0,17,0,0,34,8,54,2,0,11,32,28,4,64,32,8,32,1,32,28,252,10,0,0,11,32,7,32,7,47,1,44,65,255,254,3,113,65,128,1,65,0,32,23,27,114,59,1,44,11,32,56,66,56,136,167,33,10,65,255,1,113,33,4,32,56,66,8,136,167,11,33,3,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,5,40,2,160,9,33,8,35,1,65,171,10,106,33,13,2,64,2,64,2,64,32,7,65,1,113,4,127,32,3,65,255,1,113,5,32,7,47,1,40,11,65,255,255,3,113,34,3,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,13,12,1,11,32,8,40,2,56,32,3,65,2,116,106,40,2,0,33,13,11,32,1,35,1,65,201,10,106,34,3,41,0,0,55,0,0,32,1,32,3,41,0,13,55,0,13,32,1,32,3,41,0,8,55,0,8,65,0,33,8,65,20,33,3,2,64,32,13,45,0,0,34,9,69,13,0,3,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,32,9,65,255,1,113,34,18,65,9,107,14,5,0,1,2,3,4,5,11,32,1,32,3,106,65,220,232,1,59,0,0,32,3,65,2,106,12,5,11,32,1,32,3,106,65,220,220,1,59,0,0,32,3,65,2,106,12,4,11,32,1,32,3,106,65,220,236,1,59,0,0,32,3,65,2,106,12,3,11,32,1,32,3,106,65,220,204,1,59,0,0,32,3,65,2,106,12,2,11,32,1,32,3,106,65,220,228,1,59,0,0,32,3,65,2,106,12,1,11,32,18,65,220,0,70,4,64,32,1,32,3,106,65,220,184,1,59,0,0,32,3,65,2,106,12,1,11,32,1,32,3,106,32,9,58,0,0,32,3,65,1,106,11,33,3,32,13,32,8,65,1,106,34,8,106,45,0,0,34,9,69,13,1,32,3,65,128,8,72,13,0,11,11,65,128,8,32,3,107,33,8,32,1,32,3,106,32,6,32,7,65,1,113,4,127,32,4,32,10,106,5,32,7,40,2,16,32,7,40,2,4,106,11,54,2,160,1,32,8,35,1,65,159,2,106,32,6,65,160,1,106,16,11,26,32,5,40,2,96,34,3,4,64,32,5,40,2,92,65,0,32,1,32,3,17,3,0,11,32,1,33,9,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,9,45,0,0,34,3,65,34,70,13,0,32,3,65,220,0,70,13,0,32,3,69,13,4,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,9,45,0,0,33,3,11,32,3,192,32,5,40,2,140,10,16,9,32,9,65,1,106,33,9,12,0,11,0,11,65,0,33,0,11,32,6,32,2,54,2,252,2,32,6,32,0,54,2,248,2,32,5,45,0,196,10,4,64,65,0,33,2,12,7,11,32,6,2,127,2,64,32,0,4,64,32,0,65,1,113,69,4,64,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,11,32,24,69,4,64,32,27,32,27,40,2,0,65,1,106,54,2,0,32,27,40,2,0,26,11,32,34,40,2,0,4,64,32,6,32,34,41,2,0,55,3,152,1,32,33,32,6,65,152,1,106,16,10,11,32,30,40,2,0,4,64,32,6,32,30,41,2,0,55,3,144,1,32,33,32,6,65,144,1,106,16,10,11,32,5,32,39,54,2,240,9,32,5,32,2,54,2,228,9,32,5,32,0,54,2,224,9,32,5,32,45,54,2,236,9,32,5,32,27,54,2,232,9,32,5,40,2,160,9,33,18,32,6,45,0,248,2,34,0,65,1,113,4,64,32,6,45,0,249,2,34,17,33,9,12,2,11,32,6,40,2,248,2,34,0,65,8,118,33,17,32,0,47,1,40,34,9,65,254,255,3,73,13,1,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,2,11,32,0,65,8,118,33,17,2,64,2,64,32,5,40,2,160,9,34,9,40,2,24,34,2,32,14,77,4,64,32,9,40,2,44,32,9,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,8,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,10,65,0,33,13,3,64,32,10,65,4,106,33,2,32,10,47,1,2,34,7,4,127,32,2,32,7,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,69,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,7,71,13,0,11,5,32,2,11,33,10,65,0,33,2,32,13,65,1,106,34,13,32,8,71,13,0,11,12,2,11,32,9,40,2,40,32,9,40,2,4,32,14,108,65,1,116,106,47,1,0,33,2,12,1,11,32,10,47,1,0,33,2,11,32,6,32,9,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,12,1,11,2,64,2,64,32,18,40,2,24,34,2,32,14,77,4,64,32,18,40,2,44,32,18,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,8,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,7,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,10,4,127,32,2,32,10,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,10,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,7,65,1,106,34,7,32,8,71,13,0,11,12,2,11,32,18,40,2,40,32,18,40,2,4,32,14,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,18,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,11,54,2,232,2,11,32,5,32,39,54,2,184,10,32,5,32,5,45,0,198,10,58,0,188,10,32,5,32,5,40,2,148,10,65,1,106,34,2,65,0,32,2,65,227,0,77,27,34,2,54,2,148,10,2,64,32,2,13,0,32,5,40,2,176,10,34,2,69,13,0,32,21,32,2,17,0,0,69,13,0,65,0,33,2,32,6,40,2,248,2,69,13,6,32,6,32,6,41,3,248,2,55,3,136,1,32,33,32,6,65,136,1,106,16,10,12,6,11,2,64,32,6,40,2,236,2,34,18,69,13,0,32,6,40,2,248,2,34,0,65,8,118,33,17,65,0,33,3,65,127,33,10,32,6,40,2,232,2,33,7,65,0,33,9,3,64,32,7,32,9,65,3,116,106,34,2,46,1,4,33,19,32,2,47,1,2,33,8,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,2,45,0,0,14,4,0,1,2,3,6,11,32,19,65,128,2,113,13,5,32,5,40,2,96,33,3,32,19,65,1,113,4,64,2,64,32,3,69,4,64,32,14,33,8,32,5,40,2,140,10,69,13,14,32,1,35,1,65,239,9,106,34,2,41,0,0,55,0,0,32,1,32,2,40,0,8,54,0,8,12,1,11,32,1,35,1,65,239,9,106,34,2,41,0,0,55,0,0,32,1,32,2,40,0,8,54,0,8,32,5,40,2,92,65,0,32,1,32,3,17,3,0,32,14,33,8,32,5,40,2,140,10,69,13,13,11,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,32,14,33,8,12,15,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,3,69,4,64,32,5,40,2,140,10,69,13,12,11,32,6,32,8,54,2,96,32,1,65,128,8,35,1,65,169,2,106,32,6,65,224,0,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,5,40,2,140,10,69,13,11,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,69,13,14,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,2,47,1,6,33,4,32,2,45,0,1,33,13,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,4,11,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,8,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,5,40,2,160,9,34,3,40,2,8,32,3,40,2,4,106,32,8,77,13,0,32,3,40,2,56,32,8,65,2,116,106,40,2,0,33,2,11,32,6,32,13,54,2,116,32,6,32,2,54,2,112,32,1,65,128,8,35,1,65,29,106,32,6,65,240,0,106,16,11,26,32,5,40,2,96,34,2,4,64,32,5,40,2,92,65,0,32,1,32,2,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,3,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,6,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,2,64,32,5,40,2,96,34,2,69,4,64,32,5,40,2,140,10,69,13,3,32,1,35,1,34,0,40,0,130,3,54,0,0,32,1,32,0,40,0,133,3,54,0,3,12,1,11,32,1,35,1,34,0,40,0,130,3,54,0,0,32,1,32,0,40,0,133,3,54,0,3,32,5,40,2,92,65,0,32,1,32,2,17,3,0,32,5,40,2,140,10,69,13,2,11,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,2,2,64,32,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,5,32,6,65,248,2,106,65,0,32,5,65,244,9,106,16,55,11,32,6,32,6,41,3,248,2,55,3,128,1,32,5,32,15,32,6,65,128,1,106,16,83,32,50,69,13,10,32,5,65,244,9,106,16,39,12,10,11,32,6,32,6,41,3,248,2,55,3,120,32,5,32,15,32,6,65,248,0,106,16,79,65,1,33,2,12,9,11,65,1,33,3,32,10,32,5,32,15,32,8,32,13,32,19,32,4,32,18,65,1,71,32,0,69,16,78,34,2,32,2,65,127,70,27,33,10,11,32,9,65,1,106,34,9,32,18,71,13,0,11,32,10,65,127,71,4,64,32,5,40,2,132,9,32,10,32,15,16,38,32,5,40,2,140,10,34,0,4,64,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,11,32,6,40,2,248,2,34,0,65,8,118,33,17,32,5,40,2,132,9,40,2,0,32,46,106,40,2,0,47,1,0,33,14,65,1,33,2,32,0,69,13,6,32,5,40,2,160,9,33,20,32,0,65,1,113,4,64,32,17,65,255,1,113,33,9,12,4,11,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,34,9,65,254,255,3,73,13,3,32,6,65,0,58,0,240,2,32,6,65,0,54,2,236,2,65,0,12,4,11,32,3,65,1,113,69,13,0,32,6,40,2,248,2,4,64,32,6,32,6,41,3,248,2,55,3,48,32,33,32,6,65,48,106,16,10,11,32,5,40,2,132,9,40,2,0,32,15,65,5,116,106,65,2,54,2,28,65,1,33,2,12,6,11,2,64,2,64,2,64,32,0,65,1,113,34,19,4,64,65,1,33,2,32,0,65,192,0,113,13,1,32,0,33,4,12,3,11,32,6,40,2,248,2,34,4,65,8,118,33,17,65,0,33,2,32,4,45,0,45,65,4,113,69,13,2,32,4,47,1,40,34,8,32,5,40,2,160,9,34,10,47,1,100,34,9,71,13,1,12,2,11,32,5,40,2,160,9,34,10,47,1,100,34,9,32,17,65,255,1,113,70,4,64,32,0,33,4,12,2,11,32,17,65,255,1,113,33,8,32,0,33,4,11,2,64,32,10,40,2,0,65,15,73,13,0,32,10,40,2,88,32,52,106,47,1,4,34,2,69,13,0,32,10,47,1,144,1,34,3,69,13,0,32,3,32,2,32,3,108,34,2,106,33,13,32,10,40,2,140,1,33,7,3,64,32,8,32,7,32,2,65,1,116,106,47,1,0,34,3,70,4,64,32,0,33,2,12,3,11,32,3,69,13,1,32,2,65,1,106,34,2,32,13,73,13,0,11,11,32,9,65,254,255,3,79,4,64,32,6,65,0,58,0,240,2,32,6,66,0,55,3,232,2,32,0,33,2,12,1,11,2,64,2,64,32,10,40,2,24,34,2,32,14,77,4,64,32,10,40,2,44,32,10,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,18,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,7,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,16,4,127,32,2,32,16,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,16,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,7,65,1,106,34,7,32,18,71,13,0,11,12,2,11,32,10,40,2,40,32,10,40,2,4,32,14,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,10,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,8,45,0,0,34,3,54,2,236,2,32,8,45,0,1,33,2,32,6,32,8,65,8,106,54,2,232,2,32,6,32,2,58,0,240,2,32,3,69,4,64,32,0,33,2,12,1,11,2,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,19,4,127,32,17,65,255,1,113,5,32,6,40,2,248,2,47,1,40,11,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,10,40,2,8,32,10,40,2,4,106,32,0,77,13,0,32,10,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,32,6,32,9,32,10,40,2,8,32,10,40,2,4,106,73,4,127,32,10,40,2,56,32,9,65,2,116,106,40,2,0,5,65,0,11,54,2,36,32,6,32,2,54,2,32,32,1,65,128,8,35,1,65,208,3,106,32,6,65,32,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,1,33,3,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,3,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,3,65,1,106,33,3,12,0,11,0,11,32,6,32,6,41,3,248,2,34,56,55,3,128,3,32,56,66,32,136,33,57,2,64,32,56,167,34,3,65,1,113,4,64,32,3,33,0,12,1,11,32,3,34,0,40,2,0,65,1,70,13,0,32,0,40,2,36,65,3,116,65,204,0,106,34,2,35,7,40,2,0,17,0,0,33,8,32,2,4,64,32,8,32,0,32,0,40,2,36,65,3,116,107,32,2,252,10,0,0,11,32,8,32,3,40,2,36,34,9,65,3,116,106,33,0,65,0,33,2,2,64,32,9,4,64,3,64,32,8,32,2,65,3,116,106,40,2,0,34,4,65,1,113,69,4,64,32,4,32,4,40,2,0,65,1,106,54,2,0,32,4,40,2,0,26,32,3,40,2,36,33,9,11,32,2,65,1,106,34,2,32,9,73,13,0,12,2,11,0,11,32,3,45,0,44,65,192,0,113,69,13,0,32,3,40,2,48,33,2,32,6,32,3,41,2,68,55,3,160,3,32,6,32,3,41,2,60,55,3,152,3,32,6,32,3,41,2,52,55,3,144,3,2,64,32,3,40,2,72,34,4,65,25,73,13,0,32,4,35,7,40,2,0,17,0,0,33,2,32,3,40,2,72,34,4,69,13,0,32,2,32,3,40,2,48,32,4,252,10,0,0,11,32,0,32,2,54,2,48,32,0,32,6,41,3,144,3,55,2,52,32,0,32,6,41,3,152,3,55,2,60,32,0,32,6,41,3,160,3,55,2,68,11,32,0,65,1,54,2,0,32,6,32,6,41,3,128,3,55,3,24,32,33,32,6,65,24,106,16,10,66,0,33,57,11,65,1,33,2,65,1,33,3,2,64,2,64,2,64,32,5,40,2,160,9,34,4,47,1,100,34,8,65,254,255,3,107,14,2,0,2,1,11,65,0,33,2,65,0,33,3,12,1,11,32,4,40,2,72,32,8,65,3,108,106,34,3,45,0,1,33,2,32,3,45,0,0,33,3,11,2,64,32,0,65,1,113,4,64,32,0,65,249,1,113,32,2,65,2,116,114,32,3,65,1,116,106,65,255,1,113,32,0,65,128,128,124,113,32,8,65,8,116,65,128,254,3,113,114,114,33,0,12,1,11,32,0,32,8,59,1,40,32,0,32,0,47,1,44,65,252,255,3,113,32,3,32,2,65,1,116,114,65,255,1,113,114,59,1,44,11,32,6,32,0,173,34,56,32,57,66,32,134,132,55,3,248,2,32,56,66,8,136,167,33,17,65,0,33,2,12,1,11,11,32,5,32,15,16,81,4,64,32,5,40,2,132,9,40,2,0,32,46,106,40,2,0,47,1,0,33,14,32,6,32,6,41,3,248,2,55,3,8,32,33,32,6,65,8,106,16,10,65,1,33,2,32,4,33,0,12,4,11,2,64,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,1,11,32,2,65,1,113,4,127,32,17,65,255,1,113,5,32,6,40,2,248,2,47,1,40,11,33,0,32,5,40,2,160,9,33,3,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,255,255,3,113,34,0,65,254,255,3,107,14,2,0,2,1,11,35,1,65,170,10,106,33,2,12,1,11,65,0,33,2,32,3,40,2,8,32,3,40,2,4,106,32,0,77,13,0,32,3,40,2,56,32,0,65,2,116,106,40,2,0,33,2,11,32,6,32,2,54,2,16,32,1,65,128,8,35,1,65,196,7,106,32,6,65,16,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,1,32,0,17,3,0,11,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,1,45,0,0,34,2,65,34,70,13,0,32,2,65,220,0,70,13,0,32,2,13,1,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,9,32,1,65,1,106,33,1,12,0,11,0,11,32,5,40,2,132,9,40,2,0,32,15,65,5,116,106,34,0,32,6,41,3,248,2,55,2,20,65,1,33,2,32,0,65,1,54,2,28,32,0,32,0,40,2,0,40,2,156,1,54,2,8,12,4,11,2,64,2,64,32,20,40,2,24,34,2,32,14,77,4,64,32,20,40,2,44,32,20,40,2,48,32,14,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,8,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,13,65,0,33,7,3,64,32,13,65,4,106,33,2,32,13,47,1,2,34,10,4,127,32,2,32,10,65,1,116,106,65,0,33,3,3,64,32,2,47,1,0,32,9,70,13,4,32,2,65,2,106,33,2,32,3,65,1,106,34,3,32,10,71,13,0,11,5,32,2,11,33,13,65,0,33,2,32,7,65,1,106,34,7,32,8,71,13,0,11,12,2,11,32,20,40,2,40,32,20,40,2,4,32,14,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,13,47,1,0,33,2,11,32,6,32,20,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,54,2,236,2,32,6,32,2,45,0,1,58,0,240,2,32,2,65,8,106,11,54,2,232,2,65,0,33,2,12,1,11,11,2,64,32,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,5,32,6,65,248,2,106,32,14,32,5,65,244,9,106,16,55,32,5,40,2,160,9,32,14,2,127,32,6,45,0,248,2,65,1,113,4,64,32,6,40,2,248,2,33,0,32,6,45,0,249,2,12,1,11,32,6,40,2,248,2,34,0,47,1,40,11,65,255,255,3,113,16,42,33,8,11,32,6,40,2,252,2,33,13,2,64,2,64,2,64,2,64,32,0,65,1,113,4,64,32,6,32,0,173,32,13,173,66,32,134,132,55,3,216,3,65,1,33,4,32,0,65,3,118,32,19,115,65,1,113,13,1,32,5,40,2,132,9,32,6,32,6,41,3,216,3,55,3,72,32,15,32,6,65,200,0,106,65,0,32,8,65,255,255,3,113,16,23,12,4,11,32,0,40,2,36,33,2,32,6,32,0,173,32,13,173,66,32,134,132,34,56,55,3,216,3,2,64,32,19,65,1,113,32,0,45,0,44,65,4,113,65,2,118,70,13,0,32,2,13,0,32,2,69,33,4,32,6,32,56,55,3,128,3,32,0,40,2,0,65,1,70,4,64,32,0,33,7,12,3,11,32,0,40,2,36,65,3,116,65,204,0,106,34,1,35,7,40,2,0,17,0,0,33,9,32,1,4,64,32,9,32,0,32,0,40,2,36,65,3,116,107,32,1,252,10,0,0,11,32,9,32,0,40,2,36,34,1,65,3,116,106,33,7,2,64,32,1,4,64,65,0,33,2,3,64,32,9,32,2,65,3,116,106,40,2,0,34,3,65,1,113,69,4,64,32,3,32,3,40,2,0,65,1,106,54,2,0,32,3,40,2,0,26,32,0,40,2,36,33,1,11,32,2,65,1,106,34,2,32,1,73,13,0,11,12,1,11,32,0,45,0,44,65,192,0,113,69,13,0,32,0,40,2,48,33,2,32,6,32,0,41,2,68,55,3,160,3,32,6,32,0,41,2,60,55,3,152,3,32,6,32,0,41,2,52,55,3,144,3,2,64,32,0,40,2,72,34,1,65,25,73,13,0,32,1,35,7,40,2,0,17,0,0,33,2,32,0,40,2,72,34,1,69,13,0,32,2,32,0,40,2,48,32,1,252,10,0,0,11,32,7,32,2,54,2,48,32,7,32,6,41,3,144,3,55,2,52,32,7,32,6,41,3,152,3,55,2,60,32,7,32,6,41,3,160,3,55,2,68,11,32,7,65,1,54,2,0,32,6,32,6,41,3,128,3,55,3,80,32,33,32,6,65,208,0,106,16,10,65,0,33,13,32,7,33,0,12,2,11,32,5,40,2,132,9,32,6,32,6,41,3,216,3,55,3,88,32,15,32,6,65,216,0,106,32,2,65,0,71,32,8,65,255,255,3,113,16,23,12,2,11,32,0,33,7,11,32,6,32,7,65,1,113,4,127,32,7,65,119,113,65,8,65,0,32,19,65,1,113,27,114,5,32,0,32,0,47,1,44,65,251,255,3,113,65,4,65,0,32,19,65,1,113,27,114,59,1,44,32,7,11,34,0,173,32,13,173,66,32,134,132,34,56,55,3,216,3,32,5,40,2,132,9,32,6,32,56,55,3,64,32,15,32,6,65,64,107,32,4,65,1,115,32,8,65,255,255,3,113,16,23,32,7,65,1,113,13,1,11,32,0,45,0,44,65,192,0,113,69,13,0,32,5,40,2,132,9,33,7,2,64,32,0,65,1,113,69,4,64,32,0,40,2,36,34,8,4,64,3,64,32,0,32,8,65,3,116,107,33,4,32,8,33,2,3,64,2,64,2,64,32,4,32,2,65,1,107,34,2,65,3,116,106,34,3,40,2,0,34,1,65,1,113,13,0,32,1,45,0,44,65,192,0,113,69,13,0,32,1,40,2,36,33,8,32,3,40,2,4,33,13,32,1,33,0,12,1,11,32,2,13,1,11,11,32,8,13,0,11,11,32,7,40,2,0,32,15,65,5,116,106,33,2,32,0,69,13,1,32,0,65,1,113,13,1,32,0,32,0,40,2,0,65,1,106,54,2,0,32,0,40,2,0,26,12,1,11,32,7,40,2,0,32,15,65,5,116,106,33,2,65,0,33,0,65,0,33,13,11,32,2,40,2,12,4,64,32,7,40,2,52,32,6,32,2,41,2,12,55,3,56,32,6,65,56,106,16,10,11,32,2,32,13,54,2,16,32,2,32,0,54,2,12,11,65,1,33,2,32,50,69,13,0,32,5,65,244,9,106,16,39,11,32,6,65,224,3,106,36,0,32,2,69,13,3,32,5,40,2,140,10,34,0,4,64,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,11,32,36,32,5,40,2,132,9,34,2,40,2,0,34,7,32,41,106,34,1,40,2,0,40,2,4,34,8,73,4,64,32,8,33,36,12,2,11,32,15,65,0,32,8,32,36,70,27,69,4,64,32,1,40,2,28,13,2,12,1,11,11,32,36,33,8,11,65,0,33,12,32,15,65,1,106,34,15,32,2,40,2,4,34,0,73,13,0,11,65,0,33,7,65,127,33,26,65,0,33,28,32,0,69,4,64,65,1,33,12,12,3,11,3,64,2,64,32,2,40,2,0,32,7,65,5,116,106,34,4,40,2,28,34,1,65,2,70,4,64,32,2,32,7,16,17,12,1,11,32,4,40,2,0,34,9,40,2,152,1,33,2,2,64,32,1,65,1,70,34,3,69,4,64,32,9,47,1,0,13,1,32,9,40,2,20,13,1,11,32,2,65,244,3,106,33,2,11,32,9,40,2,156,1,34,0,32,4,40,2,8,34,12,73,4,64,32,4,32,0,54,2,8,32,0,33,12,11,32,9,40,2,160,1,33,10,32,1,65,1,70,4,127,65,1,5,32,2,32,26,32,2,32,26,73,27,32,26,32,9,47,1,0,34,1,27,33,26,32,1,69,11,33,19,32,7,69,4,64,65,1,33,7,12,1,11,32,2,65,228,0,106,32,2,32,3,27,33,16,32,0,32,12,107,65,1,106,33,13,65,0,33,15,3,64,32,5,40,2,132,9,34,22,40,2,0,34,9,32,15,65,5,116,34,17,106,34,24,40,2,0,34,2,40,2,152,1,33,3,2,64,32,24,40,2,28,34,18,65,1,70,34,20,69,4,64,32,3,33,0,32,2,47,1,0,13,1,32,2,40,2,20,13,1,11,32,3,65,244,3,106,33,0,11,32,2,40,2,156,1,34,1,32,24,40,2,8,34,12,73,4,64,32,24,32,1,54,2,8,32,1,33,12,11,32,2,40,2,160,1,33,4,65,0,33,14,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,20,13,0,32,19,32,2,47,1,0,65,0,71,34,14,113,69,13,0,32,0,32,16,73,13,1,12,6,11,32,0,65,228,0,106,32,0,32,20,27,33,0,32,14,32,19,114,69,4,64,32,0,32,16,77,13,3,12,4,11,32,0,32,16,79,4,64,32,0,32,16,77,13,2,32,0,32,16,107,32,13,108,65,136,14,75,13,4,12,3,11,32,1,32,12,107,65,1,106,32,16,32,0,107,108,65,137,14,73,13,5,11,32,9,32,7,65,5,116,34,2,106,34,4,40,2,0,4,64,32,22,40,2,52,33,1,32,4,40,2,12,4,64,32,11,32,4,41,2,12,55,3,88,32,1,32,11,65,216,0,106,16,10,11,32,4,40,2,20,4,64,32,11,32,4,41,2,20,55,3,80,32,1,32,11,65,208,0,106,16,10,11,32,4,40,2,4,34,3,4,64,32,3,40,2,0,34,0,4,127,32,0,35,8,40,2,0,17,2,0,32,3,65,0,54,2,8,32,3,66,0,55,2,0,32,4,40,2,4,5,32,3,11,35,8,40,2,0,17,2,0,11,32,4,40,2,0,32,22,65,36,106,32,1,16,26,32,22,40,2,0,33,9,11,32,22,40,2,4,32,7,65,127,115,106,65,5,116,34,1,4,64,32,2,32,9,106,34,0,32,0,65,32,106,32,1,252,10,0,0,11,32,22,32,22,40,2,4,65,1,107,54,2,4,12,6,11,32,4,32,10,78,13,3,11,32,9,32,7,65,5,116,106,33,14,2,64,32,18,13,0,32,14,40,2,28,13,0,32,2,47,1,0,34,1,32,14,40,2,0,34,12,47,1,0,71,13,0,32,2,40,2,4,32,12,40,2,4,71,13,0,32,3,32,12,40,2,152,1,71,13,0,35,1,65,148,12,106,34,0,33,23,32,14,40,2,12,33,4,2,64,32,24,40,2,12,34,3,69,13,0,32,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,32,0,32,3,65,48,106,32,3,40,2,36,27,33,23,11,35,1,65,148,12,106,34,0,33,9,2,64,32,4,69,13,0,32,4,65,1,113,13,0,32,4,45,0,44,65,192,0,113,69,13,0,32,0,32,4,65,48,106,32,4,40,2,36,27,33,9,11,32,23,40,2,24,33,0,2,64,32,9,40,2,24,34,3,65,25,79,4,64,32,0,32,3,71,13,2,32,23,40,2,0,33,23,32,9,40,2,0,33,9,12,1,11,32,0,32,3,71,13,1,11,32,23,32,9,32,3,16,18,13,0,32,12,47,1,144,1,4,127,65,0,33,2,3,64,32,22,40,2,52,33,3,32,24,40,2,0,32,11,32,12,32,2,65,4,116,106,34,0,41,2,24,55,3,120,32,11,32,0,41,2,16,55,3,112,32,11,65,240,0,106,32,3,16,32,32,2,65,1,106,34,2,32,14,40,2,0,34,12,47,1,144,1,73,13,0,11,32,24,40,2,0,34,2,47,1,0,5,32,1,11,65,255,255,3,113,13,4,32,24,32,2,40,2,156,1,54,2,8,32,22,32,7,16,17,12,5,11,32,11,32,14,41,2,24,55,3,208,1,32,11,32,14,41,2,16,55,3,200,1,32,11,32,14,41,2,8,55,3,192,1,32,11,32,14,41,2,0,55,3,184,1,32,14,32,24,41,2,0,55,2,0,32,14,32,24,41,2,8,55,2,8,32,14,32,24,41,2,16,55,2,16,32,14,32,24,41,2,24,55,2,24,32,22,40,2,0,32,17,106,34,0,32,11,41,3,184,1,55,2,0,32,0,32,11,41,3,192,1,55,2,8,32,0,32,11,41,3,200,1,55,2,16,32,0,32,11,41,3,208,1,55,2,24,12,1,11,32,22,40,2,52,33,1,32,24,40,2,12,4,64,32,11,32,24,41,2,12,55,3,104,32,1,32,11,65,232,0,106,16,10,11,32,24,40,2,20,4,64,32,11,32,24,41,2,20,55,3,96,32,1,32,11,65,224,0,106,16,10,11,32,24,40,2,4,34,2,4,64,32,2,40,2,0,34,0,4,127,32,0,35,8,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,24,40,2,4,5,32,2,11,35,8,40,2,0,17,2,0,11,32,24,40,2,0,32,22,65,36,106,32,1,16,26,32,22,40,2,4,32,15,65,127,115,106,65,5,116,34,1,4,64,32,22,40,2,0,32,17,106,34,0,32,0,65,32,106,32,1,252,10,0,0,11,32,22,32,22,40,2,4,65,1,107,54,2,4,32,15,65,1,107,33,15,32,7,65,1,107,33,7,11,65,1,33,28,12,3,11,32,18,13,2,32,9,32,7,65,5,116,106,34,4,40,2,28,13,2,32,2,47,1,0,34,1,32,4,40,2,0,34,12,47,1,0,71,13,2,32,2,40,2,4,32,12,40,2,4,71,13,2,32,3,32,12,40,2,152,1,71,13,2,35,1,65,148,12,106,34,0,33,23,32,4,40,2,12,33,14,2,64,32,24,40,2,12,34,3,69,13,0,32,3,65,1,113,13,0,32,3,45,0,44,65,192,0,113,69,13,0,32,0,32,3,65,48,106,32,3,40,2,36,27,33,23,11,35,1,65,148,12,106,34,0,33,9,2,64,32,14,69,13,0,32,14,65,1,113,13,0,32,14,45,0,44,65,192,0,113,69,13,0,32,0,32,14,65,48,106,32,14,40,2,36,27,33,9,11,32,23,40,2,24,33,0,2,64,32,9,40,2,24,34,3,65,25,79,4,64,32,0,32,3,71,13,4,32,23,40,2,0,33,23,32,9,40,2,0,33,9,12,1,11,32,0,32,3,71,13,3,11,32,23,32,9,32,3,16,18,13,2,32,12,47,1,144,1,4,127,65,0,33,2,3,64,32,22,40,2,52,33,3,32,24,40,2,0,32,11,32,12,32,2,65,4,116,106,34,0,41,2,24,55,3,72,32,11,32,0,41,2,16,55,3,64,32,11,65,64,107,32,3,16,32,32,2,65,1,106,34,2,32,4,40,2,0,34,12,47,1,144,1,73,13,0,11,32,24,40,2,0,34,2,47,1,0,5,32,1,11,65,255,255,3,113,13,0,32,24,32,2,40,2,156,1,54,2,8,11,32,22,32,7,16,17,11,65,1,33,28,32,7,65,1,107,34,7,33,15,11,32,15,65,1,106,34,15,32,7,73,13,0,11,32,7,65,1,106,33,7,11,32,7,32,5,40,2,132,9,34,2,40,2,4,34,34,73,13,0,11,32,34,65,6,75,4,64,3,64,32,2,65,6,16,17,32,5,40,2,132,9,34,2,40,2,4,34,34,65,6,75,13,0,11,65,1,33,28,11,65,0,33,10,65,0,33,2,32,34,4,64,3,64,2,64,32,10,65,5,116,34,35,32,5,40,2,132,9,34,0,40,2,0,106,40,2,28,65,1,71,4,64,65,1,33,2,12,1,11,2,64,2,64,32,2,65,1,113,13,0,32,5,40,2,144,10,65,5,75,13,0,32,5,40,2,96,69,4,64,32,5,40,2,140,10,69,13,2,11,32,11,32,10,54,2,48,32,25,65,128,8,35,1,65,59,106,32,11,65,48,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,25,32,0,17,3,0,11,32,25,33,2,32,5,40,2,140,10,69,13,1,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,0,32,10,16,17,32,34,65,1,107,33,34,32,10,65,1,107,33,10,65,1,33,28,12,1,11,32,5,40,2,132,9,40,2,0,32,35,106,34,1,40,2,0,34,0,40,2,152,1,33,26,2,64,32,1,40,2,28,65,1,71,4,64,32,0,47,1,0,13,1,32,0,40,2,20,13,1,11,32,26,65,244,3,106,33,26,11,32,1,65,0,54,2,28,32,1,41,2,20,33,56,32,1,66,0,55,2,20,32,11,32,56,55,3,176,1,32,5,40,2,132,9,40,2,4,33,20,32,5,32,10,65,0,16,84,26,32,56,167,33,3,32,5,40,2,132,9,34,2,40,2,4,34,41,32,10,75,4,64,32,2,40,2,0,32,35,106,40,2,0,34,0,40,2,4,33,13,32,0,41,2,8,34,57,66,32,136,167,33,24,32,56,66,8,136,167,33,31,32,57,167,33,45,65,0,33,23,32,3,33,4,32,10,33,9,3,64,2,64,32,23,4,64,65,1,33,23,12,1,11,65,0,33,23,32,5,40,2,160,9,34,7,47,1,12,65,254,255,3,113,69,13,0,32,9,65,5,116,34,22,32,5,40,2,132,9,40,2,0,106,40,2,0,47,1,0,33,32,65,1,33,15,3,64,2,64,2,64,32,15,65,253,255,3,75,13,0,2,64,2,64,32,7,40,2,24,34,21,32,32,77,4,64,32,7,40,2,44,32,7,40,2,48,32,32,32,21,107,65,2,116,106,40,2,0,65,1,116,106,34,0,47,1,0,34,18,69,4,64,65,0,33,1,12,3,11,32,0,65,2,106,33,0,65,0,33,14,3,64,32,0,65,4,106,33,1,32,0,47,1,2,34,17,4,127,32,1,32,17,65,1,116,106,65,0,33,2,3,64,32,15,32,1,47,1,0,70,13,4,32,1,65,2,106,33,1,32,2,65,1,106,34,2,32,17,71,13,0,11,5,32,1,11,33,0,65,0,33,1,32,14,65,1,106,34,14,32,18,71,13,0,11,12,2,11,32,7,40,2,40,32,7,40,2,4,32,32,108,65,1,116,106,32,15,65,1,116,106,47,1,0,33,1,12,1,11,32,0,47,1,0,33,1,11,32,7,40,2,52,34,19,32,1,65,255,255,3,113,65,3,116,106,34,1,45,0,0,34,0,69,13,0,32,1,32,0,65,3,116,106,34,0,45,0,0,13,0,32,32,32,0,65,8,106,34,0,65,6,107,47,1,0,32,0,65,4,107,45,0,0,65,1,113,27,34,16,65,255,255,3,113,34,1,69,13,0,32,1,32,32,70,13,0,2,64,2,64,32,4,65,1,113,4,64,32,31,65,255,1,113,33,0,65,1,33,4,12,1,11,32,11,40,2,176,1,34,3,65,8,118,33,31,32,3,65,196,0,65,40,32,3,34,4,40,2,36,27,106,47,1,0,34,0,65,253,255,3,75,13,1,11,2,64,2,64,32,1,32,21,79,4,64,32,7,40,2,44,32,7,40,2,48,32,1,32,21,107,65,2,116,106,40,2,0,65,1,116,106,34,1,47,1,0,34,17,69,4,64,65,0,33,1,12,3,11,32,1,65,2,106,33,14,65,0,33,12,3,64,32,14,65,4,106,33,1,32,14,47,1,2,34,21,4,127,32,1,32,21,65,1,116,106,65,0,33,2,3,64,32,1,47,1,0,32,0,70,13,4,32,1,65,2,106,33,1,32,2,65,1,106,34,2,32,21,71,13,0,11,5,32,1,11,33,14,65,0,33,1,32,12,65,1,106,34,12,32,17,71,13,0,11,12,2,11,32,7,40,2,40,32,7,40,2,4,32,1,108,65,1,116,106,32,0,65,1,116,106,47,1,0,33,1,12,1,11,32,14,47,1,0,33,1,11,32,19,32,1,65,255,255,3,113,65,3,116,106,34,0,45,0,0,69,13,1,32,0,45,0,8,65,1,71,13,1,2,64,32,5,40,2,32,32,13,70,4,64,32,5,40,2,100,33,7,32,5,40,2,104,33,1,32,13,33,12,12,1,11,65,0,33,1,32,5,65,0,54,2,124,32,5,65,0,58,0,128,1,32,5,32,57,55,2,36,32,5,32,13,54,2,32,32,5,40,2,68,33,4,2,64,2,127,32,5,40,2,100,34,7,4,64,3,64,2,64,32,4,32,1,65,24,108,106,34,3,40,2,20,34,2,32,13,77,13,0,32,2,32,3,40,2,16,34,0,77,13,0,32,0,32,13,34,12,79,4,64,32,5,32,3,41,2,0,55,2,36,32,5,32,0,54,2,32,32,0,33,12,11,32,5,32,1,54,2,104,32,5,40,2,72,69,4,64,65,0,33,2,12,5,11,65,0,32,12,32,5,40,2,108,34,0,73,13,3,26,65,0,34,2,32,12,32,5,40,2,112,32,0,106,79,13,3,26,12,4,11,32,1,65,1,106,34,1,32,7,71,13,0,11,11,32,5,32,7,54,2,104,32,4,32,7,65,24,108,106,34,0,65,4,107,40,2,0,33,12,32,5,32,0,65,16,107,41,2,0,55,2,36,32,5,32,12,54,2,32,32,7,33,1,65,1,11,33,2,32,5,65,0,54,2,72,32,5,66,0,55,2,108,11,32,5,65,0,54,2,0,32,5,32,2,54,2,116,11,2,127,2,64,32,1,32,7,70,13,0,32,1,69,13,0,32,12,32,5,40,2,68,32,1,65,24,108,106,34,0,40,2,16,71,13,0,32,0,65,4,107,40,2,0,33,3,32,5,32,0,65,16,107,41,2,0,34,56,55,2,60,32,5,32,3,54,2,56,32,56,66,32,136,167,33,12,32,56,167,12,1,11,32,5,32,5,41,2,32,55,2,56,32,5,32,5,40,2,40,54,2,64,32,5,40,2,64,33,12,32,5,40,2,56,33,3,32,5,40,2,60,11,33,7,2,127,32,11,40,2,176,1,34,0,65,1,113,4,64,32,11,45,0,181,1,65,4,118,33,14,32,11,45,0,182,1,32,11,45,0,183,1,106,12,1,11,32,0,40,2,28,33,14,32,0,40,2,16,32,0,40,2,4,106,11,33,19,32,11,32,5,40,2,132,9,34,30,40,2,0,34,0,32,22,106,34,1,41,2,24,55,3,208,1,32,11,32,1,41,2,16,55,3,200,1,32,11,32,1,41,2,8,55,3,192,1,32,11,32,1,41,2,0,55,3,184,1,32,30,32,30,40,2,4,34,4,65,1,106,34,2,32,30,40,2,8,34,1,75,4,127,32,0,65,8,32,1,65,1,116,34,0,32,2,32,0,32,2,75,27,34,0,32,0,65,8,77,27,34,1,65,5,116,35,6,40,2,0,17,1,0,33,0,32,30,32,1,54,2,8,32,30,32,0,54,2,0,32,30,40,2,4,34,4,65,1,106,5,32,2,11,54,2,4,32,0,32,4,65,5,116,106,34,0,32,11,41,3,184,1,55,2,0,32,0,32,11,41,3,208,1,55,2,24,32,0,32,11,41,3,200,1,55,2,16,32,0,32,11,41,3,192,1,55,2,8,32,30,40,2,0,32,30,40,2,4,34,0,65,5,116,106,34,21,65,32,107,40,2,0,34,1,4,64,32,1,32,1,40,2,148,1,65,1,106,54,2,148,1,11,32,12,32,24,107,34,1,65,0,32,1,32,12,77,27,33,17,32,7,32,45,75,33,18,32,7,32,7,32,45,107,34,7,73,33,4,32,3,32,13,107,34,2,32,3,75,33,1,2,64,32,21,65,20,107,40,2,0,34,3,69,13,0,32,3,65,1,113,13,0,32,3,32,3,40,2,0,65,1,106,54,2,0,32,3,40,2,0,26,32,30,40,2,4,33,0,11,32,12,32,17,32,18,27,33,18,65,0,32,7,32,4,27,33,7,65,0,32,2,32,1,27,33,12,32,14,32,19,106,33,4,32,21,65,28,107,65,0,54,2,0,32,5,40,2,160,9,40,2,72,32,15,65,3,108,106,34,1,45,0,1,33,3,32,1,45,0,0,33,2,2,126,2,64,32,15,65,255,1,75,13,0,32,12,65,254,1,75,13,0,32,7,65,15,75,13,0,32,18,65,254,1,75,13,0,32,4,65,15,75,13,0,32,3,65,2,116,32,2,65,1,116,106,65,1,114,65,255,1,113,32,15,65,8,116,114,33,1,32,4,65,12,116,32,7,65,8,116,114,32,12,65,16,116,114,32,18,114,173,66,32,134,12,1,11,32,7,173,32,18,173,66,32,134,132,33,56,2,127,32,5,40,2,140,9,34,1,4,64,32,5,32,1,65,1,107,34,1,54,2,140,9,32,5,40,2,136,9,32,1,65,3,116,106,40,2,0,12,1,11,65,204,0,35,7,40,2,0,17,0,0,11,33,1,32,11,66,0,55,3,192,1,32,11,66,0,55,3,200,1,32,11,65,0,54,2,208,1,32,11,32,12,54,2,136,2,32,11,32,56,55,3,128,2,32,11,65,0,54,2,248,1,32,11,65,0,54,2,244,1,32,11,65,0,54,2,240,1,32,11,32,4,54,2,236,1,32,11,65,0,54,2,232,1,32,11,65,0,54,2,228,1,32,11,32,15,59,1,224,1,32,11,65,0,59,1,222,1,32,11,65,0,59,1,218,1,32,11,66,0,55,3,184,1,32,11,65,1,54,2,140,2,32,11,32,3,65,1,116,32,2,106,65,255,1,113,59,1,220,1,32,1,32,11,40,2,140,2,54,2,0,32,1,32,11,40,2,136,2,54,2,4,32,1,32,11,41,3,128,2,55,2,8,32,1,32,11,40,2,248,1,54,2,16,32,1,32,11,40,2,244,1,54,2,20,32,1,32,11,40,2,240,1,54,2,24,32,1,32,11,40,2,236,1,54,2,28,32,1,32,11,40,2,232,1,54,2,32,32,1,32,11,40,2,228,1,54,2,36,32,1,32,11,47,1,224,1,59,1,40,32,1,32,11,47,1,222,1,59,1,42,32,1,32,11,47,1,220,1,59,1,44,32,1,32,11,47,1,218,1,59,1,46,32,1,32,11,40,2,208,1,54,2,72,32,1,65,64,107,32,11,41,3,200,1,55,2,0,32,1,32,11,41,3,192,1,55,2,56,32,1,32,11,41,3,184,1,55,2,48,66,0,11,33,56,32,0,65,1,107,33,19,2,64,32,1,65,1,113,4,64,32,1,65,32,114,33,1,12,1,11,32,1,32,1,47,1,44,65,128,4,114,59,1,44,11,32,19,65,5,116,34,18,32,5,40,2,132,9,34,2,40,2,0,106,34,7,40,2,0,33,3,2,127,32,2,40,2,40,34,0,4,64,32,2,32,0,65,1,107,34,0,54,2,40,32,2,40,2,36,32,0,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,21,32,16,59,1,0,32,21,65,2,106,65,0,65,146,1,252,11,0,32,21,66,0,55,2,152,1,32,21,65,1,54,2,148,1,32,21,65,0,54,2,160,1,2,64,2,127,2,64,32,3,4,64,32,21,32,56,32,1,173,132,55,2,20,32,21,32,3,54,2,16,32,21,65,1,59,1,144,1,32,21,32,3,41,2,4,55,2,4,32,21,32,3,40,2,12,54,2,12,32,21,32,3,40,2,152,1,34,0,54,2,152,1,32,21,32,3,40,2,160,1,34,4,54,2,160,1,32,21,32,3,40,2,156,1,34,17,54,2,156,1,32,1,65,1,113,34,3,13,1,32,21,32,1,45,0,45,65,2,113,4,127,65,226,4,5,32,1,40,2,32,11,32,0,106,54,2,152,1,65,0,32,1,40,2,12,32,1,40,2,20,34,2,27,33,0,32,1,40,2,16,32,1,40,2,4,106,33,14,32,2,32,1,40,2,8,106,33,12,32,1,40,2,24,12,2,11,32,21,66,0,55,2,4,32,21,65,0,54,2,12,12,2,11,32,21,32,0,32,1,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,56,66,32,136,167,65,255,1,113,33,0,32,56,66,40,136,167,65,15,113,33,12,32,56,66,48,136,167,33,14,65,0,11,33,2,32,21,32,21,40,2,4,32,14,106,54,2,4,32,21,32,21,40,2,8,32,12,106,173,32,0,32,2,106,65,0,32,21,40,2,12,32,12,27,106,173,66,32,134,132,55,2,8,2,64,32,3,69,4,64,65,0,33,12,32,21,32,1,40,2,36,34,0,4,127,32,1,40,2,56,5,65,0,11,32,17,106,32,1,47,1,44,65,1,113,106,32,1,47,1,40,65,254,255,3,70,106,54,2,156,1,32,0,69,13,1,32,1,40,2,60,33,12,12,1,11,32,21,32,17,32,1,65,1,118,65,1,113,106,54,2,156,1,65,0,33,12,11,32,21,32,4,32,12,106,54,2,160,1,11,32,7,32,21,54,2,0,32,5,32,19,2,127,32,11,45,0,176,1,65,1,113,4,64,65,1,33,3,32,11,45,0,177,1,34,31,12,1,11,32,11,40,2,176,1,34,3,65,8,118,33,31,32,3,40,2,36,69,4,64,32,3,47,1,40,12,1,11,32,3,47,1,68,11,65,255,255,3,113,16,84,13,2,32,5,40,2,160,9,33,7,11,32,3,33,4,11,32,15,65,1,106,34,15,32,7,47,1,12,73,13,1,12,2,11,11,2,64,2,64,32,5,40,2,96,13,0,32,5,40,2,140,10,13,0,65,1,33,23,12,1,11,65,0,33,1,32,15,32,5,40,2,160,9,34,0,40,2,8,32,0,40,2,4,106,73,4,64,32,0,40,2,56,32,15,65,2,116,106,40,2,0,33,1,11,32,11,32,5,40,2,132,9,40,2,0,32,18,106,40,2,0,47,1,0,54,2,36,32,11,32,1,54,2,32,32,25,65,128,8,35,1,65,184,2,106,32,11,65,32,106,16,11,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,25,32,0,17,3,0,11,65,1,33,23,32,25,33,2,32,5,40,2,140,10,69,13,0,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,69,13,3,12,1,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,3,33,4,11,32,5,40,2,132,9,34,2,40,2,0,32,9,65,5,116,106,34,1,40,2,0,33,12,2,127,32,2,40,2,40,34,0,4,64,32,2,32,0,65,1,107,34,0,54,2,40,32,2,40,2,36,32,0,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,0,65,0,65,148,1,252,11,0,32,0,66,0,55,2,152,1,32,0,65,1,54,2,148,1,32,0,65,0,54,2,160,1,2,64,32,12,4,64,32,0,66,0,55,2,20,32,0,32,12,54,2,16,32,0,65,1,59,1,144,1,32,0,65,0,54,2,28,32,0,32,12,41,2,4,55,2,4,32,0,32,12,40,2,12,54,2,12,32,0,32,12,40,2,152,1,54,2,152,1,32,0,32,12,40,2,160,1,54,2,160,1,32,0,32,12,40,2,156,1,34,2,54,2,156,1,12,1,11,32,0,66,0,55,2,4,65,0,33,2,32,0,65,0,54,2,12,11,32,1,32,0,54,2,0,32,1,32,2,54,2,8,32,20,32,9,65,1,106,32,9,32,10,70,27,34,9,32,41,73,13,0,11,32,5,40,2,132,9,33,2,11,2,64,32,20,32,41,79,13,0,32,20,33,1,32,2,40,2,0,32,35,106,40,2,28,13,0,3,64,2,64,32,5,40,2,132,9,34,9,40,2,0,34,0,32,35,106,34,18,40,2,28,13,0,32,0,32,20,65,5,116,106,34,13,40,2,28,13,0,32,18,40,2,0,34,0,47,1,0,34,4,32,13,40,2,0,34,7,47,1,0,71,13,0,32,0,40,2,4,32,7,40,2,4,71,13,0,32,0,40,2,152,1,32,7,40,2,152,1,71,13,0,35,1,65,148,12,106,33,14,32,13,40,2,12,33,12,2,64,32,18,40,2,12,34,2,69,13,0,32,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,14,32,2,65,48,106,32,2,40,2,36,27,33,14,11,35,1,65,148,12,106,34,2,33,23,2,64,32,12,69,13,0,32,12,65,1,113,13,0,32,12,45,0,44,65,192,0,113,69,13,0,32,2,32,12,65,48,106,32,12,40,2,36,27,33,23,11,32,14,40,2,24,33,2,2,64,32,23,40,2,24,34,12,65,25,79,4,64,32,2,32,12,71,13,2,32,14,40,2,0,33,14,32,23,40,2,0,33,23,12,1,11,32,2,32,12,71,13,1,11,32,14,32,23,32,12,16,18,13,0,32,7,47,1,144,1,4,127,65,0,33,0,3,64,32,9,40,2,52,33,12,32,18,40,2,0,32,11,32,7,32,0,65,4,116,106,34,2,41,2,24,55,3,24,32,11,32,2,41,2,16,55,3,16,32,11,65,16,106,32,12,16,32,32,0,65,1,106,34,0,32,13,40,2,0,34,7,47,1,144,1,73,13,0,11,32,18,40,2,0,34,0,47,1,0,5,32,4,11,65,255,255,3,113,69,4,64,32,18,32,0,40,2,156,1,54,2,8,11,32,9,32,20,16,17,11,32,1,65,1,106,34,1,32,41,71,13,0,11,32,5,40,2,132,9,33,2,11,65,12,35,7,40,2,0,17,0,0,33,0,32,11,65,16,54,2,132,2,32,11,32,0,54,2,128,2,32,0,65,0,54,2,8,32,0,66,0,55,2,0,32,11,65,184,1,106,32,2,32,10,35,2,65,6,106,32,11,65,128,2,106,65,127,16,25,32,2,40,2,0,32,35,106,34,1,40,2,4,34,2,4,64,32,2,40,2,0,34,0,4,127,32,0,35,8,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,1,40,2,4,5,32,2,11,35,8,40,2,0,17,2,0,11,32,1,32,11,40,2,128,2,54,2,4,2,64,32,3,65,1,113,13,0,32,11,40,2,176,1,40,2,36,69,13,0,32,5,32,11,65,176,1,106,65,0,32,55,16,55,11,32,11,32,11,41,3,176,1,55,3,8,32,5,32,10,32,11,65,8,106,16,83,32,5,40,2,140,10,34,0,4,64,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,11,65,1,33,2,11,32,10,65,1,106,34,10,32,34,73,13,0,11,11,65,0,33,12,32,28,69,13,2,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,3,32,25,35,1,65,194,8,106,34,0,41,0,0,55,0,0,32,25,32,0,45,0,8,58,0,8,12,2,11,32,25,35,1,65,194,8,106,34,0,41,0,0,55,0,0,32,25,32,0,45,0,8,58,0,8,32,5,40,2,92,65,0,32,25,32,1,17,3,0,32,5,40,2,140,10,13,1,12,2,11,65,0,33,1,32,5,45,0,196,10,13,4,12,5,11,32,25,33,2,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,32,5,40,2,140,10,34,0,69,13,3,32,5,40,2,132,9,32,5,40,2,160,9,32,0,16,29,35,1,65,235,11,106,32,5,40,2,140,10,16,20,12,3,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,2,64,32,5,40,2,180,9,34,0,69,13,0,2,127,32,0,65,26,116,65,31,117,65,226,4,113,32,0,65,1,113,13,0,26,65,226,4,32,0,45,0,45,65,2,113,13,0,26,32,0,40,2,32,11,32,26,79,13,0,32,5,40,2,132,9,16,58,12,2,11,2,64,32,5,40,2,192,10,34,1,32,5,40,2,164,10,34,2,79,13,0,32,54,40,2,0,33,0,3,64,32,0,32,1,65,24,108,106,40,2,20,32,8,75,13,1,32,5,32,1,65,1,106,34,1,54,2,192,10,32,1,32,2,71,13,0,11,11,32,12,69,13,0,11,11,2,64,32,5,45,0,197,10,13,0,32,5,41,2,180,9,33,56,32,5,65,0,54,2,152,9,32,56,167,34,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,0,40,2,0,65,1,71,13,0,32,5,40,2,148,9,33,2,65,0,33,1,32,5,40,2,156,9,69,4,64,2,127,32,2,4,64,32,2,65,192,0,35,6,40,2,0,17,1,0,12,1,11,65,192,0,35,7,40,2,0,17,0,0,11,33,2,32,5,65,8,54,2,156,9,32,5,32,2,54,2,148,9,32,5,40,2,152,9,33,1,11,32,5,32,1,65,1,106,54,2,152,9,32,2,32,1,65,3,116,106,32,56,55,2,0,11,2,126,2,64,2,64,32,5,40,2,152,9,34,15,4,64,32,5,65,148,9,106,33,10,32,5,65,180,10,106,33,7,3,64,32,5,32,5,40,2,148,10,65,1,106,34,0,65,0,32,0,65,227,0,77,27,34,0,54,2,148,10,2,64,32,0,13,0,32,5,40,2,176,10,34,0,69,13,0,32,7,32,0,17,0,0,13,3,32,5,40,2,152,9,33,15,11,32,11,32,10,40,2,0,32,15,65,3,116,106,65,8,107,41,2,0,34,56,55,3,184,1,2,64,32,56,167,34,14,47,1,64,69,13,0,32,14,65,8,107,40,2,0,33,1,32,14,32,14,40,2,36,65,3,116,107,40,2,0,34,0,65,1,113,4,127,65,0,5,32,0,47,1,64,11,32,1,65,1,113,4,127,65,0,5,32,1,47,1,64,11,107,34,1,65,2,72,13,0,3,64,32,5,40,2,160,9,33,25,32,11,32,11,41,3,184,1,55,3,0,65,0,33,9,35,0,65,48,107,34,20,36,0,32,10,40,2,4,33,8,32,20,32,11,41,2,0,34,56,55,3,40,2,64,32,1,34,0,65,1,118,34,1,69,13,0,32,56,167,34,13,47,1,40,33,4,3,64,2,64,32,13,40,2,0,65,1,75,13,0,32,13,40,2,36,34,2,65,2,73,13,0,32,13,32,2,65,3,116,107,34,3,41,2,0,34,56,167,34,12,65,1,113,13,0,32,12,40,2,36,34,2,65,2,73,13,0,32,12,40,2,0,65,1,75,13,0,32,12,47,1,40,32,4,71,13,0,32,12,32,2,65,3,116,107,41,2,0,34,57,167,34,13,65,1,113,13,0,32,13,40,2,36,65,2,73,13,0,32,13,40,2,0,65,1,75,13,0,32,13,47,1,40,32,4,71,13,0,32,3,32,57,55,2,0,32,12,32,12,40,2,36,65,3,116,107,32,13,65,8,107,34,2,41,2,0,55,2,0,32,2,32,56,55,2,0,32,10,40,2,0,33,12,32,10,32,10,40,2,4,34,36,65,1,106,34,3,32,10,40,2,8,34,2,75,4,127,65,8,32,2,65,1,116,34,2,32,3,32,2,32,3,75,27,34,2,32,2,65,8,77,27,34,2,65,3,116,33,3,2,127,32,12,4,64,32,12,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,12,32,10,32,2,54,2,8,32,10,32,12,54,2,0,32,10,40,2,4,34,36,65,1,106,5,32,3,11,54,2,4,32,12,32,36,65,3,116,106,32,20,41,3,40,55,2,0,32,20,32,57,66,32,136,62,2,44,32,20,32,13,54,2,40,32,9,65,1,106,34,9,32,1,71,13,1,11,11,32,10,40,2,4,34,13,32,8,77,13,0,3,64,32,10,32,13,65,1,107,34,2,54,2,4,32,20,32,10,40,2,0,32,2,65,3,116,106,41,2,0,34,56,55,3,40,32,20,32,56,167,34,2,32,2,40,2,36,65,3,116,107,41,2,0,34,56,55,3,32,32,20,32,56,167,65,8,107,41,2,0,34,56,55,3,16,32,20,32,56,55,3,24,32,20,65,16,106,32,25,16,21,32,20,32,20,41,3,32,55,3,8,32,20,65,8,106,32,25,16,21,32,20,32,20,41,3,40,55,3,0,32,20,32,25,16,21,32,10,40,2,4,34,13,32,8,75,13,0,11,11,32,20,65,48,106,36,0,32,5,32,5,40,2,148,10,65,16,32,1,32,1,65,16,77,27,65,4,118,65,255,1,113,106,34,2,65,0,32,2,65,227,0,77,27,34,2,54,2,148,10,2,64,32,2,13,0,32,5,40,2,176,10,34,2,69,13,0,32,7,32,2,17,0,0,13,5,11,32,0,65,3,75,13,0,11,32,5,40,2,152,9,33,15,11,32,5,32,15,65,1,107,34,15,54,2,152,9,32,14,40,2,36,34,2,4,64,65,0,33,1,3,64,2,64,32,14,32,2,65,3,116,107,32,1,65,3,116,106,41,2,0,34,56,167,34,0,65,1,113,13,0,32,0,40,2,36,69,13,0,32,0,40,2,0,65,1,71,13,0,32,5,40,2,148,9,33,2,32,5,32,5,40,2,152,9,34,0,65,1,106,34,4,32,5,40,2,156,9,34,3,75,4,127,65,8,32,3,65,1,116,34,0,32,4,32,0,32,4,75,27,34,0,32,0,65,8,77,27,34,0,65,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,6,40,2,0,17,1,0,12,1,11,32,3,35,7,40,2,0,17,0,0,11,33,2,32,5,32,0,54,2,156,9,32,5,32,2,54,2,148,9,32,5,40,2,152,9,34,0,65,1,106,5,32,4,11,54,2,152,9,32,2,32,0,65,3,116,106,32,56,55,2,0,32,14,40,2,36,33,2,11,32,1,65,1,106,34,1,32,2,73,13,0,11,32,5,40,2,152,9,33,15,11,32,15,13,0,11,11,32,5,65,0,58,0,197,10,2,64,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,3,32,5,35,1,65,203,8,106,34,0,40,0,0,54,0,132,1,32,5,32,0,45,0,4,58,0,136,1,32,5,65,132,1,106,33,2,12,1,11,32,5,35,1,65,203,8,106,34,0,40,0,0,54,0,132,1,32,5,32,0,45,0,4,58,0,136,1,32,5,40,2,92,65,0,32,5,65,132,1,106,34,2,32,1,17,3,0,32,5,40,2,140,10,69,13,2,11,3,64,2,64,2,64,32,2,45,0,0,34,1,65,34,70,13,0,32,1,65,220,0,70,13,0,32,1,13,1,32,5,40,2,160,9,33,15,32,5,41,2,180,9,34,56,32,5,40,2,140,10,34,0,69,13,5,26,32,11,32,56,55,3,184,1,32,11,65,184,1,106,65,0,32,15,65,0,32,0,16,56,65,10,32,5,40,2,140,10,16,9,12,4,11,65,220,0,32,5,40,2,140,10,16,9,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,9,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,1,58,0,197,10,65,0,33,1,12,3,11,32,5,40,2,160,9,33,15,32,5,41,2,180,9,11,33,56,32,5,40,2,68,33,3,32,5,40,2,100,33,4,65,20,35,7,40,2,0,17,0,0,34,1,32,15,54,2,8,32,1,32,56,55,2,0,32,1,32,4,65,24,35,9,40,2,0,17,1,0,34,2,54,2,12,32,4,65,24,108,34,0,4,64,32,2,32,3,32,0,252,10,0,0,11,32,1,32,4,54,2,16,32,5,66,0,55,2,180,9,32,5,16,40,12,1,11,32,5,16,40,11,32,11,65,144,2,106,36,0,32,5,66,0,55,2,172,10,32,38,65,16,106,36,0,32,29,65,48,106,36,0,32,1,11,11,0,32,1,65,1,70,32,2,16,8,11,7,0,32,0,40,2,32,11,62,1,1,127,35,0,65,16,107,34,2,36,0,32,2,32,0,54,2,8,32,2,35,2,65,20,106,65,0,32,1,27,54,2,12,32,2,32,2,41,2,8,55,3,0,32,0,32,2,41,2,0,55,2,92,32,2,65,16,106,36,0,11,208,8,2,7,127,1,126,35,11,33,6,35,0,65,16,107,34,5,36,0,65,1,65,200,10,35,9,40,2,0,17,1,0,34,0,35,2,34,1,54,2,28,32,0,32,1,65,1,106,54,2,24,32,0,32,1,65,2,106,54,2,20,32,0,32,1,65,3,106,54,2,16,32,0,32,1,65,4,106,54,2,12,32,0,32,1,65,5,106,54,2,8,32,0,66,0,55,2,0,32,0,65,32,106,65,0,65,228,8,252,11,0,32,0,65,0,65,24,35,6,40,2,0,17,1,0,34,1,54,2,68,32,1,35,1,65,252,11,106,34,2,41,2,16,55,2,16,32,1,32,2,41,2,8,55,2,8,32,1,32,2,41,2,0,55,2,0,32,0,65,1,54,2,100,2,64,2,64,32,0,40,2,68,34,4,40,2,20,34,3,32,0,40,2,32,34,1,77,13,0,32,3,32,4,40,2,16,34,2,77,13,0,32,1,32,2,77,4,64,32,0,32,4,41,2,0,55,2,36,32,0,32,2,54,2,32,32,2,33,1,11,65,0,33,2,32,0,65,0,54,2,104,32,0,40,2,72,69,13,1,32,0,40,2,108,34,4,32,1,77,4,64,32,1,32,0,40,2,112,32,4,106,73,13,2,11,32,0,65,0,54,2,72,32,0,66,0,55,2,108,12,1,11,65,1,33,2,32,0,65,1,54,2,104,32,4,41,2,8,33,7,32,0,65,0,54,2,72,32,0,32,7,55,2,36,32,0,32,3,54,2,32,32,0,66,0,55,2,108,11,32,0,65,0,54,2,176,9,32,0,65,0,54,2,0,32,0,32,2,54,2,116,32,0,66,0,55,2,168,9,65,192,0,35,7,34,1,40,2,0,17,0,0,33,2,32,0,65,4,54,2,176,9,32,0,32,2,54,2,168,9,65,128,2,32,1,40,2,0,17,0,0,33,1,32,0,66,0,55,2,148,9,32,0,66,128,128,128,128,128,4,55,2,140,9,32,0,32,1,54,2,136,9,32,0,65,156,9,106,65,0,54,2,0,32,0,65,136,9,106,34,4,33,2,65,1,65,56,35,9,40,2,0,17,1,0,34,1,66,0,55,2,0,32,1,66,0,55,2,40,32,1,66,0,55,2,32,32,1,66,0,55,2,24,32,1,66,0,55,2,16,32,1,66,0,55,2,8,65,128,1,35,7,40,2,0,17,0,0,33,3,32,1,65,4,54,2,8,32,1,32,3,54,2,0,32,1,40,2,20,65,3,77,4,64,2,127,32,1,40,2,12,34,3,4,64,32,3,65,192,0,35,6,40,2,0,17,1,0,12,1,11,65,192,0,35,7,40,2,0,17,0,0,11,33,3,32,1,65,4,54,2,20,32,1,32,3,54,2,12,11,32,1,40,2,32,65,3,77,4,64,2,127,32,1,40,2,24,34,3,4,64,32,3,65,224,0,35,6,40,2,0,17,1,0,12,1,11,65,224,0,35,7,40,2,0,17,0,0,11,33,3,32,1,65,4,54,2,32,32,1,32,3,54,2,24,11,32,1,40,2,44,65,49,77,4,64,2,127,32,1,40,2,36,34,3,4,64,32,3,65,200,1,35,6,40,2,0,17,1,0,12,1,11,65,200,1,35,7,40,2,0,17,0,0,11,33,3,32,1,65,50,54,2,44,32,1,32,3,54,2,36,11,32,1,32,2,54,2,52,2,127,32,1,40,2,40,34,2,4,64,32,1,32,2,65,1,107,34,2,54,2,40,32,1,40,2,36,32,2,65,2,116,106,40,2,0,12,1,11,65,164,1,35,7,40,2,0,17,0,0,11,34,2,65,1,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,2,66,0,55,2,4,32,2,65,1,54,2,148,1,32,2,65,0,54,2,12,32,2,66,0,55,2,152,1,32,2,65,0,54,2,160,1,32,1,32,2,54,2,48,32,1,16,58,32,0,66,0,55,2,244,9,32,0,66,0,55,2,180,9,32,0,32,1,54,2,132,9,32,0,65,252,9,106,66,0,55,2,0,32,0,65,132,10,106,65,0,54,2,0,32,0,66,0,55,2,148,10,32,0,66,0,55,2,136,10,32,0,65,0,54,2,160,9,32,0,65,156,10,106,66,0,55,2,0,32,0,65,164,10,106,66,0,55,2,0,32,0,65,0,54,2,192,10,32,0,65,195,10,106,65,0,54,0,0,32,0,65,224,9,106,33,1,32,0,40,2,224,9,4,64,32,5,32,1,41,2,0,55,3,8,32,4,32,5,65,8,106,16,10,11,32,0,40,2,232,9,4,64,32,5,32,0,65,232,9,106,41,2,0,55,3,0,32,4,32,5,16,10,11,32,1,66,0,55,2,0,32,1,65,0,54,2,16,32,1,66,0,55,2,8,32,5,65,16,106,36,0,32,6,65,128,208,0,65,1,16,41,54,2,4,32,6,32,0,54,2,0,11,20,1,1,127,35,11,34,0,66,143,128,128,128,208,1,55,3,0,32,0,11,106,1,3,127,32,2,32,0,47,1,0,34,3,65,8,116,32,3,65,8,118,114,34,4,65,255,255,3,113,34,5,54,2,0,65,2,33,3,2,64,32,1,65,1,70,13,0,32,4,65,128,248,3,113,65,128,176,3,71,13,0,32,0,47,1,2,34,0,65,128,248,3,113,65,128,184,3,71,13,0,32,2,32,5,65,10,116,32,0,106,65,128,184,255,26,107,54,2,0,65,4,33,3,11,32,3,11,88,1,2,127,32,2,32,0,47,1,0,34,3,54,2,0,65,2,33,4,2,64,32,1,65,1,70,13,0,32,3,65,128,248,3,113,65,128,176,3,71,13,0,32,0,47,1,2,34,0,65,128,248,3,113,65,128,184,3,71,13,0,32,2,32,3,65,10,116,32,0,106,65,128,184,255,26,107,54,2,0,65,4,33,4,11,32,4,11,205,2,1,4,127,32,2,32,0,44,0,0,34,3,65,255,1,113,34,4,54,2,0,65,1,33,5,2,64,32,3,65,0,72,4,64,2,64,32,1,65,1,70,13,0,2,64,32,3,65,96,79,4,64,2,64,32,3,65,111,77,4,64,32,2,32,4,65,15,113,34,4,54,2,0,35,1,65,222,10,106,32,4,106,45,0,0,32,0,45,0,1,34,3,65,5,118,118,65,1,113,69,13,4,32,3,65,63,113,33,6,65,2,33,3,12,1,11,32,2,32,4,65,240,1,107,34,4,54,2,0,32,3,65,116,75,13,3,35,1,65,176,12,106,32,0,45,0,1,34,3,65,4,118,106,44,0,0,32,4,118,65,1,113,69,13,3,32,2,32,3,65,63,113,32,4,65,6,116,114,34,4,54,2,0,65,2,33,5,32,1,65,2,70,13,3,65,3,33,3,32,0,45,0,2,65,128,127,115,34,6,65,255,1,113,65,63,75,13,3,11,32,2,32,6,65,255,1,113,32,4,65,6,116,114,34,4,54,2,0,32,3,32,1,34,5,71,13,1,12,2,11,32,3,65,66,73,13,1,32,2,32,4,65,31,113,34,4,54,2,0,65,1,33,3,11,32,0,32,3,106,45,0,0,65,128,127,115,65,255,1,113,34,0,65,63,77,13,2,32,3,33,5,11,32,2,65,127,54,2,0,11,32,5,15,11,32,2,32,4,65,6,116,32,0,114,54,2,0,32,3,65,1,106,11,165,2,1,9,127,35,0,65,32,107,34,2,36,0,32,0,4,64,32,2,66,0,55,3,24,32,2,66,0,55,3,16,32,2,66,0,55,3,8,32,2,32,0,41,2,0,55,3,0,32,2,65,8,106,32,2,16,10,32,2,40,2,8,34,4,4,64,2,64,32,2,40,2,12,34,3,69,13,0,32,3,65,4,79,4,64,32,3,65,124,113,33,9,3,64,32,4,32,1,65,3,116,106,34,5,40,2,0,35,8,34,6,40,2,0,17,2,0,32,5,40,2,8,32,6,40,2,0,17,2,0,32,5,40,2,16,32,6,40,2,0,17,2,0,32,5,40,2,24,32,6,40,2,0,17,2,0,32,1,65,4,106,33,1,32,8,65,4,106,34,8,32,9,71,13,0,11,11,32,3,65,3,113,34,3,69,13,0,3,64,32,4,32,1,65,3,116,106,40,2,0,35,8,40,2,0,17,2,0,32,1,65,1,106,33,1,32,7,65,1,106,34,7,32,3,71,13,0,11,11,32,4,35,8,40,2,0,17,2,0,11,32,2,40,2,20,34,1,4,64,32,1,35,8,40,2,0,17,2,0,11,32,0,40,2,12,35,8,34,1,40,2,0,17,2,0,32,0,32,1,40,2,0,17,2,0,11,32,2,65,32,106,36,0,11,24,1,1,127,32,0,40,2,0,65,15,79,4,127,32,0,40,2,136,1,5,65,0,11,11,139,1,2,4,127,1,126,32,0,40,2,0,34,1,65,1,113,69,4,64,32,1,32,1,40,2,0,65,1,106,54,2,0,32,1,40,2,0,26,11,32,0,40,2,12,33,3,32,0,40,2,16,33,1,32,0,41,2,0,33,5,32,0,40,2,8,33,2,65,20,35,7,40,2,0,17,0,0,34,0,32,2,54,2,8,32,0,32,5,55,2,0,32,0,32,1,65,24,35,9,40,2,0,17,1,0,34,2,54,2,12,32,1,65,24,108,34,4,4,64,32,2,32,3,32,4,252,10,0,0,11,32,0,32,1,54,2,16,32,0,11,192,4,2,7,127,1,126,35,0,65,16,107,33,3,2,64,32,0,40,2,0,34,5,69,13,0,32,0,40,2,24,34,6,65,255,1,113,65,255,1,70,13,0,32,5,65,1,113,69,4,64,32,5,32,5,40,2,36,65,3,116,107,33,4,11,32,3,32,0,40,2,20,54,2,8,32,3,32,0,41,2,12,55,3,0,32,0,40,2,28,33,5,32,1,32,4,32,6,65,3,116,106,34,4,54,2,0,32,1,32,3,40,2,8,54,2,12,32,1,32,3,41,3,0,55,2,4,32,1,65,0,54,2,24,32,1,32,5,54,2,20,32,1,32,6,54,2,16,32,2,2,127,32,4,40,2,0,34,1,65,1,113,4,64,32,1,65,1,118,65,1,113,12,1,11,32,1,47,1,44,65,1,113,11,34,1,58,0,0,2,127,32,4,40,2,0,34,3,65,1,113,4,64,32,4,45,0,5,65,15,113,33,5,32,3,65,8,113,65,3,118,33,6,32,4,45,0,4,33,7,32,4,45,0,6,12,1,11,32,3,45,0,44,65,4,113,65,2,118,33,6,32,3,40,2,12,33,7,32,3,40,2,8,33,5,32,3,40,2,4,11,33,3,32,0,32,0,40,2,24,65,1,107,34,8,54,2,24,65,1,33,4,32,0,65,1,32,0,40,2,20,34,9,32,7,107,32,0,40,2,12,34,7,69,32,9,65,0,71,113,32,5,65,0,71,114,34,5,27,54,2,20,32,0,65,0,32,0,40,2,16,32,5,27,54,2,16,32,0,65,0,32,7,32,3,107,32,5,27,54,2,12,2,64,32,6,13,0,32,0,40,2,36,34,3,69,13,0,32,2,32,1,32,3,32,0,40,2,28,34,1,65,1,116,106,47,1,0,114,65,0,71,58,0,0,32,1,69,13,0,32,0,32,1,65,1,107,54,2,28,11,32,8,32,0,40,2,0,34,1,40,2,36,34,2,79,13,0,2,127,32,1,32,2,65,3,116,107,32,8,65,3,116,106,41,2,0,34,10,167,34,2,65,1,113,4,64,65,0,33,3,32,10,66,56,136,167,34,1,12,1,11,32,2,40,2,20,65,0,71,33,3,32,2,40,2,24,33,1,32,2,40,2,16,11,33,2,32,0,65,1,32,0,40,2,20,34,5,32,1,107,32,3,32,0,40,2,12,34,6,69,32,5,65,0,71,113,114,34,1,27,54,2,20,32,0,65,0,32,0,40,2,16,32,1,27,54,2,16,32,0,65,0,32,6,32,2,107,32,1,27,54,2,12,11,32,4,11,7,0,32,0,40,2,0,11,16,0,65,0,65,2,32,1,40,2,0,47,1,144,1,27,11,74,1,1,127,32,1,40,2,8,69,4,64,65,0,15,11,32,0,45,0,0,4,64,65,1,15,11,65,1,33,2,2,64,32,1,40,2,4,40,2,0,34,1,65,1,113,13,0,32,1,47,1,40,65,255,255,3,71,13,0,32,0,65,1,58,0,0,65,3,33,2,11,32,2,11,24,0,32,1,40,2,16,69,4,64,65,0,15,11,65,3,65,1,32,1,45,0,20,27,11,18,0,65,3,65,0,32,1,40,2,16,32,0,40,2,0,70,27,11,7,0,32,0,40,2,20,11,13,0,32,0,40,2,8,32,0,40,2,4,106,11,228,1,0,35,1,65,192,211,0,106,35,2,65,13,106,54,2,0,35,1,65,196,211,0,106,35,2,65,14,106,54,2,0,35,1,65,200,211,0,106,35,2,65,15,106,54,2,0,35,1,65,204,211,0,106,35,2,65,16,106,54,2,0,35,1,65,208,211,0,106,35,2,65,17,106,54,2,0,35,1,65,212,211,0,106,35,2,65,18,106,54,2,0,35,1,65,216,211,0,106,35,2,65,19,106,54,2,0,35,1,65,224,211,0,106,35,2,65,22,106,54,2,0,35,1,65,236,211,0,106,35,2,65,23,106,54,2,0,35,1,65,132,212,0,106,35,2,65,24,106,54,2,0,35,1,65,156,212,0,106,35,2,65,25,106,54,2,0,35,1,65,160,212,0,106,35,2,65,26,106,54,2,0,35,1,65,164,212,0,106,35,1,65,164,215,0,106,54,2,0,35,1,65,136,213,0,106,35,1,65,248,211,0,106,54,2,0,35,1,65,140,213,0,106,35,5,54,2,0,11,66,1,3,127,35,1,34,1,65,148,214,0,106,34,0,32,1,65,252,213,0,106,54,2,96,32,0,35,4,34,2,35,3,107,54,2,56,32,0,32,2,54,2,52,32,0,65,42,54,2,24,32,0,32,1,65,240,211,0,106,40,2,0,54,2,60,11,11,151,85,1,0,35,1,11,144,85,45,43,32,32,32,48,88,48,120,0,45,48,88,43,48,88,32,48,88,45,48,120,43,48,120,32,48,120,0,114,101,100,117,99,101,32,115,121,109,58,37,115,44,32,99,104,105,108,100,95,99,111,117,110,116,58,37,117,0,114,101,115,117,109,101,32,118,101,114,115,105,111,110,58,37,117,0,114,101,109,111,118,101,100,32,112,97,117,115,101,100,32,118,101,114,115,105,111,110,58,37,117,0,108,101,120,95,101,120,116,101,114,110,97,108,32,115,116,97,116,101,58,37,100,44,32,114,111,119,58,37,117,44,32,99,111,108,117,109,110,58,37,117,0,108,101,120,95,105,110,116,101,114,110,97,108,32,115,116,97,116,101,58,37,100,44,32,114,111,119,58,37,117,44,32,99,111,108,117,109,110,58,37,117,0,112,114,111,99,101,115,115,32,118,101,114,115,105,111,110,58,37,117,44,32,118,101,114,115,105,111,110,95,99,111,117,110,116,58,37,117,44,32,115,116,97,116,101,58,37,100,44,32,114,111,119,58,37,117,44,32,99,111,108,58,37,117,0,114,101,99,111,118,101,114,95,116,111,95,112,114,101,118,105,111,117,115,32,115,116,97,116,101,58,37,117,44,32,100,101,112,116,104,58,37,117,0,44,32,115,105,122,101,58,37,117,0,115,104,105,102,116,32,115,116,97,116,101,58,37,117,0,114,101,99,111,118,101,114,95,119,105,116,104,95,109,105,115,115,105,110,103,32,115,121,109,98,111,108,58,37,115,44,32,115,116,97,116,101,58,37,117,0,100,105,102,102,101,114,101,110,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,32,37,117,32,45,32,37,117,0,97,99,99,101,112,116,0,112,97,114,115,101,95,97,102,116,101,114,95,101,100,105,116,0,92,116,0,97,98,111,114,116,105,110,103,32,114,101,100,117,99,101,32,119,105,116,104,32,116,111,111,32,109,97,110,121,32,118,101,114,115,105,111,110,115,0,104,97,115,95,99,104,97,110,103,101,115,0,115,119,105,116,99,104,32,102,114,111,109,95,107,101,121,119,111,114,100,58,37,115,44,32,116,111,95,119,111,114,100,95,116,111,107,101,110,58,37,115,0,115,116,97,116,101,95,109,105,115,109,97,116,99,104,32,115,121,109,58,37,115,0,115,101,108,101,99,116,95,115,109,97,108,108,101,114,95,101,114,114,111,114,32,115,121,109,98,111,108,58,37,115,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,0,115,101,108,101,99,116,95,101,97,114,108,105,101,114,32,115,121,109,98,111,108,58,37,115,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,0,115,101,108,101,99,116,95,101,120,105,115,116,105,110,103,32,115,121,109,98,111,108,58,37,115,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,0,99,97,110,116,95,114,101,117,115,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,44,32,102,105,114,115,116,95,108,101,97,102,95,115,121,109,98,111,108,58,37,115,0,115,107,105,112,95,116,111,107,101,110,32,115,121,109,98,111,108,58,37,115,0,105,103,110,111,114,101,95,101,109,112,116,121,95,101,120,116,101,114,110,97,108,95,116,111,107,101,110,32,115,121,109,98,111,108,58,37,115,0,114,101,117,115,97,98,108,101,95,110,111,100,101,95,104,97,115,95,100,105,102,102,101,114,101,110,116,95,101,120,116,101,114,110,97,108,95,115,99,97,110,110,101,114,95,115,116,97,116,101,32,115,121,109,98,111,108,58,37,115,0,114,101,117,115,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,0,112,97,115,116,95,114,101,117,115,97,98,108,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,0,98,101,102,111,114,101,95,114,101,117,115,97,98,108,101,95,110,111,100,101,32,115,121,109,98,111,108,58,37,115,0,99,97,110,116,95,114,101,117,115,101,95,110,111,100,101,95,37,115,32,116,114,101,101,58,37,115,0,98,114,101,97,107,100,111,119,110,95,116,111,112,95,111,102,95,115,116,97,99,107,32,116,114,101,101,58,37,115,0,100,101,116,101,99,116,95,101,114,114,111,114,32,108,111,111,107,97,104,101,97,100,58,37,115,0,40,37,115,0,105,115,95,101,114,114,111,114,0,115,107,105,112,95,117,110,114,101,99,111,103,110,105,122,101,100,95,99,104,97,114,97,99,116,101,114,0,110,97,110,0,92,110,0,105,115,95,109,105,115,115,105,110,103,0,114,101,115,117,109,101,95,112,97,114,115,105,110,103,0,114,101,99,111,118,101,114,95,101,111,102,0,105,110,102,0,110,101,119,95,112,97,114,115,101,0,99,111,110,100,101,110,115,101,0,100,111,110,101,0,105,115,95,102,114,97,103,105,108,101,0,99,111,110,116,97,105,110,115,95,100,105,102,102,101,114,101,110,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,0,115,107,105,112,32,99,104,97,114,97,99,116,101,114,58,37,100,0,99,111,110,115,117,109,101,32,99,104,97,114,97,99,116,101,114,58,37,100,0,115,101,108,101,99,116,95,104,105,103,104,101,114,95,112,114,101,99,101,100,101,110,99,101,32,115,121,109,98,111,108,58,37,115,44,32,112,114,101,99,58,37,100,44,32,111,118,101,114,95,115,121,109,98,111,108,58,37,115,44,32,111,116,104,101,114,95,112,114,101,99,58,37,100,0,115,104,105,102,116,95,101,120,116,114,97,0,110,111,95,108,111,111,107,97,104,101,97,100,95,97,102,116,101,114,95,110,111,110,95,116,101,114,109,105,110,97,108,95,101,120,116,114,97,0,95,95,82,79,79,84,95,95,0,95,69,82,82,79,82,0,78,65,78,0,77,73,83,83,73,78,71,0,73,78,70,0,73,78,86,65,76,73,68,0,108,101,120,101,100,95,108,111,111,107,97,104,101,97,100,32,115,121,109,58,0,32,48,48,48,48,48,48,48,48,48,48,48,48,16,48,48,0,46,0,40,37,115,41,0,40,110,117,108,108,41,0,40,78,85,76,76,41,0,40,34,37,115,34,41,0,39,92,116,39,0,39,92,114,39,0,39,92,110,39,0,115,107,105,112,32,99,104,97,114,97,99,116,101,114,58,39,37,99,39,0,99,111,110,115,117,109,101,32,99,104,97,114,97,99,116,101,114,58,39,37,99,39,0,39,92,48,39,0,34,37,115,34,0,40,77,73,83,83,73,78,71,32,0,40,85,78,69,88,80,69,67,84,69,68,32,0,37,115,58,32,0,10,10,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,15,15,15,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,18,17,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,17,34,35,36,17,37,38,39,40,41,42,43,44,17,45,46,47,16,16,48,16,16,16,16,16,16,16,49,50,51,16,52,53,16,16,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,54,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,55,17,17,17,17,56,17,57,58,59,60,61,62,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,63,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,64,65,17,66,67,68,69,70,71,72,73,74,17,75,76,77,78,79,80,81,16,82,83,84,85,86,87,88,89,90,91,92,93,16,94,95,96,16,17,17,17,97,98,99,16,16,16,16,16,16,16,16,16,16,17,17,17,17,100,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,101,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,17,102,103,16,16,104,105,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,106,17,17,107,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,17,108,109,16,16,16,16,16,16,16,16,16,110,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,111,112,113,114,16,16,16,16,16,16,16,16,115,116,117,16,16,16,16,16,118,119,16,16,16,16,120,16,16,121,16,16,16,16,16,16,16,16,16,16,16,16,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,254,255,255,7,254,255,255,7,0,0,0,0,0,4,32,4,255,255,127,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,195,255,3,0,31,80,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,223,188,64,215,255,255,251,255,255,255,255,255,255,255,255,255,191,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,252,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,254,255,255,255,127,2,255,255,255,255,255,1,0,0,0,0,255,191,182,0,255,255,255,135,7,0,0,0,255,7,255,255,255,255,255,255,255,254,255,195,255,255,255,255,255,255,255,255,255,255,255,255,239,31,254,225,255,159,0,0,255,255,255,255,255,255,0,224,255,255,255,255,255,255,255,255,255,255,255,255,3,0,255,255,255,255,255,7,48,4,255,255,255,252,255,31,0,0,255,255,255,1,255,7,0,0,0,0,0,0,255,255,223,63,0,0,240,255,248,3,255,255,255,255,255,255,255,255,255,239,255,223,225,255,207,255,254,255,239,159,249,255,255,253,197,227,159,89,128,176,207,255,3,16,238,135,249,255,255,253,109,195,135,25,2,94,192,255,63,0,238,191,251,255,255,253,237,227,191,27,1,0,207,255,0,30,238,159,249,255,255,253,237,227,159,25,192,176,207,255,2,0,236,199,61,214,24,199,255,195,199,29,129,0,192,255,0,0,239,223,253,255,255,253,255,227,223,29,96,7,207,255,0,0,239,223,253,255,255,253,239,227,223,29,96,64,207,255,6,0,239,223,253,255,255,255,255,231,223,93,240,128,207,255,0,252,236,255,127,252,255,255,251,47,127,128,95,255,192,255,12,0,254,255,255,255,255,127,255,7,63,32,255,3,0,0,0,0,214,247,255,255,175,255,255,59,95,32,255,243,0,0,0,0,1,0,0,0,255,3,0,0,255,254,255,255,255,31,254,255,3,255,255,254,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,249,255,3,255,255,255,255,255,255,255,255,255,63,255,255,255,255,191,32,255,255,255,255,255,247,255,255,255,255,255,255,255,255,255,61,127,61,255,255,255,255,255,61,255,255,255,255,61,127,61,255,127,255,255,255,255,255,255,255,61,255,255,255,255,255,255,255,255,7,0,0,0,0,255,255,0,0,255,255,255,255,255,255,255,255,255,255,63,63,254,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,159,255,255,254,255,255,7,255,255,255,255,255,255,255,255,255,199,255,1,255,223,15,0,255,255,15,0,255,255,15,0,255,223,13,0,255,255,255,255,255,255,207,255,255,1,128,16,255,3,0,0,0,0,255,3,255,255,255,255,255,255,255,255,255,255,255,1,255,255,255,255,255,7,255,255,255,255,255,255,255,255,63,0,255,255,255,127,255,15,255,1,192,255,255,255,255,63,31,0,255,255,255,255,255,15,255,255,255,3,255,3,0,0,0,0,255,255,255,15,255,255,255,255,255,255,255,127,254,255,31,0,255,3,255,3,128,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,239,255,239,15,255,3,0,0,0,0,255,255,255,255,255,243,255,255,255,255,255,255,191,255,3,0,255,255,255,255,255,255,127,0,255,227,255,255,255,255,255,63,255,1,255,255,255,255,255,231,0,0,0,0,0,222,111,4,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,31,0,255,255,63,63,255,255,255,255,63,63,255,170,255,255,255,63,255,255,255,255,255,255,223,95,220,31,207,15,255,31,220,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,0,255,31,0,0,0,0,0,0,0,0,0,0,0,0,132,252,47,62,80,189,255,243,224,67,0,0,255,255,255,255,255,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,255,255,255,255,255,255,3,0,0,255,255,255,255,255,127,255,255,255,255,255,127,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,120,12,0,255,255,255,255,191,32,255,255,255,255,255,255,255,128,0,0,255,255,127,0,127,127,127,127,127,127,127,127,255,255,255,255,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,0,0,0,254,3,62,31,254,255,255,255,255,255,255,255,255,255,127,224,254,255,255,255,255,255,255,255,255,255,255,247,224,255,255,255,255,255,254,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,7,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,255,255,255,255,255,63,255,31,255,255,255,15,0,0,255,255,255,255,255,127,240,143,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,0,0,0,128,255,252,255,255,255,255,255,255,255,255,255,255,255,255,249,255,255,255,255,255,255,124,0,0,0,0,0,128,255,191,255,255,255,255,0,0,0,255,255,255,255,255,255,15,0,255,255,255,255,255,255,255,255,47,0,255,3,0,0,252,232,255,255,255,255,255,7,255,255,255,255,7,0,255,255,255,31,255,255,255,255,255,255,247,255,0,128,255,3,255,255,255,127,255,255,255,255,255,255,127,0,255,63,255,3,255,255,127,252,255,255,255,255,255,255,255,127,5,0,0,56,255,255,60,0,126,126,126,0,127,127,255,255,255,255,255,247,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,255,255,127,248,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,127,0,248,224,255,253,127,95,219,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,248,255,255,255,255,255,255,255,255,255,255,255,255,63,0,0,255,255,255,255,255,255,255,255,252,255,255,255,255,255,255,0,0,0,0,0,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,255,3,254,255,255,7,254,255,255,7,192,255,255,255,255,255,255,255,255,255,255,127,252,252,252,28,0,0,0,0,255,239,255,255,127,255,255,183,255,63,255,63,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,0,0,0,0,0,0,0,255,255,255,255,255,255,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,255,255,255,255,255,255,1,0,0,0,0,0,255,255,255,255,0,224,255,255,255,7,255,255,255,255,255,7,255,255,255,63,255,255,255,255,15,255,62,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,3,255,255,255,255,15,255,255,255,255,15,255,255,255,255,255,0,255,255,255,255,255,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,127,0,255,255,63,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,253,255,255,255,255,191,145,255,255,63,0,255,255,127,0,255,255,255,127,0,0,0,0,0,0,0,0,255,255,55,0,255,255,63,0,255,255,255,3,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,192,0,0,0,0,0,0,0,0,111,240,239,254,255,255,63,0,0,0,0,0,255,255,255,31,255,255,255,31,0,0,0,0,255,254,255,255,31,0,0,0,255,255,255,255,255,255,63,0,255,255,63,0,255,255,7,0,255,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,1,0,0,0,0,0,0,255,255,255,255,255,255,7,0,255,255,255,255,255,255,7,0,255,255,255,255,255,0,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,31,128,0,255,255,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,127,0,255,255,255,255,255,255,255,255,63,0,0,0,192,255,0,0,252,255,255,255,255,255,255,1,0,0,255,255,255,1,255,3,255,255,255,255,255,255,199,255,112,0,255,255,255,255,71,0,255,255,255,255,255,255,255,255,30,0,255,23,0,0,0,0,255,255,251,255,255,255,159,64,0,0,0,0,0,0,0,0,127,189,255,191,255,1,255,255,255,255,255,255,255,1,255,3,239,159,249,255,255,253,237,227,159,25,129,224,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,187,7,255,131,0,0,0,0,255,255,255,255,255,255,255,255,179,0,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,63,127,0,0,0,63,0,0,0,0,255,255,255,255,255,255,255,127,17,0,255,3,0,0,0,0,255,255,255,255,255,255,63,1,255,3,0,0,0,0,0,0,255,255,255,231,255,7,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,1,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,3,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,255,255,255,255,255,252,26,0,0,0,255,255,255,255,255,255,231,127,0,0,255,255,255,255,255,255,255,255,255,32,0,0,0,0,255,255,255,255,255,255,255,1,255,253,255,255,255,255,127,127,1,0,255,3,0,0,252,255,255,255,252,255,255,254,127,0,0,0,0,0,0,0,0,0,127,251,255,255,255,255,127,180,203,0,255,3,191,253,255,255,255,127,123,1,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,127,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,3,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,127,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,1,255,255,255,127,255,3,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,63,0,0,255,255,255,255,255,255,0,0,15,0,255,3,248,255,255,224,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,135,255,255,255,255,255,255,255,128,255,255,0,0,0,0,0,0,0,0,11,0,0,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,7,0,255,255,255,127,0,0,0,0,0,0,7,0,240,0,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,15,255,255,255,255,255,255,255,255,255,255,255,255,255,7,255,31,255,1,255,67,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,255,255,223,255,255,255,255,255,255,255,255,223,100,222,255,235,239,255,255,255,255,255,255,255,191,231,223,223,255,255,255,123,95,252,253,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,63,255,255,255,253,255,255,247,255,255,255,247,255,255,223,255,255,255,223,255,255,127,255,255,255,127,255,255,255,253,255,255,255,253,255,255,247,207,255,255,255,255,255,255,127,255,255,249,219,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,31,128,63,255,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,15,255,3,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,255,31,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,143,8,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,255,255,255,150,254,247,10,132,234,150,170,150,247,247,94,255,251,255,15,238,251,255,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,3,255,255,255,3,255,255,255,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,9,0,0,0,10,0,0,0,13,0,0,0,11,0,0,0,12,0,0,0,133,0,0,0,0,32,0,0,1,32,0,0,2,32,0,0,3,32,0,0,4,32,0,0,5,32,0,0,6,32,0,0,8,32,0,0,9,32,0,0,10,32,0,0,40,32,0,0,41,32,0,0,95,32,0,0,0,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,11,0,25,25,25,0,0,0,0,5,0,0,0,0,0,0,9,0,0,0,0,11,0,0,0,0,0,0,0,0,25,0,10,10,25,25,25,3,10,7,0,1,0,9,11,24,0,0,9,6,11,0,0,11,0,6,25,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,25,0,11,13,25,25,25,0,13,0,0,2,0,9,14,0,0,0,9,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,19,0,0,0,0,9,12,0,0,0,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,4,15,0,0,0,0,9,16,0,0,0,0,0,16,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,17,0,0,0,0,9,18,0,0,0,0,0,18,0,0,18,0,0,26,0,0,0,26,26,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,26,26,26,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,23,0,0,0,0,9,20,0,0,0,0,0,20,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,21,0,0,0,0,9,22,0,0,0,0,0,22,0,0,22,0,0,48,49,50,51,52,53,54,55,56,57,65,66,67,68,69,70,0,8,0,0,86,1,0,0,57,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,224,255,255,0,191,29,0,0,231,2,0,0,121,0,0,2,36,0,0,1,1,0,0,0,255,255,255,0,0,0,0,1,2,0,0,0,254,255,255,1,57,255,255,0,24,255,255,1,135,255,255,0,212,254,255,0,195,0,0,1,210,0,0,1,206,0,0,1,205,0,0,1,79,0,0,1,202,0,0,1,203,0,0,1,207,0,0,0,97,0,0,1,211,0,0,1,209,0,0,0,163,0,0,1,213,0,0,0,130,0,0,1,214,0,0,1,218,0,0,1,217,0,0,1,219,0,0,0,56,0,0,3,0,0,0,0,177,255,255,1,159,255,255,1,200,255,255,2,40,36,0,0,0,0,0,1,1,0,0,0,255,255,255,0,51,255,255,0,38,255,255,1,126,255,255,1,43,42,0,1,93,255,255,1,40,42,0,0,63,42,0,1,61,255,255,1,69,0,0,1,71,0,0,0,31,42,0,0,28,42,0,0,30,42,0,0,46,255,255,0,50,255,255,0,54,255,255,0,53,255,255,0,79,165,0,0,75,165,0,0,49,255,255,0,40,165,0,0,68,165,0,0,47,255,255,0,45,255,255,0,247,41,0,0,65,165,0,0,253,41,0,0,43,255,255,0,42,255,255,0,231,41,0,0,67,165,0,0,42,165,0,0,187,255,255,0,39,255,255,0,185,255,255,0,37,255,255,0,21,165,0,0,18,165,0,2,36,76,0,0,0,0,0,1,32,0,0,0,224,255,255,1,1,0,0,0,255,255,255,0,84,0,0,1,116,0,0,1,38,0,0,1,37,0,0,1,64,0,0,1,63,0,0,0,218,255,255,0,219,255,255,0,225,255,255,0,192,255,255,0,193,255,255,1,8,0,0,0,194,255,255,0,199,255,255,0,209,255,255,0,202,255,255,0,248,255,255,0,170,255,255,0,176,255,255,0,7,0,0,0,140,255,255,1,196,255,255,0,160,255,255,1,249,255,255,2,26,112,0,1,1,0,0,0,255,255,255,1,32,0,0,0,224,255,255,1,80,0,0,1,15,0,0,0,241,255,255,0,0,0,0,1,48,0,0,0,208,255,255,1,1,0,0,0,255,255,255,0,0,0,0,0,192,11,0,1,96,28,0,0,0,0,0,1,208,151,0,1,8,0,0,0,248,255,255,2,5,138,0,0,0,0,0,1,64,244,255,0,158,231,255,0,194,137,0,0,219,231,255,0,146,231,255,0,147,231,255,0,156,231,255,0,157,231,255,0,164,231,255,0,0,0,0,0,56,138,0,0,4,138,0,0,230,14,0,1,1,0,0,0,255,255,255,0,0,0,0,0,197,255,255,1,65,226,255,2,29,143,0,0,8,0,0,1,248,255,255,0,0,0,0,0,86,0,0,1,170,255,255,0,74,0,0,0,100,0,0,0,128,0,0,0,112,0,0,0,126,0,0,0,9,0,0,1,182,255,255,1,247,255,255,0,219,227,255,1,156,255,255,1,144,255,255,1,128,255,255,1,130,255,255,2,5,172,0,0,0,0,0,1,16,0,0,0,240,255,255,1,28,0,0,1,1,0,0,1,163,226,255,1,65,223,255,1,186,223,255,0,228,255,255,2,11,177,0,1,1,0,0,0,255,255,255,1,48,0,0,0,208,255,255,0,0,0,0,1,9,214,255,1,26,241,255,1,25,214,255,0,213,213,255,0,216,213,255,1,228,213,255,1,3,214,255,1,225,213,255,1,226,213,255,1,193,213,255,0,0,0,0,0,160,227,255,0,0,0,0,1,1,0,0,0,255,255,255,2,12,188,0,0,0,0,0,1,1,0,0,0,255,255,255,1,188,90,255,1,160,3,0,1,252,117,255,1,216,90,255,0,48,0,0,1,177,90,255,1,181,90,255,1,191,90,255,1,238,90,255,1,214,90,255,1,235,90,255,1,208,255,255,1,189,90,255,1,200,117,255,0,0,0,0,0,48,104,255,0,96,252,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,40,0,0,0,216,255,255,0,0,0,0,1,64,0,0,0,192,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,32,0,0,0,224,255,255,0,0,0,0,1,34,0,0,0,222,255,255,48,12,49,13,120,14,127,15,128,16,129,17,134,18,137,19,138,19,142,20,143,21,144,22,147,19,148,23,149,24,150,25,151,26,154,27,156,25,157,28,158,29,159,30,166,31,169,31,174,31,177,32,178,32,183,33,191,34,197,35,200,35,203,35,221,36,242,35,246,37,247,38,32,45,58,46,61,47,62,48,63,49,64,49,67,50,68,51,69,52,80,53,81,54,82,55,83,56,84,57,89,58,91,59,92,60,97,61,99,62,101,63,102,64,104,65,105,66,106,64,107,67,108,68,111,66,113,69,114,70,117,71,125,72,130,73,135,74,137,75,138,76,139,76,140,77,146,78,157,79,158,80,69,87,123,29,124,29,125,29,127,88,134,89,136,90,137,90,138,90,140,91,142,92,143,92,172,93,173,94,174,94,175,94,194,95,204,96,205,97,206,97,207,98,208,99,209,100,213,101,214,102,215,103,240,104,241,105,242,106,243,107,244,108,245,109,249,110,253,45,254,45,255,45,80,105,81,105,82,105,83,105,84,105,85,105,86,105,87,105,88,105,89,105,90,105,91,105,92,105,93,105,94,105,95,105,130,0,131,0,132,0,133,0,134,0,135,0,136,0,137,0,192,117,207,118,128,137,129,138,130,139,133,140,134,141,112,157,113,157,118,158,119,158,120,159,121,159,122,160,123,160,124,161,125,161,179,162,186,163,187,163,188,164,190,165,195,162,204,164,218,166,219,166,229,106,234,167,235,167,236,110,243,162,248,168,249,168,250,169,251,169,252,164,38,176,42,177,43,178,78,179,132,8,98,186,99,187,100,188,101,189,102,190,109,191,110,192,111,193,112,194,126,195,127,195,125,207,141,208,148,209,171,210,172,211,173,212,176,213,177,214,178,215,196,216,197,217,198,218,7,8,9,10,11,12,6,6,6,6,6,6,6,6,6,6,13,6,6,14,6,6,6,6,6,6,6,6,15,16,17,18,6,19,6,6,6,6,6,6,6,6,6,6,20,21,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,22,23,6,6,6,24,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,25,6,6,6,6,26,6,6,6,6,6,6,6,27,6,6,6,6,6,6,6,6,6,6,6,28,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,29,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,30,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,43,43,43,43,43,43,43,43,1,0,84,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,43,43,43,43,43,43,43,7,43,43,91,86,86,86,86,86,86,86,74,86,86,5,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,36,80,121,49,80,49,80,49,56,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,2,78,13,13,78,3,78,0,36,110,0,78,49,38,110,81,78,36,80,78,57,20,129,27,29,29,83,49,80,49,80,13,49,80,49,80,49,80,27,83,36,80,49,2,92,123,92,123,92,123,92,123,92,123,20,121,92,123,92,123,92,45,43,73,3,72,3,120,92,123,20,0,150,10,1,43,40,6,6,0,42,6,42,42,43,7,187,181,43,30,0,43,7,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,43,43,43,43,43,43,43,43,205,70,205,43,0,37,43,7,1,6,1,85,86,86,86,86,86,85,86,86,2,36,129,129,129,129,129,21,129,129,129,0,0,43,0,178,209,178,209,178,209,178,209,0,0,205,204,1,0,215,215,215,215,215,131,129,129,129,129,129,129,129,129,129,129,172,172,172,172,172,172,172,172,172,172,28,0,0,0,0,0,49,80,49,80,49,80,49,80,49,80,49,2,0,0,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,78,49,80,49,80,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,2,135,166,135,166,135,166,135,166,135,166,135,166,135,166,135,166,42,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,86,86,86,86,86,86,86,86,86,86,86,86,12,0,12,42,43,43,43,43,43,43,43,43,43,43,43,43,43,7,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,86,86,108,129,21,0,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,108,3,65,43,43,86,86,86,86,86,86,86,86,86,86,86,86,86,86,44,86,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,86,122,158,38,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,37,6,1,43,43,79,86,86,44,43,127,86,86,57,43,43,85,86,86,43,43,79,86,86,44,43,127,86,86,129,55,117,91,123,92,43,43,79,86,86,2,172,4,0,0,57,43,43,85,86,86,43,43,79,86,86,44,43,43,86,86,50,19,129,87,0,111,129,126,201,215,126,45,129,129,14,126,57,127,111,87,0,129,129,126,21,0,126,3,43,43,43,43,43,43,43,43,43,43,43,43,7,43,36,43,151,43,43,43,43,43,43,43,43,43,42,43,43,43,43,43,86,86,86,86,86,128,129,129,129,129,57,187,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,129,129,129,129,129,129,129,129,129,129,129,129,129,129,129,201,172,172,172,172,172,172,172,172,172,172,172,172,172,172,172,208,13,0,78,49,2,180,193,193,215,215,36,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,49,80,215,215,83,193,71,212,215,215,215,5,43,43,43,43,43,43,43,43,43,43,43,43,7,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,49,80,49,80,49,80,49,80,49,80,49,80,49,80,13,0,0,0,0,0,36,80,49,80,49,80,49,80,49,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,43,43,43,121,92,123,92,123,79,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,123,92,45,43,43,121,20,92,123,92,45,121,42,92,39,92,123,92,123,92,123,164,0,10,180,92,123,92,123,79,3,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,7,0,72,86,86,86,86,86,86,86,86,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,43,43,43,43,43,43,43,43,43,43,43,7,0,86,86,86,86,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,43,7,0,0,0,0,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,43,43,43,43,43,43,43,43,43,43,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,43,43,43,43,43,43,43,43,43,43,85,86,86,86,86,86,86,86,86,86,86,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,39,81,111,119,0,0,0,0,0,0,0,0,0,0,124,0,0,127,0,0,0,0,0,0,0,0,131,142,146,151,0,170,0,0,0,0,0,0,0,0,0,0,180,196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,201,0,0,0,219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,0,225,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,14,0,0,0,15,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,19,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,32,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,26,0,0,0,164,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,41,0,0,0,0,0,0,0,42,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,24,119,101,98,45,116,114,101,101,45,115,105,116,116,101,114,46,119,97,115,109,46,109,97,112]),Op=new Uint8Array([0,97,115,109,1,0,0,0,0,17,8,100,121,108,105,110,107,46,48,1,6,224,150,10,4,8,0,1,48,9,96,2,127,127,0,96,1,127,0,96,2,127,127,1,127,96,3,127,127,127,1,127,96,1,127,1,127,96,0,0,96,3,127,127,127,0,96,0,1,127,96,4,127,127,127,127,0,2,173,1,10,3,101,110,118,6,99,97,108,108,111,99,0,2,3,101,110,118,4,102,114,101,101,0,1,3,101,110,118,6,109,97,108,108,111,99,0,4,3,101,110,118,7,114,101,97,108,108,111,99,0,2,3,101,110,118,13,95,95,97,115,115,101,114,116,95,102,97,105,108,0,8,3,101,110,118,5,97,98,111,114,116,0,5,3,101,110,118,13,95,95,109,101,109,111,114,121,95,98,97,115,101,3,127,0,3,101,110,118,12,95,95,116,97,98,108,101,95,98,97,115,101,3,127,0,3,101,110,118,6,109,101,109,111,114,121,2,0,3,3,101,110,118,25,95,95,105,110,100,105,114,101,99,116,95,102,117,110,99,116,105,111,110,95,116,97,98,108,101,1,112,0,8,3,27,26,5,5,7,6,1,2,6,3,2,2,2,3,3,3,3,3,3,3,6,4,4,3,2,2,7,2,7,67,3,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,6,24,95,95,119,97,115,109,95,97,112,112,108,121,95,100,97,116,97,95,114,101,108,111,99,115,0,7,16,116,114,101,101,95,115,105,116,116,101,114,95,121,97,109,108,0,30,9,14,1,0,35,1,11,8,25,26,31,8,10,13,11,12,10,232,172,1,26,3,0,1,11,149,36,1,3,127,35,0,65,152,140,10,106,35,0,65,176,158,5,106,54,2,0,35,0,65,156,140,10,106,35,0,65,192,16,106,54,2,0,35,0,65,160,140,10,106,35,0,65,192,187,3,106,54,2,0,35,0,65,164,140,10,106,35,0,65,240,225,8,106,54,2,0,35,0,65,168,140,10,106,35,0,65,160,141,10,106,34,0,54,2,0,35,0,65,172,140,10,106,35,0,65,212,150,10,106,54,2,0,35,0,65,176,140,10,106,35,0,65,240,233,3,106,54,2,0,35,0,65,180,140,10,106,35,0,65,160,234,3,106,54,2,0,35,0,65,184,140,10,106,35,0,65,224,132,10,106,54,2,0,35,0,65,188,140,10,106,35,0,65,208,234,3,106,54,2,0,35,0,65,192,140,10,106,35,0,65,176,239,3,106,54,2,0,35,0,65,196,140,10,106,35,0,65,160,240,3,106,54,2,0,35,0,65,200,140,10,106,35,0,65,160,241,3,106,54,2,0,35,0,65,204,140,10,106,35,1,65,2,106,54,2,0,35,0,65,216,140,10,106,35,0,65,208,162,4,106,54,2,0,35,0,65,220,140,10,106,35,0,65,224,131,5,106,54,2,0,35,0,65,224,140,10,106,35,1,65,3,106,54,2,0,35,0,65,228,140,10,106,35,1,65,4,106,54,2,0,35,0,65,232,140,10,106,35,1,65,5,106,54,2,0,35,0,65,236,140,10,106,35,1,65,6,106,54,2,0,35,0,65,240,140,10,106,35,1,65,7,106,54,2,0,35,0,65,244,140,10,106,35,0,65,208,133,5,106,54,2,0,32,0,35,0,65,240,13,106,54,2,0,35,0,65,164,141,10,106,35,0,65,214,10,106,54,2,0,35,0,65,168,141,10,106,35,0,65,148,7,106,54,2,0,35,0,65,172,141,10,106,35,0,65,247,6,106,54,2,0,35,0,65,176,141,10,106,35,0,65,163,7,106,54,2,0,35,0,65,180,141,10,106,35,0,65,223,12,106,54,2,0,35,0,65,184,141,10,106,35,0,65,10,106,54,2,0,35,0,65,188,141,10,106,35,0,65,208,12,106,54,2,0,35,0,65,192,141,10,106,35,0,65,223,1,106,54,2,0,35,0,65,196,141,10,106,35,0,65,176,16,106,54,2,0,35,0,65,200,141,10,106,35,0,65,172,16,106,54,2,0,35,0,65,204,141,10,106,35,0,65,178,16,106,34,0,54,2,0,35,0,65,208,141,10,106,32,0,54,2,0,35,0,65,212,141,10,106,32,0,54,2,0,35,0,65,216,141,10,106,35,0,65,170,14,106,34,1,54,2,0,35,0,65,220,141,10,106,32,1,54,2,0,35,0,65,224,141,10,106,32,1,54,2,0,35,0,65,228,141,10,106,35,0,65,174,14,106,34,0,54,2,0,35,0,65,232,141,10,106,32,0,54,2,0,35,0,65,236,141,10,106,32,0,54,2,0,35,0,65,240,141,10,106,32,0,54,2,0,35,0,65,244,141,10,106,35,0,65,2,106,34,2,54,2,0,35,0,65,248,141,10,106,32,2,54,2,0,35,0,65,252,141,10,106,35,0,65,172,14,106,34,2,54,2,0,35,0,65,128,142,10,106,32,2,54,2,0,35,0,65,132,142,10,106,35,0,65,231,6,106,54,2,0,35,0,65,136,142,10,106,35,0,65,168,14,106,34,2,54,2,0,35,0,65,140,142,10,106,32,2,54,2,0,35,0,65,144,142,10,106,32,2,54,2,0,35,0,65,148,142,10,106,35,0,65,166,14,106,34,2,54,2,0,35,0,65,152,142,10,106,32,2,54,2,0,35,0,65,156,142,10,106,32,2,54,2,0,35,0,65,160,142,10,106,35,0,65,4,106,34,2,54,2,0,35,0,65,164,142,10,106,32,2,54,2,0,35,0,65,168,142,10,106,32,2,54,2,0,35,0,65,172,142,10,106,35,0,54,2,0,35,0,65,176,142,10,106,35,0,54,2,0,35,0,65,180,142,10,106,35,0,54,2,0,35,0,65,184,142,10,106,35,0,65,180,16,106,34,2,54,2,0,35,0,65,188,142,10,106,32,2,54,2,0,35,0,65,192,142,10,106,32,1,54,2,0,35,0,65,196,142,10,106,32,1,54,2,0,35,0,65,200,142,10,106,32,0,54,2,0,35,0,65,204,142,10,106,32,0,54,2,0,35,0,65,208,142,10,106,32,0,54,2,0,35,0,65,212,142,10,106,32,0,54,2,0,35,0,65,216,142,10,106,35,0,65,188,16,106,34,1,54,2,0,35,0,65,220,142,10,106,32,1,54,2,0,35,0,65,224,142,10,106,32,1,54,2,0,35,0,65,228,142,10,106,35,0,65,216,6,106,54,2,0,35,0,65,232,142,10,106,35,0,65,200,6,106,54,2,0,35,0,65,236,142,10,106,35,0,65,156,13,106,34,0,54,2,0,35,0,65,240,142,10,106,32,0,54,2,0,35,0,65,244,142,10,106,32,0,54,2,0,35,0,65,248,142,10,106,32,0,54,2,0,35,0,65,252,142,10,106,32,1,54,2,0,35,0,65,128,143,10,106,32,1,54,2,0,35,0,65,132,143,10,106,35,0,65,184,16,106,34,1,54,2,0,35,0,65,136,143,10,106,32,1,54,2,0,35,0,65,140,143,10,106,32,1,54,2,0,35,0,65,144,143,10,106,35,0,65,185,6,106,54,2,0,35,0,65,148,143,10,106,35,0,65,169,6,106,54,2,0,35,0,65,152,143,10,106,32,0,54,2,0,35,0,65,156,143,10,106,32,0,54,2,0,35,0,65,160,143,10,106,32,1,54,2,0,35,0,65,164,143,10,106,32,1,54,2,0,35,0,65,168,143,10,106,35,0,65,147,4,106,34,0,54,2,0,35,0,65,172,143,10,106,32,0,54,2,0,35,0,65,176,143,10,106,32,0,54,2,0,35,0,65,180,143,10,106,32,0,54,2,0,35,0,65,184,143,10,106,32,0,54,2,0,35,0,65,188,143,10,106,35,0,65,132,4,106,34,0,54,2,0,35,0,65,192,143,10,106,32,0,54,2,0,35,0,65,196,143,10,106,32,0,54,2,0,35,0,65,200,143,10,106,32,0,54,2,0,35,0,65,204,143,10,106,32,0,54,2,0,35,0,65,208,143,10,106,35,0,65,215,3,106,34,0,54,2,0,35,0,65,212,143,10,106,32,0,54,2,0,35,0,65,216,143,10,106,32,0,54,2,0,35,0,65,220,143,10,106,32,0,54,2,0,35,0,65,224,143,10,106,32,0,54,2,0,35,0,65,228,143,10,106,35,0,65,202,3,106,34,0,54,2,0,35,0,65,232,143,10,106,32,0,54,2,0,35,0,65,236,143,10,106,32,0,54,2,0,35,0,65,240,143,10,106,32,0,54,2,0,35,0,65,244,143,10,106,32,0,54,2,0,35,0,65,248,143,10,106,35,0,65,230,3,106,34,0,54,2,0,35,0,65,252,143,10,106,32,0,54,2,0,35,0,65,128,144,10,106,32,0,54,2,0,35,0,65,132,144,10,106,32,0,54,2,0,35,0,65,136,144,10,106,32,0,54,2,0,35,0,65,140,144,10,106,35,0,65,172,4,106,34,0,54,2,0,35,0,65,144,144,10,106,32,0,54,2,0,35,0,65,148,144,10,106,32,0,54,2,0,35,0,65,152,144,10,106,32,0,54,2,0,35,0,65,156,144,10,106,32,0,54,2,0,35,0,65,160,144,10,106,32,0,54,2,0,35,0,65,164,144,10,106,32,0,54,2,0,35,0,65,168,144,10,106,32,0,54,2,0,35,0,65,172,144,10,106,32,0,54,2,0,35,0,65,176,144,10,106,35,0,65,210,10,106,34,0,54,2,0,35,0,65,180,144,10,106,32,0,54,2,0,35,0,65,184,144,10,106,32,0,54,2,0,35,0,65,188,144,10,106,35,0,65,186,16,106,34,0,54,2,0,35,0,65,192,144,10,106,32,0,54,2,0,35,0,65,196,144,10,106,32,0,54,2,0,35,0,65,200,144,10,106,35,0,65,196,12,106,54,2,0,35,0,65,204,144,10,106,35,0,65,182,16,106,34,0,54,2,0,35,0,65,208,144,10,106,32,0,54,2,0,35,0,65,212,144,10,106,32,0,54,2,0,35,0,65,216,144,10,106,35,0,65,185,12,106,54,2,0,35,0,65,220,144,10,106,35,0,65,173,9,106,54,2,0,35,0,65,224,144,10,106,35,0,65,213,0,106,54,2,0,35,0,65,228,144,10,106,35,0,65,147,14,106,54,2,0,35,0,65,232,144,10,106,35,0,65,166,9,106,54,2,0,35,0,65,236,144,10,106,35,0,65,226,4,106,54,2,0,35,0,65,240,144,10,106,35,0,65,141,5,106,54,2,0,35,0,65,244,144,10,106,35,0,65,247,4,106,54,2,0,35,0,65,248,144,10,106,35,0,65,163,5,106,54,2,0,35,0,65,252,144,10,106,35,0,65,172,13,106,54,2,0,35,0,65,128,145,10,106,35,0,65,207,13,106,54,2,0,35,0,65,132,145,10,106,35,0,65,189,13,106,54,2,0,35,0,65,136,145,10,106,35,0,65,225,13,106,54,2,0,35,0,65,140,145,10,106,35,0,65,134,14,106,54,2,0,35,0,65,144,145,10,106,35,0,65,244,13,106,54,2,0,35,0,65,148,145,10,106,35,0,65,253,13,106,54,2,0,35,0,65,152,145,10,106,35,0,65,138,14,106,54,2,0,35,0,65,156,145,10,106,35,0,65,204,0,106,34,0,54,2,0,35,0,65,160,145,10,106,32,0,54,2,0,35,0,65,164,145,10,106,32,0,54,2,0,35,0,65,168,145,10,106,32,0,54,2,0,35,0,65,172,145,10,106,32,0,54,2,0,35,0,65,176,145,10,106,35,0,65,155,10,106,54,2,0,35,0,65,180,145,10,106,35,0,65,187,1,106,54,2,0,35,0,65,184,145,10,106,35,0,65,131,12,106,54,2,0,35,0,65,188,145,10,106,35,0,65,146,12,106,54,2,0,35,0,65,192,145,10,106,35,0,65,160,12,106,54,2,0,35,0,65,196,145,10,106,35,0,65,234,12,106,34,0,54,2,0,35,0,65,200,145,10,106,32,0,54,2,0,35,0,65,204,145,10,106,32,0,54,2,0,35,0,65,208,145,10,106,32,0,54,2,0,35,0,65,212,145,10,106,32,0,54,2,0,35,0,65,216,145,10,106,35,0,65,194,5,106,54,2,0,35,0,65,220,145,10,106,35,0,65,186,5,106,54,2,0,35,0,65,224,145,10,106,35,0,65,213,5,106,54,2,0,35,0,65,228,145,10,106,35,0,65,201,5,106,54,2,0,35,0,65,232,145,10,106,35,0,65,224,5,106,54,2,0,35,0,65,236,145,10,106,35,0,65,244,12,106,34,1,54,2,0,35,0,65,240,145,10,106,32,1,54,2,0,35,0,65,244,145,10,106,32,1,54,2,0,35,0,65,248,145,10,106,32,1,54,2,0,35,0,65,252,145,10,106,32,1,54,2,0,35,0,65,128,146,10,106,32,1,54,2,0,35,0,65,132,146,10,106,35,0,65,141,13,106,34,2,54,2,0,35,0,65,136,146,10,106,32,2,54,2,0,35,0,65,140,146,10,106,32,2,54,2,0,35,0,65,144,146,10,106,35,0,65,146,9,106,34,2,54,2,0,35,0,65,148,146,10,106,32,2,54,2,0,35,0,65,152,146,10,106,32,2,54,2,0,35,0,65,156,146,10,106,35,0,65,232,9,106,54,2,0,35,0,65,160,146,10,106,32,1,54,2,0,35,0,65,164,146,10,106,32,1,54,2,0,35,0,65,168,146,10,106,32,1,54,2,0,35,0,65,172,146,10,106,35,0,65,196,10,106,34,2,54,2,0,35,0,65,176,146,10,106,32,2,54,2,0,35,0,65,180,146,10,106,35,0,65,179,8,106,54,2,0,35,0,65,184,146,10,106,35,0,65,163,8,106,54,2,0,35,0,65,188,146,10,106,35,0,65,194,8,106,54,2,0,35,0,65,192,146,10,106,35,0,65,204,1,106,34,2,54,2,0,35,0,65,196,146,10,106,32,2,54,2,0,35,0,65,200,146,10,106,32,2,54,2,0,35,0,65,204,146,10,106,35,0,65,199,7,106,54,2,0,35,0,65,208,146,10,106,35,0,65,183,7,106,54,2,0,35,0,65,212,146,10,106,35,0,65,214,7,106,54,2,0,35,0,65,216,146,10,106,35,0,65,244,8,106,54,2,0,35,0,65,220,146,10,106,35,0,65,228,8,106,54,2,0,35,0,65,224,146,10,106,35,0,65,131,9,106,54,2,0,35,0,65,228,146,10,106,32,2,54,2,0,35,0,65,232,146,10,106,32,2,54,2,0,35,0,65,236,146,10,106,32,2,54,2,0,35,0,65,240,146,10,106,35,0,65,249,9,106,54,2,0,35,0,65,244,146,10,106,35,0,65,138,10,106,54,2,0,35,0,65,248,146,10,106,32,1,54,2,0,35,0,65,252,146,10,106,32,1,54,2,0,35,0,65,128,147,10,106,35,0,65,159,4,106,34,1,54,2,0,35,0,65,132,147,10,106,32,1,54,2,0,35,0,65,136,147,10,106,32,0,54,2,0,35,0,65,140,147,10,106,32,0,54,2,0,35,0,65,144,147,10,106,32,0,54,2,0,35,0,65,148,147,10,106,32,0,54,2,0,35,0,65,152,147,10,106,32,0,54,2,0,35,0,65,156,147,10,106,35,0,65,255,12,106,34,1,54,2,0,35,0,65,160,147,10,106,32,1,54,2,0,35,0,65,164,147,10,106,32,1,54,2,0,35,0,65,168,147,10,106,32,1,54,2,0,35,0,65,172,147,10,106,32,1,54,2,0,35,0,65,176,147,10,106,35,0,65,202,9,106,54,2,0,35,0,65,180,147,10,106,35,0,65,198,9,106,54,2,0,35,0,65,184,147,10,106,32,0,54,2,0,35,0,65,188,147,10,106,32,0,54,2,0,35,0,65,192,147,10,106,32,0,54,2,0,35,0,65,196,147,10,106,32,0,54,2,0,35,0,65,200,147,10,106,32,0,54,2,0,35,0,65,204,147,10,106,35,0,65,183,10,106,34,1,54,2,0,35,0,65,208,147,10,106,32,1,54,2,0,35,0,65,212,147,10,106,32,1,54,2,0,35,0,65,216,147,10,106,32,1,54,2,0,35,0,65,220,147,10,106,32,1,54,2,0,35,0,65,224,147,10,106,35,0,65,219,9,106,54,2,0,35,0,65,228,147,10,106,35,0,65,215,9,106,54,2,0,35,0,65,232,147,10,106,35,0,65,237,0,106,54,2,0,35,0,65,236,147,10,106,35,0,65,221,0,106,54,2,0,35,0,65,240,147,10,106,35,0,65,140,1,106,54,2,0,35,0,65,244,147,10,106,35,0,65,252,0,106,54,2,0,35,0,65,248,147,10,106,35,0,65,155,1,106,54,2,0,35,0,65,252,147,10,106,35,0,65,21,106,54,2,0,35,0,65,128,148,10,106,35,0,65,38,106,54,2,0,35,0,65,132,148,10,106,35,0,65,55,106,54,2,0,35,0,65,136,148,10,106,35,0,65,245,7,106,54,2,0,35,0,65,140,148,10,106,35,0,65,229,7,106,54,2,0,35,0,65,144,148,10,106,35,0,65,148,8,106,54,2,0,35,0,65,148,148,10,106,35,0,65,132,8,106,54,2,0,35,0,65,152,148,10,106,35,0,65,209,8,106,54,2,0,35,0,65,156,148,10,106,35,0,65,194,1,106,34,1,54,2,0,35,0,65,160,148,10,106,32,1,54,2,0,35,0,65,164,148,10,106,32,1,54,2,0,35,0,65,168,148,10,106,35,0,65,170,2,106,54,2,0,35,0,65,172,148,10,106,35,0,65,134,2,106,54,2,0,35,0,65,176,148,10,106,35,0,65,152,2,106,54,2,0,35,0,65,180,148,10,106,35,0,65,243,1,106,54,2,0,35,0,65,184,148,10,106,35,0,65,187,2,106,54,2,0,35,0,65,188,148,10,106,35,0,65,226,2,106,54,2,0,35,0,65,192,148,10,106,35,0,65,206,2,106,54,2,0,35,0,65,196,148,10,106,35,0,65,245,2,106,54,2,0,35,0,65,200,148,10,106,35,0,65,160,3,106,54,2,0,35,0,65,204,148,10,106,35,0,65,140,3,106,54,2,0,35,0,65,208,148,10,106,35,0,65,179,3,106,54,2,0,35,0,65,212,148,10,106,35,0,65,181,9,106,54,2,0,35,0,65,216,148,10,106,35,0,65,177,9,106,54,2,0,35,0,65,220,148,10,106,32,0,54,2,0,35,0,65,224,148,10,106,32,0,54,2,0,35,0,65,228,148,10,106,32,0,54,2,0,35,0,65,232,148,10,106,32,0,54,2,0,35,0,65,236,148,10,106,32,0,54,2,0,35,0,65,240,148,10,106,35,0,65,206,4,106,34,1,54,2,0,35,0,65,244,148,10,106,32,1,54,2,0,35,0,65,248,148,10,106,32,1,54,2,0,35,0,65,252,148,10,106,32,1,54,2,0,35,0,65,128,149,10,106,32,1,54,2,0,35,0,65,132,149,10,106,35,0,65,154,6,106,54,2,0,35,0,65,136,149,10,106,35,0,65,138,6,106,54,2,0,35,0,65,140,149,10,106,32,0,54,2,0,35,0,65,144,149,10,106,32,0,54,2,0,35,0,65,148,149,10,106,32,0,54,2,0,35,0,65,152,149,10,106,32,0,54,2,0,35,0,65,156,149,10,106,32,0,54,2,0,35,0,65,160,149,10,106,35,0,65,186,4,106,34,1,54,2,0,35,0,65,164,149,10,106,32,1,54,2,0,35,0,65,168,149,10,106,32,1,54,2,0,35,0,65,172,149,10,106,32,1,54,2,0,35,0,65,176,149,10,106,32,1,54,2,0,35,0,65,180,149,10,106,35,0,65,251,5,106,54,2,0,35,0,65,184,149,10,106,35,0,65,235,5,106,54,2,0,35,0,65,188,149,10,106,32,0,54,2,0,35,0,65,192,149,10,106,32,0,54,2,0,35,0,65,196,149,10,106,32,0,54,2,0,35,0,65,200,149,10,106,32,0,54,2,0,35,0,65,204,149,10,106,32,0,54,2,0,35,0,65,208,149,10,106,32,0,54,2,0,35,0,65,212,149,10,106,32,0,54,2,0,35,0,65,216,149,10,106,32,0,54,2,0,35,0,65,220,149,10,106,35,0,65,247,3,106,34,1,54,2,0,35,0,65,224,149,10,106,32,1,54,2,0,35,0,65,228,149,10,106,32,1,54,2,0,35,0,65,232,149,10,106,32,1,54,2,0,35,0,65,236,149,10,106,32,1,54,2,0,35,0,65,240,149,10,106,32,1,54,2,0,35,0,65,244,149,10,106,32,1,54,2,0,35,0,65,248,149,10,106,32,1,54,2,0,35,0,65,252,149,10,106,32,1,54,2,0,35,0,65,128,150,10,106,32,0,54,2,0,35,0,65,132,150,10,106,32,0,54,2,0,35,0,65,136,150,10,106,32,0,54,2,0,35,0,65,140,150,10,106,35,0,65,174,1,106,34,0,54,2,0,35,0,65,144,150,10,106,32,0,54,2,0,35,0,65,148,150,10,106,32,0,54,2,0,35,0,65,152,150,10,106,35,0,65,180,1,106,34,0,54,2,0,35,0,65,156,150,10,106,32,0,54,2,0,35,0,65,160,150,10,106,32,0,54,2,0,35,0,65,164,150,10,106,35,0,65,155,16,106,54,2,0,35,0,65,168,150,10,106,35,0,65,176,14,106,54,2,0,35,0,65,172,150,10,106,35,0,65,197,15,106,54,2,0,35,0,65,176,150,10,106,35,0,65,216,15,106,54,2,0,35,0,65,180,150,10,106,35,0,65,178,15,106,54,2,0,35,0,65,184,150,10,106,35,0,65,195,14,106,54,2,0,35,0,65,188,150,10,106,35,0,65,218,14,106,54,2,0,35,0,65,192,150,10,106,35,0,65,241,14,106,54,2,0,35,0,65,196,150,10,106,35,0,65,159,15,106,54,2,0,35,0,65,200,150,10,106,35,0,65,131,16,106,54,2,0,35,0,65,204,150,10,106,35,0,65,140,15,106,54,2,0,35,0,65,208,150,10,106,35,0,65,235,15,106,54,2,0,35,0,65,216,150,10,106,35,0,65,6,106,54,2,0,35,0,65,220,150,10,106,35,0,65,179,12,106,54,2,0,11,20,1,1,127,65,1,65,56,16,0,34,0,65,0,65,0,16,9,32,0,11,173,5,1,9,127,32,0,65,0,59,1,8,32,0,66,128,128,128,128,112,55,2,0,2,127,32,0,40,2,12,34,3,69,4,64,32,0,40,2,20,33,6,32,0,40,2,16,12,1,11,32,3,16,1,32,0,65,0,54,2,20,32,0,65,0,54,2,12,65,0,11,33,4,65,8,32,6,65,1,116,34,3,32,4,65,1,106,34,9,32,3,32,9,75,27,34,3,32,3,65,8,77,27,34,3,65,1,116,16,2,33,5,32,0,32,3,54,2,20,32,0,32,5,54,2,12,32,0,32,9,54,2,16,32,5,32,4,65,1,116,106,65,242,0,59,1,0,65,8,2,127,32,0,40,2,24,34,3,69,4,64,32,0,40,2,28,33,6,32,0,40,2,32,12,1,11,32,3,16,1,32,0,65,0,54,2,32,32,0,65,0,54,2,24,65,0,33,6,65,0,11,65,1,116,34,3,32,6,65,1,106,34,4,32,3,32,4,75,27,34,3,32,3,65,8,77,27,34,3,65,1,116,16,2,33,7,32,0,32,3,54,2,32,32,0,32,7,54,2,24,32,0,32,4,54,2,28,32,7,32,6,65,1,116,106,65,255,255,3,59,1,0,2,64,32,2,69,13,0,32,0,32,1,47,1,0,59,1,0,32,0,32,1,47,1,2,59,1,2,32,0,32,1,47,1,4,59,1,4,32,0,32,1,47,1,6,59,1,6,32,0,32,1,47,1,8,59,1,8,65,10,33,10,32,2,65,11,79,4,64,3,64,32,0,40,2,12,33,6,2,64,32,0,40,2,16,34,8,65,1,106,34,11,32,0,40,2,20,34,3,77,4,64,32,4,33,3,12,1,11,65,8,32,3,65,1,116,34,3,32,11,32,3,32,11,75,27,34,3,32,3,65,8,77,27,34,5,65,1,116,33,3,2,127,32,6,4,64,32,6,32,3,16,3,33,6,32,0,40,2,16,34,8,65,1,106,33,11,32,0,40,2,24,33,7,32,0,40,2,28,12,1,11,32,3,16,2,33,6,32,4,11,33,3,32,0,32,5,54,2,20,32,0,32,6,54,2,12,11,32,1,32,10,106,34,9,47,1,0,33,4,32,0,32,11,54,2,16,32,6,32,8,65,1,116,106,32,4,59,1,0,32,3,65,1,106,34,4,32,0,40,2,32,34,5,75,4,64,65,8,32,5,65,1,116,34,5,32,4,32,4,32,5,73,27,34,5,32,5,65,8,77,27,34,5,65,1,116,33,8,2,64,32,7,4,64,32,7,32,8,16,3,33,7,32,0,40,2,28,34,3,65,1,106,33,4,12,1,11,32,8,16,2,33,7,11,32,0,32,5,54,2,32,32,0,32,7,54,2,24,11,32,9,47,1,2,33,5,32,0,32,4,54,2,28,32,7,32,3,65,1,116,106,32,5,59,1,0,32,10,65,4,106,34,10,32,2,73,13,0,11,11,32,2,32,10,70,13,0,35,0,34,0,65,168,10,106,32,0,65,156,14,106,65,217,1,32,0,65,247,11,106,16,4,0,11,11,50,1,1,127,32,0,40,2,24,34,1,4,64,32,1,16,1,32,0,65,0,54,2,32,32,0,66,0,55,2,24,11,32,0,40,2,12,34,1,4,64,32,1,16,1,11,32,0,16,1,11,178,1,1,5,127,32,1,32,0,47,1,0,59,1,0,32,1,32,0,47,1,2,59,1,2,32,1,32,0,47,1,4,59,1,4,32,1,32,0,47,1,6,59,1,6,32,1,32,0,47,1,8,59,1,8,65,10,33,2,2,64,32,0,40,2,16,34,3,65,1,70,13,0,32,0,40,2,12,34,2,32,3,65,1,116,106,33,5,32,2,65,2,106,33,3,32,0,40,2,24,33,4,65,10,33,0,3,64,32,0,32,1,106,34,2,32,3,47,1,0,59,1,0,32,2,32,4,47,1,2,59,1,2,32,0,65,4,106,33,2,32,3,65,2,106,34,3,32,5,70,13,1,32,4,65,2,106,33,4,32,0,65,252,7,73,33,6,32,2,33,0,32,6,13,0,11,11,32,2,11,10,0,32,0,32,1,32,2,16,9,11,220,82,1,19,127,32,0,65,0,54,2,52,32,0,65,0,58,0,48,32,0,65,0,54,2,44,32,0,32,0,47,1,0,34,7,59,1,40,32,0,32,0,47,1,2,34,3,59,1,42,32,0,32,3,59,1,38,32,0,32,7,59,1,36,32,1,32,1,40,2,12,17,1,0,2,127,65,1,32,2,45,0,48,13,0,26,65,1,32,2,45,0,49,13,0,26,65,1,32,2,45,0,59,13,0,26,32,2,45,0,60,11,33,4,32,0,40,2,24,33,3,65,255,255,3,33,7,32,0,40,2,28,65,1,116,34,6,65,4,107,34,5,65,126,71,4,64,32,3,32,5,106,47,1,0,33,7,11,2,64,2,64,2,64,2,64,2,64,32,0,40,2,16,34,5,4,64,32,0,65,52,106,33,20,32,3,32,6,106,65,2,107,46,1,0,33,16,32,0,40,2,12,32,5,65,1,116,106,65,2,107,47,1,0,33,12,65,0,33,3,2,64,2,64,3,64,2,64,2,127,2,64,2,64,2,64,2,64,32,1,40,2,0,34,6,65,9,107,14,5,3,1,2,2,1,0,11,32,6,65,32,71,13,1,32,3,32,9,65,127,115,65,1,113,106,33,3,32,0,47,1,42,65,1,106,12,3,11,32,0,32,0,47,1,40,65,1,106,59,1,40,65,0,33,3,65,0,33,9,65,0,12,2,11,32,4,32,6,65,35,71,114,65,1,113,13,2,32,2,45,0,24,65,1,70,4,64,32,2,45,0,110,65,1,71,32,16,32,0,46,1,42,34,5,72,114,13,5,65,1,33,3,32,0,40,2,16,34,2,65,1,70,13,11,32,0,32,2,65,1,107,54,2,16,32,0,32,0,40,2,36,54,2,0,32,0,32,0,40,2,28,65,1,107,54,2,28,32,1,65,238,0,59,1,4,12,12,11,32,0,46,1,42,34,5,69,4,64,65,0,33,5,12,9,11,32,0,47,1,40,34,4,32,0,47,1,0,71,13,8,32,5,32,0,46,1,2,76,13,5,12,8,11,65,1,33,9,32,0,47,1,42,65,1,106,11,33,5,32,0,32,6,54,2,44,32,0,32,5,59,1,42,32,1,65,1,32,1,40,2,8,17,0,0,12,1,11,11,32,6,4,64,32,0,47,1,42,33,5,32,0,47,1,40,33,4,12,2,11,32,2,45,0,110,65,1,70,4,64,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,40,2,16,34,2,65,1,70,13,7,32,0,32,2,65,1,107,54,2,16,32,0,32,0,40,2,36,54,2,0,32,0,32,0,40,2,28,65,1,107,54,2,28,32,1,65,238,0,59,1,4,12,6,11,32,2,45,0,0,65,1,71,13,6,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,0,59,1,4,12,5,11,32,0,47,1,40,34,4,32,0,47,1,0,70,13,3,11,32,2,45,0,110,65,127,115,32,5,193,34,14,32,16,74,114,32,9,114,65,1,113,13,1,2,64,32,16,65,255,255,3,113,32,7,71,32,12,65,241,0,71,114,69,4,64,32,6,65,45,71,32,14,32,16,72,114,13,1,12,3,11,32,14,32,7,193,76,13,0,32,12,65,243,0,71,13,2,11,65,1,33,3,32,0,40,2,16,34,2,65,1,70,13,4,32,0,32,2,65,1,107,54,2,16,32,0,32,0,40,2,36,54,2,0,32,0,32,0,40,2,28,65,1,107,54,2,28,32,1,65,238,0,59,1,4,12,5,11,35,0,34,0,65,219,10,106,32,0,65,156,14,106,65,195,6,32,0,65,178,7,106,16,4,0,11,32,4,193,34,15,32,0,46,1,0,34,17,74,34,10,32,2,45,0,2,65,1,71,114,69,4,64,65,1,33,5,32,6,65,48,107,65,9,77,4,64,65,0,33,5,3,64,32,0,32,6,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,5,65,1,106,33,5,32,1,40,2,0,34,6,65,48,107,65,10,73,13,0,11,32,5,65,255,255,3,113,69,33,5,11,32,6,65,46,71,13,3,32,0,65,46,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,65,0,33,3,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,6,65,48,107,65,9,75,13,4,3,64,32,0,32,6,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,3,65,1,106,33,3,32,1,40,2,0,34,6,65,48,107,65,10,73,13,0,11,32,5,32,3,65,255,255,3,113,69,114,13,3,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,2,59,1,4,12,2,11,32,2,45,0,4,65,1,71,32,10,114,69,4,64,32,6,65,33,71,13,3,32,0,65,33,54,2,44,32,0,32,5,65,1,106,59,1,42,65,0,33,3,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,1,16,14,69,13,4,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,4,59,1,4,12,2,11,32,2,45,0,5,65,1,71,32,10,114,69,4,64,2,64,32,6,65,33,70,4,64,32,0,65,33,54,2,44,32,0,32,5,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,12,1,11,32,0,32,1,16,15,65,1,71,13,4,11,2,64,3,64,32,0,32,1,16,16,34,2,65,127,70,13,1,32,2,65,255,1,113,13,0,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,11,32,0,32,0,40,2,36,54,2,0,32,1,65,5,59,1,4,12,2,11,32,2,45,0,7,65,1,71,32,10,114,69,4,64,32,6,65,128,128,4,107,65,128,128,192,0,73,32,6,65,128,254,3,107,65,254,1,73,114,32,6,65,128,192,3,107,65,255,61,73,32,6,65,160,1,107,65,224,174,3,73,114,114,32,6,65,133,1,70,114,69,32,6,65,33,107,65,221,0,75,113,13,3,3,64,32,0,32,6,54,2,44,32,0,32,5,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,6,65,128,254,3,107,33,2,32,6,65,128,128,4,107,65,128,128,192,0,73,32,2,65,254,1,73,114,32,6,65,128,192,3,107,65,255,61,73,32,6,65,160,1,107,65,224,174,3,73,114,32,6,65,133,1,70,114,114,69,32,6,65,33,107,65,221,0,75,113,69,4,64,32,0,47,1,42,33,5,12,1,11,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,7,59,1,4,12,2,11,32,10,32,3,193,34,21,32,16,74,113,34,7,32,2,45,0,24,113,4,64,2,64,32,1,40,2,0,34,8,65,128,128,4,107,65,128,128,192,0,73,32,8,65,128,254,3,107,65,254,1,73,114,32,8,65,128,192,3,107,65,255,61,73,32,8,65,160,1,107,65,224,174,3,73,114,114,32,8,65,133,1,70,114,69,32,8,65,33,107,65,221,0,75,113,13,0,2,127,2,64,2,64,32,0,32,0,47,1,42,34,13,4,127,32,8,5,32,0,32,1,16,28,13,1,32,0,47,1,42,33,13,32,1,40,2,0,11,54,2,44,32,0,32,13,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,1,40,2,0,33,8,3,64,32,8,65,128,128,4,107,65,128,128,192,0,73,32,8,65,128,254,3,107,65,254,1,73,114,32,8,65,128,192,3,107,65,255,61,73,32,8,65,160,1,107,65,224,174,3,73,114,114,32,8,65,133,1,70,114,69,32,8,65,33,107,65,221,0,75,113,69,4,64,3,64,32,0,32,8,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,8,65,128,254,3,107,33,11,32,8,65,128,128,4,107,65,128,128,192,0,73,32,11,65,254,1,73,114,32,8,65,128,192,3,107,65,255,61,73,32,8,65,160,1,107,65,224,174,3,73,114,32,8,65,133,1,70,32,8,65,33,107,65,222,0,73,114,114,114,13,0,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,1,40,2,0,33,8,11,32,8,65,32,71,32,8,65,9,71,113,13,2,3,64,32,0,32,8,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,8,65,9,70,32,8,65,32,70,114,13,0,11,12,0,11,0,11,32,0,40,2,16,34,8,65,1,70,13,2,32,0,32,8,65,1,107,54,2,16,32,0,32,0,47,1,36,59,1,0,32,0,32,0,40,2,28,65,1,107,54,2,28,65,238,0,12,1,11,32,0,32,0,47,1,36,59,1,0,65,24,11,33,8,32,0,32,0,47,1,38,59,1,2,32,1,32,8,59,1,4,65,1,33,11,11,32,11,13,2,11,32,2,45,0,48,65,1,71,32,10,114,69,4,64,32,0,32,1,65,48,16,17,13,2,11,32,7,32,2,45,0,49,113,4,64,32,0,32,1,65,49,16,17,13,2,11,32,2,45,0,59,65,1,71,32,10,114,69,4,64,32,0,32,1,65,59,16,18,13,2,11,32,7,32,2,45,0,60,113,4,64,32,0,32,1,65,60,16,18,13,2,11,32,2,45,0,105,65,1,71,32,10,114,69,4,64,3,64,2,64,32,1,40,2,0,34,2,65,128,128,4,107,65,128,128,192,0,73,32,2,65,128,254,3,107,65,254,1,73,114,32,2,65,128,192,3,107,65,255,61,73,32,2,65,160,1,107,65,224,174,3,73,114,114,32,2,65,133,1,70,114,69,32,2,65,33,107,65,221,0,75,113,13,0,2,64,2,64,32,2,65,219,0,107,14,3,2,1,2,0,11,2,64,32,2,65,251,0,107,14,3,2,1,2,0,11,32,2,65,44,70,13,1,11,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,12,1,11,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,233,0,59,1,4,12,2,11,32,2,45,0,109,65,1,71,32,10,114,69,4,64,3,64,2,64,32,1,40,2,0,34,2,65,128,128,4,107,65,128,128,192,0,73,32,2,65,128,254,3,107,65,254,1,73,114,32,2,65,128,192,3,107,65,255,61,73,32,2,65,160,1,107,65,224,174,3,73,114,114,32,2,65,133,1,70,114,69,32,2,65,33,107,65,221,0,75,113,13,0,2,64,2,64,32,2,65,219,0,107,14,3,2,1,2,0,11,2,64,32,2,65,251,0,107,14,3,2,1,2,0,11,32,2,65,44,70,13,1,11,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,12,1,11,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,237,0,59,1,4,12,2,11,32,9,69,32,10,32,3,65,255,255,3,113,32,16,65,255,255,3,113,70,113,113,33,8,32,15,32,17,76,33,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,40,2,0,34,3,65,57,76,4,64,32,3,65,33,107,14,14,4,10,30,30,1,3,11,30,30,2,30,9,14,15,30,11,2,64,32,3,65,58,107,14,6,13,30,30,30,18,12,0,11,2,64,32,3,65,219,0,107,14,3,5,16,6,0,11,32,3,65,251,0,107,14,3,6,16,7,29,11,32,5,65,255,255,3,113,32,2,45,0,1,65,1,71,114,13,28,65,0,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,0,32,1,40,2,0,54,2,44,32,1,65,0,32,1,40,2,8,17,0,0,2,64,2,127,2,64,2,64,2,64,32,1,40,2,0,34,2,65,212,0,71,4,64,32,2,65,217,0,71,13,3,32,0,65,217,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,193,0,71,13,3,32,0,65,193,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,205,0,71,13,3,32,0,65,205,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,204,0,71,13,3,32,0,65,204,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,9,107,34,7,65,23,75,65,1,32,7,116,65,147,128,128,4,113,69,114,13,1,12,2,11,32,0,65,212,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,193,0,71,13,2,32,0,65,193,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,199,0,71,13,2,32,0,65,199,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,9,107,34,7,65,23,77,65,0,65,1,32,7,116,65,147,128,128,4,113,27,65,1,32,2,27,69,13,2,32,0,32,0,47,1,40,59,1,36,32,0,47,1,42,33,7,65,3,12,3,11,32,2,13,1,11,32,0,32,0,47,1,40,59,1,36,32,0,47,1,42,33,7,65,1,12,1,11,3,64,32,0,46,1,42,33,7,32,2,65,128,128,4,107,65,128,128,192,0,73,32,2,65,128,254,3,107,65,254,1,73,114,32,2,65,128,192,3,107,65,255,61,73,32,2,65,160,1,107,65,224,174,3,73,114,114,32,2,65,133,1,70,114,69,32,2,65,33,107,65,221,0,75,113,69,4,64,32,0,32,2,54,2,44,32,0,32,7,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,33,2,12,1,11,11,32,7,65,2,72,13,1,32,2,65,9,107,34,6,65,23,77,65,0,65,1,32,6,116,65,147,128,128,4,113,27,65,1,32,2,27,69,13,1,32,0,32,0,47,1,40,59,1,36,65,6,11,33,2,32,0,32,7,59,1,38,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,32,2,59,1,4,65,1,33,3,11,12,32,11,32,2,45,0,106,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,234,0,16,19,33,3,12,32,11,32,7,32,2,45,0,107,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,235,0,16,19,33,3,12,32,11,32,2,45,0,108,32,8,113,69,13,27,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,236,0,16,19,33,3,12,31,11,32,2,45,0,102,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,230,0,16,20,33,3,12,31,11,32,7,32,2,45,0,103,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,231,0,16,20,33,3,12,31,11,32,2,45,0,104,32,8,113,69,13,26,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,232,0,16,20,33,3,12,30,11,32,2,45,0,99,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,227,0,16,21,33,3,12,30,11,32,7,32,2,45,0,100,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,228,0,16,21,33,3,12,30,11,32,2,45,0,101,32,8,113,69,13,25,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,1,65,229,0,16,21,33,3,12,29,11,32,2,45,0,25,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,219,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,25,59,1,4,12,29,11,32,7,32,2,45,0,26,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,219,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,26,59,1,4,12,29,11,32,2,45,0,27,32,8,113,69,13,24,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,219,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,27,59,1,4,12,28,11,32,2,45,0,28,65,1,71,32,10,114,69,4,64,32,0,65,221,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,28,59,1,4,12,28,11,32,7,32,2,45,0,29,113,4,64,32,0,65,221,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,29,59,1,4,12,28,11,65,1,33,3,32,2,45,0,30,32,8,113,69,13,23,32,0,65,221,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,29,59,1,4,12,27,11,32,2,45,0,31,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,251,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,31,59,1,4,12,27,11,32,7,32,2,45,0,32,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,251,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,32,59,1,4,12,27,11,32,2,45,0,33,32,8,113,69,13,22,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,251,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,33,59,1,4,12,26,11,32,2,45,0,34,65,1,71,32,10,114,69,4,64,32,0,65,253,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,34,59,1,4,12,26,11,32,7,32,2,45,0,35,113,4,64,32,0,65,253,0,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,35,59,1,4,12,26,11,65,1,33,3,32,2,45,0,36,32,8,113,69,13,21,32,0,65,253,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,35,59,1,4,12,25,11,32,2,45,0,37,65,1,71,32,10,114,69,4,64,32,0,65,44,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,37,59,1,4,12,25,11,32,2,45,0,38,32,7,113,69,13,20,32,0,65,44,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,38,59,1,4,12,24,11,32,2,45,0,45,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,34,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,45,59,1,4,12,24,11,32,7,32,2,45,0,46,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,34,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,46,59,1,4,12,24,11,32,8,32,2,45,0,47,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,34,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,47,59,1,4,12,24,11,32,2,45,0,54,65,1,71,32,10,114,69,4,64,32,0,65,34,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,54,59,1,4,12,24,11,65,1,33,3,32,2,45,0,55,32,7,113,69,13,19,32,0,65,34,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,55,59,1,4,12,23,11,32,2,45,0,56,65,1,71,32,10,114,69,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,39,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,56,59,1,4,12,23,11,32,7,32,2,45,0,57,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,39,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,57,59,1,4,12,23,11,32,8,32,2,45,0,58,113,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,65,39,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,58,59,1,4,12,23,11,32,2,45,0,63,65,1,71,32,10,114,69,4,64,32,0,65,39,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,65,39,70,4,64,32,0,65,39,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,61,59,1,4,12,24,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,63,59,1,4,12,23,11,32,2,45,0,64,32,7,113,69,13,18,32,0,65,39,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,65,39,70,4,64,32,0,65,39,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,62,59,1,4,12,23,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,192,0,59,1,4,12,20,11,32,2,45,0,40,32,7,113,34,3,32,2,45,0,14,32,7,113,34,12,32,11,32,2,45,0,13,113,34,13,114,32,11,32,2,45,0,39,113,34,15,32,2,45,0,15,32,8,113,34,17,114,114,114,69,13,17,32,0,65,63,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,18,65,9,107,34,19,65,23,75,65,1,32,19,116,65,147,128,128,4,113,69,114,13,15,12,16,11,32,2,45,0,41,65,1,71,32,10,114,69,4,64,32,0,65,58,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,41,59,1,4,12,21,11,32,7,32,2,45,0,42,113,4,64,32,0,65,58,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,42,59,1,4,12,21,11,32,2,45,0,44,32,7,113,34,19,32,11,32,2,45,0,43,113,34,18,32,2,45,0,17,32,7,113,34,12,32,11,32,2,45,0,16,113,34,13,114,32,11,32,2,45,0,19,113,34,15,32,2,45,0,18,32,8,113,34,17,114,114,114,114,69,13,16,32,0,65,58,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,31,76,4,64,65,1,32,3,116,65,129,204,0,113,69,32,3,65,13,75,114,13,17,12,13,11,32,3,65,220,0,76,4,64,32,3,65,32,70,13,13,32,3,65,44,70,13,14,12,17,11,32,3,65,221,0,70,13,13,32,3,65,253,0,71,13,16,12,13,11,32,2,45,0,12,32,8,113,34,13,32,2,45,0,11,32,7,113,34,15,32,11,32,2,45,0,10,113,34,17,114,114,65,1,32,5,65,255,255,3,113,27,69,13,15,32,0,65,45,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,9,107,34,18,65,23,75,65,1,32,18,116,65,147,128,128,4,113,69,114,13,6,12,7,11,32,5,65,255,255,3,113,13,14,32,0,65,46,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,65,46,71,13,14,32,0,65,46,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,65,46,71,13,14,32,0,65,46,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,9,107,34,12,65,23,75,65,1,32,12,116,65,147,128,128,4,113,69,114,13,3,12,4,11,32,2,45,0,53,32,7,113,34,3,32,11,32,2,45,0,52,113,34,12,32,2,45,0,51,32,7,113,34,13,32,11,32,2,45,0,50,113,34,15,114,114,114,69,13,13,32,0,65,220,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,2,64,32,1,40,2,0,65,10,107,14,4,0,1,1,0,1,11,32,15,4,64,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,50,59,1,4,12,17,11,32,13,69,13,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,51,59,1,4,12,16,11,32,12,4,64,32,0,32,1,65,52,16,22,33,3,12,18,11,32,3,69,13,16,32,0,32,1,65,53,16,22,33,3,12,17,11,32,2,45,0,20,65,1,71,32,10,114,69,4,64,32,0,32,1,65,20,16,23,33,3,12,17,11,32,2,45,0,21,32,7,113,69,13,12,32,0,32,1,65,21,16,23,33,3,12,16,11,32,2,45,0,22,65,1,71,32,10,114,69,4,64,32,0,32,1,65,22,16,23,33,3,12,16,11,32,2,45,0,23,32,7,113,69,13,11,32,0,32,1,65,23,16,23,33,3,12,15,11,32,3,13,10,11,65,1,33,3,32,2,45,0,110,65,1,70,4,64,32,0,40,2,16,34,2,65,1,70,13,13,32,0,32,2,65,1,107,54,2,16,32,0,32,0,40,2,36,54,2,0,32,0,32,0,40,2,28,65,1,107,54,2,28,32,1,65,238,0,59,1,4,12,14,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,9,59,1,4,12,13,11,32,3,69,13,0,32,5,65,255,255,3,113,32,3,65,45,71,114,13,8,32,0,65,45,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,65,45,71,13,8,32,0,65,45,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,9,107,34,12,65,23,77,13,1,12,2,11,32,17,4,64,65,1,33,3,32,9,13,11,32,0,65,241,0,32,14,16,24,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,10,59,1,4,12,12,11,32,15,4,64,65,1,33,3,32,9,13,11,32,0,65,241,0,32,14,16,24,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,11,59,1,4,12,12,11,32,13,69,13,7,32,12,65,237,0,70,4,64,32,0,65,241,0,32,14,16,24,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,12,59,1,4,12,9,11,65,1,32,12,116,65,147,128,128,4,113,13,1,11,32,3,13,5,11,65,1,33,3,32,2,45,0,110,65,1,70,4,64,32,0,40,2,16,34,2,65,1,70,13,8,32,0,32,2,65,1,107,54,2,16,32,0,32,0,40,2,36,54,2,0,32,0,32,0,40,2,28,65,1,107,54,2,28,32,1,65,238,0,59,1,4,12,9,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,8,59,1,4,12,8,11,32,13,4,64,65,1,33,3,32,9,13,7,32,0,65,237,0,32,14,16,24,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,16,59,1,4,12,8,11,32,12,4,64,65,1,33,3,32,9,13,7,32,0,65,237,0,32,14,16,24,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,17,59,1,4,12,8,11,32,17,4,64,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,18,59,1,4,12,6,11,32,15,69,13,0,32,0,47,1,6,34,2,32,16,65,255,255,3,113,71,4,64,32,0,47,1,8,13,7,32,0,65,237,0,32,2,193,16,24,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,19,59,1,4,12,5,11,32,18,4,64,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,43,59,1,4,12,5,11,32,19,69,13,2,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,44,59,1,4,12,4,11,32,18,13,1,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,13,4,64,65,1,33,3,32,9,13,4,32,0,65,237,0,32,14,16,24,32,0,32,0,40,2,36,54,2,0,32,1,65,13,59,1,4,12,5,11,32,12,4,64,65,1,33,3,32,9,13,4,32,0,65,237,0,32,14,16,24,32,0,32,0,40,2,36,54,2,0,32,1,65,14,59,1,4,12,5,11,32,17,4,64,32,0,32,0,40,2,36,54,2,0,32,1,65,15,59,1,4,12,3,11,32,15,4,64,32,0,32,0,40,2,36,54,2,0,32,1,65,39,59,1,4,12,3,11,32,3,69,13,0,32,0,32,0,40,2,36,54,2,0,32,1,65,40,59,1,4,12,2,11,65,1,33,12,2,64,32,2,45,0,90,65,1,70,32,11,113,13,0,32,2,45,0,91,32,7,113,13,0,32,2,45,0,92,32,8,113,33,12,11,65,1,33,13,32,2,45,0,93,65,1,70,32,11,113,69,4,64,32,2,45,0,94,32,7,113,33,13,11,65,1,33,8,32,2,45,0,95,65,1,70,32,11,113,69,4,64,32,2,45,0,96,32,7,113,33,8,11,2,64,2,64,2,64,32,2,45,0,97,65,1,71,32,10,114,69,4,64,32,8,32,12,114,33,3,65,1,33,15,12,1,11,32,2,45,0,98,32,7,113,33,15,32,8,32,12,114,34,3,32,13,114,13,0,32,15,69,13,1,11,35,1,32,3,69,106,33,7,65,255,1,33,2,32,0,47,1,42,34,3,32,5,65,255,255,3,113,70,4,64,32,0,32,5,65,1,106,59,1,42,32,0,32,1,40,2,0,54,2,44,32,1,65,0,32,1,40,2,8,17,0,0,32,0,47,1,42,33,3,11,32,0,32,3,193,32,14,107,65,1,70,4,127,2,64,32,6,16,25,4,64,2,127,2,64,32,6,65,33,107,34,2,65,31,77,65,0,65,1,32,2,116,65,247,180,128,144,126,113,27,13,0,32,6,65,251,0,107,65,3,73,32,6,65,219,0,107,34,2,65,5,77,65,0,65,1,32,2,116,65,37,113,27,114,13,0,65,0,12,1,11,65,1,11,69,13,1,11,65,0,33,3,32,6,65,45,107,34,2,65,18,75,65,1,32,2,116,65,129,192,16,113,69,114,13,7,32,1,40,2,0,32,7,17,4,0,69,13,7,11,32,0,44,0,48,32,0,40,2,44,32,20,16,27,33,2,32,0,47,1,42,5,32,3,11,59,1,38,32,0,32,2,58,0,48,32,0,32,0,47,1,40,59,1,36,32,1,32,1,40,2,12,17,1,0,3,64,2,64,2,64,32,1,40,2,0,34,6,65,10,107,14,4,1,0,0,1,0,11,32,0,40,2,44,32,7,17,4,0,33,6,2,127,65,0,32,1,40,2,0,34,2,65,32,70,34,11,32,2,32,7,17,4,0,34,3,65,1,113,114,32,2,65,9,70,34,2,114,69,13,0,26,32,2,32,11,114,33,14,32,0,65,52,106,33,11,3,127,2,64,2,64,32,3,34,2,65,1,113,69,13,0,32,1,40,2,0,34,3,65,35,70,32,3,65,58,70,114,13,0,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,44,0,48,32,0,40,2,44,32,11,16,27,58,0,48,12,1,11,2,64,32,6,65,1,113,69,13,0,32,1,40,2,0,65,35,71,13,0,32,0,65,35,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,44,0,48,32,0,40,2,44,32,11,16,27,58,0,48,12,1,11,32,14,65,1,113,4,64,32,0,32,0,47,1,42,65,1,106,59,1,42,32,0,32,1,40,2,0,54,2,44,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,44,0,48,32,0,40,2,44,32,11,16,27,58,0,48,12,1,11,65,1,32,1,40,2,0,65,58,71,13,2,26,32,0,65,58,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,11,32,1,40,2,0,34,3,65,32,70,32,3,65,9,70,114,33,14,32,3,32,7,17,4,0,33,3,32,2,33,6,32,0,40,2,44,65,58,71,13,0,32,3,4,127,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,44,0,48,32,0,40,2,44,32,11,16,27,58,0,48,12,1,5,65,255,1,11,11,11,65,255,1,113,65,1,71,13,3,32,1,40,2,0,34,6,69,13,3,11,2,64,32,6,65,10,107,14,4,0,3,3,0,3,11,3,64,2,127,2,64,2,64,2,64,2,64,32,6,65,9,107,14,5,3,2,1,1,2,0,11,32,6,65,32,70,13,2,32,6,69,13,7,11,32,0,46,1,42,34,2,32,16,76,13,6,32,2,13,4,32,0,32,1,16,28,69,13,4,12,6,11,32,0,32,0,47,1,40,65,1,106,59,1,40,65,0,12,1,11,32,0,47,1,42,65,1,106,11,33,2,32,0,32,6,54,2,44,32,0,32,2,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,33,6,12,0,11,0,11,0,11,32,2,45,0,112,65,1,115,33,3,12,4,11,32,4,32,0,47,1,36,34,2,70,4,64,32,12,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,4,59,1,0,32,0,32,0,47,1,38,59,1,2,32,0,40,2,52,34,2,65,1,107,33,0,32,1,2,127,2,64,2,64,2,64,32,10,69,4,64,32,0,65,3,73,13,1,65,208,0,65,218,0,32,2,65,4,70,27,12,4,11,32,16,32,21,72,4,64,32,0,65,3,73,13,2,65,209,0,65,219,0,32,2,65,4,70,27,12,4,11,32,0,65,3,73,13,2,65,210,0,65,220,0,32,2,65,4,70,27,12,3,11,66,203,128,132,130,224,8,32,0,65,4,116,173,136,167,12,2,11,66,204,128,136,130,240,8,32,0,65,4,116,173,136,167,12,1,11,66,205,128,140,130,128,9,32,0,65,4,116,173,136,167,11,59,1,4,12,3,11,32,13,69,13,3,32,0,32,4,59,1,0,32,0,32,0,47,1,38,59,1,2,32,0,40,2,52,34,2,65,1,107,33,0,32,1,2,127,2,64,2,64,32,10,69,4,64,32,0,65,3,73,13,1,65,211,0,65,221,0,32,2,65,4,70,27,12,3,11,32,0,65,3,73,13,1,65,212,0,65,222,0,32,2,65,4,70,27,12,2,11,66,206,128,144,130,144,9,32,0,65,4,116,173,136,167,12,1,11,66,207,128,148,130,160,9,32,0,65,4,116,173,136,167,11,59,1,4,12,2,11,32,8,4,64,32,4,32,0,47,1,4,71,4,64,32,0,32,5,59,1,6,32,0,32,4,59,1,4,32,0,32,9,59,1,8,11,32,0,32,2,59,1,0,32,0,32,0,47,1,38,59,1,2,32,1,65,224,0,65,223,0,32,10,27,59,1,4,12,2,11,32,15,69,13,2,32,0,32,2,59,1,0,32,0,32,0,47,1,38,59,1,2,32,1,65,226,0,65,225,0,32,10,27,59,1,4,12,1,11,65,35,33,6,3,64,2,64,32,0,32,6,54,2,44,32,0,32,5,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,2,64,32,1,40,2,0,34,6,65,10,107,14,4,2,1,1,2,0,11,32,6,69,13,1,11,32,0,47,1,42,33,5,12,1,11,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,65,239,0,59,1,4,11,65,1,33,3,12,1,11,65,0,33,3,11,32,3,65,1,113,11,197,1,1,3,127,2,64,32,1,40,2,0,34,2,65,33,71,4,64,32,2,65,45,70,32,2,65,95,113,65,193,0,107,65,26,73,114,69,4,64,65,1,33,3,32,2,65,48,107,65,9,75,13,2,11,65,0,33,3,3,64,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,3,65,1,106,33,3,32,1,40,2,0,34,2,65,95,113,65,193,0,107,65,26,73,32,2,65,45,70,32,2,65,48,107,65,10,73,114,114,13,0,11,32,3,65,255,255,3,113,34,4,69,33,3,32,4,69,32,2,65,33,71,114,13,1,11,32,0,65,33,54,2,44,65,1,33,3,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,11,32,3,11,127,1,2,127,2,64,2,64,32,1,40,2,0,34,2,65,95,113,65,193,0,107,65,26,73,32,2,65,45,70,114,32,2,65,48,107,65,10,73,114,13,0,32,2,65,254,0,70,32,2,65,35,107,34,3,65,29,77,65,0,65,1,32,3,116,65,251,179,128,172,3,113,27,114,13,0,32,2,65,223,0,71,13,1,11,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,65,1,15,11,32,0,32,1,16,29,11,140,1,1,2,127,2,64,32,1,40,2,0,34,2,65,95,113,65,193,0,107,65,26,73,32,2,65,45,70,114,32,2,65,48,107,65,10,73,114,13,0,32,2,65,33,107,34,3,65,31,77,65,0,65,1,32,3,116,65,237,223,129,176,125,113,27,13,0,32,2,65,254,0,70,32,2,65,219,0,107,34,3,65,4,77,65,0,65,1,32,3,116,65,21,113,27,114,13,0,32,0,32,1,16,29,15,11,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,65,1,11,199,2,1,4,127,32,1,40,2,0,34,4,65,9,70,32,4,65,32,107,65,224,255,195,0,73,114,34,6,69,32,4,65,34,70,114,32,4,65,220,0,70,114,69,4,64,32,4,33,5,2,64,2,64,32,0,32,0,47,1,42,34,3,4,127,32,5,5,32,0,32,1,16,28,33,5,32,0,47,1,42,33,3,32,5,13,1,32,1,40,2,0,11,54,2,44,32,0,32,3,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,32,1,40,2,0,34,3,65,9,70,32,3,65,32,107,65,224,255,195,0,73,114,69,13,0,3,64,32,3,65,34,70,32,3,65,220,0,70,114,13,1,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,9,70,32,3,65,32,107,65,224,255,195,0,73,114,13,0,11,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,12,1,11,32,0,32,3,59,1,38,32,0,32,0,47,1,40,59,1,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,65,8,65,9,32,0,40,2,44,65,45,70,27,33,2,11,32,1,32,2,59,1,4,11,32,4,65,220,0,71,32,4,65,34,71,113,32,6,113,11,172,2,1,3,127,32,1,40,2,0,34,3,65,39,71,32,3,65,9,70,32,3,65,32,107,65,224,255,195,0,73,114,113,34,5,4,64,2,64,2,64,32,0,32,0,47,1,42,34,4,4,127,32,3,5,32,0,32,1,16,28,33,3,32,0,47,1,42,33,4,32,3,13,1,32,1,40,2,0,11,54,2,44,32,0,32,4,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,32,1,40,2,0,34,3,65,39,70,32,3,65,9,70,32,3,65,32,107,65,224,255,195,0,73,114,69,114,13,0,3,64,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,39,70,13,1,32,3,65,9,70,32,3,65,32,107,65,224,255,195,0,73,114,13,0,11,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,12,1,11,32,0,32,4,59,1,38,32,0,32,0,47,1,40,59,1,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,65,8,65,9,32,0,40,2,44,65,45,70,27,33,2,11,32,1,32,2,59,1,4,11,32,5,11,208,1,1,2,127,2,64,32,1,40,2,0,65,42,71,13,0,32,0,65,42,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,128,128,4,107,65,128,128,192,0,73,32,3,65,128,254,3,107,65,254,1,73,114,32,3,65,128,192,3,107,65,255,61,73,32,3,65,160,1,107,65,224,174,3,73,114,114,32,3,65,133,1,70,114,69,4,64,32,3,65,33,107,65,221,0,75,13,1,11,2,64,2,64,32,3,65,219,0,107,14,3,2,1,2,0,11,2,64,32,3,65,251,0,107,14,3,2,1,2,0,11,32,3,65,44,70,13,1,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,32,2,59,1,4,65,1,33,4,11,32,4,11,208,1,1,2,127,2,64,32,1,40,2,0,65,38,71,13,0,32,0,65,38,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,128,128,4,107,65,128,128,192,0,73,32,3,65,128,254,3,107,65,254,1,73,114,32,3,65,128,192,3,107,65,255,61,73,32,3,65,160,1,107,65,224,174,3,73,114,114,32,3,65,133,1,70,114,69,4,64,32,3,65,33,107,65,221,0,75,13,1,11,2,64,2,64,32,3,65,219,0,107,14,3,2,1,2,0,11,2,64,32,3,65,251,0,107,14,3,2,1,2,0,11,32,3,65,44,70,13,1,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,32,2,59,1,4,65,1,33,4,11,32,4,11,234,2,1,2,127,2,64,32,1,40,2,0,65,33,71,13,0,32,0,65,33,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,2,64,2,64,2,64,32,1,40,2,0,34,3,65,13,77,65,0,65,1,32,3,116,65,129,204,0,113,27,69,4,64,32,3,65,60,70,13,1,32,3,65,32,71,13,2,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,12,2,11,32,0,65,60,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,65,0,33,3,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,1,16,16,65,1,71,13,2,3,64,32,0,32,1,16,16,34,4,65,127,70,13,3,32,4,65,255,1,113,13,0,11,32,1,40,2,0,65,62,71,13,2,32,0,65,62,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,12,1,11,32,0,32,1,16,14,4,64,32,0,32,1,16,15,65,1,71,13,3,11,2,64,3,64,32,0,32,1,16,15,34,3,65,127,70,13,1,32,3,65,255,1,113,13,0,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,11,11,32,0,32,0,47,1,36,59,1,0,32,0,32,0,47,1,38,59,1,2,32,1,32,2,59,1,4,65,1,33,3,11,32,3,15,11,65,0,11,210,4,1,3,127,2,64,2,64,2,64,2,64,2,64,2,64,32,1,40,2,0,34,3,65,219,0,76,4,64,32,3,65,203,0,76,4,64,2,64,32,3,65,32,107,14,3,6,8,6,0,11,32,3,65,47,107,65,2,73,13,5,32,3,65,9,71,13,7,12,5,11,32,3,65,204,0,107,14,10,4,6,4,6,4,6,6,6,6,1,6,11,32,3,65,220,0,107,34,5,65,28,75,13,5,65,1,32,5,116,65,233,140,144,42,113,13,3,32,5,65,25,70,13,1,32,5,65,28,71,13,5,32,0,65,248,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,65,1,33,4,3,64,32,1,40,2,0,34,5,65,48,107,65,10,73,32,5,65,225,0,107,65,6,73,114,69,32,5,65,193,0,107,65,5,75,113,13,3,32,4,33,3,32,0,32,5,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,65,0,33,4,32,1,65,0,32,1,40,2,8,17,0,0,32,3,65,1,113,13,0,11,12,4,11,32,0,65,213,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,3,64,32,1,40,2,0,34,3,65,48,107,65,10,73,32,3,65,225,0,107,65,6,73,114,69,32,3,65,193,0,107,65,5,75,113,13,2,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,4,34,3,65,1,106,33,4,32,3,65,255,255,3,113,65,7,73,13,0,11,12,3,11,32,0,65,245,0,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,3,64,32,1,40,2,0,34,3,65,48,107,65,10,73,32,3,65,225,0,107,65,6,73,114,69,32,3,65,193,0,107,65,5,75,113,13,1,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,4,34,3,65,1,106,33,4,32,3,65,255,255,3,113,65,3,73,13,0,11,12,2,11,65,0,15,11,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,40,2,36,54,2,0,32,1,32,2,59,1,4,65,1,33,4,11,32,4,11,244,7,1,6,127,2,64,32,1,40,2,0,34,3,65,252,0,71,32,3,65,62,71,113,13,0,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,2,64,32,0,40,2,28,34,3,4,64,32,0,40,2,24,32,3,65,1,116,106,65,2,107,47,1,0,33,6,2,64,2,64,32,1,40,2,0,34,3,65,49,107,34,4,65,8,77,4,64,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,43,107,14,3,1,2,1,2,11,65,255,255,3,33,4,2,64,32,3,65,43,107,14,3,0,2,0,2,11,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,3,65,49,107,34,5,65,8,75,13,1,32,5,33,4,11,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,33,3,11,32,3,65,9,107,34,5,65,23,75,65,1,32,5,116,65,147,128,128,4,113,69,114,13,1,12,2,11,35,0,34,0,65,169,11,106,32,0,65,156,14,106,65,182,5,32,0,65,132,7,106,16,4,0,11,32,3,13,1,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,2,64,2,127,2,64,32,4,65,255,255,3,113,65,255,255,3,70,4,64,2,64,3,64,2,64,2,64,2,64,32,1,40,2,0,34,3,65,32,107,14,4,1,4,4,2,0,11,32,3,65,9,71,13,3,11,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,12,1,11,11,3,64,32,0,32,3,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,2,64,32,1,40,2,0,34,3,65,10,107,14,4,2,1,1,2,0,11,32,3,13,0,11,11,2,64,32,3,65,10,107,14,4,0,2,2,0,2,11,32,0,32,0,47,1,40,65,1,106,59,1,40,65,0,12,2,11,32,4,32,6,106,33,6,12,2,11,65,1,11,33,4,3,64,32,4,69,4,64,32,0,32,3,54,2,44,32,0,32,7,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,65,1,33,4,12,1,11,2,127,2,64,2,64,2,64,2,64,32,1,40,2,0,34,4,65,10,107,14,4,3,1,1,3,0,11,65,32,33,3,32,4,65,32,70,13,1,32,4,69,13,5,11,32,0,46,1,42,65,1,107,34,3,32,6,32,3,32,6,193,74,27,33,6,12,4,11,32,0,47,1,42,65,1,106,12,1,11,32,0,46,1,42,34,3,32,6,193,76,13,2,32,0,32,0,47,1,40,65,1,106,59,1,40,32,3,65,1,107,33,6,32,4,33,3,65,0,11,33,7,65,0,33,4,12,0,11,0,11,32,0,40,2,24,33,3,32,0,40,2,28,34,7,65,1,106,34,4,32,0,40,2,32,34,5,75,4,64,65,8,32,5,65,1,116,34,5,32,4,32,4,32,5,73,27,34,5,32,5,65,8,77,27,34,8,65,1,116,33,5,2,64,32,3,4,64,32,3,32,5,16,3,33,3,32,0,40,2,28,34,7,65,1,106,33,4,12,1,11,32,5,16,2,33,3,11,32,0,32,8,54,2,32,32,0,32,3,54,2,24,11,32,0,32,4,54,2,28,32,3,32,7,65,1,116,106,32,6,59,1,0,32,0,40,2,12,33,3,32,0,40,2,16,34,7,65,1,106,34,4,32,0,40,2,20,34,5,75,4,64,65,8,32,5,65,1,116,34,5,32,4,32,4,32,5,73,27,34,5,32,5,65,8,77,27,34,6,65,1,116,33,5,2,64,32,3,4,64,32,3,32,5,16,3,33,3,32,0,40,2,16,34,7,65,1,106,33,4,12,1,11,32,5,16,2,33,3,11,32,0,32,6,54,2,20,32,0,32,3,54,2,12,11,32,0,32,4,54,2,16,32,3,32,7,65,1,116,106,65,243,0,59,1,0,32,0,32,0,40,2,36,54,2,0,32,1,32,2,59,1,4,65,1,15,11,65,0,11,140,2,1,5,127,32,0,40,2,24,33,3,32,0,40,2,28,34,6,65,1,106,34,5,32,0,40,2,32,34,4,75,4,64,65,8,32,4,65,1,116,34,4,32,5,32,4,32,5,75,27,34,4,32,4,65,8,77,27,34,7,65,1,116,33,4,2,64,32,3,4,64,32,3,32,4,16,3,33,3,32,0,40,2,28,34,6,65,1,106,33,5,12,1,11,32,4,16,2,33,3,11,32,0,32,7,54,2,32,32,0,32,3,54,2,24,11,32,0,32,5,54,2,28,32,3,32,6,65,1,116,106,32,2,59,1,0,32,0,40,2,12,33,3,32,0,40,2,16,34,6,65,1,106,34,5,32,0,40,2,20,34,2,75,4,64,65,8,32,2,65,1,116,34,2,32,5,32,2,32,5,75,27,34,2,32,2,65,8,77,27,34,4,65,1,116,33,2,2,64,32,3,4,64,32,3,32,2,16,3,33,3,32,0,40,2,16,34,6,65,1,106,33,5,12,1,11,32,2,16,2,33,3,11,32,0,32,4,54,2,20,32,0,32,3,54,2,12,11,32,0,32,5,54,2,16,32,3,32,6,65,1,116,106,32,1,59,1,0,11,81,1,1,127,65,1,33,1,32,0,65,128,254,3,107,65,254,1,73,32,0,65,128,192,3,107,65,255,61,73,114,32,0,65,133,1,70,32,0,65,160,1,107,65,224,174,3,73,114,114,32,0,65,33,107,65,222,0,73,114,69,4,64,32,0,65,128,128,4,107,65,128,128,192,0,73,33,1,11,32,1,11,124,1,1,127,2,64,32,0,65,128,128,4,107,65,128,128,192,0,73,32,0,65,128,254,3,107,65,254,1,73,114,32,0,65,128,192,3,107,65,255,61,73,32,0,65,160,1,107,65,224,174,3,73,114,114,32,0,65,133,1,70,114,69,4,64,32,0,65,33,107,65,221,0,75,13,1,11,2,64,2,64,32,0,65,219,0,107,14,3,2,1,2,0,11,2,64,32,0,65,251,0,107,14,3,2,1,2,0,11,32,0,65,44,70,13,1,11,65,1,33,1,11,32,1,11,148,11,1,3,127,65,2,33,5,65,255,1,33,3,2,64,2,64,2,64,2,127,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,0,65,1,106,14,45,46,0,1,2,3,4,5,6,7,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,45,44,37,38,39,40,41,42,43,64,11,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,1,65,211,0,76,4,64,65,6,33,3,2,64,32,1,65,43,107,14,6,7,8,7,72,8,2,0,11,32,1,65,198,0,70,13,2,32,1,65,206,0,71,13,7,65,16,33,3,12,71,11,32,1,65,237,0,76,4,64,32,1,65,212,0,70,13,3,32,1,65,230,0,71,13,7,65,17,33,3,12,71,11,32,1,65,238,0,70,13,3,32,1,65,244,0,70,13,4,32,1,65,254,0,71,13,6,12,69,11,65,37,12,67,11,65,2,33,3,12,68,11,65,13,33,3,12,67,11,65,29,33,3,12,66,11,65,26,33,3,12,65,11,65,1,33,3,12,64,11,32,1,65,49,107,65,9,79,13,45,12,60,11,32,1,65,46,70,4,64,65,7,33,3,12,63,11,32,1,65,48,107,65,10,73,13,59,12,44,11,32,1,65,193,0,70,4,64,65,9,33,3,12,62,11,32,1,65,225,0,71,13,43,12,57,11,32,1,65,32,114,65,225,0,71,13,42,65,12,33,3,12,60,11,32,1,65,197,0,71,13,41,12,54,11,32,1,65,198,0,71,13,40,12,52,11,2,64,2,64,32,1,65,232,0,76,4,64,32,1,65,201,0,71,13,1,12,53,11,32,1,65,233,0,70,13,3,32,1,65,238,0,71,13,1,65,18,33,3,12,59,11,32,1,65,206,0,70,13,50,11,32,1,65,48,107,65,10,79,13,39,12,48,11,32,1,65,201,0,70,13,49,32,1,65,233,0,71,13,1,11,65,24,33,3,12,55,11,32,1,65,48,107,65,10,73,13,45,12,36,11,32,1,65,204,0,70,13,52,12,35,11,32,1,65,204,0,71,13,34,65,14,33,3,12,52,11,32,1,65,204,0,71,13,33,65,8,33,3,12,51,11,32,1,65,206,0,70,4,64,65,5,33,3,12,51,11,32,1,65,238,0,71,13,32,12,40,11,32,1,65,206,0,70,13,43,12,31,11,32,1,65,210,0,70,4,64,65,15,33,3,12,49,11,32,1,65,242,0,71,13,30,12,37,11,32,1,65,211,0,71,13,29,12,35,11,32,1,65,213,0,70,13,34,12,28,11,32,1,65,213,0,70,4,64,65,10,33,3,12,46,11,32,1,65,245,0,71,13,27,12,32,11,32,1,65,225,0,70,13,40,12,26,11,32,1,65,225,0,71,13,25,65,25,33,3,12,43,11,32,1,65,229,0,70,13,37,12,24,11,32,1,65,230,0,70,13,35,12,23,11,32,1,65,236,0,70,13,39,12,22,11,32,1,65,236,0,71,13,21,65,27,33,3,12,39,11,32,1,65,236,0,71,13,20,65,21,33,3,12,38,11,32,1,65,238,0,70,13,27,12,19,11,32,1,65,238,0,70,13,30,12,18,11,32,1,65,242,0,70,13,24,12,17,11,32,1,65,243,0,71,13,16,12,20,11,32,1,65,245,0,70,13,19,12,15,11,32,1,65,245,0,70,13,19,12,14,11,65,32,33,3,2,64,32,1,65,43,107,14,3,32,0,32,0,11,32,1,65,48,107,65,10,79,13,13,12,16,11,32,1,65,120,113,65,48,71,13,12,65,39,12,28,11,32,1,65,48,107,65,10,73,13,14,12,11,11,65,40,34,3,32,1,65,48,107,65,10,73,32,1,65,193,0,107,65,6,73,114,13,26,26,65,1,33,4,32,1,65,225,0,107,65,6,79,13,10,12,28,11,16,5,0,11,32,2,65,1,54,2,0,32,1,65,46,70,13,17,2,64,32,1,65,248,0,71,4,64,32,1,65,239,0,71,13,1,65,31,33,3,12,28,11,65,33,33,3,12,27,11,32,1,65,95,113,65,197,0,70,13,10,32,1,65,48,107,65,10,79,13,8,12,9,11,32,2,65,1,54,2,0,32,1,65,46,70,13,16,32,1,65,95,113,65,197,0,70,13,9,32,1,65,48,107,65,10,73,13,8,12,7,11,32,2,65,1,54,2,0,32,1,65,120,113,65,48,71,13,6,65,39,33,3,12,25,11,32,2,65,1,54,2,0,65,40,33,3,32,1,65,48,107,65,10,73,32,1,65,193,0,107,65,6,73,114,13,24,32,1,65,225,0,107,65,6,79,13,5,12,24,11,65,4,33,5,12,3,11,32,2,65,4,54,2,0,32,1,65,95,113,65,197,0,70,13,5,32,1,65,48,107,65,10,79,13,3,65,42,33,3,12,22,11,32,2,65,4,54,2,0,32,1,65,48,107,65,10,79,13,2,65,43,33,3,12,21,11,65,3,33,5,11,32,2,32,5,54,2,0,11,65,255,1,33,3,65,0,33,4,2,64,32,1,65,10,107,14,4,19,18,18,19,0,11,32,1,69,13,18,32,1,65,32,70,13,18,12,17,11,65,38,33,3,12,17,11,65,30,33,3,12,15,11,65,43,33,3,65,4,33,4,12,14,11,65,19,33,3,12,13,11,65,23,33,3,12,12,11,65,4,33,3,12,11,11,65,28,33,3,12,10,11,65,20,33,3,12,9,11,65,42,33,3,65,4,33,4,12,8,11,65,3,33,3,12,7,11,65,11,33,3,12,6,11,65,41,33,3,65,4,33,4,12,5,11,65,36,33,3,65,3,33,4,12,4,11,65,22,33,3,12,3,11,65,38,11,33,3,65,1,33,4,12,1,11,65,35,33,3,65,2,33,4,11,32,2,32,4,54,2,0,11,32,3,192,11,197,1,1,2,127,2,64,32,1,40,2,0,34,2,65,45,107,65,1,77,4,64,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,32,2,71,13,1,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,32,2,71,13,1,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,33,79,13,1,65,1,33,3,66,129,204,128,128,16,32,2,173,136,167,65,1,113,69,13,1,11,32,3,15,11,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,65,0,11,222,1,1,1,127,2,127,65,0,32,1,40,2,0,65,37,71,13,0,26,32,0,32,0,40,2,40,54,2,36,32,1,32,1,40,2,12,17,1,0,32,0,32,0,47,1,42,65,1,106,59,1,42,32,0,32,1,40,2,0,54,2,44,32,1,65,0,32,1,40,2,8,17,0,0,2,64,32,1,40,2,0,34,2,65,48,107,65,10,73,32,2,65,225,0,107,65,6,73,114,69,32,2,65,193,0,107,65,5,75,113,13,0,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,32,1,40,2,0,34,2,65,48,107,65,10,73,32,2,65,225,0,107,65,6,73,114,69,32,2,65,193,0,107,65,5,75,113,13,0,32,0,32,2,54,2,44,32,0,32,0,47,1,42,65,1,106,59,1,42,32,1,65,0,32,1,40,2,8,17,0,0,65,1,12,1,11,65,255,1,11,192,11,9,0,35,0,65,240,139,10,106,11,109,1,2,127,2,64,3,64,2,64,32,0,32,0,40,2,24,17,4,0,33,3,32,1,65,255,255,3,113,34,1,4,64,32,1,65,1,71,13,3,32,0,65,0,59,1,4,32,0,32,0,40,2,12,17,1,0,12,1,11,32,0,65,0,59,1,4,32,0,32,0,40,2,12,17,1,0,32,3,69,13,0,32,0,65,0,32,0,40,2,8,17,0,0,65,1,33,1,12,1,11,11,65,1,33,2,11,32,2,11,11,232,150,10,1,0,35,0,11,224,150,10,125,0,124,0,123,0,107,101,121,0,116,97,103,95,112,114,101,102,105,120,0,95,102,108,119,95,115,101,113,95,100,97,116,95,114,112,116,0,95,102,108,119,95,109,97,112,95,100,97,116,95,114,112,116,0,95,115,103,108,95,102,108,119,95,99,111,108,95,100,97,116,95,114,112,116,0,100,111,99,117,109,101,110,116,0,99,111,109,109,101,110,116,0,95,98,114,95,102,108,119,95,115,101,113,95,100,97,116,0,95,114,95,102,108,119,95,115,101,113,95,100,97,116,0,95,98,114,95,102,108,119,95,109,97,112,95,100,97,116,0,95,114,95,102,108,119,95,109,97,112,95,100,97,116,0,95,114,95,115,103,108,95,102,108,119,95,99,111,108,95,100,97,116,0,97,108,105,97,115,0,97,110,99,104,111,114,0,95,115,95,100,105,114,0,102,108,111,119,95,112,97,105,114,0,98,108,111,99,107,95,109,97,112,112,105,110,103,95,112,97,105,114,0,100,105,114,101,99,116,105,118,101,95,112,97,114,97,109,101,116,101,114,0,95,98,114,95,102,108,119,95,105,109,112,95,98,114,95,112,97,114,0,95,114,95,102,108,119,95,105,109,112,95,98,114,95,112,97,114,0,95,98,114,95,102,108,119,95,105,109,112,95,114,95,112,97,114,0,95,114,95,102,108,119,95,105,109,112,95,114,95,112,97,114,0,95,114,95,115,103,108,95,102,108,119,95,105,109,112,95,112,97,114,0,95,98,114,95,102,108,119,95,106,115,108,95,97,110,110,95,112,97,114,0,95,114,95,102,108,119,95,106,115,108,95,97,110,110,95,112,97,114,0,95,114,95,115,103,108,95,102,108,119,95,106,115,108,95,97,110,110,95,112,97,114,0,95,98,114,95,102,108,119,95,110,106,108,95,97,110,110,95,112,97,114,0,95,114,95,102,108,119,95,110,106,108,95,97,110,110,95,112,97,114,0,95,114,95,115,103,108,95,102,108,119,95,110,106,108,95,97,110,110,95,112,97,114,0,102,108,111,97,116,95,115,99,97,108,97,114,0,105,110,116,101,103,101,114,95,115,99,97,108,97,114,0,116,105,109,101,115,116,97,109,112,95,115,99,97,108,97,114,0,112,108,97,105,110,95,115,99,97,108,97,114,0,98,111,111,108,101,97,110,95,115,99,97,108,97,114,0,110,117,108,108,95,115,99,97,108,97,114,0,98,108,111,99,107,95,115,99,97,108,97,114,0,115,116,114,105,110,103,95,115,99,97,108,97,114,0,115,105,110,103,108,101,95,113,117,111,116,101,95,115,99,97,108,97,114,0,100,111,117,98,108,101,95,113,117,111,116,101,95,115,99,97,108,97,114,0,95,100,111,99,95,119,95,98,103,110,95,119,95,101,110,100,95,115,101,113,0,95,100,111,99,95,119,111,95,98,103,110,95,119,95,101,110,100,95,115,101,113,0,95,100,111,99,95,119,95,98,103,110,95,119,111,95,101,110,100,95,115,101,113,0,95,100,111,99,95,119,111,95,98,103,110,95,119,111,95,101,110,100,95,115,101,113,0,95,98,114,95,112,114,112,0,95,114,95,112,114,112,0,95,98,114,95,115,103,108,95,112,114,112,0,95,114,95,115,103,108,95,112,114,112,0,95,98,95,115,103,108,95,112,114,112,0,95,98,114,95,109,116,108,95,115,113,116,95,99,116,110,0,95,114,95,115,103,108,95,115,113,116,95,99,116,110,0,95,98,114,95,109,116,108,95,100,113,116,95,99,116,110,0,95,114,95,115,103,108,95,100,113,116,95,99,116,110,0,95,98,114,95,115,113,116,95,115,116,114,95,99,116,110,0,95,114,95,115,113,116,95,115,116,114,95,99,116,110,0,95,98,114,95,100,113,116,95,115,116,114,95,99,116,110,0,95,114,95,100,113,116,95,115,116,114,95,99,116,110,0,95,98,114,95,98,108,107,95,115,116,114,95,99,116,110,0,121,97,109,108,95,118,101,114,115,105,111,110,0,115,99,110,95,98,108,107,95,115,116,114,95,98,103,110,0,95,115,95,100,105,114,95,121,109,108,95,98,103,110,0,95,115,95,100,105,114,95,116,97,103,95,98,103,110,0,115,99,97,110,0,95,98,114,95,98,108,107,95,107,101,121,95,105,116,109,0,95,114,95,98,108,107,95,107,101,121,95,105,116,109,0,95,98,95,98,108,107,95,107,101,121,95,105,116,109,0,95,98,114,95,102,108,119,95,115,101,113,95,105,116,109,0,95,114,95,102,108,119,95,115,101,113,95,105,116,109,0,95,98,114,95,102,108,119,95,109,97,112,95,105,116,109,0,95,114,95,102,108,119,95,109,97,112,95,105,116,109,0,95,98,114,95,98,108,107,95,109,97,112,95,105,116,109,0,95,114,95,98,108,107,95,109,97,112,95,105,116,109,0,95,98,95,98,108,107,95,109,97,112,95,105,116,109,0,95,114,95,115,103,108,95,102,108,119,95,99,111,108,95,105,116,109,0,95,98,114,95,98,108,107,95,118,97,108,95,105,116,109,0,95,114,95,98,108,107,95,118,97,108,95,105,116,109,0,95,98,95,98,108,107,95,118,97,108,95,105,116,109,0,98,108,111,99,107,95,115,101,113,117,101,110,99,101,95,105,116,101,109,0,115,116,114,101,97,109,0,95,98,108,0,95,115,103,108,95,102,108,119,95,97,110,110,95,112,97,114,95,116,97,108,0,95,115,103,108,95,102,108,119,95,115,101,113,95,116,97,108,0,95,115,103,108,95,102,108,119,95,109,97,112,95,116,97,108,0,95,98,108,107,95,115,101,113,95,105,116,109,95,116,97,108,0,95,98,108,107,95,101,120,112,95,105,116,109,95,116,97,108,0,95,98,108,107,95,105,109,112,95,105,116,109,95,116,97,108,0,95,101,120,112,95,100,111,99,95,116,97,108,0,115,105,122,101,32,61,61,32,108,101,110,103,116,104,0,102,108,111,119,95,109,97,112,112,105,110,103,0,98,108,111,99,107,95,109,97,112,112,105,110,103,0,116,97,103,0,95,101,111,102,0,40,117,105,110,116,51,50,95,116,41,40,40,38,115,99,97,110,110,101,114,45,62,105,110,100,95,116,121,112,95,115,116,107,41,45,62,115,105,122,101,32,45,32,49,41,32,60,32,40,38,115,99,97,110,110,101,114,45,62,105,110,100,95,116,121,112,95,115,116,107,41,45,62,115,105,122,101,0,40,117,105,110,116,51,50,95,116,41,40,40,38,115,99,97,110,110,101,114,45,62,105,110,100,95,108,101,110,95,115,116,107,41,45,62,115,105,122,101,32,45,32,49,41,32,60,32,40,38,115,99,97,110,110,101,114,45,62,105,110,100,95,108,101,110,95,115,116,107,41,45,62,115,105,122,101,0,100,101,115,101,114,105,97,108,105,122,101,0,121,97,109,108,95,100,105,114,101,99,116,105,118,101,0,116,97,103,95,100,105,114,101,99,116,105,118,101,0,114,101,115,101,114,118,101,100,95,100,105,114,101,99,116,105,118,101,0,118,97,108,117,101,0,97,108,105,97,115,95,110,97,109,101,0,97,110,99,104,111,114,95,110,97,109,101,0,100,105,114,101,99,116,105,118,101,95,110,97,109,101,0,116,97,103,95,104,97,110,100,108,101,0,102,108,111,119,95,110,111,100,101,0,98,108,111,99,107,95,110,111,100,101,0,102,108,111,119,95,115,101,113,117,101,110,99,101,0,98,108,111,99,107,95,115,101,113,117,101,110,99,101,0,101,115,99,97,112,101,95,115,101,113,117,101,110,99,101,0,95,100,111,99,95,119,95,98,103,110,95,119,95,101,110,100,0,95,100,111,99,95,119,111,95,98,103,110,95,119,95,101,110,100,0,95,100,111,99,95,119,95,98,103,110,95,119,111,95,101,110,100,0,95,100,111,99,95,119,111,95,98,103,110,95,119,111,95,101,110,100,0,95,100,114,115,95,100,111,99,0,95,101,120,112,95,100,111,99,0,95,98,103,110,95,105,109,112,95,100,111,99,0,95,101,114,114,95,114,101,99,0,115,99,97,110,110,101,114,46,99,0,93,0,91,0,63,0,62,0,58,0,95,115,95,100,105,114,95,114,115,118,95,114,101,112,101,97,116,49,0,95,114,95,102,108,119,95,115,101,113,95,100,97,116,95,114,101,112,101,97,116,49,0,95,114,95,102,108,119,95,109,97,112,95,100,97,116,95,114,101,112,101,97,116,49,0,95,114,95,115,103,108,95,102,108,119,95,99,111,108,95,100,97,116,95,114,101,112,101,97,116,49,0,95,114,95,115,113,116,95,115,116,114,95,114,101,112,101,97,116,49,0,95,114,95,100,113,116,95,115,116,114,95,114,101,112,101,97,116,49,0,95,114,95,98,108,107,95,115,116,114,95,114,101,112,101,97,116,49,0,95,114,95,98,108,107,95,115,101,113,95,114,101,112,101,97,116,49,0,95,114,95,98,108,107,95,109,97,112,95,114,101,112,101,97,116,49,0,95,98,114,95,109,116,108,95,115,113,116,95,99,116,110,95,114,101,112,101,97,116,49,0,95,98,114,95,109,116,108,95,100,113,116,95,99,116,110,95,114,101,112,101,97,116,49,0,95,100,114,115,95,100,111,99,95,114,101,112,101,97,116,49,0,46,46,46,0,45,45,45,0,44,0,42,0,39,0,38,0,34,0,0,0,8,0,3,0,1,0,112,0,105,2,1,0,20,0,110,2,1,0,103,0,112,2,1,0,104,0,103,0,1,0,30,1,108,0,1,0,31,1,107,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,103,2,38,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,27,0,28,0,33,0,34,0,47,0,48,0,58,0,59,0,67,0,68,0,72,0,73,0,77,0,78,0,82,0,83,0,87,0,88,0,92,0,93,0,96,0,97,0,101,0,102,0,105,0,108,0,109,0,111,0,8,0,3,0,1,0,112,0,110,2,1,0,103,0,117,2,1,0,20,0,122,2,1,0,104,0,104,0,1,0,30,1,109,0,1,0,31,1,119,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,115,2,38,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,27,0,28,0,33,0,34,0,47,0,48,0,58,0,59,0,67,0,68,0,72,0,73,0,77,0,78,0,82,0,83,0,87,0,88,0,92,0,93,0,96,0,97,0,101,0,102,0,105,0,108,0,109,0,111,0,5,0,3,0,1,0,112,0,112,2,1,0,104,0,125,2,1,0,103,0,108,0,2,0,30,1,31,1,103,2,48,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,101,0,102,0,105,0,108,0,109,0,111,0,6,0,3,0,1,0,112,0,117,2,1,0,20,0,127,2,1,0,100,0,129,2,1,0,101,0,119,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,115,2,38,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,27,0,28,0,33,0,34,0,47,0,48,0,58,0,59,0,67,0,68,0,72,0,73,0,77,0,78,0,82,0,83,0,87,0,88,0,92,0,93,0,96,0,97,0,102,0,104,0,105,0,108,0,109,0,111,0,6,0,3,0,1,0,112,0,105,2,1,0,20,0,132,2,1,0,100,0,134,2,1,0,101,0,107,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,103,2,38,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,27,0,28,0,33,0,34,0,47,0,48,0,58,0,59,0,67,0,68,0,72,0,73,0,77,0,78,0,82,0,83,0,87,0,88,0,92,0,93,0,96,0,97,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,137,2,51,0,12,0,13,0,15,0,16,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,100,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,139,2,51,0,12,0,13,0,15,0,16,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,100,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,4,0,3,0,1,0,112,0,143,2,1,0,20,0,145,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,141,2,39,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,27,0,28,0,33,0,34,0,47,0,48,0,58,0,59,0,67,0,68,0,72,0,73,0,77,0,78,0,82,0,83,0,87,0,88,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,4,0,3,0,1,0,112,0,150,2,1,0,20,0,152,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,148,2,39,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,27,0,28,0,33,0,34,0,47,0,48,0,58,0,59,0,67,0,68,0,72,0,73,0,77,0,78,0,82,0,83,0,87,0,88,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,4,0,3,0,1,0,112,0,134,2,1,0,101,0,155,2,1,0,100,0,103,2,48,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,137,2,50,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,100,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,137,2,50,0,12,0,13,0,15,0,16,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,141,2,49,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,148,2,49,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,139,2,49,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,2,0,3,0,1,0,112,0,137,2,49,0,12,0,13,0,15,0,16,0,18,0,19,0,21,0,22,0,23,0,24,0,26,0,27,0,28,0,32,0,33,0,34,0,46,0,47,0,48,0,57,0,58,0,59,0,66,0,67,0,68,0,71,0,72,0,73,0,76,0,77,0,78,0,81,0,82,0,83,0,86,0,87,0,88,0,91,0,92,0,93,0,96,0,97,0,101,0,102,0,104,0,105,0,108,0,109,0,111,0,19,0,3,0,1,0,112,0,207,0,1,0,27,0,211,0,1,0,33,0,227,0,1,0,47,0,231,0,1,0,58,0,237,0,1,0,98,0,239,0,1,0,99,0,170,1,1,0,26,0,172,1,1,0,32,0,180,1,1,0,46,0,182,1,1,0,57,0,86,2,2,0,191,0,192,0,87,2,2,0,203,0,204,0,88,2,2,0,244,0,245,0,89,2,2,0,0,1,1,1,127,2,4,0,18,1,19,1,22,1,23,1,233,0,6,0,69,0,74,0,79,0,84,0,89,0,94,0,235,0,6,0,70,0,75,0,80,0,85,0,90,0,95,0,113,1,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,19,0,3,0,1,0,112,0,207,0,1,0,27,0,211,0,1,0,33,0,227,0,1,0,47,0,231,0,1,0,58,0,237,0,1,0,98,0,239,0,1,0,99,0,170,1,1,0,26,0,172,1,1,0,32,0,180,1,1,0,46,0,182,1,1,0,57,0,82,2,2,0,191,0,192,0,83,2,2,0,203,0,204,0,84,2,2,0,244,0,245,0,85,2,2,0,0,1,1,1,125,2,4,0,18,1,19,1,22,1,23,1,233,0,6,0,69,0,74,0,79,0,84,0,89,0,94,0,235,0,6,0,70,0,75,0,80,0,85,0,90,0,95,0,121,1,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,19,0,3,0,1,0,112,0,33,1,1,0,27,0,41,1,1,0,33,0,53,1,1,0,47,0,57,1,1,0,58,0,63,1,1,0,98,0,65,1,1,0,99,0,235,1,1,0,26,0,237,1,1,0,32,0,243,1,1,0,46,0,245,1,1,0,57,0,216,2,2,0,191,0,192,0,217,2,2,0,203,0,204,0,218,2,2,0,244,0,245,0,219,2,2,0,0,1,1,1,189,2,4,0,18,1,19,1,22,1,23,1,59,1,6,0,69,0,74,0,79,0,84,0,89,0,94,0,61,1,6,0,70,0,75,0,80,0,85,0,90,0,95,0,113,1,6,0,29,0,30,0,31,0,38,0,39,0,44,0,19,0,3,0,1,0,112,0,33,1,1,0,27,0,41,1,1,0,33,0,53,1,1,0,47,0,57,1,1,0,58,0,63,1,1,0,98,0,65,1,1,0,99,0,235,1,1,0,26,0,237,1,1,0,32,0,243,1,1,0,46,0,245,1,1,0,57,0,212,2,2,0,191,0,192,0,213,2,2,0,203,0,204,0,214,2,2,0,244,0,245,0,215,2,2,0,0,1,1,1,188,2,4,0,18,1,19,1,22,1,23,1,59,1,6,0,69,0,74,0,79,0,84,0,89,0,94,0,61,1,6,0,70,0,75,0,80,0,85,0,90,0,95,0,121,1,6,0,29,0,30,0,31,0,38,0,39,0,44,0,8,0,3,0,1,0,112,0,117,2,1,0,20,0,157,2,1,0,103,0,159,2,1,0,104,0,166,0,1,0,30,1,169,0,1,0,31,1,119,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,115,2,24,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,108,0,19,0,3,0,1,0,112,0,196,1,1,0,27,0,205,1,1,0,33,0,209,1,1,0,47,0,213,1,1,0,58,0,219,1,1,0,98,0,221,1,1,0,99,0,89,2,1,0,26,0,93,2,1,0,32,0,95,2,1,0,46,0,97,2,1,0,57,0,78,3,2,0,191,0,192,0,79,3,2,0,203,0,204,0,80,3,2,0,244,0,245,0,81,3,2,0,0,1,1,1,174,3,4,0,18,1,19,1,22,1,23,1,113,1,5,0,29,0,30,0,31,0,38,0,39,0,215,1,6,0,69,0,74,0,79,0,84,0,89,0,94,0,217,1,6,0,70,0,75,0,80,0,85,0,90,0,95,0,8,0,3,0,1,0,112,0,105,2,1,0,20,0,157,2,1,0,103,0,162,2,1,0,104,0,165,0,1,0,30,1,176,0,1,0,31,1,107,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,103,2,24,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,108,0,19,0,3,0,1,0,112,0,5,2,1,0,27,0,9,2,1,0,33,0,13,2,1,0,47,0,17,2,1,0,58,0,23,2,1,0,98,0,25,2,1,0,99,0,77,2,1,0,26,0,79,2,1,0,32,0,81,2,1,0,46,0,83,2,1,0,57,0,124,3,2,0,191,0,192,0,125,3,2,0,203,0,204,0,126,3,2,0,244,0,245,0,127,3,2,0,0,1,1,1,43,3,4,0,18,1,19,1,22,1,23,1,121,1,5,0,35,0,36,0,37,0,38,0,39,0,19,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,21,2,6,0,70,0,75,0,80,0,85,0,90,0,95,0,19,0,3,0,1,0,112,0,5,2,1,0,27,0,9,2,1,0,33,0,13,2,1,0,47,0,17,2,1,0,58,0,23,2,1,0,98,0,25,2,1,0,99,0,77,2,1,0,26,0,79,2,1,0,32,0,81,2,1,0,46,0,83,2,1,0,57,0,128,3,2,0,191,0,192,0,129,3,2,0,203,0,204,0,130,3,2,0,244,0,245,0,131,3,2,0,0,1,1,1,44,3,4,0,18,1,19,1,22,1,23,1,113,1,5,0,35,0,36,0,37,0,38,0,39,0,19,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,21,2,6,0,70,0,75,0,80,0,85,0,90,0,95,0,19,0,3,0,1,0,112,0,196,1,1,0,27,0,205,1,1,0,33,0,209,1,1,0,47,0,213,1,1,0,58,0,219,1,1,0,98,0,221,1,1,0,99,0,89,2,1,0,26,0,93,2,1,0,32,0,95,2,1,0,46,0,97,2,1,0,57,0,74,3,2,0,191,0,192,0,75,3,2,0,203,0,204,0,76,3,2,0,244,0,245,0,77,3,2,0,0,1,1,1,162,3,4,0,18,1,19,1,22,1,23,1,121,1,5,0,29,0,30,0,31,0,38,0,39,0,215,1,6,0,69,0,74,0,79,0,84,0,89,0,94,0,217,1,6,0,70,0,75,0,80,0,85,0,90,0,95,0,8,0,3,0,1,0,112,0,105,2,1,0,20,0,165,2,1,0,103,0,167,2,1,0,104,0,168,0,1,0,30,1,178,0,1,0,31,1,107,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,103,2,23,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,108,0,111,0,8,0,3,0,1,0,112,0,117,2,1,0,20,0,165,2,1,0,103,0,170,2,1,0,104,0,172,0,1,0,30,1,179,0,1,0,31,1,119,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,115,2,23,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,108,0,111,0,5,0,3,0,1,0,112,0,162,2,1,0,104,0,173,2,1,0,103,0,176,0,2,0,30,1,31,1,103,2,34,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,108,0,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,195,2,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,144,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,201,2,1,0,35,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,42,5,1,0,209,0,169,5,1,0,214,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,37,0,1,0,9,0,10,0,12,0,15,0,18,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,100,0,101,0,104,0,108,0,26,0,3,0,1,0,112,0,219,2,1,0,16,0,222,2,1,0,19,0,225,2,1,0,28,0,228,2,1,0,34,0,231,2,1,0,48,0,234,2,1,0,59,0,240,2,1,0,102,0,243,2,1,0,105,0,246,2,1,0,109,0,249,2,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,237,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,2,0,3,0,1,0,112,0,139,2,37,0,1,0,9,0,10,0,12,0,15,0,18,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,100,0,101,0,104,0,108,0,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,251,2,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,145,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,6,0,3,0,1,0,112,0,105,2,1,0,20,0,253,2,1,0,100,0,255,2,1,0,101,0,107,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,103,2,24,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,104,0,108,0,28,0,3,0,1,0,112,0,2,3,1,0,26,0,4,3,1,0,29,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,143,5,1,0,197,0,179,5,1,0,214,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,24,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,236,5,1,0,214,0,237,5,1,0,209,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,26,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,138,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,28,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,139,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,28,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,30,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,115,4,1,0,197,0,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,188,5,1,0,214,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,32,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,76,4,1,0,27,1,121,4,1,0,209,0,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,191,5,1,0,214,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,34,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,36,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,28,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,38,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,165,5,1,0,197,0,179,5,1,0,214,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,40,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,216,5,1,0,209,0,236,5,1,0,214,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,42,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,149,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,44,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,150,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,46,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,48,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,6,0,3,0,1,0,112,0,117,2,1,0,20,0,50,3,1,0,100,0,52,3,1,0,101,0,119,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,115,2,24,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,104,0,108,0,28,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,55,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,26,4,1,0,197,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,193,5,1,0,214,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,57,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,40,4,1,0,209,0,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,196,5,1,0,214,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,59,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,26,0,3,0,1,0,112,0,175,2,1,0,16,0,177,2,1,0,19,0,179,2,1,0,28,0,181,2,1,0,34,0,183,2,1,0,48,0,185,2,1,0,59,0,189,2,1,0,102,0,191,2,1,0,105,0,193,2,1,0,109,0,61,3,1,0,111,0,23,1,1,0,173,0,66,1,1,0,146,0,67,1,1,0,170,0,69,1,1,0,176,0,70,1,1,0,179,0,164,1,1,0,32,1,132,5,1,0,29,1,184,5,1,0,248,0,213,5,1,0,195,0,222,5,1,0,207,0,240,5,1,0,4,1,252,5,1,0,17,1,128,0,2,0,167,0,36,1,187,2,6,0,68,0,73,0,78,0,83,0,88,0,93,0,19,5,7,0,141,0,190,0,202,0,243,0,255,0,11,1,26,1,28,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,63,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,177,5,1,0,214,0,229,5,1,0,197,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,65,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,142,5,1,0,209,0,180,5,1,0,214,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,67,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,233,4,1,0,197,0,245,5,1,0,214,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,69,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,196,3,1,0,222,0,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,240,4,1,0,209,0,247,5,1,0,214,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,28,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,71,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,218,3,1,0,222,0,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,229,4,1,0,236,0,37,5,1,0,197,0,167,5,1,0,214,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,139,2,36,0,12,0,13,0,15,0,18,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,100,0,101,0,104,0,108,0,111,0,6,0,3,0,1,0,112,0,105,2,1,0,20,0,73,3,1,0,100,0,75,3,1,0,101,0,107,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,103,2,23,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,104,0,108,0,111,0,6,0,3,0,1,0,112,0,117,2,1,0,20,0,78,3,1,0,100,0,80,3,1,0,101,0,119,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,115,2,23,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,104,0,108,0,111,0,2,0,3,0,1,0,112,0,137,2,36,0,1,0,9,0,10,0,12,0,15,0,18,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,4,0,3,0,1,0,112,0,255,2,1,0,101,0,83,3,1,0,100,0,103,2,34,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,104,0,108,0,2,0,3,0,1,0,112,0,137,2,36,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,100,0,101,0,104,0,108,0,19,0,3,0,1,0,112,0,131,1,1,0,27,0,135,1,1,0,33,0,144,1,1,0,47,0,148,1,1,0,58,0,154,1,1,0,98,0,156,1,1,0,99,0,65,2,1,0,26,0,67,2,1,0,32,0,71,2,1,0,46,0,73,2,1,0,57,0,121,1,2,0,44,0,45,0,58,5,2,0,191,0,192,0,59,5,2,0,203,0,204,0,60,5,2,0,244,0,245,0,61,5,2,0,0,1,1,1,118,5,4,0,18,1,19,1,22,1,23,1,150,1,6,0,69,0,74,0,79,0,84,0,89,0,94,0,152,1,6,0,70,0,75,0,80,0,85,0,90,0,95,0,2,0,3,0,1,0,112,0,137,2,36,0,12,0,13,0,15,0,18,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,100,0,101,0,104,0,108,0,111,0,19,0,3,0,1,0,112,0,131,1,1,0,27,0,135,1,1,0,33,0,144,1,1,0,47,0,148,1,1,0,58,0,154,1,1,0,98,0,156,1,1,0,99,0,65,2,1,0,26,0,67,2,1,0,32,0,71,2,1,0,46,0,73,2,1,0,57,0,113,1,2,0,44,0,45,0,62,5,2,0,191,0,192,0,63,5,2,0,203,0,204,0,66,5,2,0,244,0,245,0,69,5,2,0,0,1,1,1,120,5,4,0,18,1,19,1,22,1,23,1,150,1,6,0,69,0,74,0,79,0,84,0,89,0,94,0,152,1,6,0,70,0,75,0,80,0,85,0,90,0,95,0,4,0,3,0,1,0,112,0,143,2,1,0,20,0,145,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,141,2,25,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,104,0,108,0,4,0,3,0,1,0,112,0,150,2,1,0,20,0,152,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,148,2,25,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,104,0,108,0,26,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,85,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,221,4,1,0,222,0,229,4,1,0,236,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,143,2,1,0,20,0,145,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,141,2,24,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,104,0,108,0,111,0,2,0,3,0,1,0,112,0,148,2,35,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,137,2,35,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,139,2,35,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,4,0,3,0,1,0,112,0,150,2,1,0,20,0,152,2,10,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,148,2,24,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,96,0,97,0,101,0,104,0,108,0,111,0,2,0,3,0,1,0,112,0,137,2,35,0,12,0,13,0,15,0,18,0,20,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,111,0,26,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,85,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,92,5,1,0,222,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,26,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,87,3,1,0,35,0,9,1,1,0,144,0,142,1,1,0,30,1,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,92,5,1,0,222,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,141,2,35,0,1,0,9,0,10,0,12,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,26,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,87,3,1,0,29,0,5,1,1,0,144,0,139,1,1,0,30,1,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,221,4,1,0,222,0,229,4,1,0,236,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,141,2,34,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,111,0,2,0,3,0,1,0,112,0,148,2,34,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,111,0,2,0,3,0,1,0,112,0,139,2,34,0,12,0,13,0,15,0,18,0,21,0,22,0,23,0,24,0,26,0,27,0,32,0,33,0,46,0,47,0,57,0,58,0,66,0,67,0,71,0,72,0,76,0,77,0,81,0,82,0,86,0,87,0,91,0,92,0,96,0,97,0,101,0,104,0,108,0,111,0,25,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,8,3,1,0,40,0,10,3,1,0,44,0,12,3,1,0,46,0,14,3,1,0,57,0,18,3,1,0,100,0,20,3,1,0,103,0,22,3,1,0,107,0,5,1,1,0,144,0,139,1,1,0,30,1,73,4,1,0,27,1,86,4,1,0,193,0,89,4,1,0,205,0,90,4,1,0,246,0,92,4,1,0,2,1,108,4,1,0,18,1,201,4,1,0,225,0,216,4,1,0,230,0,221,4,1,0,222,0,229,4,1,0,236,0,208,3,3,0,139,0,14,1,24,1,1,4,4,0,188,0,200,0,241,0,253,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,25,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,203,2,1,0,40,0,205,2,1,0,44,0,207,2,1,0,46,0,209,2,1,0,57,0,213,2,1,0,100,0,215,2,1,0,103,0,217,2,1,0,107,0,9,1,1,0,144,0,142,1,1,0,30,1,76,4,1,0,27,1,163,4,1,0,18,1,185,4,1,0,193,0,186,4,1,0,205,0,189,4,1,0,246,0,190,4,1,0,2,1,226,4,1,0,225,0,227,4,1,0,230,0,228,4,1,0,236,0,92,5,1,0,222,0,14,4,3,0,139,0,14,1,24,1,21,4,4,0,188,0,200,0,241,0,253,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,7,0,3,0,1,0,112,0,89,3,1,0,103,0,91,3,1,0,104,0,219,0,1,0,30,1,221,0,1,0,31,1,107,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,16,0,27,0,33,0,36,0,37,0,39,0,45,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,89,3,1,0,103,0,91,3,1,0,104,0,222,0,2,0,30,1,31,1,115,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,89,3,1,0,103,0,91,3,1,0,104,0,221,0,2,0,30,1,31,1,103,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,93,3,1,0,103,0,95,3,1,0,104,0,232,0,2,0,30,1,31,1,115,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,93,3,1,0,103,0,95,3,1,0,104,0,231,0,2,0,30,1,31,1,103,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,7,0,3,0,1,0,112,0,93,3,1,0,103,0,95,3,1,0,104,0,230,0,1,0,30,1,231,0,1,0,31,1,107,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,15,0,27,0,30,0,31,0,33,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,21,0,3,0,1,0,112,0,97,3,1,0,26,0,99,3,1,0,32,0,103,3,1,0,46,0,105,3,1,0,57,0,109,3,1,0,100,0,111,3,1,0,103,0,113,3,1,0,107,0,109,1,1,0,144,0,157,1,1,0,30,1,32,5,1,0,230,0,175,5,1,0,27,1,183,5,1,0,246,0,187,5,1,0,2,1,226,5,1,0,193,0,238,5,1,0,18,1,254,5,1,0,205,0,101,3,2,0,35,0,38,0,215,4,3,0,139,0,14,1,24,1,218,4,4,0,188,0,200,0,241,0,253,0,107,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,3,0,3,0,1,0,112,0,115,3,2,0,100,0,101,0,103,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,115,3,1,0,101,0,117,3,1,0,100,0,107,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,16,0,27,0,33,0,36,0,37,0,39,0,45,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,119,3,1,0,103,0,121,3,1,0,104,0,236,0,2,0,30,1,31,1,103,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,123,3,1,0,103,0,125,3,1,0,104,0,243,0,2,0,30,1,31,1,115,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,31,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,5,0,3,0,1,0,112,0,123,3,1,0,103,0,125,3,1,0,104,0,240,0,2,0,30,1,31,1,103,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,31,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,3,0,3,0,1,0,112,0,127,3,2,0,100,0,101,0,115,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,7,0,3,0,1,0,112,0,119,3,1,0,103,0,121,3,1,0,104,0,236,0,1,0,31,1,238,0,1,0,30,1,107,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,15,0,27,0,30,0,31,0,33,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,19,0,3,0,1,0,112,0,129,3,1,0,26,0,133,3,1,0,32,0,135,3,1,0,46,0,137,3,1,0,57,0,141,3,1,0,100,0,143,3,1,0,103,0,145,3,1,0,107,0,18,1,1,0,144,0,145,1,1,0,30,1,195,4,1,0,193,0,199,4,1,0,205,0,200,4,1,0,246,0,204,4,1,0,2,1,46,5,1,0,18,1,68,5,1,0,27,1,131,3,2,0,29,0,38,0,139,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,99,5,8,0,139,0,188,0,200,0,238,0,241,0,253,0,14,1,24,1,19,0,3,0,1,0,112,0,147,3,1,0,26,0,149,3,1,0,32,0,151,3,1,0,46,0,153,3,1,0,57,0,157,3,1,0,100,0,159,3,1,0,103,0,161,3,1,0,107,0,20,1,1,0,144,0,148,1,1,0,30,1,21,5,1,0,193,0,25,5,1,0,205,0,28,5,1,0,246,0,31,5,1,0,2,1,56,5,1,0,18,1,73,5,1,0,27,1,131,3,2,0,35,0,38,0,155,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,39,5,8,0,139,0,188,0,200,0,238,0,241,0,253,0,14,1,24,1,7,0,3,0,1,0,112,0,123,3,1,0,103,0,125,3,1,0,104,0,240,0,1,0,31,1,242,0,1,0,30,1,107,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,15,0,27,0,33,0,36,0,37,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,19,0,3,0,1,0,112,0,147,3,1,0,26,0,149,3,1,0,32,0,151,3,1,0,46,0,153,3,1,0,57,0,157,3,1,0,100,0,159,3,1,0,103,0,161,3,1,0,107,0,20,1,1,0,144,0,148,1,1,0,30,1,21,5,1,0,193,0,25,5,1,0,205,0,28,5,1,0,246,0,31,5,1,0,2,1,56,5,1,0,18,1,73,5,1,0,27,1,163,3,2,0,35,0,38,0,155,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,91,5,8,0,139,0,188,0,200,0,238,0,241,0,253,0,14,1,24,1,19,0,3,0,1,0,112,0,129,3,1,0,26,0,133,3,1,0,32,0,135,3,1,0,46,0,137,3,1,0,57,0,141,3,1,0,100,0,143,3,1,0,103,0,145,3,1,0,107,0,18,1,1,0,144,0,145,1,1,0,30,1,195,4,1,0,193,0,199,4,1,0,205,0,200,4,1,0,246,0,204,4,1,0,2,1,46,5,1,0,18,1,68,5,1,0,27,1,163,3,2,0,29,0,38,0,139,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,47,5,8,0,139,0,188,0,200,0,238,0,241,0,253,0,14,1,24,1,5,0,3,0,1,0,112,0,119,3,1,0,103,0,121,3,1,0,104,0,234,0,2,0,30,1,31,1,115,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,21,0,3,0,1,0,112,0,97,3,1,0,26,0,99,3,1,0,32,0,103,3,1,0,46,0,105,3,1,0,57,0,109,3,1,0,100,0,111,3,1,0,103,0,113,3,1,0,107,0,109,1,1,0,144,0,157,1,1,0,30,1,12,5,1,0,230,0,175,5,1,0,27,1,183,5,1,0,246,0,187,5,1,0,2,1,226,5,1,0,193,0,238,5,1,0,18,1,254,5,1,0,205,0,101,3,2,0,29,0,38,0,79,5,3,0,139,0,14,1,24,1,220,4,4,0,188,0,200,0,241,0,253,0,107,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,30,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,5,0,3,0,1,0,112,0,165,3,1,0,100,0,167,3,1,0,101,0,107,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,15,0,27,0,30,0,31,0,33,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,30,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,3,0,3,0,1,0,112,0,167,3,2,0,100,0,101,0,103,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,169,3,2,0,100,0,101,0,115,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,2,0,3,0,1,0,112,0,139,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,3,0,3,0,1,0,112,0,171,3,2,0,100,0,101,0,103,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,173,3,2,0,100,0,101,0,103,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,173,3,1,0,101,0,175,3,1,0,100,0,107,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,15,0,27,0,30,0,31,0,33,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,177,3,2,0,100,0,101,0,115,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,145,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,141,2,16,0,27,0,33,0,36,0,37,0,39,0,45,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,171,3,1,0,101,0,179,3,1,0,100,0,107,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,15,0,27,0,33,0,36,0,37,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,141,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,148,2,29,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,29,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,3,0,3,0,1,0,112,0,181,3,2,0,100,0,101,0,115,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,29,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,7,0,3,0,1,0,112,0,183,3,1,0,103,0,185,3,1,0,104,0,1,1,1,0,30,1,2,1,1,0,31,1,107,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,13,0,27,0,33,0,45,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,183,3,1,0,103,0,185,3,1,0,104,0,2,1,2,0,30,1,31,1,103,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,145,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,141,2,15,0,27,0,30,0,31,0,33,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,141,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,148,2,28,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,44,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,183,3,1,0,103,0,185,3,1,0,104,0,4,1,2,0,30,1,31,1,115,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,148,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,141,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,145,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,141,2,15,0,27,0,30,0,31,0,33,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,27,0,26,0,27,0,29,0,30,0,31,0,32,0,33,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,141,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,145,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,141,2,15,0,27,0,33,0,36,0,37,0,39,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,148,2,27,0,26,0,27,0,32,0,33,0,35,0,36,0,37,0,38,0,39,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,5,0,3,0,1,0,112,0,187,3,1,0,100,0,189,3,1,0,101,0,107,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,103,2,13,0,27,0,33,0,45,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,189,3,2,0,100,0,101,0,103,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,137,2,26,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,2,0,3,0,1,0,112,0,139,2,26,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,100,0,101,0,3,0,3,0,1,0,112,0,191,3,2,0,100,0,101,0,115,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,193,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,195,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,193,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,197,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,199,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,199,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,201,3,25,0,1,0,2,0,4,0,7,0,9,0,10,0,12,0,15,0,18,0,22,0,24,0,27,0,33,0,47,0,58,0,67,0,72,0,77,0,82,0,87,0,92,0,97,0,101,0,104,0,108,0,2,0,3,0,1,0,112,0,137,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,3,0,3,0,1,0,112,0,145,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,141,2,13,0,27,0,33,0,45,0,47,0,58,0,70,0,75,0,80,0,85,0,90,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,141,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,139,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,2,0,3,0,1,0,112,0,148,2,24,0,26,0,27,0,32,0,33,0,44,0,45,0,46,0,47,0,57,0,58,0,69,0,70,0,74,0,75,0,79,0,80,0,84,0,85,0,89,0,90,0,94,0,95,0,98,0,99,0,12,0,3,0,1,0,112,0,2,3,1,0,26,0,6,3,1,0,32,0,12,3,1,0,46,0,14,3,1,0,57,0,60,4,1,0,18,1,137,4,1,0,193,0,138,4,1,0,205,0,139,4,1,0,246,0,140,4,1,0,2,1,203,3,3,0,29,0,38,0,44,0,16,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,76,1,1,0,181,0,205,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,78,1,1,0,181,0,209,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,78,1,1,0,181,0,205,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,12,0,3,0,1,0,112,0,197,2,1,0,26,0,199,2,1,0,32,0,207,2,1,0,46,0,209,2,1,0,57,0,27,4,1,0,193,0,28,4,1,0,205,0,29,4,1,0,246,0,30,4,1,0,2,1,147,4,1,0,18,1,203,3,3,0,35,0,38,0,44,0,211,2,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,211,3,17,0,16,0,19,0,20,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,213,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,217,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,221,3,1,0,20,0,219,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,225,3,1,0,20,0,223,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,229,3,1,0,20,0,227,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,233,3,1,0,20,0,231,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,235,3,17,0,16,0,19,0,20,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,12,0,3,0,1,0,112,0,129,3,1,0,26,0,133,3,1,0,32,0,135,3,1,0,46,0,137,3,1,0,57,0,207,4,1,0,193,0,208,4,1,0,205,0,209,4,1,0,246,0,210,4,1,0,2,1,245,4,1,0,18,1,203,3,2,0,29,0,38,0,139,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,237,3,17,0,16,0,19,0,20,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,12,0,3,0,1,0,112,0,147,3,1,0,26,0,149,3,1,0,32,0,151,3,1,0,46,0,153,3,1,0,57,0,212,4,1,0,18,1,74,5,1,0,193,0,77,5,1,0,205,0,78,5,1,0,246,0,80,5,1,0,2,1,203,3,2,0,35,0,38,0,155,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,177,2,1,0,19,0,73,1,1,0,176,0,239,3,15,0,16,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,4,0,3,0,1,0,112,0,177,2,1,0,19,0,75,1,1,0,176,0,241,3,15,0,16,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,4,0,3,0,1,0,112,0,177,2,1,0,19,0,50,1,1,0,176,0,243,3,15,0,16,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,245,3,17,0,16,0,19,0,20,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,249,3,1,0,20,0,247,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,251,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,253,3,17,0,16,0,19,0,20,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,1,4,1,0,20,0,255,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,5,4,1,0,20,0,3,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,9,4,1,0,20,0,7,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,13,4,1,0,20,0,11,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,17,4,1,0,20,0,15,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,3,0,3,0,1,0,112,0,21,4,1,0,20,0,19,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,23,4,17,0,16,0,19,0,20,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,25,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,27,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,29,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,31,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,33,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,35,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,37,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,39,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,41,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,209,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,43,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,45,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,47,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,49,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,51,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,53,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,55,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,12,0,3,0,1,0,112,0,203,3,1,0,20,0,57,4,1,0,26,0,59,4,1,0,32,0,61,4,1,0,46,0,63,4,1,0,57,0,241,5,1,0,193,0,243,5,1,0,205,0,244,5,1,0,246,0,248,5,1,0,2,1,249,5,1,0,15,1,65,4,6,0,66,0,71,0,76,0,81,0,86,0,91,0,12,0,3,0,1,0,112,0,57,4,1,0,26,0,59,4,1,0,32,0,61,4,1,0,46,0,63,4,1,0,57,0,67,4,1,0,20,0,250,5,1,0,193,0,251,5,1,0,205,0,253,5,1,0,246,0,0,6,1,0,2,1,1,6,1,0,15,1,65,4,6,0,66,0,71,0,76,0,81,0,86,0,91,0,2,0,3,0,1,0,112,0,69,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,71,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,73,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,75,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,77,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,235,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,79,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,81,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,83,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,85,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,87,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,89,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,12,0,3,0,1,0,112,0,57,4,1,0,26,0,59,4,1,0,32,0,61,4,1,0,46,0,63,4,1,0,57,0,91,4,1,0,20,0,135,5,1,0,246,0,138,5,1,0,2,1,139,5,1,0,15,1,211,5,1,0,193,0,212,5,1,0,205,0,65,4,6,0,66,0,71,0,76,0,81,0,86,0,91,0,2,0,3,0,1,0,112,0,93,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,219,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,95,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,93,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,97,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,99,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,101,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,211,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,103,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,75,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,237,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,77,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,217,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,105,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,107,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,109,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,111,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,113,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,115,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,117,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,119,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,121,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,123,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,125,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,127,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,129,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,131,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,133,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,135,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,137,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,139,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,223,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,141,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,247,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,251,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,143,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,145,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,83,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,147,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,149,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,227,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,85,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,12,0,3,0,1,0,112,0,97,3,1,0,26,0,99,3,1,0,32,0,103,3,1,0,46,0,105,3,1,0,57,0,203,3,1,0,44,0,186,5,1,0,205,0,189,5,1,0,246,0,190,5,1,0,18,1,202,5,1,0,2,1,255,5,1,0,193,0,107,3,6,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,151,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,153,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,155,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,157,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,159,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,231,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,7,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,11,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,15,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,161,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,19,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,163,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,165,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,167,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,169,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,171,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,173,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,175,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,177,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,179,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,213,3,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,181,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,183,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,185,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,187,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,2,0,3,0,1,0,112,0,189,4,16,0,16,0,19,0,28,0,34,0,48,0,59,0,68,0,73,0,78,0,83,0,88,0,93,0,102,0,105,0,109,0,111,0,4,0,3,0,1,0,112,0,191,4,1,0,103,0,150,1,1,0,30,1,105,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,193,4,1,0,103,0,152,1,1,0,30,1,105,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,195,4,1,0,103,0,163,1,1,0,30,1,105,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,3,0,3,0,1,0,112,0,197,4,1,0,100,0,105,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,199,4,1,0,103,0,161,1,1,0,30,1,105,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,14,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,100,0,3,0,3,0,1,0,112,0,201,4,1,0,100,0,105,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,14,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,100,0,2,0,3,0,1,0,112,0,137,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,3,0,3,0,1,0,112,0,203,4,1,0,100,0,105,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,205,4,1,0,103,0,189,1,1,0,30,1,105,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,3,0,3,0,1,0,112,0,207,4,1,0,100,0,105,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,211,4,1,0,103,0,169,1,1,0,30,1,209,4,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,2,0,3,0,1,0,112,0,143,2,13,0,26,0,29,0,32,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,13,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,100,0,2,0,3,0,1,0,112,0,143,2,13,0,26,0,32,0,35,0,38,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,4,0,3,0,1,0,112,0,211,4,1,0,103,0,213,1,1,0,30,1,117,2,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,2,0,3,0,1,0,112,0,137,2,13,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,100,0,2,0,3,0,1,0,112,0,137,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,12,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,100,0,3,0,3,0,1,0,112,0,213,4,1,0,100,0,105,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,137,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,3,0,3,0,1,0,112,0,215,4,1,0,100,0,117,2,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,2,0,3,0,1,0,112,0,217,4,12,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,100,0,2,0,3,0,1,0,112,0,143,2,12,0,26,0,29,0,32,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,2,0,3,0,1,0,112,0,139,2,12,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,100,0,2,0,3,0,1,0,112,0,143,2,12,0,26,0,32,0,35,0,38,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,3,0,3,0,1,0,112,0,219,4,1,0,100,0,209,4,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,8,0,3,0,1,0,112,0,225,4,1,0,51,0,227,4,1,0,52,0,202,1,1,0,249,0,221,4,2,0,49,0,53,0,223,4,2,0,50,0,54,0,229,4,2,0,55,0,56,0,121,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,233,4,1,0,51,0,235,4,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,237,4,2,0,55,0,56,0,75,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,239,4,1,0,51,0,241,4,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,243,4,2,0,55,0,56,0,107,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,137,2,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,2,0,3,0,1,0,112,0,245,4,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,8,0,3,0,1,0,112,0,247,4,1,0,51,0,249,4,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,251,4,2,0,55,0,56,0,77,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,255,4,1,0,51,0,1,5,1,0,52,0,3,5,1,0,55,0,5,5,1,0,56,0,176,1,1,0,249,0,223,4,2,0,50,0,54,0,253,4,2,0,49,0,53,0,31,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,9,5,1,0,51,0,11,5,1,0,52,0,13,5,1,0,55,0,15,5,1,0,56,0,177,1,1,0,249,0,223,4,2,0,50,0,54,0,7,5,2,0,49,0,53,0,34,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,19,5,1,0,51,0,21,5,1,0,52,0,179,1,1,0,249,0,223,4,2,0,50,0,54,0,17,5,2,0,49,0,53,0,23,5,2,0,55,0,56,0,95,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,27,5,1,0,51,0,29,5,1,0,52,0,199,1,1,0,249,0,223,4,2,0,50,0,54,0,25,5,2,0,49,0,53,0,31,5,2,0,55,0,56,0,117,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,35,5,1,0,51,0,37,5,1,0,52,0,180,1,1,0,249,0,223,4,2,0,50,0,54,0,33,5,2,0,49,0,53,0,39,5,2,0,55,0,56,0,123,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,41,5,1,0,51,0,43,5,1,0,52,0,45,5,1,0,55,0,47,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,45,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,49,5,1,0,51,0,51,5,1,0,52,0,53,5,1,0,55,0,55,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,47,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,57,5,1,0,51,0,59,5,1,0,52,0,61,5,1,0,55,0,63,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,70,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,65,5,1,0,51,0,67,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,69,5,2,0,55,0,56,0,105,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,71,5,1,0,51,0,73,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,75,5,2,0,55,0,56,0,131,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,79,5,1,0,51,0,81,5,1,0,52,0,83,5,1,0,55,0,85,5,1,0,56,0,186,1,1,0,249,0,223,4,2,0,50,0,54,0,77,5,2,0,49,0,53,0,65,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,137,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,8,0,3,0,1,0,112,0,89,5,1,0,51,0,91,5,1,0,52,0,188,1,1,0,249,0,223,4,2,0,50,0,54,0,87,5,2,0,49,0,53,0,93,5,2,0,55,0,56,0,115,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,97,5,1,0,51,0,99,5,1,0,52,0,170,1,1,0,249,0,223,4,2,0,50,0,54,0,95,5,2,0,49,0,53,0,101,5,2,0,55,0,56,0,67,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,105,5,1,0,51,0,107,5,1,0,52,0,217,1,1,0,249,0,223,4,2,0,50,0,54,0,103,5,2,0,49,0,53,0,109,5,2,0,55,0,56,0,147,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,233,4,1,0,51,0,235,4,1,0,52,0,237,4,1,0,56,0,111,5,1,0,55,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,75,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,27,5,1,0,51,0,29,5,1,0,52,0,31,5,1,0,56,0,115,5,1,0,55,0,204,1,1,0,249,0,223,4,2,0,50,0,54,0,113,5,2,0,49,0,53,0,117,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,117,5,1,0,51,0,119,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,121,5,2,0,55,0,56,0,138,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,143,2,11,0,26,0,32,0,44,0,46,0,57,0,69,0,74,0,79,0,84,0,89,0,94,0,9,0,3,0,1,0,112,0,89,5,1,0,51,0,91,5,1,0,52,0,93,5,1,0,56,0,125,5,1,0,55,0,209,1,1,0,249,0,223,4,2,0,50,0,54,0,123,5,2,0,49,0,53,0,115,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,129,5,1,0,51,0,131,5,1,0,52,0,133,5,1,0,55,0,135,5,1,0,56,0,211,1,1,0,249,0,223,4,2,0,50,0,54,0,127,5,2,0,49,0,53,0,118,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,19,5,1,0,51,0,21,5,1,0,52,0,23,5,1,0,56,0,139,5,1,0,55,0,195,1,1,0,249,0,223,4,2,0,50,0,54,0,137,5,2,0,49,0,53,0,95,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,255,4,1,0,51,0,1,5,1,0,52,0,196,1,1,0,249,0,223,4,2,0,50,0,54,0,5,5,2,0,55,0,56,0,141,5,2,0,49,0,53,0,31,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,145,5,1,0,51,0,147,5,1,0,52,0,197,1,1,0,249,0,223,4,2,0,50,0,54,0,143,5,2,0,49,0,53,0,149,5,2,0,55,0,56,0,170,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,65,5,1,0,51,0,67,5,1,0,52,0,69,5,1,0,56,0,151,5,1,0,55,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,105,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,41,5,1,0,51,0,43,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,47,5,2,0,55,0,56,0,45,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,153,5,1,0,51,0,155,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,157,5,2,0,55,0,56,0,176,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,225,4,1,0,51,0,227,4,1,0,52,0,229,4,1,0,56,0,161,5,1,0,55,0,200,1,1,0,249,0,223,4,2,0,50,0,54,0,159,5,2,0,49,0,53,0,121,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,163,5,1,0,51,0,165,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,167,5,2,0,55,0,56,0,173,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,169,5,1,0,51,0,171,5,1,0,52,0,173,5,1,0,55,0,175,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,129,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,79,5,1,0,51,0,81,5,1,0,52,0,166,1,1,0,249,0,223,4,2,0,50,0,54,0,85,5,2,0,55,0,56,0,177,5,2,0,49,0,53,0,65,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,169,5,1,0,51,0,171,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,175,5,2,0,55,0,56,0,129,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,181,5,1,0,51,0,183,5,1,0,52,0,185,5,1,0,55,0,187,5,1,0,56,0,178,1,1,0,249,0,223,4,2,0,50,0,54,0,179,5,2,0,49,0,53,0,135,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,163,5,1,0,51,0,165,5,1,0,52,0,167,5,1,0,56,0,189,5,1,0,55,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,173,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,193,5,1,0,51,0,195,5,1,0,52,0,197,5,1,0,55,0,199,5,1,0,56,0,208,1,1,0,249,0,223,4,2,0,50,0,54,0,191,5,2,0,49,0,53,0,145,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,203,5,1,0,51,0,205,5,1,0,52,0,167,1,1,0,249,0,223,4,2,0,50,0,54,0,201,5,2,0,49,0,53,0,207,5,2,0,55,0,56,0,97,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,193,5,1,0,51,0,195,5,1,0,52,0,210,1,1,0,249,0,223,4,2,0,50,0,54,0,199,5,2,0,55,0,56,0,209,5,2,0,49,0,53,0,145,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,211,5,1,0,51,0,213,5,1,0,52,0,215,5,1,0,55,0,217,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,152,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,117,5,1,0,51,0,119,5,1,0,52,0,121,5,1,0,56,0,219,5,1,0,55,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,138,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,211,5,1,0,51,0,213,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,217,5,2,0,55,0,56,0,152,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,221,5,1,0,51,0,223,5,1,0,52,0,225,5,1,0,55,0,227,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,140,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,231,5,1,0,51,0,233,5,1,0,52,0,235,5,1,0,55,0,237,5,1,0,56,0,215,1,1,0,249,0,223,4,2,0,50,0,54,0,229,5,2,0,49,0,53,0,168,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,150,2,11,0,20,0,26,0,32,0,46,0,57,0,66,0,71,0,76,0,81,0,86,0,91,0,8,0,3,0,1,0,112,0,231,5,1,0,51,0,233,5,1,0,52,0,216,1,1,0,249,0,223,4,2,0,50,0,54,0,237,5,2,0,55,0,56,0,239,5,2,0,49,0,53,0,168,2,2,0,250,0,41,1,9,0,3,0,1,0,112,0,241,5,1,0,51,0,243,5,1,0,52,0,245,5,1,0,55,0,247,5,1,0,56,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,174,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,241,5,1,0,51,0,243,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,247,5,2,0,55,0,56,0,174,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,249,5,1,0,51,0,251,5,1,0,52,0,246,1,1,0,249,0,223,4,2,0,50,0,54,0,231,4,2,0,49,0,53,0,253,5,2,0,55,0,56,0,154,2,2,0,250,0,41,1,8,0,3,0,1,0,112,0,13,0,1,0,9,0,123,1,1,0,1,0,255,5,1,0,10,0,220,1,1,0,120,0,131,4,1,0,125,0,148,5,2,0,115,0,116,0,38,0,3,0,119,0,128,0,131,0,8,0,3,0,1,0,112,0,221,0,1,0,44,0,223,0,1,0,45,0,25,3,1,0,235,0,175,3,1,0,234,0,57,5,1,0,236,0,1,6,2,0,35,0,38,0,4,6,3,0,36,0,37,0,39,0,8,0,3,0,1,0,112,0,13,0,1,0,9,0,15,0,1,0,10,0,6,6,1,0,1,0,220,1,1,0,120,0,131,4,1,0,125,0,246,5,2,0,115,0,116,0,38,0,3,0,119,0,128,0,131,0,8,0,3,0,1,0,112,0,13,0,1,0,9,0,123,1,1,0,1,0,8,6,1,0,10,0,220,1,1,0,120,0,131,4,1,0,125,0,148,5,2,0,115,0,116,0,38,0,3,0,119,0,128,0,131,0,7,0,3,0,1,0,112,0,7,0,1,0,2,0,9,0,1,0,4,0,11,0,1,0,7,0,13,0,1,0,9,0,61,4,1,0,125,0,10,2,5,0,133,0,134,0,135,0,136,0,33,1,8,0,3,0,1,0,112,0,13,0,1,0,9,0,123,1,1,0,1,0,10,6,1,0,10,0,220,1,1,0,120,0,131,4,1,0,125,0,148,5,2,0,115,0,116,0,38,0,3,0,119,0,128,0,131,0,8,0,3,0,1,0,112,0,13,0,1,0,9,0,15,0,1,0,10,0,12,6,1,0,1,0,220,1,1,0,120,0,131,4,1,0,125,0,210,5,2,0,115,0,116,0,38,0,3,0,119,0,128,0,131,0,4,0,3,0,1,0,112,0,225,1,1,0,42,1,14,6,2,0,49,0,53,0,17,6,6,0,50,0,51,0,52,0,54,0,55,0,56,0,7,0,3,0,1,0,112,0,23,6,1,0,64,0,25,6,1,0,65,0,14,2,1,0,5,1,19,6,2,0,60,0,62,0,21,6,2,0,61,0,63,0,243,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,29,6,1,0,64,0,31,6,1,0,65,0,17,2,1,0,5,1,21,6,2,0,61,0,63,0,27,6,2,0,60,0,62,0,244,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,35,6,2,0,64,0,65,0,11,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,239,1,1,0,5,1,21,6,2,0,61,0,63,0,37,6,2,0,60,0,62,0,39,6,2,0,64,0,65,0,249,2,2,0,6,1,43,1,5,0,3,0,1,0,112,0,45,6,1,0,51,0,243,1,1,0,42,1,41,6,2,0,49,0,53,0,43,6,5,0,50,0,52,0,54,0,55,0,56,0,7,0,3,0,1,0,112,0,39,6,1,0,65,0,49,6,1,0,64,0,232,1,1,0,5,1,21,6,2,0,61,0,63,0,47,6,2,0,60,0,62,0,249,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,51,6,1,0,64,0,53,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,251,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,241,1,1,0,5,1,21,6,2,0,61,0,63,0,55,6,2,0,60,0,62,0,57,6,2,0,64,0,65,0,13,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,252,1,1,0,5,1,21,6,2,0,61,0,63,0,59,6,2,0,60,0,62,0,61,6,2,0,64,0,65,0,242,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,63,6,1,0,64,0,65,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,3,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,223,0,1,0,45,0,178,1,1,0,44,0,169,3,1,0,234,0,188,3,1,0,235,0,4,6,5,0,35,0,36,0,37,0,38,0,39,0,6,0,3,0,1,0,112,0,223,0,1,0,45,0,178,1,1,0,44,0,170,3,1,0,234,0,193,3,1,0,235,0,67,6,5,0,35,0,36,0,37,0,38,0,39,0,7,0,3,0,1,0,112,0,71,6,1,0,64,0,73,6,1,0,65,0,247,1,1,0,5,1,21,6,2,0,61,0,63,0,69,6,2,0,60,0,62,0,250,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,53,6,2,0,64,0,65,0,251,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,75,6,2,0,64,0,65,0,0,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,77,6,2,0,64,0,65,0,229,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,79,6,1,0,42,0,81,6,1,0,43,0,19,3,1,0,232,0,172,3,1,0,231,0,4,6,5,0,35,0,36,0,37,0,38,0,39,0,5,0,3,0,1,0,112,0,87,6,1,0,51,0,225,1,1,0,42,1,83,6,2,0,49,0,53,0,85,6,5,0,50,0,52,0,54,0,55,0,56,0,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,65,6,2,0,64,0,65,0,3,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,91,6,1,0,64,0,93,6,1,0,65,0,251,1,1,0,5,1,21,6,2,0,61,0,63,0,89,6,2,0,60,0,62,0,5,3,2,0,6,1,43,1,4,0,3,0,1,0,112,0,246,1,1,0,249,0,95,6,2,0,49,0,53,0,98,6,6,0,50,0,51,0,52,0,54,0,55,0,56,0,7,0,3,0,1,0,112,0,100,6,1,0,64,0,102,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,252,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,79,6,1,0,42,0,81,6,1,0,43,0,20,3,1,0,232,0,173,3,1,0,231,0,67,6,5,0,35,0,36,0,37,0,38,0,39,0,6,0,3,0,1,0,112,0,254,1,1,0,5,1,21,6,2,0,61,0,63,0,93,6,2,0,64,0,65,0,104,6,2,0,60,0,62,0,5,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,106,6,2,0,64,0,65,0,8,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,108,6,1,0,64,0,110,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,7,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,112,6,2,0,64,0,65,0,238,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,250,1,1,0,5,1,21,6,2,0,61,0,63,0,114,6,2,0,60,0,62,0,116,6,2,0,64,0,65,0,6,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,110,6,2,0,64,0,65,0,7,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,23,2,1,0,5,1,21,6,2,0,61,0,63,0,118,6,2,0,60,0,62,0,120,6,2,0,64,0,65,0,253,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,122,6,1,0,64,0,124,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,240,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,120,6,1,0,65,0,128,6,1,0,64,0,19,2,1,0,5,1,21,6,2,0,61,0,63,0,126,6,2,0,60,0,62,0,253,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,132,6,1,0,64,0,134,6,1,0,65,0,235,1,1,0,5,1,21,6,2,0,61,0,63,0,130,6,2,0,60,0,62,0,1,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,138,6,1,0,64,0,140,6,1,0,65,0,9,2,1,0,5,1,21,6,2,0,61,0,63,0,136,6,2,0,60,0,62,0,9,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,61,6,1,0,65,0,144,6,1,0,64,0,6,2,1,0,5,1,21,6,2,0,61,0,63,0,142,6,2,0,60,0,62,0,242,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,18,2,1,0,5,1,21,6,2,0,61,0,63,0,146,6,2,0,60,0,62,0,148,6,2,0,64,0,65,0,2,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,112,6,1,0,65,0,150,6,1,0,64,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,238,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,12,2,1,0,5,1,21,6,2,0,61,0,63,0,140,6,2,0,64,0,65,0,152,6,2,0,60,0,62,0,9,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,25,2,1,0,5,1,21,6,2,0,61,0,63,0,25,6,2,0,64,0,65,0,154,6,2,0,60,0,62,0,243,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,156,6,1,0,64,0,158,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,10,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,160,6,1,0,2,0,163,6,1,0,4,0,166,6,1,0,7,0,169,6,1,0,9,0,10,2,5,0,133,0,134,0,135,0,136,0,33,1,6,0,3,0,1,0,112,0,244,1,1,0,5,1,21,6,2,0,61,0,63,0,134,6,2,0,64,0,65,0,171,6,2,0,60,0,62,0,1,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,158,6,2,0,64,0,65,0,10,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,175,6,1,0,64,0,177,6,1,0,65,0,0,2,1,0,5,1,21,6,2,0,61,0,63,0,173,6,2,0,60,0,62,0,245,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,179,6,1,0,64,0,181,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,247,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,228,1,1,0,5,1,21,6,2,0,61,0,63,0,183,6,2,0,60,0,62,0,185,6,2,0,64,0,65,0,181,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,189,6,1,0,64,0,191,6,1,0,65,0,22,2,1,0,5,1,21,6,2,0,61,0,63,0,187,6,2,0,60,0,62,0,12,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,193,6,1,0,64,0,195,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,248,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,197,6,2,0,64,0,65,0,4,3,2,0,6,1,43,1,7,0,3,0,1,0,112,0,199,6,1,0,64,0,201,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,255,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,24,2,1,0,5,1,21,6,2,0,61,0,63,0,191,6,2,0,64,0,65,0,203,6,2,0,60,0,62,0,12,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,240,1,1,0,5,1,21,6,2,0,61,0,63,0,205,6,2,0,60,0,62,0,207,6,2,0,64,0,65,0,254,2,2,0,6,1,43,1,7,0,3,0,1,0,112,0,209,6,1,0,64,0,211,6,1,0,65,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,14,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,201,6,2,0,64,0,65,0,255,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,211,6,2,0,64,0,65,0,14,3,2,0,6,1,43,1,6,0,3,0,1,0,112,0,103,2,1,0,5,1,21,6,2,0,61,0,63,0,33,6,2,0,60,0,62,0,181,6,2,0,64,0,65,0,247,2,2,0,6,1,43,1,6,0,3,0,1,0,112,0,47,1,1,0,44,0,154,3,1,0,234,0,55,5,1,0,236,0,213,6,2,0,29,0,38,0,216,6,3,0,30,0,31,0,39,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,220,6,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,127,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,43,5,1,0,52,0,223,4,2,0,50,0,54,0,47,5,2,0,55,0,56,0,45,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,129,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,47,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,51,5,1,0,52,0,223,4,2,0,50,0,54,0,55,5,2,0,55,0,56,0,47,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,131,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,55,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,133,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,135,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,137,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,139,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,253,3,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,4,0,3,0,1,0,112,0,224,6,2,0,38,0,39,0,40,2,2,0,215,0,38,1,222,6,3,0,29,0,30,0,31,0,5,0,3,0,1,0,112,0,227,6,1,0,52,0,223,4,2,0,50,0,54,0,229,6,2,0,55,0,56,0,72,2,2,0,250,0,41,1,4,0,3,0,1,0,112,0,231,6,1,0,42,0,182,3,1,0,231,0,216,6,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,233,6,3,0,35,0,38,0,42,0,255,3,4,0,36,0,37,0,39,0,43,0,3,0,3,0,1,0,112,0,236,6,3,0,35,0,38,0,44,0,239,6,4,0,36,0,37,0,39,0,45,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,241,6,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,243,6,1,0,52,0,223,4,2,0,50,0,54,0,241,6,2,0,55,0,56,0,49,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,245,6,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,247,6,1,0,52,0,223,4,2,0,50,0,54,0,245,6,2,0,55,0,56,0,50,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,249,6,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,251,6,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,253,6,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,2,0,3,0,1,0,112,0,239,6,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,5,0,3,0,1,0,112,0,2,7,1,0,52,0,255,6,2,0,50,0,54,0,5,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,151,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,4,0,3,0,1,0,112,0,9,7,2,0,38,0,39,0,55,2,2,0,216,0,39,1,7,7,3,0,35,0,36,0,37,0,2,0,3,0,1,0,112,0,153,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,3,0,3,0,1,0,112,0,12,7,3,0,35,0,38,0,42,0,3,4,4,0,36,0,37,0,39,0,43,0,2,0,3,0,1,0,112,0,157,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,159,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,3,0,3,0,1,0,112,0,15,7,3,0,35,0,38,0,42,0,7,4,4,0,36,0,37,0,39,0,43,0,2,0,3,0,1,0,112,0,7,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,11,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,235,4,1,0,52,0,223,4,2,0,50,0,54,0,237,4,2,0,55,0,56,0,75,2,2,0,250,0,41,1,3,0,3,0,1,0,112,0,18,7,3,0,35,0,38,0,42,0,15,4,4,0,36,0,37,0,39,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,237,4,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,249,4,1,0,52,0,223,4,2,0,50,0,54,0,251,4,2,0,55,0,56,0,77,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,251,4,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,15,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,19,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,21,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,23,7,1,0,52,0,223,4,2,0,50,0,54,0,21,7,2,0,55,0,56,0,73,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,25,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,27,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,4,0,3,0,1,0,112,0,74,2,1,0,44,1,29,7,2,0,60,0,62,0,32,7,4,0,61,0,63,0,64,0,65,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,34,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,36,7,1,0,52,0,223,4,2,0,50,0,54,0,34,7,2,0,55,0,56,0,79,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,38,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,40,7,1,0,52,0,223,4,2,0,50,0,54,0,38,7,2,0,55,0,56,0,80,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,42,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,44,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,23,4,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,2,0,3,0,1,0,112,0,173,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,175,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,177,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,179,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,165,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,97,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,39,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,141,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,87,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,89,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,219,3,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,67,5,1,0,52,0,223,4,2,0,50,0,54,0,69,5,2,0,55,0,56,0,105,2,2,0,250,0,41,1,3,0,3,0,1,0,112,0,46,7,3,0,35,0,38,0,42,0,219,3,4,0,36,0,37,0,39,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,69,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,241,4,1,0,52,0,223,4,2,0,50,0,54,0,243,4,2,0,55,0,56,0,107,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,243,4,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,223,3,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,3,0,3,0,1,0,112,0,49,7,3,0,35,0,38,0,42,0,227,3,4,0,36,0,37,0,39,0,43,0,2,0,3,0,1,0,112,0,227,3,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,231,3,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,4,0,3,0,1,0,112,0,74,2,1,0,44,1,52,7,2,0,60,0,62,0,54,7,4,0,61,0,63,0,64,0,65,0,4,0,3,0,1,0,112,0,103,2,1,0,5,1,56,7,2,0,60,0,62,0,59,7,4,0,61,0,63,0,64,0,65,0,2,0,3,0,1,0,112,0,29,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,61,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,63,7,1,0,52,0,223,4,2,0,50,0,54,0,61,7,2,0,55,0,56,0,109,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,65,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,67,7,1,0,52,0,223,4,2,0,50,0,54,0,65,7,2,0,55,0,56,0,110,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,69,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,71,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,125,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,33,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,119,5,1,0,52,0,223,4,2,0,50,0,54,0,121,5,2,0,55,0,56,0,138,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,35,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,121,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,223,5,1,0,52,0,223,4,2,0,50,0,54,0,227,5,2,0,55,0,56,0,140,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,167,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,227,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,171,5,1,0,52,0,223,4,2,0,50,0,54,0,175,5,2,0,55,0,56,0,129,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,37,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,175,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,73,5,1,0,52,0,223,4,2,0,50,0,54,0,75,5,2,0,55,0,56,0,131,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,75,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,189,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,2,0,3,0,1,0,112,0,73,7,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,2,0,3,0,1,0,112,0,211,3,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,2,0,3,0,1,0,112,0,75,7,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,5,0,3,0,1,0,112,0,59,5,1,0,52,0,223,4,2,0,50,0,54,0,63,5,2,0,55,0,56,0,70,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,77,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,79,7,1,0,52,0,223,4,2,0,50,0,54,0,77,7,2,0,55,0,56,0,27,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,81,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,83,7,1,0,52,0,223,4,2,0,50,0,54,0,81,7,2,0,55,0,56,0,134,2,2,0,250,0,41,1,4,0,3,0,1,0,112,0,231,6,1,0,42,0,184,3,1,0,231,0,85,7,5,0,29,0,30,0,31,0,38,0,39,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,87,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,63,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,4,0,3,0,1,0,112,0,102,2,1,0,44,1,89,7,2,0,60,0,62,0,91,7,4,0,61,0,63,0,64,0,65,0,4,0,3,0,1,0,112,0,95,7,2,0,38,0,39,0,148,2,2,0,215,0,38,1,93,7,3,0,29,0,30,0,31,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,97,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,99,7,1,0,52,0,223,4,2,0,50,0,54,0,97,7,2,0,55,0,56,0,142,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,101,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,103,7,1,0,52,0,223,4,2,0,50,0,54,0,101,7,2,0,55,0,56,0,144,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,105,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,213,5,1,0,52,0,223,4,2,0,50,0,54,0,217,5,2,0,55,0,56,0,152,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,107,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,217,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,251,5,1,0,52,0,223,4,2,0,50,0,54,0,253,5,2,0,55,0,56,0,154,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,253,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,4,0,3,0,1,0,112,0,109,7,2,0,38,0,39,0,40,2,2,0,215,0,38,1,47,2,3,0,29,0,30,0,31,0,4,0,3,0,1,0,112,0,113,7,2,0,38,0,39,0,151,2,2,0,215,0,38,1,111,7,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,237,3,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,4,0,3,0,1,0,112,0,115,7,2,0,38,0,39,0,40,2,2,0,215,0,38,1,49,2,3,0,29,0,30,0,31,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,117,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,119,7,1,0,52,0,223,4,2,0,50,0,54,0,117,7,2,0,55,0,56,0,156,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,121,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,123,7,1,0,52,0,223,4,2,0,50,0,54,0,121,7,2,0,55,0,56,0,157,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,125,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,127,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,4,0,3,0,1,0,112,0,131,7,2,0,38,0,39,0,161,2,2,0,216,0,39,1,129,7,3,0,35,0,36,0,37,0,4,0,3,0,1,0,112,0,135,7,2,0,38,0,39,0,163,2,2,0,216,0,39,1,133,7,3,0,35,0,36,0,37,0,4,0,3,0,1,0,112,0,241,1,1,0,44,0,155,3,1,0,234,0,85,7,5,0,29,0,30,0,31,0,38,0,39,0,4,0,3,0,1,0,112,0,137,7,2,0,38,0,39,0,55,2,2,0,216,0,39,1,41,2,3,0,35,0,36,0,37,0,4,0,3,0,1,0,112,0,241,1,1,0,44,0,153,3,1,0,234,0,216,6,5,0,29,0,30,0,31,0,38,0,39,0,4,0,3,0,1,0,112,0,139,7,2,0,38,0,39,0,55,2,2,0,216,0,39,1,39,2,3,0,35,0,36,0,37,0,5,0,3,0,1,0,112,0,165,5,1,0,52,0,223,4,2,0,50,0,54,0,167,5,2,0,55,0,56,0,173,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,141,7,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,5,0,3,0,1,0,112,0,243,5,1,0,52,0,223,4,2,0,50,0,54,0,247,5,2,0,55,0,56,0,174,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,143,7,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,247,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,155,5,1,0,52,0,223,4,2,0,50,0,54,0,157,5,2,0,55,0,56,0,176,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,157,5,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,145,7,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,2,0,3,0,1,0,112,0,147,7,7,0,35,0,36,0,37,0,38,0,39,0,44,0,45,0,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,229,6,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,149,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,151,7,1,0,52,0,223,4,2,0,50,0,54,0,149,7,2,0,55,0,56,0,178,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,153,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,155,7,1,0,52,0,223,4,2,0,50,0,54,0,153,7,2,0,55,0,56,0,179,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,157,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,5,0,3,0,1,0,112,0,218,6,1,0,52,0,223,4,2,0,50,0,54,0,159,7,2,0,55,0,56,0,53,2,2,0,250,0,41,1,2,0,3,0,1,0,112,0,31,4,7,0,35,0,36,0,37,0,38,0,39,0,42,0,43,0,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,35,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,163,7,1,0,8,0,246,2,1,0,34,1,161,7,4,0,2,0,4,0,7,0,9,0,2,0,3,0,1,0,112,0,141,7,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,143,7,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,145,7,6,0,29,0,30,0,31,0,38,0,39,0,44,0,4,0,3,0,1,0,112,0,167,7,1,0,8,0,186,2,1,0,34,1,165,7,4,0,2,0,4,0,7,0,9,0,2,0,3,0,1,0,112,0,147,7,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,73,7,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,75,7,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,125,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,127,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,129,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,131,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,133,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,135,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,137,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,139,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,253,3,6,0,29,0,30,0,31,0,38,0,39,0,44,0,3,0,3,0,1,0,112,0,255,3,3,0,30,0,31,0,39,0,233,6,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,151,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,153,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,3,0,3,0,1,0,112,0,3,4,3,0,30,0,31,0,39,0,12,7,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,157,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,159,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,3,0,3,0,1,0,112,0,7,4,3,0,30,0,31,0,39,0,15,7,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,7,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,11,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,3,0,3,0,1,0,112,0,15,4,3,0,30,0,31,0,39,0,18,7,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,15,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,19,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,23,4,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,173,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,175,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,177,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,179,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,165,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,97,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,39,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,141,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,87,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,89,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,219,3,6,0,29,0,30,0,31,0,38,0,39,0,42,0,3,0,3,0,1,0,112,0,219,3,3,0,30,0,31,0,39,0,46,7,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,223,3,6,0,29,0,30,0,31,0,38,0,39,0,42,0,3,0,3,0,1,0,112,0,227,3,3,0,30,0,31,0,39,0,49,7,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,227,3,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,231,3,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,29,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,170,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,2,0,3,0,1,0,112,0,33,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,35,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,37,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,189,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,211,3,6,0,29,0,30,0,31,0,38,0,39,0,44,0,3,0,3,0,1,0,112,0,236,6,3,0,29,0,38,0,44,0,239,6,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,253,6,6,0,29,0,30,0,31,0,38,0,39,0,44,0,2,0,3,0,1,0,112,0,239,6,6,0,29,0,30,0,31,0,38,0,39,0,44,0,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,172,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,174,7,2,0,61,0,63,0,177,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,179,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,2,0,3,0,1,0,112,0,237,3,6,0,29,0,30,0,31,0,38,0,39,0,44,0,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,112,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,181,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,195,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,124,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,183,7,1,0,8,0,186,2,1,0,34,1,181,7,4,0,2,0,4,0,7,0,9,0,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,185,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,187,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,53,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,102,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,189,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,191,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,201,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,75,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,193,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,195,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,65,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,197,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,197,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,199,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,110,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,106,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,201,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,203,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,158,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,205,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,207,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,211,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,77,6,2,0,64,0,65,0,239,2,2,0,6,1,43,1,4,0,3,0,1,0,112,0,21,6,2,0,61,0,63,0,209,7,2,0,64,0,65,0,239,2,2,0,6,1,43,1,2,0,3,0,1,0,112,0,31,4,6,0,29,0,30,0,31,0,38,0,39,0,42,0,2,0,3,0,1,0,112,0,151,4,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,236,6,2,0,29,0,38,0,239,6,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,253,6,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,211,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,213,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,215,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,217,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,215,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,239,6,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,211,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,85,6,5,0,50,0,52,0,54,0,55,0,56,0,2,0,3,0,1,0,112,0,217,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,143,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,145,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,147,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,219,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,221,7,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,236,6,2,0,35,0,38,0,239,6,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,253,6,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,239,6,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,29,0,30,0,31,0,38,0,39,0,6,0,3,0,1,0,112,0,47,1,1,0,44,0,49,1,1,0,45,0,154,3,1,0,234,0,181,3,1,0,235,0,55,5,1,0,236,0,2,0,3,0,1,0,112,0,225,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,225,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,225,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,225,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,227,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,73,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,75,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,141,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,229,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,231,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,233,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,125,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,127,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,129,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,131,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,133,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,135,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,137,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,139,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,235,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,229,7,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,233,6,2,0,29,0,38,0,255,3,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,151,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,153,4,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,12,7,2,0,29,0,38,0,3,4,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,157,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,159,4,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,15,7,2,0,29,0,38,0,7,4,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,7,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,11,4,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,18,7,2,0,29,0,38,0,15,4,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,15,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,19,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,229,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,231,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,231,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,173,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,175,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,177,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,179,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,165,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,97,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,39,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,141,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,87,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,89,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,219,3,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,46,7,2,0,29,0,38,0,219,3,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,223,3,5,0,29,0,30,0,31,0,38,0,39,0,3,0,3,0,1,0,112,0,49,7,2,0,29,0,38,0,227,3,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,227,3,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,231,3,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,29,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,31,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,33,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,35,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,37,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,189,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,237,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,125,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,127,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,129,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,131,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,133,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,135,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,137,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,139,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,211,3,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,253,3,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,239,7,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,233,6,2,0,35,0,38,0,255,3,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,153,4,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,12,7,2,0,35,0,38,0,3,4,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,157,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,159,4,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,15,7,2,0,35,0,38,0,7,4,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,7,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,11,4,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,18,7,2,0,35,0,38,0,15,4,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,15,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,19,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,241,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,243,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,245,7,5,0,50,0,52,0,54,0,55,0,56,0,2,0,3,0,1,0,112,0,237,3,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,23,4,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,173,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,175,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,177,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,179,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,165,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,97,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,39,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,141,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,87,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,89,4,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,46,7,2,0,35,0,38,0,219,3,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,223,3,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,49,7,2,0,35,0,38,0,227,3,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,227,3,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,231,3,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,29,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,31,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,33,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,35,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,37,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,189,4,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,211,3,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,253,3,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,237,3,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,23,4,5,0,35,0,36,0,37,0,38,0,39,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,76,1,1,0,181,0,247,7,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,78,1,1,0,181,0,247,7,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,249,7,2,0,29,0,38,0,252,7,3,0,30,0,31,0,39,0,2,0,3,0,1,0,112,0,254,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,0,8,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,0,8,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,2,8,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,35,0,36,0,37,0,38,0,39,0,6,0,3,0,1,0,112,0,221,0,1,0,44,0,223,0,1,0,45,0,25,3,1,0,235,0,175,3,1,0,234,0,57,5,1,0,236,0,2,0,3,0,1,0,112,0,225,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,73,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,225,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,225,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,225,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,227,7,5,0,35,0,36,0,37,0,38,0,39,0,3,0,3,0,1,0,112,0,249,7,2,0,35,0,38,0,252,7,3,0,36,0,37,0,39,0,2,0,3,0,1,0,112,0,254,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,0,8,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,2,8,5,0,35,0,36,0,37,0,38,0,39,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,78,1,1,0,181,0,4,8,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,0,8,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,2,8,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,75,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,0,8,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,211,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,213,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,211,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,213,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,211,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,0,8,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,233,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,2,8,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,237,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,141,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,211,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,143,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,145,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,147,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,223,7,5,0,29,0,30,0,31,0,38,0,39,0,2,0,3,0,1,0,112,0,213,7,5,0,35,0,36,0,37,0,38,0,39,0,2,0,3,0,1,0,112,0,219,3,5,0,35,0,36,0,37,0,38,0,39,0,4,0,3,0,1,0,112,0,6,8,1,0,29,0,8,8,1,0,38,0,195,3,2,0,217,0,40,1,4,0,3,0,1,0,112,0,11,8,1,0,35,0,13,8,1,0,38,0,244,3,2,0,217,0,40,1,4,0,3,0,1,0,112,0,69,0,1,0,13,0,15,8,1,0,111,0,205,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,69,0,1,0,13,0,17,8,1,0,111,0,206,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,207,3,1,0,20,0,76,1,1,0,181,0,205,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,19,8,4,0,2,0,4,0,7,0,9,0,4,0,3,0,1,0,112,0,207,3,1,0,20,0,78,1,1,0,181,0,205,3,2,0,13,0,111,0,4,0,3,0,1,0,112,0,23,8,1,0,55,0,246,3,1,0,249,0,21,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,27,8,1,0,55,0,209,3,1,0,249,0,25,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,31,8,1,0,64,0,210,3,1,0,5,1,29,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,33,8,1,0,111,0,211,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,69,0,1,0,13,0,35,8,1,0,111,0,211,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,39,8,1,0,64,0,5,4,1,0,5,1,37,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,10,3,1,0,44,0,202,4,1,0,236,0,41,8,2,0,29,0,38,0,4,0,3,0,1,0,112,0,45,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,49,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,51,8,1,0,13,0,54,8,1,0,111,0,211,3,2,0,158,0,35,1,5,0,3,0,1,0,112,0,49,1,1,0,45,0,241,1,1,0,44,0,153,3,1,0,234,0,176,3,1,0,235,0,5,0,3,0,1,0,112,0,223,0,1,0,45,0,178,1,1,0,44,0,169,3,1,0,234,0,188,3,1,0,235,0,4,0,3,0,1,0,112,0,58,8,1,0,55,0,225,3,1,0,249,0,56,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,62,8,1,0,64,0,226,3,1,0,5,1,60,8,2,0,60,0,62,0,5,0,3,0,1,0,112,0,223,0,1,0,45,0,178,1,1,0,44,0,170,3,1,0,234,0,193,3,1,0,235,0,3,0,3,0,1,0,112,0,233,3,1,0,20,0,231,3,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,11,8,1,0,29,0,64,8,1,0,38,0,248,3,2,0,217,0,40,1,3,0,3,0,1,0,112,0,229,3,1,0,20,0,227,3,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,5,4,1,0,20,0,3,4,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,221,3,1,0,20,0,219,3,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,225,3,1,0,20,0,223,3,3,0,1,0,9,0,10,0,5,0,3,0,1,0,112,0,49,1,1,0,45,0,241,1,1,0,44,0,155,3,1,0,234,0,177,3,1,0,235,0,4,0,3,0,1,0,112,0,66,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,68,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,70,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,72,8,1,0,111,0,211,3,2,0,158,0,35,1,3,0,3,0,1,0,112,0,9,4,1,0,20,0,7,4,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,251,3,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,74,8,1,0,111,0,211,3,2,0,158,0,35,1,2,0,3,0,1,0,112,0,211,3,4,0,1,0,9,0,10,0,20,0,3,0,3,0,1,0,112,0,13,4,1,0,20,0,11,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,253,3,4,0,1,0,9,0,10,0,20,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,76,8,1,0,111,0,254,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,69,0,1,0,13,0,78,8,1,0,111,0,2,4,2,0,158,0,35,1,4,0,3,0,1,0,112,0,69,0,1,0,13,0,80,8,1,0,111,0,230,3,2,0,158,0,35,1,3,0,3,0,1,0,112,0,17,4,1,0,20,0,15,4,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,82,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,84,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,3,0,3,0,1,0,112,0,21,4,1,0,20,0,19,4,3,0,1,0,9,0,10,0,5,0,3,0,1,0,112,0,231,6,1,0,42,0,86,8,1,0,43,0,178,3,1,0,232,0,182,3,1,0,231,0,4,0,3,0,1,0,112,0,90,8,1,0,55,0,252,3,1,0,249,0,88,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,94,8,1,0,64,0,253,3,1,0,5,1,92,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,87,3,1,0,35,0,96,8,1,0,38,0,10,4,2,0,217,0,40,1,4,0,3,0,1,0,112,0,98,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,100,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,2,0,3,0,1,0,112,0,102,8,4,0,2,0,4,0,7,0,9,0,4,0,3,0,1,0,112,0,87,3,1,0,29,0,104,8,1,0,38,0,195,3,2,0,217,0,40,1,4,0,3,0,1,0,112,0,108,8,1,0,55,0,238,3,1,0,249,0,106,8,2,0,49,0,53,0,5,0,3,0,1,0,112,0,231,6,1,0,42,0,86,8,1,0,43,0,179,3,1,0,232,0,184,3,1,0,231,0,4,0,3,0,1,0,112,0,112,8,1,0,64,0,239,3,1,0,5,1,110,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,114,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,116,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,118,8,1,0,111,0,211,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,98,6,1,0,55,0,255,3,1,0,249,0,120,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,59,7,1,0,64,0,0,4,1,0,5,1,123,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,126,8,1,0,42,0,211,4,1,0,233,0,41,8,2,0,29,0,38,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,128,8,1,0,111,0,211,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,132,8,1,0,55,0,8,4,1,0,249,0,130,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,136,8,1,0,64,0,9,4,1,0,5,1,134,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,138,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,2,0,3,0,1,0,112,0,235,3,4,0,1,0,9,0,10,0,20,0,5,0,3,0,1,0,112,0,79,6,1,0,42,0,81,6,1,0,43,0,19,3,1,0,232,0,172,3,1,0,231,0,4,0,3,0,1,0,112,0,140,8,1,0,55,0,255,3,1,0,249,0,43,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,142,8,1,0,64,0,0,4,1,0,5,1,47,8,2,0,60,0,62,0,4,0,3,0,1,0,112,0,6,8,1,0,35,0,144,8,1,0,38,0,10,4,2,0,217,0,40,1,5,0,3,0,1,0,112,0,79,6,1,0,42,0,81,6,1,0,43,0,20,3,1,0,232,0,173,3,1,0,231,0,2,0,3,0,1,0,112,0,245,3,4,0,1,0,9,0,10,0,20,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,213,3,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,205,2,1,0,44,0,129,5,1,0,236,0,41,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,237,3,4,0,1,0,9,0,10,0,20,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,217,3,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,147,8,1,0,111,0,211,3,2,0,158,0,35,1,4,0,3,0,1,0,112,0,151,8,1,0,55,0,224,3,1,0,249,0,149,8,2,0,49,0,53,0,4,0,3,0,1,0,112,0,155,8,1,0,64,0,245,3,1,0,5,1,153,8,2,0,60,0,62,0,2,0,3,0,1,0,112,0,23,4,4,0,1,0,9,0,10,0,20,0,4,0,3,0,1,0,112,0,157,8,1,0,42,0,52,5,1,0,233,0,41,8,2,0,35,0,38,0,3,0,3,0,1,0,112,0,249,3,1,0,20,0,247,3,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,1,4,1,0,20,0,255,3,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,69,0,1,0,13,0,159,8,1,0,111,0,227,3,2,0,158,0,35,1,2,0,3,0,1,0,112,0,211,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,161,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,163,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,165,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,167,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,169,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,51,4,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,171,8,1,0,25,0,174,8,1,0,111,0,32,4,1,0,37,1,2,0,3,0,1,0,112,0,55,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,176,8,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,141,7,3,0,35,0,38,0,44,0,2,0,3,0,1,0,112,0,133,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,178,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,180,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,149,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,182,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,41,4,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,184,8,1,0,25,0,186,8,1,0,111,0,32,4,1,0,37,1,2,0,3,0,1,0,112,0,9,4,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,17,4,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,27,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,129,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,131,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,221,3,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,89,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,229,3,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,219,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,159,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,141,7,3,0,29,0,38,0,44,0,4,0,3,0,1,0,112,0,188,8,1,0,25,0,190,8,1,0,111,0,65,4,1,0,37,1,2,0,3,0,1,0,112,0,237,3,3,0,13,0,20,0,111,0,2,0,3,0,1,0,112,0,43,4,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,192,8,1,0,25,0,194,8,1,0,111,0,42,4,1,0,37,1,2,0,3,0,1,0,112,0,223,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,121,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,196,8,3,0,29,0,38,0,44,0,2,0,3,0,1,0,112,0,198,8,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,227,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,135,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,147,4,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,184,8,1,0,25,0,200,8,1,0,111,0,32,4,1,0,37,1,2,0,3,0,1,0,112,0,231,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,155,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,29,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,31,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,247,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,251,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,33,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,211,3,3,0,29,0,38,0,44,0,2,0,3,0,1,0,112,0,35,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,237,3,3,0,29,0,38,0,44,0,2,0,3,0,1,0,112,0,211,3,3,0,35,0,38,0,44,0,2,0,3,0,1,0,112,0,237,3,3,0,35,0,38,0,44,0,2,0,3,0,1,0,112,0,7,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,123,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,37,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,189,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,235,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,245,3,3,0,13,0,20,0,111,0,2,0,3,0,1,0,112,0,11,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,153,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,202,8,3,0,29,0,38,0,42,0,4,0,3,0,1,0,112,0,204,8,1,0,25,0,206,8,1,0,111,0,96,4,1,0,37,1,4,0,3,0,1,0,112,0,208,8,1,0,25,0,210,8,1,0,111,0,97,4,1,0,37,1,2,0,3,0,1,0,112,0,212,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,214,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,125,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,216,8,3,0,29,0,38,0,42,0,3,0,3,0,1,0,112,0,249,3,1,0,20,0,247,3,2,0,13,0,111,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,251,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,143,4,3,0,1,0,9,0,10,0,4,0,3,0,1,0,112,0,184,8,1,0,25,0,218,8,1,0,111,0,32,4,1,0,37,1,4,0,3,0,1,0,112,0,184,8,1,0,25,0,220,8,1,0,111,0,32,4,1,0,37,1,2,0,3,0,1,0,112,0,253,3,3,0,13,0,20,0,111,0,2,0,3,0,1,0,112,0,222,8,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,224,8,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,226,8,3,0,35,0,36,0,37,0,2,0,3,0,1,0,112,0,15,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,137,4,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,1,4,1,0,20,0,255,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,139,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,19,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,151,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,228,8,3,0,29,0,38,0,44,0,2,0,3,0,1,0,112,0,157,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,87,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,105,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,161,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,211,3,3,0,13,0,20,0,111,0,2,0,3,0,1,0,112,0,230,8,3,0,35,0,36,0,37,0,2,0,3,0,1,0,112,0,161,8,3,0,29,0,38,0,42,0,4,0,3,0,1,0,112,0,232,8,1,0,25,0,234,8,1,0,111,0,123,4,1,0,37,1,4,0,3,0,1,0,112,0,236,8,1,0,25,0,238,8,1,0,111,0,124,4,1,0,37,1,2,0,3,0,1,0,112,0,107,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,240,8,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,5,4,1,0,20,0,3,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,182,8,3,0,29,0,38,0,42,0,3,0,3,0,1,0,112,0,9,4,1,0,20,0,7,4,2,0,13,0,111,0,4,0,3,0,1,0,112,0,184,8,1,0,25,0,242,8,1,0,111,0,32,4,1,0,37,1,4,0,3,0,1,0,112,0,184,8,1,0,25,0,244,8,1,0,111,0,32,4,1,0,37,1,3,0,3,0,1,0,112,0,13,4,1,0,20,0,11,4,2,0,13,0,111,0,3,0,3,0,1,0,112,0,17,4,1,0,20,0,15,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,246,8,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,248,8,3,0,35,0,36,0,37,0,3,0,3,0,1,0,112,0,21,4,1,0,20,0,19,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,113,4,3,0,1,0,9,0,10,0,3,0,3,0,1,0,112,0,252,8,1,0,10,0,250,8,2,0,1,0,9,0,2,0,3,0,1,0,112,0,127,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,237,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,23,4,3,0,13,0,20,0,111,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,213,3,2,0,13,0,111,0,3,0,3,0,1,0,112,0,215,3,1,0,20,0,217,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,163,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,165,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,167,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,169,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,254,8,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,0,9,3,0,35,0,36,0,37,0,3,0,3,0,1,0,112,0,4,9,1,0,10,0,2,9,2,0,1,0,9,0,3,0,3,0,1,0,112,0,6,9,1,0,10,0,2,9,2,0,1,0,9,0,2,0,3,0,1,0,112,0,4,8,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,115,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,196,8,3,0,35,0,38,0,44,0,2,0,3,0,1,0,112,0,8,9,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,10,9,3,0,35,0,36,0,37,0,2,0,3,0,1,0,112,0,178,8,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,117,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,181,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,167,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,180,8,3,0,29,0,38,0,42,0,3,0,3,0,1,0,112,0,221,3,1,0,20,0,219,3,2,0,13,0,111,0,3,0,3,0,1,0,112,0,225,3,1,0,20,0,223,3,2,0,13,0,111,0,3,0,3,0,1,0,112,0,229,3,1,0,20,0,227,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,12,9,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,14,9,3,0,35,0,36,0,37,0,3,0,3,0,1,0,112,0,233,3,1,0,20,0,231,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,169,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,171,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,228,8,3,0,35,0,38,0,44,0,2,0,3,0,1,0,112,0,173,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,9,4,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,17,4,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,175,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,177,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,16,9,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,18,9,3,0,35,0,36,0,37,0,2,0,3,0,1,0,112,0,221,3,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,229,3,3,0,29,0,38,0,42,0,2,0,3,0,1,0,112,0,179,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,235,3,3,0,13,0,20,0,111,0,2,0,3,0,1,0,112,0,213,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,119,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,183,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,185,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,187,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,165,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,97,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,39,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,141,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,217,3,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,202,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,212,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,20,9,3,0,29,0,30,0,31,0,2,0,3,0,1,0,112,0,22,9,3,0,35,0,36,0,37,0,2,0,3,0,1,0,112,0,214,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,216,8,3,0,35,0,38,0,42,0,2,0,3,0,1,0,112,0,163,4,3,0,1,0,9,0,10,0,2,0,3,0,1,0,112,0,143,7,2,0,44,0,45,0,2,0,3,0,1,0,112,0,137,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,139,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,202,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,247,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,251,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,239,6,2,0,44,0,45,0,2,0,3,0,1,0,112,0,212,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,214,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,24,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,26,9,2,0,29,0,38,0,3,0,3,0,1,0,112,0,207,3,1,0,20,0,57,1,1,0,181,0,2,0,3,0,1,0,112,0,216,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,147,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,149,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,163,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,165,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,167,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,169,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,26,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,196,8,2,0,35,0,38,0,3,0,3,0,1,0,112,0,207,3,1,0,20,0,58,1,1,0,181,0,2,0,3,0,1,0,112,0,178,8,2,0,29,0,38,0,3,0,3,0,1,0,112,0,205,2,1,0,44,0,129,5,1,0,236,0,2,0,3,0,1,0,112,0,24,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,180,8,2,0,29,0,38,0,3,0,3,0,1,0,112,0,157,8,1,0,42,0,52,5,1,0,233,0,3,0,3,0,1,0,112,0,236,6,1,0,44,0,239,6,1,0,45,0,3,0,3,0,1,0,112,0,126,8,1,0,42,0,211,4,1,0,233,0,2,0,3,0,1,0,112,0,28,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,211,3,2,0,44,0,45,0,2,0,3,0,1,0,112,0,151,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,237,3,2,0,44,0,45,0,2,0,3,0,1,0,112,0,9,4,2,0,29,0,38,0,2,0,3,0,1,0,112,0,24,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,24,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,30,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,30,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,23,4,2,0,44,0,45,0,2,0,3,0,1,0,112,0,17,4,2,0,29,0,38,0,2,0,3,0,1,0,112,0,153,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,161,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,157,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,159,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,7,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,11,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,145,7,2,0,44,0,45,0,2,0,3,0,1,0,112,0,147,7,2,0,44,0,45,0,2,0,3,0,1,0,112,0,182,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,15,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,19,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,32,9,2,0,13,0,111,0,2,0,3,0,1,0,112,0,34,9,2,0,13,0,111,0,2,0,3,0,1,0,112,0,196,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,221,3,2,0,29,0,38,0,2,0,3,0,1,0,112,0,229,3,2,0,29,0,38,0,2,0,3,0,1,0,112,0,253,3,2,0,44,0,45,0,2,0,3,0,1,0,112,0,167,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,169,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,171,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,173,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,175,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,177,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,179,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,213,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,235,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,125,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,127,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,183,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,185,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,187,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,165,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,97,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,39,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,141,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,217,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,36,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,141,7,2,0,29,0,38,0,2,0,3,0,1,0,112,0,143,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,155,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,41,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,43,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,141,7,2,0,35,0,38,0,3,0,3,0,1,0,112,0,207,3,1,0,20,0,48,1,1,0,181,0,2,0,3,0,1,0,112,0,51,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,202,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,129,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,55,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,131,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,212,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,133,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,135,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,214,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,137,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,139,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,216,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,36,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,38,9,2,0,13,0,111,0,3,0,3,0,1,0,112,0,255,3,1,0,43,0,233,6,1,0,42,0,2,0,3,0,1,0,112,0,141,7,2,0,44,0,45,0,2,0,3,0,1,0,112,0,151,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,161,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,153,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,40,9,2,0,35,0,38,0,3,0,3,0,1,0,112,0,3,4,1,0,43,0,12,7,1,0,42,0,2,0,3,0,1,0,112,0,157,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,182,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,159,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,189,4,2,0,42,0,43,0,3,0,3,0,1,0,112,0,7,4,1,0,43,0,15,7,1,0,42,0,2,0,3,0,1,0,112,0,228,8,2,0,29,0,38,0,2,0,3,0,1,0,112,0,42,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,7,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,11,4,2,0,42,0,43,0,3,0,3,0,1,0,112,0,15,4,1,0,43,0,18,7,1,0,42,0,2,0,3,0,1,0,112,0,15,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,26,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,87,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,19,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,26,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,228,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,26,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,173,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,175,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,177,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,179,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,165,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,97,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,89,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,253,6,2,0,44,0,45,0,2,0,3,0,1,0,112,0,39,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,219,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,211,3,2,0,29,0,38,0,2,0,3,0,1,0,112,0,141,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,223,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,227,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,237,3,2,0,29,0,38,0,2,0,3,0,1,0,112,0,211,3,2,0,35,0,38,0,2,0,3,0,1,0,112,0,163,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,231,3,2,0,13,0,111,0,2,0,3,0,1,0,112,0,237,3,2,0,35,0,38,0,2,0,3,0,1,0,112,0,165,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,167,8,2,0,35,0,38,0,3,0,3,0,1,0,112,0,10,3,1,0,44,0,202,4,1,0,236,0,2,0,3,0,1,0,112,0,169,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,87,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,161,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,163,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,181,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,27,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,178,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,89,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,180,8,2,0,35,0,38,0,2,0,3,0,1,0,112,0,219,3,2,0,42,0,43,0,3,0,3,0,1,0,112,0,219,3,1,0,43,0,46,7,1,0,42,0,2,0,3,0,1,0,112,0,42,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,28,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,223,3,2,0,42,0,43,0,3,0,3,0,1,0,112,0,227,3,1,0,43,0,49,7,1,0,42,0,2,0,3,0,1,0,112,0,29,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,31,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,33,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,35,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,40,9,2,0,29,0,38,0,2,0,3,0,1,0,112,0,105,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,107,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,37,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,189,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,227,3,2,0,42,0,43,0,2,0,3,0,1,0,112,0,231,3,2,0,42,0,43,0,2,0,3,0,1,0,112,0,113,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,115,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,117,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,119,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,121,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,9,4,2,0,35,0,38,0,2,0,3,0,1,0,112,0,17,4,2,0,35,0,38,0,2,0,3,0,1,0,112,0,123,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,125,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,127,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,29,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,31,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,73,7,2,0,44,0,45,0,2,0,3,0,1,0,112,0,33,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,75,7,2,0,44,0,45,0,2,0,3,0,1,0,112,0,129,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,131,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,35,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,133,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,221,3,2,0,35,0,38,0,2,0,3,0,1,0,112,0,229,3,2,0,35,0,38,0,2,0,3,0,1,0,112,0,135,4,2,0,13,0,111,0,2,0,3,0,1,0,112,0,37,4,2,0,42,0,43,0,2,0,3,0,1,0,112,0,26,9,2,0,35,0,38,0,2,0,3,0,1,0,112,0,44,9,1,0,106,0,2,0,3,0,1,0,112,0,216,8,1,0,20,0,2,0,3,0,1,0,112,0,46,9,1,0,20,0,2,0,3,0,1,0,112,0,180,8,1,0,20,0,2,0,3,0,1,0,112,0,178,8,1,0,42,0,2,0,3,0,1,0,112,0,48,9,1,0,20,0,2,0,3,0,1,0,112,0,50,9,1,0,20,0,2,0,3,0,1,0,112,0,52,9,1,0,20,0,2,0,3,0,1,0,112,0,54,9,1,0,20,0,2,0,3,0,1,0,112,0,56,9,1,0,20,0,2,0,3,0,1,0,112,0,202,8,1,0,20,0,2,0,3,0,1,0,112,0,221,3,1,0,20,0,2,0,3,0,1,0,112,0,182,8,1,0,42,0,2,0,3,0,1,0,112,0,161,8,1,0,20,0,2,0,3,0,1,0,112,0,23,4,1,0,20,0,2,0,3,0,1,0,112,0,229,3,1,0,20,0,2,0,3,0,1,0,112,0,58,9,1,0,0,0,2,0,3,0,1,0,112,0,60,9,1,0,3,0,2,0,3,0,1,0,112,0,62,9,1,0,1,0,2,0,3,0,1,0,112,0,64,9,1,0,0,0,2,0,3,0,1,0,112,0,66,9,1,0,106,0,2,0,3,0,1,0,112,0,68,9,1,0,106,0,2,0,3,0,1,0,112,0,70,9,1,0,110,0,2,0,3,0,1,0,112,0,72,9,1,0,106,0,2,0,3,0,1,0,112,0,74,9,1,0,106,0,2,0,3,0,1,0,112,0,76,9,1,0,110,0,2,0,3,0,1,0,112,0,78,9,1,0,110,0,2,0,3,0,1,0,112,0,80,9,1,0,110,0,2,0,3,0,1,0,112,0,82,9,1,0,106,0,2,0,3,0,1,0,112,0,84,9,1,0,106,0,2,0,3,0,1,0,112,0,86,9,1,0,110,0,2,0,3,0,1,0,112,0,88,9,1,0,110,0,2,0,3,0,1,0,112,0,212,8,1,0,20,0,2,0,3,0,1,0,112,0,90,9,1,0,20,0,2,0,3,0,1,0,112,0,92,9,1,0,20,0,2,0,3,0,1,0,112,0,94,9,1,0,20,0,2,0,3,0,1,0,112,0,96,9,1,0,20,0,2,0,3,0,1,0,112,0,98,9,1,0,29,0,2,0,3,0,1,0,112,0,180,8,1,0,42,0,2,0,3,0,1,0,112,0,100,9,1,0,35,0,2,0,3,0,1,0,112,0,102,9,1,0,20,0,2,0,3,0,1,0,112,0,9,4,1,0,42,0,2,0,3,0,1,0,112,0,104,9,1,0,0,0,2,0,3,0,1,0,112,0,214,8,1,0,20,0,2,0,3,0,1,0,112,0,106,9,1,0,6,0,2,0,3,0,1,0,112,0,211,3,1,0,44,0,2,0,3,0,1,0,112,0,108,9,1,0,1,0,2,0,3,0,1,0,112,0,110,9,1,0,29,0,2,0,3,0,1,0,112,0,17,4,1,0,42,0,2,0,3,0,1,0,112,0,112,9,1,0,29,0,2,0,3,0,1,0,112,0,114,9,1,0,35,0,2,0,3,0,1,0,112,0,116,9,1,0,20,0,2,0,3,0,1,0,112,0,237,3,1,0,44,0,2,0,3,0,1,0,112,0,214,8,1,0,42,0,2,0,3,0,1,0,112,0,118,9,1,0,20,0,2,0,3,0,1,0,112,0,120,9,1,0,0,0,2,0,3,0,1,0,112,0,165,8,1,0,42,0,2,0,3,0,1,0,112,0,216,8,1,0,42,0,2,0,3,0,1,0,112,0,122,9,1,0,29,0,2,0,3,0,1,0,112,0,167,8,1,0,42,0,2,0,3,0,1,0,112,0,196,8,1,0,44,0,2,0,3,0,1,0,112,0,124,9,1,0,35,0,2,0,3,0,1,0,112,0,126,9,1,0,106,0,2,0,3,0,1,0,112,0,128,9,1,0,29,0,2,0,3,0,1,0,112,0,130,9,1,0,110,0,2,0,3,0,1,0,112,0,141,7,1,0,44,0,2,0,3,0,1,0,112,0,132,9,1,0,35,0,2,0,3,0,1,0,112,0,9,4,1,0,20,0,2,0,3,0,1,0,112,0,134,9,1,0,106,0,2,0,3,0,1,0,112,0,136,9,1,0,106,0,2,0,3,0,1,0,112,0,138,9,1,0,110,0,2,0,3,0,1,0,112,0,140,9,1,0,110,0,2,0,3,0,1,0,112,0,169,8,1,0,42,0,2,0,3,0,1,0,112,0,142,9,1,0,106,0,2,0,3,0,1,0,112,0,144,9,1,0,106,0,2,0,3,0,1,0,112,0,146,9,1,0,20,0,2,0,3,0,1,0,112,0,148,9,1,0,110,0,2,0,3,0,1,0,112,0,253,3,1,0,20,0,2,0,3,0,1,0,112,0,150,9,1,0,110,0,2,0,3,0,1,0,112,0,152,9,1,0,1,0,2,0,3,0,1,0,112,0,154,9,1,0,1,0,2,0,3,0,1,0,112,0,156,9,1,0,20,0,2,0,3,0,1,0,112,0,158,9,1,0,20,0,2,0,3,0,1,0,112,0,160,9,1,0,20,0,2,0,3,0,1,0,112,0,162,9,1,0,110,0,2,0,3,0,1,0,112,0,221,3,1,0,42,0,2,0,3,0,1,0,112,0,164,9,1,0,20,0,2,0,3,0,1,0,112,0,166,9,1,0,20,0,2,0,3,0,1,0,112,0,168,9,1,0,106,0,2,0,3,0,1,0,112,0,170,9,1,0,20,0,2,0,3,0,1,0,112,0,17,4,1,0,20,0,2,0,3,0,1,0,112,0,178,8,1,0,20,0,2,0,3,0,1,0,112,0,172,9,1,0,20,0,2,0,3,0,1,0,112,0,174,9,1,0,106,0,2,0,3,0,1,0,112,0,176,9,1,0,110,0,2,0,3,0,1,0,112,0,178,9,1,0,110,0,2,0,3,0,1,0,112,0,202,8,1,0,42,0,2,0,3,0,1,0,112,0,229,3,1,0,42,0,2,0,3,0,1,0,112,0,180,9,1,0,110,0,2,0,3,0,1,0,112,0,161,8,1,0,42,0,2,0,3,0,1,0,112,0,182,9,1,0,106,0,2,0,3,0,1,0,112,0,184,9,1,0,106,0,2,0,3,0,1,0,112,0,186,9,1,0,110,0,2,0,3,0,1,0,112,0,188,9,1,0,110,0,2,0,3,0,1,0,112,0,190,9,1,0,20,0,2,0,3,0,1,0,112,0,192,9,1,0,5,0,2,0,3,0,1,0,112,0,194,9,1,0,35,0,2,0,3,0,1,0,112,0,182,8,1,0,20,0,2,0,3,0,1,0,112,0,228,8,1,0,44,0,2,0,3,0,1,0,112,0,196,9,1,0,106,0,2,0,3,0,1,0,112,0,198,9,1,0,20,0,2,0,3,0,1,0,112,0,163,8,1,0,20,0,2,0,3,0,1,0,112,0,235,3,1,0,20,0,2,0,3,0,1,0,112,0,165,8,1,0,20,0,2,0,3,0,1,0,112,0,167,8,1,0,20,0,2,0,3,0,1,0,112,0,200,9,1,0,29,0,2,0,3,0,1,0,112,0,202,9,1,0,1,0,2,0,3,0,1,0,112,0,204,9,1,0,35,0,2,0,3,0,1,0,112,0,169,8,1,0,20,0,2,0,3,0,1,0,112,0,206,9,1,0,20,0,2,0,3,0,1,0,112,0,208,9,1,0,20,0,2,0,3,0,1,0,112,0,210,9,1,0,20,0,2,0,3,0,1,0,112,0,212,9,1,0,20,0,2,0,3,0,1,0,112,0,214,9,1,0,20,0,2,0,3,0,1,0,112,0,212,8,1,0,42,0,2,0,3,0,1,0,112,0,163,8,1,0,42,0,2,0,3,0,1,0,112,0,216,9,1,0,20,0,2,0,3,0,1,0,112,0,218,9,1,0,20,0,2,0,3,0,1,0,112,0,220,9,1,0,106,0,2,0,3,0,1,0,112,0,222,9,1,0,106,0,2,0,3,0,1,0,112,0,224,9,1,0,110,0,2,0,3,0,1,0,112,0,226,9,1,0,110,0,2,0,3,0,1,0,112,0,228,9,1,0,106,0,2,0,3,0,1,0,112,0,230,9,1,0,106,0,2,0,3,0,1,0,112,0,232,9,1,0,110,0,2,0,3,0,1,0,112,0,234,9,1,0,106,0,2,0,3,0,1,0,112,0,236,9,1,0,106,0,2,0,3,0,1,0,112,0,238,9,1,0,110,0,2,0,3,0,1,0,112,0,240,9,1,0,106,0,2,0,3,0,1,0,112,0,242,9,1,0,106,0,2,0,3,0,1,0,112,0,244,9,1,0,110,0,2,0,3,0,1,0,112,0,246,9,1,0,20,0,2,0,3,0,1,0,112,0,248,9,1,0,106,0,2,0,3,0,1,0,112,0,250,9,1,0,110,0,2,0,3,0,1,0,112,0,252,9,1,0,106,0,2,0,3,0,1,0,112,0,254,9,1,0,106,0,2,0,3,0,1,0,112,0,0,10,1,0,110,0,2,0,3,0,1,0,112,0,2,10,1,0,106,0,2,0,3,0,1,0,112,0,4,10,1,0,106,0,2,0,3,0,1,0,112,0,6,10,1,0,110,0,2,0,3,0,1,0,112,0,8,10,1,0,106,0,2,0,3,0,1,0,112,0,10,10,1,0,106,0,2,0,3,0,1,0,112,0,12,10,1,0,106,0,2,0,3,0,1,0,112,0,14,10,1,0,106,0,2,0,3,0,1,0,112,0,16,10,1,0,106,0,2,0,3,0,1,0,112,0,18,10,1,0,106,0,2,0,3,0,1,0,112,0,20,10,1,0,106,0,2,0,3,0,1,0,112,0,22,10,1,0,106,0,2,0,3,0,1,0,112,0,24,10,1,0,106,0,2,0,3,0,1,0,112,0,26,10,1,0,106,0,2,0,3,0,1,0,112,0,28,10,1,0,106,0,2,0,3,0,1,0,112,0,30,10,1,0,106,0,2,0,3,0,1,0,112,0,32,10,1,0,106,0,2,0,3,0,1,0,112,0,34,10,1,0,106,0,2,0,3,0,1,0,112,0,36,10,1,0,106,0,2,0,3,0,1,0,112,0,38,10,1,0,106,0,2,0,3,0,1,0,112,0,40,10,1,0,106,0,2,0,3,0,1,0,112,0,42,10,1,0,106,0,2,0,3,0,1,0,112,0,44,10,1,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,142,0,0,0,206,0,0,0,15,1,0,0,80,1,0,0,137,1,0,0,194,1,0,0,254,1,0,0,58,2,0,0,118,2,0,0,174,2,0,0,230,2,0,0,29,3,0,0,84,3,0,0,139,3,0,0,194,3,0,0,19,4,0,0,100,4,0,0,180,4,0,0,4,5,0,0,61,5,0,0,140,5,0,0,197,5,0,0,20,6,0,0,99,6,0,0,178,6,0,0,234,6,0,0,34,7,0,0,84,7,0,0,175,7,0,0,14,8,0,0,57,8,0,0,148,8,0,0,191,8,0,0,26,9,0,0,77,9,0,0,172,9,0,0,11,10,0,0,102,10,0,0,193,10,0,0,32,11,0,0,127,11,0,0,218,11,0,0,53,12,0,0,148,12,0,0,243,12,0,0,78,13,0,0,169,13,0,0,4,14,0,0,95,14,0,0,146,14,0,0,241,14,0,0,80,15,0,0,171,15,0,0,6,16,0,0,101,16,0,0,196,16,0,0,35,17,0,0,130,17,0,0,225,17,0,0,11,18,0,0,61,18,0,0,111,18,0,0,153,18,0,0,199,18,0,0,241,18,0,0,61,19,0,0,103,19,0,0,179,19,0,0,225,19,0,0,15,20,0,0,104,20,0,0,149,20,0,0,190,20,0,0,231,20,0,0,16,21,0,0,61,21,0,0,102,21,0,0,191,21,0,0,24,22,0,0,65,22,0,0,154,22,0,0,194,22,0,0,234,22,0,0,18,23,0,0,104,23,0,0,190,23,0,0,239,23,0,0,28,24,0,0,73,24,0,0,117,24,0,0,161,24,0,0,209,24,0,0,28,25,0,0,67,25,0,0,110,25,0,0,153,25,0,0,196,25,0,0,233,25,0,0,20,26,0,0,57,26,0,0,96,26,0,0,143,26,0,0,214,26,0,0,29,27,0,0,76,27,0,0,147,27,0,0,218,27,0,0,5,28,0,0,80,28,0,0,116,28,0,0,158,28,0,0,194,28,0,0,232,28,0,0,14,29,0,0,49,29,0,0,84,29,0,0,121,29,0,0,158,29,0,0,199,29,0,0,234,29,0,0,13,30,0,0,50,30,0,0,87,30,0,0,128,30,0,0,163,30,0,0,198,30,0,0,233,30,0,0,14,31,0,0,49,31,0,0,93,31,0,0,127,31,0,0,161,31,0,0,201,31,0,0,237,31,0,0,15,32,0,0,49,32,0,0,89,32,0,0,122,32,0,0,155,32,0,0,188,32,0,0,221,32,0,0,0,33,0,0,33,33,0,0,66,33,0,0,99,33,0,0,134,33,0,0,167,33,0,0,205,33,0,0,239,33,0,0,15,34,0,0,47,34,0,0,81,34,0,0,112,34,0,0,143,34,0,0,174,34,0,0,205,34,0,0,236,34,0,0,11,35,0,0,42,35,0,0,72,35,0,0,104,35,0,0,134,35,0,0,164,35,0,0,194,35,0,0,238,35,0,0,10,36,0,0,38,36,0,0,66,36,0,0,110,36,0,0,133,36,0,0,158,36,0,0,183,36,0,0,208,36,0,0,233,36,0,0,2,37,0,0,27,37,0,0,50,37,0,0,93,37,0,0,116,37,0,0,159,37,0,0,186,37,0,0,213,37,0,0,240,37,0,0,7,38,0,0,32,38,0,0,57,38,0,0,80,38,0,0,105,38,0,0,130,38,0,0,155,38,0,0,180,38,0,0,205,38,0,0,230,38,0,0,253,38,0,0,19,39,0,0,41,39,0,0,63,39,0,0,85,39,0,0,107,39,0,0,129,39,0,0,151,39,0,0,173,39,0,0,195,39,0,0,217,39,0,0,239,39,0,0,5,40,0,0,27,40,0,0,49,40,0,0,71,40,0,0,93,40,0,0,115,40,0,0,157,40,0,0,199,40,0,0,221,40,0,0,243,40,0,0,9,41,0,0,31,41,0,0,53,41,0,0,75,41,0,0,97,41,0,0,119,41,0,0,141,41,0,0,163,41,0,0,185,41,0,0,207,41,0,0,249,41,0,0,15,42,0,0,37,42,0,0,59,42,0,0,81,42,0,0,103,42,0,0,125,42,0,0,147,42,0,0,169,42,0,0,191,42,0,0,213,42,0,0,235,42,0,0,1,43,0,0,23,43,0,0,45,43,0,0,67,43,0,0,89,43,0,0,111,43,0,0,133,43,0,0,155,43,0,0,177,43,0,0,199,43,0,0,221,43,0,0,243,43,0,0,9,44,0,0,31,44,0,0,53,44,0,0,75,44,0,0,97,44,0,0,119,44,0,0,141,44,0,0,163,44,0,0,185,44,0,0,207,44,0,0,229,44,0,0,251,44,0,0,17,45,0,0,39,45,0,0,61,45,0,0,83,45,0,0,105,45,0,0,127,45,0,0,149,45,0,0,191,45,0,0,213,45,0,0,235,45,0,0,1,46,0,0,23,46,0,0,45,46,0,0,67,46,0,0,89,46,0,0,111,46,0,0,133,46,0,0,155,46,0,0,177,46,0,0,199,46,0,0,221,46,0,0,243,46,0,0,9,47,0,0,31,47,0,0,53,47,0,0,75,47,0,0,97,47,0,0,119,47,0,0,141,47,0,0,163,47,0,0,185,47,0,0,207,47,0,0,229,47,0,0,251,47,0,0,20,48,0,0,45,48,0,0,69,48,0,0,91,48,0,0,115,48,0,0,135,48,0,0,157,48,0,0,177,48,0,0,196,48,0,0,217,48,0,0,236,48,0,0,3,49,0,0,24,49,0,0,47,49,0,0,66,49,0,0,85,49,0,0,104,49,0,0,127,49,0,0,146,49,0,0,164,49,0,0,182,49,0,0,202,49,0,0,220,49,0,0,240,49,0,0,2,50,0,0,20,50,0,0,38,50,0,0,56,50,0,0,76,50,0,0,105,50,0,0,134,50,0,0,163,50,0,0,180,50,0,0,197,50,0,0,226,50,0,0,1,51,0,0,32,51,0,0,61,51,0,0,90,51,0,0,119,51,0,0,150,51,0,0,181,51,0,0,212,51,0,0,241,51,0,0,14,52,0,0,45,52,0,0,62,52,0,0,91,52,0,0,120,52,0,0,149,52,0,0,180,52,0,0,211,52,0,0,240,52,0,0,1,53,0,0,32,53,0,0,63,53,0,0,94,53,0,0,123,53,0,0,152,53,0,0,183,53,0,0,212,53,0,0,241,53,0,0,16,54,0,0,45,54,0,0,76,54,0,0,105,54,0,0,134,54,0,0,165,54,0,0,196,54,0,0,227,54,0,0,0,55,0,0,29,55,0,0,60,55,0,0,91,55,0,0,120,55,0,0,151,55,0,0,182,55,0,0,199,55,0,0,228,55,0,0,3,56,0,0,32,56,0,0,61,56,0,0,89,56,0,0,117,56,0,0,145,56,0,0,173,56,0,0,199,56,0,0,227,56,0,0,255,56,0,0,18,57,0,0,43,57,0,0,68,57,0,0,91,57,0,0,114,57,0,0,135,57,0,0,160,57,0,0,185,57,0,0,208,57,0,0,231,57,0,0,0,58,0,0,23,58,0,0,46,58,0,0,71,58,0,0,94,58,0,0,117,58,0,0,140,58,0,0,163,58,0,0,184,58,0,0,207,58,0,0,232,58,0,0,251,58,0,0,20,59,0,0,43,59,0,0,66,59,0,0,89,59,0,0,114,59,0,0,137,59,0,0,160,59,0,0,183,59,0,0,206,59,0,0,231,59,0,0,0,60,0,0,25,60,0,0,50,60,0,0,75,60,0,0,98,60,0,0,123,60,0,0,146,60,0,0,169,60,0,0,194,60,0,0,217,60,0,0,240,60,0,0,7,61,0,0,32,61,0,0,57,61,0,0,80,61,0,0,105,61,0,0,130,61,0,0,153,61,0,0,178,61,0,0,201,61,0,0,224,61,0,0,249,61,0,0,16,62,0,0,39,62,0,0,62,62,0,0,84,62,0,0,103,62,0,0,116,62,0,0,135,62,0,0,148,62,0,0,167,62,0,0,186,62,0,0,199,62,0,0,218,62,0,0,231,62,0,0,244,62,0,0,1,63,0,0,14,63,0,0,27,63,0,0,44,63,0,0,63,63,0,0,80,63,0,0,95,63,0,0,110,63,0,0,129,63,0,0,148,63,0,0,167,63,0,0,186,63,0,0,205,63,0,0,224,63,0,0,237,63,0,0,250,63,0,0,13,64,0,0,26,64,0,0,43,64,0,0,56,64,0,0,71,64,0,0,84,64,0,0,97,64,0,0,112,64,0,0,125,64,0,0,138,64,0,0,157,64,0,0,172,64,0,0,191,64,0,0,210,64,0,0,229,64,0,0,242,64,0,0,255,64,0,0,18,65,0,0,37,65,0,0,56,65,0,0,75,65,0,0,92,65,0,0,111,65,0,0,130,65,0,0,149,65,0,0,168,65,0,0,187,65,0,0,206,65,0,0,219,65,0,0,232,65,0,0,245,65,0,0,2,66,0,0,15,66,0,0,28,66,0,0,41,66,0,0,54,66,0,0,67,66,0,0,80,66,0,0,93,66,0,0,106,66,0,0,125,66,0,0,140,66,0,0,159,66,0,0,178,66,0,0,197,66,0,0,210,66,0,0,225,66,0,0,238,66,0,0,251,66,0,0,12,67,0,0,29,67,0,0,42,67,0,0,61,67,0,0,80,67,0,0,99,67,0,0,118,67,0,0,137,67,0,0,156,67,0,0,169,67,0,0,182,67,0,0,201,67,0,0,214,67,0,0,233,67,0,0,252,67,0,0,15,68,0,0,34,68,0,0,53,68,0,0,66,68,0,0,85,68,0,0,104,68,0,0,123,68,0,0,136,68,0,0,149,68,0,0,162,68,0,0,175,68,0,0,194,68,0,0,213,68,0,0,232,68,0,0,251,68,0,0,14,69,0,0,31,69,0,0,50,69,0,0,69,69,0,0,86,69,0,0,103,69,0,0,122,69,0,0,141,69,0,0,160,69,0,0,179,69,0,0,198,69,0,0,217,69,0,0,236,69,0,0,255,69,0,0,18,70,0,0,37,70,0,0,54,70,0,0,71,70,0,0,84,70,0,0,101,70,0,0,120,70,0,0,139,70,0,0,158,70,0,0,177,70,0,0,196,70,0,0,215,70,0,0,232,70,0,0,249,70,0,0,10,71,0,0,27,71,0,0,44,71,0,0,61,71,0,0,80,71,0,0,93,71,0,0,112,71,0,0,125,71,0,0,144,71,0,0,163,71,0,0,182,71,0,0,195,71,0,0,208,71,0,0,227,71,0,0,246,71,0,0,9,72,0,0,28,72,0,0,47,72,0,0,66,72,0,0,85,72,0,0,98,72,0,0,114,72,0,0,130,72,0,0,142,72,0,0,154,72,0,0,166,72,0,0,182,72,0,0,194,72,0,0,206,72,0,0,218,72,0,0,230,72,0,0,242,72,0,0,254,72,0,0,10,73,0,0,22,73,0,0,34,73,0,0,46,73,0,0,58,73,0,0,70,73,0,0,84,73,0,0,96,73,0,0,108,73,0,0,122,73,0,0,134,73,0,0,146,73,0,0,160,73,0,0,172,73,0,0,184,73,0,0,198,73,0,0,210,73,0,0,222,73,0,0,234,73,0,0,246,73,0,0,2,74,0,0,14,74,0,0,26,74,0,0,38,74,0,0,50,74,0,0,62,74,0,0,74,74,0,0,86,74,0,0,98,74,0,0,110,74,0,0,124,74,0,0,136,74,0,0,150,74,0,0,162,74,0,0,174,74,0,0,186,74,0,0,202,74,0,0,214,74,0,0,226,74,0,0,238,74,0,0,250,74,0,0,6,75,0,0,20,75,0,0,32,75,0,0,44,75,0,0,60,75,0,0,76,75,0,0,92,75,0,0,104,75,0,0,120,75,0,0,136,75,0,0,152,75,0,0,168,75,0,0,184,75,0,0,200,75,0,0,216,75,0,0,232,75,0,0,248,75,0,0,8,76,0,0,24,76,0,0,40,76,0,0,56,76,0,0,72,76,0,0,88,76,0,0,104,76,0,0,120,76,0,0,136,76,0,0,152,76,0,0,168,76,0,0,184,76,0,0,200,76,0,0,216,76,0,0,232,76,0,0,248,76,0,0,8,77,0,0,24,77,0,0,40,77,0,0,56,77,0,0,68,77,0,0,79,77,0,0,92,77,0,0,103,77,0,0,114,77,0,0,125,77,0,0,136,77,0,0,147,77,0,0,158,77,0,0,169,77,0,0,180,77,0,0,191,77,0,0,202,77,0,0,213,77,0,0,224,77,0,0,235,77,0,0,246,77,0,0,1,78,0,0,14,78,0,0,25,78,0,0,36,78,0,0,47,78,0,0,66,78,0,0,77,78,0,0,88,78,0,0,99,78,0,0,110,78,0,0,121,78,0,0,132,78,0,0,143,78,0,0,154,78,0,0,165,78,0,0,176,78,0,0,187,78,0,0,198,78,0,0,209,78,0,0,220,78,0,0,231,78,0,0,242,78,0,0,253,78,0,0,8,79,0,0,19,79,0,0,30,79,0,0,41,79,0,0,54,79,0,0,65,79,0,0,76,79,0,0,89,79,0,0,100,79,0,0,111,79,0,0,124,79,0,0,135,79,0,0,146,79,0,0,159,79,0,0,170,79,0,0,181,79,0,0,192,79,0,0,203,79,0,0,214,79,0,0,225,79,0,0,236,79,0,0,247,79,0,0,2,80,0,0,13,80,0,0,24,80,0,0,35,80,0,0,46,80,0,0,57,80,0,0,68,80,0,0,79,80,0,0,92,80,0,0,103,80,0,0,116,80,0,0,127,80,0,0,138,80,0,0,149,80,0,0,160,80,0,0,171,80,0,0,182,80,0,0,193,80,0,0,204,80,0,0,215,80,0,0,226,80,0,0,237,80,0,0,248,80,0,0,3,81,0,0,14,81,0,0,25,81,0,0,36,81,0,0,47,81,0,0,58,81,0,0,69,81,0,0,80,81,0,0,93,81,0,0,104,81,0,0,117,81,0,0,128,81,0,0,139,81,0,0,152,81,0,0,163,81,0,0,174,81,0,0,187,81,0,0,198,81,0,0,209,81,0,0,220,81,0,0,231,81,0,0,242,81,0,0,253,81,0,0,8,82,0,0,19,82,0,0,30,82,0,0,41,82,0,0,52,82,0,0,63,82,0,0,74,82,0,0,85,82,0,0,96,82,0,0,107,82,0,0,118,82,0,0,131,82,0,0,142,82,0,0,155,82,0,0,166,82,0,0,177,82,0,0,188,82,0,0,199,82,0,0,210,82,0,0,221,82,0,0,232,82,0,0,243,82,0,0,254,82,0,0,9,83,0,0,20,83,0,0,31,83,0,0,46,83,0,0,61,83,0,0,74,83,0,0,85,83,0,0,96,83,0,0,107,83,0,0,118,83,0,0,129,83,0,0,140,83,0,0,151,83,0,0,162,83,0,0,181,83,0,0,192,83,0,0,203,83,0,0,214,83,0,0,225,83,0,0,236,83,0,0,247,83,0,0,4,84,0,0,15,84,0,0,26,84,0,0,37,84,0,0,52,84,0,0,63,84,0,0,74,84,0,0,85,84,0,0,96,84,0,0,107,84,0,0,118,84,0,0,129,84,0,0,140,84,0,0,151,84,0,0,162,84,0,0,173,84,0,0,184,84,0,0,195,84,0,0,206,84,0,0,217,84,0,0,228,84,0,0,239,84,0,0,250,84,0,0,5,85,0,0,16,85,0,0,27,85,0,0,38,85,0,0,49,85,0,0,63,85,0,0,77,85,0,0,91,85,0,0,105,85,0,0,119,85,0,0,129,85,0,0,143,85,0,0,157,85,0,0,171,85,0,0,185,85,0,0,199,85,0,0,213,85,0,0,227,85,0,0,241,85,0,0,255,85,0,0,13,86,0,0,27,86,0,0,43,86,0,0,59,86,0,0,73,86,0,0,87,86,0,0,103,86,0,0,115,86,0,0,129,86,0,0,141,86,0,0,153,86,0,0,165,86,0,0,177,86,0,0,193,86,0,0,207,86,0,0,221,86,0,0,235,86,0,0,249,86,0,0,5,87,0,0,17,87,0,0,31,87,0,0,41,87,0,0,53,87,0,0,63,87,0,0,77,87,0,0,91,87,0,0,105,87,0,0,117,87,0,0,131,87,0,0,145,87,0,0,157,87,0,0,173,87,0,0,187,87,0,0,201,87,0,0,215,87,0,0,229,87,0,0,243,87,0,0,253,87,0,0,11,88,0,0,25,88,0,0,41,88,0,0,55,88,0,0,69,88,0,0,83,88,0,0,97,88,0,0,111,88,0,0,125,88,0,0,139,88,0,0,153,88,0,0,167,88,0,0,181,88,0,0,195,88,0,0,205,88,0,0,221,88,0,0,235,88,0,0,249,88,0,0,7,89,0,0,23,89,0,0,33,89,0,0,45,89,0,0,59,89,0,0,69,89,0,0,81,89,0,0,95,89,0,0,109,89,0,0,123,89,0,0,133,89,0,0,147,89,0,0,159,89,0,0,171,89,0,0,185,89,0,0,194,89,0,0,203,89,0,0,212,89,0,0,221,89,0,0,230,89,0,0,239,89,0,0,248,89,0,0,5,90,0,0,14,90,0,0,23,90,0,0,32,90,0,0,41,90,0,0,50,90,0,0,59,90,0,0,68,90,0,0,77,90,0,0,86,90,0,0,99,90,0,0,108,90,0,0,117,90,0,0,126,90,0,0,135,90,0,0,144,90,0,0,153,90,0,0,162,90,0,0,171,90,0,0,180,90,0,0,189,90,0,0,198,90,0,0,211,90,0,0,220,90,0,0,229,90,0,0,242,90,0,0,251,90,0,0,4,91,0,0,13,91,0,0,22,91,0,0,31,91,0,0,40,91,0,0,49,91,0,0,62,91,0,0,71,91,0,0,80,91,0,0,89,91,0,0,98,91,0,0,107,91,0,0,116,91,0,0,125,91,0,0,134,91,0,0,143,91,0,0,152,91,0,0,161,91,0,0,170,91,0,0,179,91,0,0,188,91,0,0,197,91,0,0,206,91,0,0,215,91,0,0,224,91,0,0,233,91,0,0,242,91,0,0,251,91,0,0,8,92,0,0,21,92,0,0,30,92,0,0,39,92,0,0,48,92,0,0,57,92,0,0,68,92,0,0,79,92,0,0,88,92,0,0,101,92,0,0,114,92,0,0,123,92,0,0,132,92,0,0,141,92,0,0,150,92,0,0,159,92,0,0,168,92,0,0,179,92,0,0,188,92,0,0,197,92,0,0,206,92,0,0,215,92,0,0,224,92,0,0,233,92,0,0,242,92,0,0,251,92,0,0,4,93,0,0,13,93,0,0,22,93,0,0,35,93,0,0,48,93,0,0,57,93,0,0,66,93,0,0,77,93,0,0,86,93,0,0,97,93,0,0,110,93,0,0,123,93,0,0,134,93,0,0,145,93,0,0,154,93,0,0,163,93,0,0,174,93,0,0,183,93,0,0,194,93,0,0,203,93,0,0,212,93,0,0,221,93,0,0,232,93,0,0,243,93,0,0,252,93,0,0,5,94,0,0,14,94,0,0,23,94,0,0,32,94,0,0,41,94,0,0,52,94,0,0,63,94,0,0,72,94,0,0,81,94,0,0,90,94,0,0,99,94,0,0,108,94,0,0,117,94,0,0,126,94,0,0,135,94,0,0,144,94,0,0,153,94,0,0,164,94,0,0,175,94,0,0,186,94,0,0,195,94,0,0,204,94,0,0,215,94,0,0,224,94,0,0,233,94,0,0,242,94,0,0,251,94,0,0,4,95,0,0,13,95,0,0,22,95,0,0,31,95,0,0,40,95,0,0,49,95,0,0,58,95,0,0,67,95,0,0,76,95,0,0,85,95,0,0,94,95,0,0,103,95,0,0,112,95,0,0,121,95,0,0,130,95,0,0,139,95,0,0,148,95,0,0,157,95,0,0,166,95,0,0,175,95,0,0,184,95,0,0,193,95,0,0,202,95,0,0,211,95,0,0,220,95,0,0,229,95,0,0,238,95,0,0,246,95,0,0,254,95,0,0,6,96,0,0,14,96,0,0,22,96,0,0,30,96,0,0,38,96,0,0,46,96,0,0,54,96,0,0,62,96,0,0,70,96,0,0,80,96,0,0,88,96,0,0,96,96,0,0,104,96,0,0,112,96,0,0,120,96,0,0,128,96,0,0,136,96,0,0,144,96,0,0,152,96,0,0,162,96,0,0,170,96,0,0,180,96,0,0,188,96,0,0,196,96,0,0,206,96,0,0,216,96,0,0,226,96,0,0,234,96,0,0,242,96,0,0,250,96,0,0,2,97,0,0,10,97,0,0,18,97,0,0,26,97,0,0,34,97,0,0,42,97,0,0,50,97,0,0,58,97,0,0,66,97,0,0,74,97,0,0,82,97,0,0,90,97,0,0,98,97,0,0,106,97,0,0,114,97,0,0,122,97,0,0,130,97,0,0,138,97,0,0,146,97,0,0,154,97,0,0,162,97,0,0,170,97,0,0,178,97,0,0,186,97,0,0,194,97,0,0,202,97,0,0,210,97,0,0,218,97,0,0,226,97,0,0,234,97,0,0,242,97,0,0,250,97,0,0,2,98,0,0,10,98,0,0,18,98,0,0,26,98,0,0,34,98,0,0,42,98,0,0,50,98,0,0,58,98,0,0,66,98,0,0,74,98,0,0,82,98,0,0,90,98,0,0,98,98,0,0,106,98,0,0,114,98,0,0,122,98,0,0,130,98,0,0,138,98,0,0,146,98,0,0,156,98,0,0,164,98,0,0,172,98,0,0,180,98,0,0,188,98,0,0,196,98,0,0,204,98,0,0,212,98,0,0,220,98,0,0,228,98,0,0,236,98,0,0,244,98,0,0,252,98,0,0,4,99,0,0,12,99,0,0,22,99,0,0,30,99,0,0,38,99,0,0,46,99,0,0,54,99,0,0,62,99,0,0,72,99,0,0,80,99,0,0,88,99,0,0,96,99,0,0,104,99,0,0,114,99,0,0,122,99,0,0,130,99,0,0,138,99,0,0,146,99,0,0,156,99,0,0,164,99,0,0,172,99,0,0,180,99,0,0,188,99,0,0,196,99,0,0,204,99,0,0,212,99,0,0,220,99,0,0,228,99,0,0,236,99,0,0,244,99,0,0,252,99,0,0,4,100,0,0,12,100,0,0,20,100,0,0,28,100,0,0,36,100,0,0,44,100,0,0,52,100,0,0,60,100,0,0,68,100,0,0,76,100,0,0,84,100,0,0,92,100,0,0,100,100,0,0,108,100,0,0,116,100,0,0,124,100,0,0,134,100,0,0,142,100,0,0,150,100,0,0,158,100,0,0,166,100,0,0,174,100,0,0,182,100,0,0,190,100,0,0,198,100,0,0,206,100,0,0,214,100,0,0,224,100,0,0,232,100,0,0,240,100,0,0,248,100,0,0,2,101,0,0,10,101,0,0,18,101,0,0,26,101,0,0,34,101,0,0,42,101,0,0,50,101,0,0,58,101,0,0,66,101,0,0,74,101,0,0,82,101,0,0,90,101,0,0,98,101,0,0,106,101,0,0,114,101,0,0,122,101,0,0,130,101,0,0,138,101,0,0,146,101,0,0,154,101,0,0,162,101,0,0,170,101,0,0,178,101,0,0,186,101,0,0,194,101,0,0,202,101,0,0,210,101,0,0,218,101,0,0,226,101,0,0,234,101,0,0,242,101,0,0,250,101,0,0,2,102,0,0,10,102,0,0,18,102,0,0,26,102,0,0,33,102,0,0,40,102,0,0,47,102,0,0,54,102,0,0,61,102,0,0,68,102,0,0,75,102,0,0,82,102,0,0,89,102,0,0,96,102,0,0,103,102,0,0,110,102,0,0,117,102,0,0,124,102,0,0,131,102,0,0,138,102,0,0,145,102,0,0,152,102,0,0,159,102,0,0,166,102,0,0,173,102,0,0,180,102,0,0,187,102,0,0,194,102,0,0,201,102,0,0,208,102,0,0,215,102,0,0,222,102,0,0,229,102,0,0,236,102,0,0,243,102,0,0,250,102,0,0,1,103,0,0,8,103,0,0,15,103,0,0,22,103,0,0,29,103,0,0,36,103,0,0,43,103,0,0,50,103,0,0,57,103,0,0,64,103,0,0,71,103,0,0,78,103,0,0,85,103,0,0,92,103,0,0,99,103,0,0,106,103,0,0,113,103,0,0,120,103,0,0,127,103,0,0,134,103,0,0,141,103,0,0,148,103,0,0,155,103,0,0,162,103,0,0,169,103,0,0,176,103,0,0,183,103,0,0,190,103,0,0,197,103,0,0,204,103,0,0,211,103,0,0,218,103,0,0,225,103,0,0,232,103,0,0,239,103,0,0,246,103,0,0,253,103,0,0,4,104,0,0,11,104,0,0,18,104,0,0,25,104,0,0,32,104,0,0,39,104,0,0,46,104,0,0,53,104,0,0,60,104,0,0,67,104,0,0,74,104,0,0,81,104,0,0,88,104,0,0,95,104,0,0,102,104,0,0,109,104,0,0,116,104,0,0,123,104,0,0,130,104,0,0,137,104,0,0,144,104,0,0,151,104,0,0,158,104,0,0,165,104,0,0,172,104,0,0,179,104,0,0,186,104,0,0,193,104,0,0,200,104,0,0,207,104,0,0,214,104,0,0,221,104,0,0,228,104,0,0,235,104,0,0,242,104,0,0,249,104,0,0,0,105,0,0,7,105,0,0,14,105,0,0,21,105,0,0,28,105,0,0,35,105,0,0,42,105,0,0,49,105,0,0,56,105,0,0,63,105,0,0,70,105,0,0,77,105,0,0,84,105,0,0,91,105,0,0,98,105,0,0,105,105,0,0,112,105,0,0,119,105,0,0,126,105,0,0,133,105,0,0,140,105,0,0,147,105,0,0,154,105,0,0,161,105,0,0,168,105,0,0,175,105,0,0,182,105,0,0,189,105,0,0,196,105,0,0,203,105,0,0,210,105,0,0,217,105,0,0,224,105,0,0,231,105,0,0,238,105,0,0,245,105,0,0,252,105,0,0,3,106,0,0,10,106,0,0,17,106,0,0,24,106,0,0,31,106,0,0,38,106,0,0,45,106,0,0,52,106,0,0,59,106,0,0,66,106,0,0,73,106,0,0,80,106,0,0,87,106,0,0,94,106,0,0,101,106,0,0,108,106,0,0,115,106,0,0,122,106,0,0,129,106,0,0,136,106,0,0,143,106,0,0,150,106,0,0,157,106,0,0,164,106,0,0,171,106,0,0,178,106,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2,0,1,0,3,0,1,0,4,0,1,0,5,0,1,0,0,0,2,0,3,0,1,0,0,0,0,0,6,0,2,0,8,0,2,0,10,0,2,0,1,0,0,1,2,0,0,1,1,0,0,1,2,0,0,1,1,0,1,0,2,0,1,0,1,0,0,0,2,0,1,1,1,0,0,1,2,0,1,1,1,0,1,1,2,0,1,1,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,11,0,11,0,14,0,14,0,14,0,17,0,17,0,17,0,17,0,21,0,21,0,23,0,23,0,25,0,26,0,26,0,26,0,29,0,29,0,29,0,32,0,32,0,32,0,35,0,35,0,35,0,38,0,38,0,14,0,14,0,17,0,17,0,17,0,17,0,46,0,46,0,46,0,49,0,50,0,51,0,51,0,51,0,51,0,46,0,46,0,57,0,57,0,57,0,60,0,61,0,51,0,51,0,57,0,57,0,66,0,66,0,66,0,66,0,66,0,71,0,71,0,71,0,71,0,71,0,76,0,76,0,76,0,76,0,76,0,81,0,81,0,81,0,81,0,81,0,86,0,86,0,86,0,86,0,86,0,91,0,91,0,91,0,91,0,91,0,91,0,91,0,91,0,91,0,100,0,100,0,100,0,103,0,103,0,103,0,106,0,107,0,107,0,107,0,110,0,111,0,112,0,113,0,114,0,115,0,116,0,117,0,118,0,119,0,120,0,121,0,122,0,123,0,124,0,125,0,126,0,127,0,127,0,127,0,127,0,127,0,132,0,133,0,134,0,135,0,136,0,137,0,137,0,137,0,137,0,137,0,142,0,143,0,144,0,145,0,146,0,147,0,147,0,147,0,147,0,147,0,147,0,153,0,153,0,153,0,156,0,156,0,156,0,159,0,147,0,147,0,147,0,163,0,163,0,165,0,166,0,167,0,168,0,168,0,168,0,171,0,172,0,173,0,174,0,175,0,176,0,168,0,168,0,168,0,180,0,181,0,147,0,147,0,184,0,184,0,137,0,137,0,137,0,137,0,137,0,191,0,191,0,191,0,191,0,191,0,196,0,197,0,137,0,137,0,137,0,137,0,137,0,203,0,203,0,203,0,203,0,203,0,208,0,209,0,210,0,211,0,212,0,213,0,214,0,215,0,216,0,217,0,218,0,219,0,220,0,221,0,222,0,223,0,223,0,223,0,226,0,227,0,228,0,229,0,230,0,231,0,232,0,233,0,234,0,235,0,236,0,237,0,238,0,137,0,137,0,137,0,137,0,137,0,244,0,244,0,244,0,244,0,244,0,249,0,250,0,137,0,137,0,137,0,137,0,137,0,0,1,0,1,0,1,0,1,0,1,5,1,6,1,137,0,137,0,137,0,137,0,137,0,137,0,137,0,137,0,15,1,15,1,15,1,15,1,15,1,15,1,15,1,15,1,15,1,137,0,137,0,137,0,27,1,27,1,27,1,30,1,30,1,30,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,0,0,0,0,0,0,123,0,2,0,123,0,127,0,124,0,2,0,124,0,127,0,125,0,2,0,125,0,127,0,126,0,2,0,126,0,127,0,226,0,2,0,226,0,223,0,227,0,2,0,227,0,223,0,228,0,2,0,228,0,223,0,229,0,2,0,229,0,223,0,230,0,2,0,230,0,223,0,234,0,2,0,234,0,223,0,235,0,2,0,235,0,223,0,236,0,2,0,236,0,223,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,223,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,3,0,0,0,3,0,0,0,3,0,0,0,3,0,0,0,3,0,0,0,3,0,0,0,4,0,0,0,4,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,9,0,0,0,9,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,11,0,0,0,12,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,12,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,11,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,7,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,8,0,0,0,13,0,0,0,13,0,0,0,14,0,0,0,14,0,0,0,15,0,0,0,15,0,0,0,11,0,0,0,12,0,0,0,12,0,0,0,11,0,0,0,11,0,0,0,11,0,0,0,12,0,0,0,12,0,0,0,12,0,0,0,11,0,0,0,11,0,0,0,12,0,0,0,16,0,0,0,16,0,0,0,17,0,0,0,18,0,0,0,18,0,0,0,18,0,0,0,18,0,0,0,19,0,0,0,19,0,0,0,20,0,0,0,20,0,0,0,19,0,0,0,9,0,0,0,9,0,0,0,9,0,0,0,9,0,0,0,21,0,0,0,21,0,0,0,22,0,0,0,22,0,0,0,23,0,0,0,24,0,0,0,23,0,0,0,25,0,0,0,25,0,0,0,24,0,0,0,26,0,0,0,26,0,0,0,27,0,0,0,28,0,0,0,29,0,0,0,30,0,0,0,28,0,0,0,30,0,0,0,28,0,0,0,30,0,0,0,31,0,0,0,29,0,0,0,28,0,0,0,28,0,0,0,31,0,0,0,29,0,0,0,28,0,0,0,28,0,0,0,31,0,0,0,29,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,30,0,0,0,31,0,0,0,29,0,0,0,28,0,0,0,28,0,0,0,31,0,0,0,29,0,0,0,31,0,0,0,29,0,0,0,31,0,0,0,32,0,0,0,32,0,0,0,32,0,0,0,33,0,0,0,34,0,0,0,34,0,0,0,35,0,0,0,32,0,0,0,35,0,0,0,33,0,0,0,33,0,0,0,31,0,0,0,36,0,0,0,14,0,0,0,14,0,0,0,14,0,0,0,36,0,0,0,36,0,0,0,29,0,0,0,29,0,0,0,14,0,0,0,31,0,0,0,15,0,0,0,15,0,0,0,15,0,0,0,37,0,0,0,37,0,0,0,38,0,0,0,38,0,0,0,38,0,0,0,39,0,0,0,39,0,0,0,39,0,0,0,40,0,0,0,41,0,0,0,41,0,0,0,42,0,0,0,43,0,0,0,41,0,0,0,43,0,0,0,41,0,0,0,41,0,0,0,42,0,0,0,44,0,0,0,40,0,0,0,43,0,0,0,40,0,0,0,44,0,0,0,42,0,0,0,44,0,0,0,45,0,0,0,45,0,0,0,45,0,0,0,45,0,0,0,45,0,0,0,46,0,0,0,46,0,0,0,46,0,0,0,47,0,0,0,47,0,0,0,21,0,0,0,21,0,0,0,46,0,0,0,21,0,0,0,46,0,0,0,21,0,0,0,21,0,0,0,47,0,0,0,47,0,0,0,47,0,0,0,48,0,0,0,22,0,0,0,22,0,0,0,48,0,0,0,22,0,0,0,22,0,0,0,22,0,0,0,48,0,0,0,24,0,0,0,24,0,0,0,24,0,0,0,25,0,0,0,24,0,0,0,24,0,0,0,25,0,0,0,25,0,0,0,25,0,0,0,25,0,0,0,49,0,0,0,49,0,0,0,49,0,0,0,49,0,0,0,49,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,10,0,0,0,35,0,0,0,35,0,0,0,35,0,0,0,35,0,0,0,35,0,0,0,50,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,52,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,53,0,0,0,51,0,0,0,54,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,51,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,55,0,0,0,55,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,55,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,56,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,28,0,0,0,57,0,0,0,58,0,0,0,59,0,0,0,60,0,0,0,61,0,0,0,60,0,0,0,62,0,0,0,62,0,0,0,52,0,0,0,63,0,0,0,50,0,0,0,64,0,0,0,65,0,0,0,66,0,0,0,50,0,0,0,63,0,0,0,52,0,0,0,66,0,0,0,65,0,0,0,53,0,0,0,67,0,0,0,67,0,0,0,54,0,0,0,68,0,0,0,68,0,0,0,53,0,0,0,68,0,0,0,54,0,0,0,68,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,55,0,0,0,55,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,56,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,56,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,55,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,69,0,0,0,70,0,0,0,71,0,0,0,70,0,0,0,70,0,0,0,72,0,0,0,70,0,0,0,70,0,0,0,69,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,69,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,71,0,0,0,71,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,74,0,0,0,69,0,0,0,73,0,0,0,73,0,0,0,69,0,0,0,73,0,0,0,74,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,72,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,73,0,0,0,75,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,71,0,0,0,77,0,0,0,76,0,0,0,78,0,0,0,74,0,0,0,71,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,71,0,0,0,71,0,0,0,76,0,0,0,74,0,0,0,79,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,73,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,71,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,74,0,0,0,73,0,0,0,73,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,74,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,71,0,0,0,71,0,0,0,71,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,78,0,0,0,76,0,0,0,76,0,0,0,73,0,0,0,77,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,77,0,0,0,77,0,0,0,71,0,0,0,77,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,79,0,0,0,79,0,0,0,75,0,0,0,79,0,0,0,75,0,0,0,79,0,0,0,76,0,0,0,71,0,0,0,76,0,0,0,71,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,71,0,0,0,71,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,74,0,0,0,80,0,0,0,81,0,0,0,75,0,0,0,75,0,0,0,75,0,0,0,81,0,0,0,75,0,0,0,75,0,0,0,75,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,75,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,75,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,80,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,78,0,0,0,75,0,0,0,75,0,0,0,75,0,0,0,75,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,75,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,81,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,80,0,0,0,78,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,76,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,82,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,76,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,83,0,0,0,83,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,82,0,0,0,79,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,79,0,0,0,83,0,0,0,79,0,0,0,79,0,0,0,77,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,77,0,0,0,79,0,0,0,79,0,0,0,84,0,0,0,85,0,0,0,86,0,0,0,86,0,0,0,87,0,0,0,72,0,0,0,87,0,0,0,88,0,0,0,88,0,0,0,89,0,0,0,86,0,0,0,86,0,0,0,89,0,0,0,90,0,0,0,88,0,0,0,89,0,0,0,86,0,0,0,82,0,0,0,82,0,0,0,88,0,0,0,89,0,0,0,82,0,0,0,83,0,0,0,84,0,0,0,83,0,0,0,83,0,0,0,83,0,0,0,83,0,0,0,82,0,0,0,88,0,0,0,88,0,0,0,89,0,0,0,86,0,0,0,83,0,0,0,83,0,0,0,86,0,0,0,83,0,0,0,83,0,0,0,83,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,83,0,0,0,88,0,0,0,89,0,0,0,83,0,0,0,91,0,0,0,88,0,0,0,89,0,0,0,85,0,0,0,89,0,0,0,88,0,0,0,72,0,0,0,84,0,0,0,88,0,0,0,91,0,0,0,89,0,0,0,88,0,0,0,89,0,0,0,86,0,0,0,88,0,0,0,89,0,0,0,92,0,0,0,86,0,0,0,88,0,0,0,89,0,0,0,89,0,0,0,83,0,0,0,91,0,0,0,88,0,0,0,89,0,0,0,85,0,0,0,91,0,0,0,83,0,0,0,83,0,0,0,93,0,0,0,83,0,0,0,83,0,0,0,86,0,0,0,88,0,0,0,89,0,0,0,83,0,0,0,94,0,0,0,83,0,0,0,83,0,0,0,86,0,0,0,70,0,0,0,94,0,0,0,94,0,0,0,94,0,0,0,94,0,0,0,94,0,0,0,70,0,0,0,95,0,0,0,70,0,0,0,96,0,0,0,93,0,0,0,70,0,0,0,94,0,0,0,94,0,0,0,70,0,0,0,94,0,0,0,70,0,0,0,95,0,0,0,94,0,0,0,94,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,94,0,0,0,70,0,0,0,94,0,0,0,70,0,0,0,70,0,0,0,90,0,0,0,95,0,0,0,87,0,0,0,70,0,0,0,95,0,0,0,70,0,0,0,70,0,0,0,90,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,95,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,90,0,0,0,70,0,0,0,90,0,0,0,93,0,0,0,93,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,87,0,0,0,70,0,0,0,70,0,0,0,92,0,0,0,95,0,0,0,95,0,0,0,92,0,0,0,92,0,0,0,70,0,0,0,92,0,0,0,87,0,0,0,87,0,0,0,70,0,0,0,95,0,0,0,95,0,0,0,87,0,0,0,70,0,0,0,96,0,0,0,97,0,0,0,70,0,0,0,70,0,0,0,87,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,90,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,87,0,0,0,97,0,0,0,92,0,0,0,95,0,0,0,95,0,0,0,70,0,0,0,70,0,0,0,87,0,0,0,92,0,0,0,87,0,0,0,95,0,0,0,95,0,0,0,87,0,0,0,87,0,0,0,96,0,0,0,97,0,0,0,87,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,87,0,0,0,87,0,0,0,87,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,92,0,0,0,96,0,0,0,97,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,93,0,0,0,96,0,0,0,97,0,0,0,92,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,92,0,0,0,87,0,0,0,87,0,0,0,87,0,0,0,96,0,0,0,97,0,0,0,87,0,0,0,70,0,0,0,70,0,0,0,93,0,0,0,70,0,0,0,92,0,0,0,92,0,0,0,70,0,0,0,70,0,0,0,96,0,0,0,97,0,0,0,92,0,0,0,92,0,0,0,70,0,0,0,87,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,70,0,0,0,94,0,0,0,94,0,0,0,96,0,0,0,97,0,0,0,94,0,0,0,94,0,0,0,70,0,0,0,82,0,0,0,86,0,0,0,86,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,82,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,98,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,85,0,0,0,98,0,0,0,84,0,0,0,99,0,0,0,84,0,0,0,84,0,0,0,100,0,0,0,82,0,0,0,100,0,0,0,84,0,0,0,82,0,0,0,86,0,0,0,82,0,0,0,84,0,0,0,85,0,0,0,85,0,0,0,85,0,0,0,84,0,0,0,82,0,0,0,84,0,0,0,86,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,82,0,0,0,82,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,84,0,0,0,84,0,0,0,84,0,0,0,82,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,91,0,0,0,91,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,84,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,85,0,0,0,98,0,0,0,86,0,0,0,85,0,0,0,91,0,0,0,86,0,0,0,91,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,85,0,0,0,85,0,0,0,86,0,0,0,91,0,0,0,82,0,0,0,91,0,0,0,85,0,0,0,91,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,84,0,0,0,84,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,85,0,0,0,86,0,0,0,91,0,0,0,84,0,0,0,85,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,91,0,0,0,86,0,0,0,82,0,0,0,91,0,0,0,86,0,0,0,84,0,0,0,91,0,0,0,86,0,0,0,86,0,0,0,84,0,0,0,85,0,0,0,85,0,0,0,86,0,0,0,85,0,0,0,85,0,0,0,85,0,0,0,99,0,0,0,85,0,0,0,91,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,85,0,0,0,91,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,85,0,0,0,85,0,0,0,91,0,0,0,91,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,84,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,91,0,0,0,91,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,85,0,0,0,85,0,0,0,86,0,0,0,86,0,0,0,86,0,0,0,91,0,0,0,91,0,0,0,82,0,0,0,91,0,0,0,82,0,0,0,86,0,0,0,86,0,0,0,91,0,0,0,86,0,0,0,85,0,0,0,85,0,0,0,86,0,0,0,91,0,0,0,85,0,0,0,101,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,100,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,100,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,102,0,0,0,103,0,0,0,104,0,0,0,102,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,105,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,105,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,106,0,0,0,100,0,0,0,107,0,0,0,98,0,0,0,100,0,0,0,102,0,0,0,98,0,0,0,108,0,0,0,99,0,0,0,104,0,0,0,106,0,0,0,100,0,0,0,106,0,0,0,107,0,0,0,98,0,0,0,99,0,0,0,100,0,0,0,98,0,0,0,102,0,0,0,100,0,0,0,100,0,0,0,106,0,0,0,100,0,0,0,99,0,0,0,107,0,0,0,101,0,0,0,106,0,0,0,105,0,0,0,99,0,0,0,107,0,0,0,98,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,105,0,0,0,100,0,0,0,101,0,0,0,101,0,0,0,98,0,0,0,105,0,0,0,98,0,0,0,105,0,0,0,104,0,0,0,104,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,105,0,0,0,100,0,0,0,98,0,0,0,98,0,0,0,101,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,101,0,0,0,105,0,0,0,105,0,0,0,100,0,0,0,100,0,0,0,105,0,0,0,100,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,105,0,0,0,98,0,0,0,109,0,0,0,107,0,0,0,98,0,0,0,99,0,0,0,101,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,106,0,0,0,104,0,0,0,107,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,98,0,0,0,100,0,0,0,100,0,0,0,98,0,0,0,98,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,98,0,0,0,101,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,105,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,1,0,1,1,0,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,1,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,1,0,1,1,1,1,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,0,1,1,0,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,15,0,16,0,17,0,18,0,19,0,20,0,21,0,22,0,23,0,24,0,25,0,26,0,27,0,28,0,29,0,30,0,31,0,32,0,33,0,34,0,35,0,36,0,37,0,38,0,39,0,40,0,41,0,42,0,43,0,44,0,45,0,46,0,47,0,48,0,49,0,50,0,51,0,52,0,53,0,54,0,55,0,56,0,57,0,58,0,59,0,60,0,61,0,62,0,63,0,64,0,65,0,66,0,67,0,68,0,69,0,70,0,71,0,72,0,73,0,74,0,75,0,76,0,77,0,78,0,79,0,80,0,81,0,82,0,83,0,84,0,85,0,86,0,87,0,88,0,89,0,90,0,91,0,92,0,93,0,94,0,95,0,96,0,97,0,98,0,99,0,100,0,101,0,102,0,103,0,104,0,105,0,106,0,107,0,108,0,109,0,110,0,111,0,112,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,3,0,4,0,5,0,6,0,7,0,8,0,9,0,10,0,11,0,12,0,13,0,14,0,13,0,14,0,14,0,13,0,13,0,13,0,13,0,13,0,13,0,24,0,25,0,24,0,25,0,24,0,25,0,24,0,24,0,24,0,24,0,24,0,35,0,36,0,37,0,38,0,39,0,40,0,40,0,42,0,43,0,43,0,43,0,43,0,42,0,42,0,43,0,42,0,43,0,43,0,42,0,43,0,55,0,56,0,56,0,58,0,56,0,58,0,56,0,56,0,58,0,58,0,56,0,58,0,56,0,56,0,55,0,70,0,71,0,72,0,73,0,74,0,75,0,76,0,77,0,78,0,79,0,80,0,81,0,81,0,80,0,84,0,85,0,84,0,85,0,88,0,89,0,90,0,88,0,89,0,90,0,94,0,94,0,96,0,97,0,98,0,99,0,100,0,101,0,102,0,103,0,104,0,105,0,101,0,101,0,108,0,109,0,102,0,101,0,112,0,113,0,112,0,113,0,97,0,112,0,96,0,113,0,112,0,113,0,96,0,97,0,98,0,125,0,126,0,101,0,128,0,102,0,130,0,100,0,132,0,126,0,125,0,130,0,132,0,126,0,138,0,139,0,140,0,141,0,125,0,130,0,138,0,139,0,99,0,132,0,126,0,138,0,139,0,132,0,126,0,132,0,126,0,132,0,102,0,100,0,99,0,101,0,105,0,101,0,113,0,101,0,112,0,103,0,104,0,167,0,103,0,109,0,101,0,102,0,104,0,101,0,167,0,175,0,108,0,175,0,108,0,109,0,102,0,181,0,181,0,96,0,184,0,98,0,184,0,98,0,96,0,189,0,105,0,100,0,98,0,184,0,102,0,98,0,101,0,197,0,96,0,199,0,199,0,96,0,202,0,202,0,184,0,189,0,101,0,100,0,102,0,105,0,197,0,101,0,102,0,105,0,105,0,100,0,102,0,101,0,197,0,103,0,100,0,108,0,109,0,101,0,197,0,102,0,96,0,101,0,102,0,98,0,103,0,108,0,109,0,184,0,109,0,102,0,108,0,102,0,103,0,101,0,108,0,101,0,103,0,109,0,100,0,105,0,101,0,102,0,197,0,249,0,250,0,251,0,252,0,253,0,254,0,255,0,101,0,103,0,108,0,102,0,109,0,5,1,6,1,7,1,8,1,5,1,10,1,11,1,12,1,13,1,14,1,15,1,16,1,17,1,5,1,19,1,5,1,21,1,22,1,23,1,24,1,25,1,26,1,27,1,28,1,29,1,30,1,31,1,32,1,33,1,34,1,35,1,36,1,37,1,38,1,39,1,40,1,41,1,42,1,43,1,44,1,45,1,46,1,47,1,48,1,49,1,50,1,51,1,52,1,53,1,54,1,55,1,56,1,57,1,58,1,17,1,60,1,61,1,62,1,63,1,64,1,65,1,66,1,67,1,68,1,69,1,70,1,71,1,72,1,73,1,10,1,75,1,76,1,19,1,78,1,79,1,80,1,81,1,82,1,83,1,84,1,85,1,86,1,87,1,88,1,89,1,90,1,91,1,92,1,93,1,94,1,95,1,96,1,97,1,98,1,99,1,100,1,101,1,102,1,103,1,104,1,105,1,106,1,107,1,108,1,5,1,110,1,111,1,112,1,113,1,114,1,115,1,116,1,117,1,118,1,119,1,120,1,121,1,122,1,123,1,124,1,125,1,126,1,127,1,128,1,129,1,130,1,131,1,132,1,133,1,134,1,135,1,136,1,136,1,136,1,139,1,136,1,101,0,139,1,101,0,101,0,139,1,101,0,136,1,139,1,149,1,150,1,101,0,150,1,153,1,101,0,101,0,101,0,139,1,101,0,159,1,160,1,150,1,102,0,150,1,164,1,165,1,166,1,167,1,101,0,169,1,167,1,171,1,172,1,165,1,165,1,175,1,176,1,177,1,177,1,166,1,167,1,171,1,101,0,165,1,175,1,175,1,176,1,171,1,166,1,150,1,171,1,172,1,171,1,165,1,175,1,176,1,166,1,167,1,171,1,166,1,176,1,165,1,166,1,172,1,176,1,171,1,175,1,165,1,176,1,176,1,166,1,177,1,171,1,213,1,165,1,176,1,166,1,167,1,218,1,219,1,220,1,221,1,222,1,223,1,224,1,225,1,226,1,227,1,228,1,229,1,230,1,226,1,232,1,233,1,229,1,232,1,236,1,237,1,227,1,239,1,228,1,228,1,242,1,243,1,239,1,226,1,246,1,247,1,248,1,229,1,228,1,232,1,239,1,233,1,239,1,229,1,247,1,226,1,226,1,226,1,226,1,233,1,232,1,229,1,229,1,232,1,10,2,229,1,239,1,227,1,232,1,233,1,226,1,247,1,228,1,232,1,229,1,233,1,232,1,239,1,239,1,239,1,26,2,27,2,91,1,29,2,92,1,31,2,32,2,93,1,34,2,94,1,95,1,96,1,97,1,27,1,40,2,41,2,42,2,28,1,44,2,45,2,41,2,47,2,48,2,27,2,50,2,51,2,52,2,53,2,110,1,55,2,111,1,29,1,113,1,114,1,30,1,116,1,117,1,29,2,32,1,31,2,32,2,34,2,118,1,120,1,47,2,48,2,27,2,50,2,74,2,45,2,41,2,47,2,48,2,27,2,50,2,34,1,126,1,127,1,128,1,129,1,122,1,71,1,42,1,99,1,64,1,65,1,68,1,29,2,13,1,31,2,32,2,34,2,98,1,15,1,107,1,115,1,102,2,103,2,37,1,45,2,41,2,47,2,48,2,27,2,50,2,90,1,39,1,29,2,40,1,31,2,32,2,31,2,34,2,29,2,41,1,31,2,32,2,34,2,135,1,125,2,10,1,127,2,32,2,45,2,41,2,47,2,48,2,133,2,50,2,34,2,136,2,137,2,45,2,41,2,47,2,48,2,27,2,29,2,50,2,31,2,32,2,34,2,148,2,149,2,19,1,151,2,45,2,41,2,47,2,48,2,27,2,50,2,158,2,159,2,160,2,161,2,162,2,163,2,29,2,165,2,29,2,167,2,31,2,32,2,34,2,171,2,172,2,45,2,45,2,41,2,47,2,48,2,27,2,50,2,38,1,181,2,182,2,165,2,167,2,171,2,186,2,172,2,125,2,127,2,90,1,91,1,92,1,93,1,94,1,95,1,96,1,97,1,27,1,28,1,110,1,111,1,29,1,113,1,114,1,30,1,116,1,117,1,32,1,118,1,120,1,34,1,126,1,127,1,128,1,129,1,122,1,71,1,42,1,99,1,64,1,65,1,68,1,13,1,98,1,15,1,107,1,115,1,37,1,229,2,39,1,40,1,41,1,135,1,10,1,44,2,51,2,52,2,238,2,239,2,229,2,19,1,242,2,242,2,181,2,181,2,246,2,238,2,229,2,242,2,181,2,238,2,229,2,242,2,181,2,238,2,229,2,242,2,181,2,238,2,229,2,242,2,181,2,238,2,229,2,242,2,238,2,229,2,242,2,181,2,238,2,38,1,110,1,44,2,51,2,19,3,20,3,21,3,22,3,23,3,52,2,25,3,26,3,27,3,167,2,171,2,172,2,31,3,32,3,44,2,51,2,52,2,36,3,37,3,38,3,39,3,40,3,41,3,42,3,125,2,127,2,165,2,46,3,47,3,48,3,90,1,91,1,92,1,93,1,94,1,95,1,96,1,97,1,57,3,58,3,28,1,110,1,111,1,29,1,113,1,114,1,30,1,116,1,117,1,32,1,118,1,120,1,71,3,72,3,73,3,126,1,127,1,128,1,129,1,122,1,71,1,42,1,99,1,64,1,65,1,68,1,13,1,98,1,15,1,107,1,115,1,37,1,38,1,39,1,40,1,41,1,135,1,96,3,90,1,91,1,92,1,93,1,94,1,95,1,96,1,97,1,10,1,27,1,107,3,28,1,111,1,29,1,113,1,114,1,30,1,116,1,117,1,32,1,118,1,120,1,119,3,120,3,121,3,19,1,34,1,126,1,127,1,128,1,129,1,122,1,71,1,42,1,99,1,64,1,65,1,13,1,98,1,15,1,107,1,115,1,37,1,38,1,39,1,40,1,41,1,135,1,10,1,27,1,19,1,34,1,149,3,150,3,151,3,152,3,153,3,154,3,155,3,156,3,157,3,158,3,36,3,37,3,38,3,125,2,39,3,40,3,41,3,42,3,151,3,152,3,153,3,155,3,171,3,172,3,173,3,127,2,154,3,176,3,177,3,19,3,20,3,156,3,25,3,172,3,48,3,173,3,157,3,96,3,165,2,176,3,167,2,171,2,172,2,158,3,177,3,68,1,195,3,196,3,197,3,198,3,6,1,200,3,8,1,202,3,203,3,204,3,205,3,206,3,207,3,208,3,209,3,210,3,211,3,212,3,212,3,203,3,204,3,216,3,16,1,196,3,15,1,29,1,13,1,14,1,216,3,209,3,209,3,210,3,206,3,30,1,26,1,205,3,10,1,31,1,27,1,197,3,198,3,197,3,32,1,209,3,210,3,33,1,241,3,203,3,204,3,244,3,210,3,246,3,247,3,244,3,203,3,250,3,204,3,209,3,210,3,205,3,246,1,103,2,1,4,206,3,203,3,204,3,5,4,17,1,241,3,209,3,210,3,195,3,250,3,24,1,11,1,208,3,19,1,12,1,17,4,203,3,204,3,34,1,1,4,25,1,28,1,198,3,10,1,26,4,27,4,28,4,29,4,30,4,49,1,32,4,51,1,34,4,165,2,94,1,37,4,38,4,106,1,40,4,43,1,42,4,43,4,44,4,36,1,92,1,93,1,48,4,65,1,50,4,68,1,114,1,165,2,54,4,19,1,45,1,57,4,98,1,88,1,60,4,61,4,107,1,95,1,105,1,65,4,115,1,112,1,37,1,38,1,100,1,101,1,39,1,10,1,40,1,19,1,10,1,19,1,116,1,89,1,41,1,135,1,17,1,24,1,117,1,111,1,86,4,54,4,57,4,89,4,90,4,90,1,92,4,25,1,26,1,102,1,65,4,42,4,27,1,99,4,34,4,101,4,118,1,96,1,28,1,97,1,120,1,110,1,108,4,113,1,64,1,80,1,119,1,10,1,101,4,26,4,54,4,57,4,81,1,119,4,29,1,40,4,30,1,65,4,42,4,31,1,32,1,34,4,101,4,33,1,84,1,131,4,91,1,19,1,34,1,11,1,12,1,27,4,28,4,29,4,30,4,34,4,101,4,143,4,144,4,145,4,85,1,60,4,34,4,101,4,37,4,86,1,131,1,123,1,38,4,13,1,14,1,15,1,34,4,101,4,16,1,124,1,125,1,108,4,126,1,43,4,44,4,127,1,128,1,34,4,101,4,48,4,50,4,129,1,17,1,130,1,87,1,132,1,133,1,134,1,122,1,71,1,42,1,99,1,79,1,86,4,89,4,34,4,101,4,90,4,92,4,121,1,167,2,96,1,97,1,86,4,100,1,101,1,52,2,89,4,90,4,201,4,202,4,203,4,92,4,105,1,106,1,27,4,28,4,29,4,30,4,211,4,60,4,213,4,37,4,215,4,216,4,38,4,218,4,44,2,218,4,221,4,10,1,110,1,19,1,43,4,201,4,216,4,228,4,228,4,34,1,44,4,111,1,26,4,113,1,114,1,116,1,117,1,171,2,172,2,40,4,118,1,120,1,243,4,244,4,60,4,48,4,50,4,27,1,123,1,124,1,125,1,126,1,127,1,128,1,129,1,130,1,17,1,90,1,91,1,132,1,133,1,134,1,122,1,71,1,42,1,99,1,79,1,12,5,165,2,102,1,112,1,43,1,45,1,165,2,19,5,49,1,86,4,92,1,51,1,93,1,89,4,94,1,95,1,90,4,96,1,97,1,92,4,12,5,33,5,28,1,165,2,110,1,26,4,111,1,39,5,29,1,113,1,40,4,114,1,135,1,30,1,108,4,47,5,116,1,117,1,32,1,118,1,211,4,64,1,120,1,55,5,108,4,55,5,126,1,127,1,128,1,129,1,122,1,71,1,65,1,51,2,42,1,68,1,10,1,99,1,98,1,107,1,19,1,10,1,27,4,115,1,19,1,28,4,29,4,215,4,30,4,64,1,119,1,121,1,131,1,36,1,37,4,65,1,38,4,68,1,13,1,47,5,221,4,98,1,15,1,37,1,38,1,39,1,40,1,39,5,80,1,81,1,41,1,135,1,107,1,115,1,84,1,85,1,86,1,87,1,88,1,43,4,44,4,89,1,90,1,91,1,37,1,38,1,125,2,39,1,127,2,92,1,93,1,40,1,94,1,48,4,50,4,95,1,41,1,202,4,130,5,92,4,132,5,38,4,37,4,135,5,136,5,137,5,138,5,139,5,86,4,48,4,40,4,26,4,34,1,50,4,146,5,147,5,148,5,149,5,130,5,151,5,152,5,130,5,151,5,152,5,156,5,156,5,130,5,151,5,152,5,156,5,89,4,163,5,164,5,165,5,166,5,167,5,38,4,169,5,170,5,43,4,172,5,90,4,174,5,10,1,176,5,167,5,44,4,167,5,169,5,181,5,19,1,90,4,184,5,185,5,28,4,92,4,167,5,29,4,60,4,169,5,130,5,167,5,152,5,165,2,169,5,43,4,130,5,151,5,152,5,156,5,30,4,151,5,204,5,205,5,156,5,27,1,208,5,209,5,210,5,211,5,212,5,213,5,152,5,48,4,216,5,217,5,130,5,219,5,44,4,37,4,222,5,151,5,152,5,156,5,86,4,50,4,156,5,26,4,130,5,151,5,152,5,156,5,234,5,235,5,169,5,40,4,108,4,151,5,240,5,27,4,17,1,28,4,29,4,167,5,246,5,169,5,30,4,249,5,250,5,251,5,252,5,253,5,89,4,27,4,0,6,1,6,130,5,151,5,152,5,156,5,130,5,151,5,152,5,130,5,151,5,152,5,130,5,151,5,152,5,15,6,151,5,152,5,130,5,151,5,152,5,130,5,151,5,152,5,130,5,151,5,130,5,151,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,130,5,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7,0,0,0,9,0,0,0,0,0,11,0,0,0,13,0,15,0,17,0,19,0,0,0,21,0,23,0,0,0,25,0,27,0,0,0,0,0,29,0,31,0,29,0,31,0,0,0,33,0,35,0,0,0,0,0,0,0,0,0,37,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,51,0,0,0,0,0,0,0,49,0,51,0,0,0,0,0,0,0,49,0,51,0,0,0,0,0,0,0,49,0,51,0,0,0,0,0,0,0,49,0,51,0,0,0,0,0,0,0,49,0,51,0,0,0,0,0,0,0,53,0,55,0,0,0,0,0,57,0,59,0,0,0,61,0,63,0,0,0,0,0,65,0,67,0,0,0,0,0,0,0,3,0,0,0,149,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,1,221,1,223,1,0,0,37,0,37,0,0,0,37,0,37,0,99,4,222,1,222,1,222,1,222,1,99,4,99,4,203,4,213,4,0,0,81,0,80,0,52,1,53,1,0,0,99,4,99,4,99,4,0,0,0,0,0,0,130,4,146,4,0,0,236,3,24,4,0,0,0,0,99,4,99,4,99,4,151,4,176,4,125,0,130,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,0,0,0,0,99,4,99,4,59,4,79,4,99,4,99,4,203,4,213,4,0,0,91,4,132,4,140,5,15,6,0,0,0,0,0,0,99,4,99,4,203,4,213,4,0,0,46,4,47,4,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,4,99,4,203,4,213,4,0,0,36,4,63,4,173,5,166,5,0,0,0,0,0,0,99,4,99,4,203,4,213,4,0,0,103,4,105,4,131,5,137,5,0,0,0,0,0,0,99,4,99,4,203,4,213,4,0,0,0,0,0,0,0,0,22,4,229,3,0,0,0,0,0,0,70,4,71,4,0,0,0,0,149,3,150,3,0,0,231,3,233,3,0,0,131,0,146,0,0,0,222,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,69,0,21,0,23,0,71,0,25,0,27,0,71,0,0,0,73,0,75,0,73,0,75,0,0,0,77,0,79,0,71,0,0,0,0,0,0,0,81,0,83,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,87,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,91,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,95,0,71,0,0,0,0,0,93,0,95,0,71,0,0,0,0,0,93,0,95,0,71,0,0,0,0,0,93,0,95,0,71,0,0,0,0,0,93,0,95,0,71,0,0,0,0,0,93,0,95,0,71,0,0,0,0,0,97,0,99,0,0,0,0,0,101,0,103,0,71,0,105,0,107,0,71,0,0,0,109,0,111,0,71,0,0,0,71,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,1,60,1,203,4,213,4,0,0,36,0,35,0,52,1,53,1,0,0,60,1,60,1,60,1,60,1,60,1,60,1,84,1,85,1,54,1,197,3,198,3,17,4,60,1,60,1,60,1,60,1,86,1,87,1,142,0,143,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,60,1,0,0,60,1,60,1,88,1,89,1,60,1,60,1,203,4,213,4,0,0,90,1,91,1,140,5,15,6,0,0,0,0,0,0,60,1,60,1,203,4,213,4,0,0,92,1,93,1,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,1,60,1,203,4,213,4,0,0,94,1,95,1,173,5,166,5,0,0,0,0,0,0,60,1,60,1,203,4,213,4,0,0,96,1,97,1,131,5,137,5,0,0,0,0,0,0,60,1,60,1,203,4,213,4,0,0,0,0,0,0,0,0,25,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,6,1,8,1,0,0,10,1,27,1,0,0,100,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,69,0,21,0,23,0,113,0,25,0,27,0,113,0,0,0,73,0,75,0,73,0,75,0,0,0,77,0,79,0,113,0,0,0,0,0,0,0,81,0,83,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,87,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,91,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,95,0,113,0,0,0,0,0,93,0,95,0,113,0,0,0,0,0,93,0,95,0,113,0,0,0,0,0,93,0,95,0,113,0,0,0,0,0,93,0,95,0,113,0,0,0,0,0,93,0,95,0,113,0,0,0,0,0,97,0,99,0,0,0,0,0,101,0,103,0,113,0,105,0,107,0,113,0,0,0,109,0,111,0,113,0,0,0,113,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,55,1,203,4,213,4,0,0,36,0,35,0,52,1,53,1,0,0,55,1,55,1,55,1,55,1,55,1,55,1,84,1,85,1,54,1,197,3,198,3,17,4,55,1,55,1,55,1,55,1,86,1,87,1,142,0,143,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,55,1,0,0,55,1,55,1,88,1,89,1,55,1,55,1,203,4,213,4,0,0,90,1,91,1,140,5,15,6,0,0,0,0,0,0,55,1,55,1,203,4,213,4,0,0,92,1,93,1,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,55,1,203,4,213,4,0,0,94,1,95,1,173,5,166,5,0,0,0,0,0,0,55,1,55,1,203,4,213,4,0,0,96,1,97,1,131,5,137,5,0,0,0,0,0,0,55,1,55,1,203,4,213,4,0,0,0,0,0,0,0,0,25,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,6,1,8,1,0,0,10,1,27,1,0,0,100,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,69,0,21,0,23,0,115,0,25,0,27,0,115,0,0,0,73,0,75,0,73,0,75,0,0,0,77,0,79,0,115,0,0,0,0,0,0,0,81,0,83,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,87,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,91,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,95,0,115,0,0,0,0,0,93,0,95,0,115,0,0,0,0,0,93,0,95,0,115,0,0,0,0,0,93,0,95,0,115,0,0,0,0,0,93,0,95,0,115,0,0,0,0,0,93,0,95,0,115,0,0,0,0,0,97,0,99,0,0,0,0,0,101,0,103,0,115,0,105,0,107,0,115,0,0,0,109,0,111,0,115,0,0,0,115,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,1,56,1,203,4,213,4,0,0,36,0,35,0,52,1,53,1,0,0,56,1,56,1,56,1,56,1,56,1,56,1,84,1,85,1,54,1,197,3,198,3,17,4,56,1,56,1,56,1,56,1,86,1,87,1,142,0,143,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,56,1,0,0,56,1,56,1,88,1,89,1,56,1,56,1,203,4,213,4,0,0,90,1,91,1,140,5,15,6,0,0,0,0,0,0,56,1,56,1,203,4,213,4,0,0,92,1,93,1,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,1,56,1,203,4,213,4,0,0,94,1,95,1,173,5,166,5,0,0,0,0,0,0,56,1,56,1,203,4,213,4,0,0,96,1,97,1,131,5,137,5,0,0,0,0,0,0,56,1,56,1,203,4,213,4,0,0,0,0,0,0,0,0,25,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,6,1,8,1,0,0,10,1,27,1,0,0,100,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,69,0,21,0,23,0,117,0,25,0,27,0,117,0,0,0,73,0,75,0,73,0,75,0,0,0,77,0,79,0,117,0,0,0,0,0,0,0,81,0,83,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,87,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,91,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,95,0,117,0,0,0,0,0,93,0,95,0,117,0,0,0,0,0,93,0,95,0,117,0,0,0,0,0,93,0,95,0,117,0,0,0,0,0,93,0,95,0,117,0,0,0,0,0,93,0,95,0,117,0,0,0,0,0,97,0,99,0,0,0,0,0,101,0,103,0,117,0,105,0,107,0,117,0,0,0,109,0,111,0,117,0,0,0,117,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,1,61,1,203,4,213,4,0,0,36,0,35,0,52,1,53,1,0,0,61,1,61,1,61,1,61,1,61,1,61,1,84,1,85,1,54,1,197,3,198,3,17,4,61,1,61,1,61,1,61,1,86,1,87,1,142,0,143,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,61,1,0,0,61,1,61,1,88,1,89,1,61,1,61,1,203,4,213,4,0,0,90,1,91,1,140,5,15,6,0,0,0,0,0,0,61,1,61,1,203,4,213,4,0,0,92,1,93,1,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,1,61,1,203,4,213,4,0,0,94,1,95,1,173,5,166,5,0,0,0,0,0,0,61,1,61,1,203,4,213,4,0,0,96,1,97,1,131,5,137,5,0,0,0,0,0,0,61,1,61,1,203,4,213,4,0,0,0,0,0,0,0,0,25,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,6,1,8,1,0,0,10,1,27,1,0,0,100,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,69,0,21,0,23,0,119,0,25,0,27,0,119,0,0,0,73,0,75,0,73,0,75,0,0,0,77,0,79,0,119,0,0,0,0,0,0,0,81,0,83,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,87,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,91,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,95,0,119,0,0,0,0,0,93,0,95,0,119,0,0,0,0,0,93,0,95,0,119,0,0,0,0,0,93,0,95,0,119,0,0,0,0,0,93,0,95,0,119,0,0,0,0,0,93,0,95,0,119,0,0,0,0,0,97,0,99,0,0,0,0,0,101,0,103,0,119,0,105,0,107,0,119,0,0,0,109,0,111,0,119,0,0,0,119,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,1,46,1,203,4,213,4,0,0,36,0,35,0,52,1,53,1,0,0,46,1,46,1,46,1,46,1,46,1,46,1,84,1,85,1,54,1,197,3,198,3,17,4,46,1,46,1,46,1,46,1,86,1,87,1,142,0,143,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,46,1,0,0,46,1,46,1,88,1,89,1,46,1,46,1,203,4,213,4,0,0,90,1,91,1,140,5,15,6,0,0,0,0,0,0,46,1,46,1,203,4,213,4,0,0,92,1,93,1,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,1,46,1,203,4,213,4,0,0,94,1,95,1,173,5,166,5,0,0,0,0,0,0,46,1,46,1,203,4,213,4,0,0,96,1,97,1,131,5,137,5,0,0,0,0,0,0,46,1,46,1,203,4,213,4,0,0,0,0,0,0,0,0,25,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,6,1,8,1,0,0,10,1,27,1,0,0,100,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,69,0,21,0,23,0,121,0,25,0,27,0,121,0,0,0,73,0,75,0,73,0,75,0,0,0,77,0,79,0,121,0,0,0,0,0,0,0,81,0,83,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,87,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,91,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,95,0,121,0,0,0,0,0,93,0,95,0,121,0,0,0,0,0,93,0,95,0,121,0,0,0,0,0,93,0,95,0,121,0,0,0,0,0,93,0,95,0,121,0,0,0,0,0,93,0,95,0,121,0,0,0,0,0,97,0,99,0,0,0,0,0,101,0,103,0,121,0,105,0,107,0,121,0,0,0,109,0,111,0,121,0,0,0,121,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1,47,1,203,4,213,4,0,0,36,0,35,0,52,1,53,1,0,0,47,1,47,1,47,1,47,1,47,1,47,1,84,1,85,1,54,1,197,3,198,3,17,4,47,1,47,1,47,1,47,1,86,1,87,1,142,0,143,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,47,1,0,0,47,1,47,1,88,1,89,1,47,1,47,1,203,4,213,4,0,0,90,1,91,1,140,5,15,6,0,0,0,0,0,0,47,1,47,1,203,4,213,4,0,0,92,1,93,1,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1,47,1,203,4,213,4,0,0,94,1,95,1,173,5,166,5,0,0,0,0,0,0,47,1,47,1,203,4,213,4,0,0,96,1,97,1,131,5,137,5,0,0,0,0,0,0,47,1,47,1,203,4,213,4,0,0,0,0,0,0,0,0,25,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,6,1,8,1,0,0,10,1,27,1,0,0,100,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,123,0,21,0,23,0,0,0,25,0,27,0,0,0,0,0,125,0,127,0,125,0,127,0,0,0,129,0,131,0,0,0,0,0,0,0,0,0,133,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,149,0,151,0,0,0,0,0,153,0,155,0,0,0,157,0,159,0,0,0,0,0,161,0,163,0,0,0,0,0,123,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,4,244,4,203,4,213,4,0,0,82,0,83,0,52,1,53,1,0,0,244,4,244,4,244,4,0,0,0,0,0,0,106,5,107,5,0,0,234,3,235,3,0,0,244,4,244,4,244,4,244,4,108,5,109,5,134,0,135,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,0,0,0,0,244,4,244,4,110,5,113,5,244,4,244,4,203,4,213,4,0,0,114,5,115,5,140,5,15,6,0,0,0,0,0,0,244,4,244,4,203,4,213,4,0,0,121,5,122,5,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,4,244,4,203,4,213,4,0,0,124,5,127,5,173,5,166,5,0,0,0,0,0,0,244,4,244,4,203,4,213,4,0,0,193,4,194,4,131,5,137,5,0,0,0,0,0,0,244,4,244,4,203,4,213,4,0,0,0,0,0,0,0,0,93,4,94,4,0,0,0,0,0,0,196,4,197,4,0,0,0,0,199,3,201,3,0,0,113,4,98,4,0,0,157,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,165,0,21,0,23,0,0,0,25,0,27,0,0,0,0,0,125,0,127,0,125,0,127,0,0,0,129,0,131,0,0,0,0,0,0,0,0,0,133,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,149,0,151,0,0,0,0,0,153,0,155,0,0,0,157,0,159,0,0,0,0,0,161,0,163,0,0,0,0,0,165,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,5,33,5,203,4,213,4,0,0,82,0,83,0,52,1,53,1,0,0,33,5,33,5,33,5,0,0,0,0,0,0,106,5,107,5,0,0,234,3,235,3,0,0,33,5,33,5,33,5,33,5,108,5,109,5,134,0,135,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,0,0,0,0,33,5,33,5,110,5,113,5,33,5,33,5,203,4,213,4,0,0,114,5,115,5,140,5,15,6,0,0,0,0,0,0,33,5,33,5,203,4,213,4,0,0,121,5,122,5,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,5,33,5,203,4,213,4,0,0,124,5,127,5,173,5,166,5,0,0,0,0,0,0,33,5,33,5,203,4,213,4,0,0,193,4,194,4,131,5,137,5,0,0,0,0,0,0,33,5,33,5,203,4,213,4,0,0,0,0,0,0,0,0,93,4,94,4,0,0,0,0,0,0,196,4,197,4,0,0,0,0,199,3,201,3,0,0,113,4,98,4,0,0,157,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,19,0,167,0,21,0,23,0,0,0,25,0,27,0,0,0,0,0,125,0,127,0,125,0,127,0,0,0,129,0,131,0,0,0,0,0,0,0,0,0,133,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,145,0,147,0,0,0,0,0,0,0,149,0,151,0,0,0,0,0,153,0,155,0,0,0,157,0,159,0,0,0,0,0,161,0,163,0,0,0,0,0,167,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,4,243,4,203,4,213,4,0,0,82,0,83,0,52,1,53,1,0,0,243,4,243,4,243,4,0,0,0,0,0,0,106,5,107,5,0,0,234,3,235,3,0,0,243,4,243,4,243,4,243,4,108,5,109,5,134,0,135,0,0,0,62,1,63,1,0,0,21,1,22,1,0,0,35,1,72,1,0,0,104,1,108,1,0,0,0,0,0,0,243,4,243,4,110,5,113,5,243,4,243,4,203,4,213,4,0,0,114,5,115,5,140,5,15,6,0,0,0,0,0,0,243,4,243,4,203,4,213,4,0,0,121,5,122,5,162,5,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,4,243,4,203,4,213,4,0,0,124,5,127,5,173,5,166,5,0,0,0,0,0,0,243,4,243,4,203,4,213,4,0,0,193,4,194,4,131,5,137,5,0,0,0,0,0,0,243,4,243,4,203,4,213,4,0,0,0,0,0,0,0,0,93,4,94,4,0,0,0,0,0,0,196,4,197,4,0,0,0,0,199,3,201,3,0,0,113,4,98,4,0,0,157,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,69,0,0,0,23,0,169,0,0,0,27,0,169,0,0,0,73,0,75,0,73,0,75,0,0,0,171,0,79,0,169,0,0,0,0,0,0,0,173,0,83,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,87,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,91,0,169,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,95,0,169,0,0,0,0,0,179,0,95,0,169,0,0,0,0,0,179,0,95,0,169,0,0,0,0,0,179,0,95,0,169,0,0,0,0,0,179,0,95,0,169,0,0,0,0,0,179,0,95,0,169,0,0,0,0,0,97,0,99,0,0,0,0,0,181,0,103,0,169,0,183,0,107,0,169,0,0,0,185,0,111,0,169,0,0,0,169,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,1,44,1,0,0,213,4,0,0,36,0,35,0,0,0,53,1,0,0,0,0,44,1,44,1,44,1,44,1,44,1,0,0,85,1,54,1,0,0,198,3,17,4,0,0,0,0,44,1,44,1,0,0,87,1,0,0,143,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,44,1,44,1,88,1,89,1,44,1,44,1,0,0,213,4,0,0,90,1,91,1,0,0,15,6,0,0,0,0,0,0,44,1,44,1,0,0,213,4,0,0,92,1,93,1,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,1,44,1,0,0,213,4,0,0,94,1,95,1,0,0,166,5,0,0,0,0,0,0,44,1,44,1,0,0,213,4,0,0,96,1,97,1,0,0,137,5,0,0,0,0,0,0,44,1,44,1,0,0,213,4,0,0,0,0,0,0,0,0,100,1,26,1,0,0,0,0,0,0,100,1,101,1,0,0,0,0,44,1,7,1,0,0,74,1,27,1,0,0,105,0,99,0,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,187,0,0,0,19,0,0,0,0,0,23,0,0,0,0,0,27,0,0,0,0,0,29,0,31,0,29,0,31,0,0,0,189,0,35,0,0,0,0,0,0,0,0,0,191,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,53,0,55,0,0,0,0,0,199,0,59,0,0,0,201,0,63,0,0,0,0,0,203,0,67,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,4,0,0,0,0,0,0,0,0,119,4,119,4,0,0,213,4,0,0,81,0,80,0,0,0,53,1,0,0,0,0,119,4,119,4,0,0,0,0,0,0,0,0,146,4,0,0,0,0,24,4,0,0,0,0,0,0,119,4,119,4,0,0,176,4,0,0,130,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,119,4,119,4,59,4,79,4,119,4,119,4,0,0,213,4,0,0,91,4,132,4,0,0,15,6,0,0,0,0,0,0,119,4,119,4,0,0,213,4,0,0,46,4,47,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,4,119,4,0,0,213,4,0,0,36,4,63,4,0,0,166,5,0,0,0,0,0,0,119,4,119,4,0,0,213,4,0,0,103,4,105,4,0,0,137,5,0,0,0,0,0,0,119,4,119,4,0,0,213,4,0,0,0,0,0,0,0,0,70,4,229,3,0,0,0,0,0,0,70,4,71,4,0,0,0,0,119,4,150,3,0,0,25,4,233,3,0,0,160,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,213,0,215,0,215,0,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,109,4,237,5,0,0,0,0,114,4,114,4,236,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,213,0,253,0,253,0,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,52,4,170,5,0,0,0,0,114,4,114,4,236,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,255,0,1,1,1,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,234,4,237,5,0,0,0,0,101,4,101,4,236,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,3,1,5,1,5,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,114,1,170,5,0,0,0,0,128,4,128,4,236,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,255,0,7,1,7,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,235,4,170,5,0,0,0,0,101,4,101,4,236,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,3,1,9,1,9,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,113,1,237,5,0,0,0,0,128,4,128,4,236,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,11,1,13,1,13,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,58,2,40,4,0,0,0,0,149,4,149,4,196,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,15,1,17,1,17,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,41,5,142,5,0,0,0,0,159,4,159,4,180,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,19,1,21,1,21,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,203,2,121,4,0,0,0,0,142,4,142,4,191,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,23,1,25,1,25,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,63,3,240,4,0,0,0,0,170,4,170,4,247,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,207,0,0,0,0,0,0,0,0,0,209,0,211,0,0,0,27,1,29,1,29,1,0,0,0,0,217,0,219,0,0,0,0,0,221,0,223,0,225,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,241,0,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,113,0,112,0,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,111,2,28,2,185,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,30,2,33,2,186,4,0,0,0,0,111,3,42,5,0,0,0,0,188,4,188,4,169,5,0,0,0,0,0,0,0,0,0,0,158,2,159,2,196,3,46,3,47,3,226,4,58,3,71,3,72,3,73,3,227,4,0,0,0,0,0,0,119,3,120,3,228,4,0,0,0,0,242,1,248,1,21,4,0,0,0,0,35,2,36,2,189,4,0,0,0,0,0,0,0,0,242,1,248,1,21,4,0,0,0,0,37,2,38,2,190,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,14,4,0,0,0,0,0,0,44,2,51,2,0,0,0,0,52,2,51,2,219,1,237,1,0,0,126,2,39,2,0,0,191,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,35,1,37,1,37,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,54,2,26,4,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,148,4,148,4,0,0,0,0,193,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,79,1,81,1,81,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,111,1,136,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,127,4,127,4,0,0,0,0,179,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,79,1,83,1,83,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,110,1,143,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,127,4,127,4,0,0,0,0,179,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,85,1,87,1,87,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,85,4,136,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,34,4,34,4,0,0,0,0,179,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,89,1,91,1,91,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,223,4,143,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,100,4,100,4,0,0,0,0,179,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,89,1,93,1,93,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,232,4,136,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,100,4,100,4,0,0,0,0,179,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,95,1,97,1,97,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,200,2,115,4,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,141,4,141,4,0,0,0,0,188,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,99,1,101,1,101,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,60,3,233,4,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,169,4,169,4,0,0,0,0,245,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,85,1,103,1,103,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,107,4,143,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,34,4,34,4,0,0,0,0,179,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,105,1,107,1,107,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,36,5,229,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,158,4,158,4,0,0,0,0,177,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,1,33,1,0,0,109,1,111,1,111,1,39,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,43,1,45,1,0,0,0,0,47,1,49,1,51,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,67,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,115,0,114,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,190,2,191,2,86,4,0,0,0,0,16,3,37,5,42,2,133,2,1,4,0,0,0,0,192,2,193,2,89,4,0,0,0,0,0,0,0,0,187,4,187,4,0,0,0,0,167,5,0,0,0,0,0,0,137,2,149,2,0,0,0,0,218,3,21,3,22,3,201,4,23,3,0,0,27,3,0,0,216,4,0,0,0,0,0,0,31,3,32,3,229,4,0,0,0,0,42,2,133,2,1,4,0,0,0,0,194,2,195,2,90,4,0,0,0,0,0,0,0,0,42,2,133,2,1,4,0,0,0,0,196,2,197,2,92,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,208,3,0,0,0,0,0,0,235,2,236,2,0,0,0,0,237,2,236,2,26,2,160,2,0,0,234,2,198,2,0,0,207,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,69,0,0,0,23,0,113,1,0,0,27,0,113,1,0,0,73,0,75,0,73,0,75,0,0,0,171,0,79,0,113,1,0,0,0,0,0,0,173,0,83,0,113,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,87,0,113,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,91,0,113,1,0,0,0,0,0,0,0,0,0,0,0,0,179,0,95,0,113,1,0,0,0,0,179,0,95,0,113,1,0,0,0,0,179,0,95,0,113,1,0,0,0,0,179,0,95,0,113,1,0,0,0,0,179,0,95,0,113,1,0,0,0,0,179,0,95,0,113,1,0,0,0,0,97,0,99,0,0,0,0,0,0,0,115,1,113,1,0,0,117,1,113,1,0,0,0,0,119,1,113,1,0,0,113,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,1,83,1,0,0,198,3,17,4,0,0,0,0,0,0,0,0,0,0,133,1,0,0,143,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,0,0,134,1,134,1,0,0,0,0,0,0,213,4,0,0,122,1,122,1,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,71,1,71,1,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,42,1,42,1,0,0,166,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,99,1,99,1,0,0,137,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,79,1,12,1,0,0,0,0,0,0,79,1,79,1,0,0,0,0,0,0,213,4,0,0,0,0,207,5,0,0,0,0,159,1,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,69,0,0,0,23,0,121,1,0,0,27,0,121,1,0,0,73,0,75,0,73,0,75,0,0,0,171,0,79,0,121,1,0,0,0,0,0,0,173,0,83,0,121,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,87,0,121,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,91,0,121,1,0,0,0,0,0,0,0,0,0,0,0,0,179,0,95,0,121,1,0,0,0,0,179,0,95,0,121,1,0,0,0,0,179,0,95,0,121,1,0,0,0,0,179,0,95,0,121,1,0,0,0,0,179,0,95,0,121,1,0,0,0,0,179,0,95,0,121,1,0,0,0,0,97,0,99,0,0,0,0,0,0,0,115,1,121,1,0,0,117,1,121,1,0,0,0,0,119,1,121,1,0,0,121,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,1,82,1,0,0,198,3,17,4,0,0,0,0,0,0,0,0,0,0,124,1,0,0,143,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,0,0,125,1,125,1,0,0,0,0,0,0,213,4,0,0,126,1,126,1,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,127,1,127,1,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,128,1,128,1,0,0,166,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,129,1,129,1,0,0,137,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,130,1,11,1,0,0,0,0,0,0,130,1,130,1,0,0,0,0,0,0,213,4,0,0,0,0,207,5,0,0,0,0,159,1,0,0,0,0,0,0,17,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,1,7,0,0,0,9,0,0,0,0,0,11,0,0,0,13,0,15,0,0,0,19,0,0,0,0,0,23,0,0,0,0,0,27,0,0,0,0,0,0,0,31,0,0,0,31,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,59,0,0,0,0,0,63,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,3,0,0,0,0,0,148,5,148,5,148,5,148,5,38,0,220,1,39,0,224,1,0,0,143,4,131,4,144,4,39,0,38,0,39,0,0,0,38,0,0,0,222,1,222,1,222,1,222,1,0,0,145,4,0,0,213,4,0,0,0,0,80,0,0,0,53,1,0,0,0,0,0,0,145,4,0,0,0,0,0,0,0,0,146,4,0,0,0,0,24,4,0,0,0,0,0,0,0,0,145,4,0,0,176,4,0,0,130,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,145,4,0,0,79,4,0,0,145,4,0,0,213,4,0,0,0,0,132,4,0,0,15,6,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,47,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,63,4,0,0,166,5,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,105,4,0,0,137,5,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,0,0,0,0,0,0,229,3,0,0,0,0,0,0,0,0,71,4,0,0,0,0,0,0,171,3,0,0,0,0,233,3,0,0,0,0,146,0,0,0,222,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,7,0,0,0,9,0,0,0,0,0,11,0,0,0,13,0,15,0,0,0,19,0,0,0,0,0,23,0,0,0,0,0,27,0,0,0,0,0,0,0,31,0,0,0,31,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,59,0,0,0,0,0,63,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,3,0,0,0,0,0,176,5,176,5,176,5,176,5,38,0,220,1,39,0,224,1,0,0,143,4,131,4,144,4,39,0,38,0,39,0,0,0,38,0,0,0,222,1,222,1,222,1,222,1,0,0,145,4,0,0,213,4,0,0,0,0,80,0,0,0,53,1,0,0,0,0,0,0,145,4,0,0,0,0,0,0,0,0,146,4,0,0,0,0,24,4,0,0,0,0,0,0,0,0,145,4,0,0,176,4,0,0,130,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,145,4,0,0,79,4,0,0,145,4,0,0,213,4,0,0,0,0,132,4,0,0,15,6,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,47,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,63,4,0,0,166,5,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,105,4,0,0,137,5,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,0,0,0,0,0,0,229,3,0,0,0,0,0,0,0,0,71,4,0,0,0,0,0,0,171,3,0,0,0,0,233,3,0,0,0,0,146,0,0,0,222,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,1,7,0,0,0,9,0,0,0,0,0,11,0,0,0,13,0,15,0,0,0,19,0,0,0,0,0,23,0,0,0,0,0,27,0,0,0,0,0,0,0,31,0,0,0,31,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,59,0,0,0,0,0,63,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,3,0,0,0,0,0,209,5,209,5,209,5,209,5,38,0,220,1,39,0,224,1,0,0,143,4,131,4,144,4,39,0,38,0,39,0,0,0,38,0,0,0,222,1,222,1,222,1,222,1,0,0,145,4,0,0,213,4,0,0,0,0,80,0,0,0,53,1,0,0,0,0,0,0,145,4,0,0,0,0,0,0,0,0,146,4,0,0,0,0,24,4,0,0,0,0,0,0,0,0,145,4,0,0,176,4,0,0,130,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,145,4,0,0,79,4,0,0,145,4,0,0,213,4,0,0,0,0,132,4,0,0,15,6,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,47,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,63,4,0,0,166,5,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,105,4,0,0,137,5,0,0,0,0,0,0,0,0,145,4,0,0,213,4,0,0,0,0,0,0,0,0,0,0,229,3,0,0,0,0,0,0,0,0,71,4,0,0,0,0,0,0,171,3,0,0,0,0,233,3,0,0,0,0,146,0,0,0,222,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,1,131,1,0,0,0,0,0,0,0,0,133,1,135,1,0,0,137,1,140,1,140,1,137,1,140,1,0,0,0,0,0,0,0,0,0,0,0,0,142,1,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,1,148,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,154,1,156,1,158,1,160,1,0,0,162,1,164,1,0,0,0,0,166,1,168,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,3,216,3,215,4,0,0,0,0,162,0,164,0,109,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,4,218,4,0,0,0,0,2,5,3,5,226,5,0,0,0,0,0,0,0,0,7,4,11,4,218,4,0,0,0,0,22,5,24,5,254,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,3,157,3,158,3,159,3,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,4,218,4,0,0,0,0,26,5,27,5,183,5,0,0,0,0,0,0,0,0,7,4,11,4,218,4,0,0,0,0,29,5,30,5,187,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,3,216,3,215,4,0,0,0,0,0,0,219,4,65,5,0,0,0,0,198,4,65,5,160,3,216,3,0,0,222,4,248,4,0,0,244,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,1,131,1,0,0,137,1,140,1,140,1,133,1,135,1,0,0,0,0,0,0,0,0,137,1,140,1,0,0,0,0,0,0,0,0,0,0,0,0,142,1,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,1,148,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,154,1,156,1,158,1,160,1,0,0,162,1,164,1,0,0,0,0,166,1,168,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,3,223,3,79,5,0,0,0,0,162,0,164,0,109,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,3,250,3,220,4,0,0,0,0,2,5,3,5,226,5,0,0,0,0,0,0,0,0,241,3,250,3,220,4,0,0,0,0,22,5,24,5,254,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,3,185,3,192,3,36,3,12,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,3,250,3,220,4,0,0,0,0,26,5,27,5,183,5,0,0,0,0,0,0,0,0,241,3,250,3,220,4,0,0,0,0,29,5,30,5,187,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,3,223,3,79,5,0,0,0,0,0,0,219,4,65,5,0,0,0,0,198,4,65,5,37,3,223,3,0,0,222,4,248,4,0,0,244,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,174,1,174,1,174,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,59,2,0,0,0,0,0,0,149,4,149,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,21,1,21,1,21,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,203,2,0,0,0,0,0,0,142,4,142,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,29,1,29,1,29,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,111,3,0,0,0,0,0,0,188,4,188,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,215,0,215,0,215,0,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,109,4,0,0,0,0,0,0,114,4,114,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,13,1,13,1,13,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,58,2,0,0,0,0,0,0,149,4,149,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,186,1,186,1,186,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,43,5,0,0,0,0,0,0,159,4,159,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,188,1,188,1,188,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,64,3,0,0,0,0,0,0,170,4,170,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,9,1,9,1,9,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,113,1,0,0,0,0,0,0,128,4,128,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,190,1,190,1,190,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,112,3,0,0,0,0,0,0,188,4,188,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,17,1,17,1,17,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,41,5,0,0,0,0,0,0,159,4,159,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,1,1,1,1,1,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,234,4,0,0,0,0,0,0,101,4,101,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,192,1,192,1,192,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,204,2,0,0,0,0,0,0,142,4,142,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,25,1,25,1,25,1,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,63,3,0,0,0,0,0,0,170,4,170,4,0,0,0,0,0,0,0,0,0,0,0,0,158,2,159,2,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,1,196,1,0,0,198,1,201,1,201,1,203,1,205,1,0,0,0,0,0,0,0,0,198,1,201,1,0,0,0,0,0,0,0,0,0,0,0,0,207,1,209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,1,213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,219,1,221,1,223,1,225,1,0,0,227,1,229,1,0,0,0,0,231,1,233,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,42,3,99,5,0,0,0,0,121,0,117,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,42,3,99,5,0,0,0,0,49,3,50,3,195,4,0,0,0,0,0,0,0,0,42,3,42,3,99,5,0,0,0,0,51,3,52,3,199,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,99,5,42,3,42,3,99,5,0,0,0,0,53,3,54,3,200,4,0,0,0,0,0,0,0,0,42,3,42,3,99,5,0,0,0,0,55,3,56,3,204,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,42,3,99,5,0,0,0,0,0,0,17,3,18,3,0,0,0,0,24,3,18,3,151,3,42,3,0,0,105,3,106,3,0,0,215,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,111,1,111,1,111,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,16,3,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,187,4,187,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,103,1,103,1,103,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,107,4,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,34,4,34,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,249,1,249,1,249,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,38,5,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,158,4,158,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,97,1,97,1,97,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,200,2,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,141,4,141,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,251,1,251,1,251,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,56,2,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,148,4,148,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,37,1,37,1,37,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,54,2,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,148,4,148,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,91,1,91,1,91,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,223,4,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,100,4,100,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,253,1,253,1,253,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,61,3,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,169,4,169,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,255,1,255,1,255,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,201,2,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,141,4,141,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,83,1,83,1,83,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,110,1,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,127,4,127,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,1,2,1,2,1,2,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,109,3,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,187,4,187,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,107,1,107,1,107,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,36,5,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,158,4,158,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,101,1,101,1,101,1,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,60,3,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,169,4,169,4,0,0,0,0,0,0,0,0,0,0,0,0,137,2,149,2,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,5,2,0,0,0,0,0,0,0,0,7,2,9,2,0,0,198,1,201,1,201,1,198,1,201,1,0,0,0,0,0,0,0,0,0,0,0,0,11,2,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,2,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,23,2,25,2,27,2,29,2,0,0,31,2,33,2,0,0,0,0,35,2,37,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,166,3,39,5,0,0,0,0,119,0,120,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,166,3,39,5,0,0,0,0,97,3,98,3,21,5,0,0,0,0,0,0,0,0,166,3,166,3,39,5,0,0,0,0,99,3,100,3,25,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,39,5,166,3,166,3,39,5,0,0,0,0,101,3,102,3,28,5,0,0,0,0,0,0,0,0,166,3,166,3,39,5,0,0,0,0,103,3,104,3,31,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,166,3,39,5,0,0,0,0,0,0,33,3,34,3,0,0,0,0,35,3,34,3,167,3,166,3,0,0,145,3,146,3,0,0,220,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,39,2,39,2,39,2,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,3,107,3,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,41,2,41,2,41,2,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,3,107,3,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,43,2,43,2,43,2,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,3,107,3,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,45,2,45,2,45,2,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,3,107,3,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,47,2,47,2,47,2,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,3,57,3,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,49,2,49,2,49,2,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,3,57,3,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,51,2,51,2,51,2,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,3,57,3,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,53,2,53,2,53,2,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,3,57,3,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,1,207,0,0,0,0,0,0,0,0,0,172,1,211,0,0,0,0,0,0,0,0,0,0,0,0,0,176,1,219,0,0,0,0,0,178,1,223,0,180,1,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,1,231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,0,0,233,0,235,0,0,0,0,0,237,0,239,0,184,1,243,0,0,0,245,0,247,0,0,0,0,0,249,0,251,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,113,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,111,2,28,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,30,2,33,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,3,107,3,0,0,46,3,47,3,0,0,58,3,71,3,72,3,73,3,0,0,0,0,0,0,0,0,119,3,120,3,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,35,2,36,2,0,0,0,0,0,0,0,0,0,0,242,1,248,1,0,0,0,0,0,0,37,2,38,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,236,1,237,1,0,0,0,0,0,0,0,0,52,2,51,2,0,0,0,0,52,2,51,2,236,1,237,1,0,0,126,2,39,2,0,0,190,0,197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,1,33,1,0,0,0,0,0,0,0,0,237,1,41,1,0,0,0,0,0,0,0,0,0,0,0,0,239,1,45,1,0,0,0,0,241,1,49,1,243,1,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,1,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,0,0,59,1,61,1,0,0,0,0,63,1,65,1,247,1,69,1,0,0,71,1,73,1,0,0,0,0,75,1,77,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,115,0,114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,190,2,191,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,192,2,193,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,3,57,3,0,0,0,0,0,0,21,3,22,3,0,0,23,3,0,0,27,3,0,0,0,0,0,0,0,0,0,0,31,3,32,3,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,194,2,195,2,0,0,0,0,0,0,0,0,0,0,42,2,133,2,0,0,0,0,0,0,196,2,197,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,2,160,2,0,0,0,0,0,0,0,0,237,2,236,2,0,0,0,0,237,2,236,2,162,2,160,2,0,0,234,2,198,2,0,0,209,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,1,113,1,0,0,19,0,0,0,0,0,23,0,0,0,0,0,27,0,0,0,0,0,29,0,31,0,29,0,31,0,0,0,189,0,35,0,0,0,0,0,0,0,0,0,191,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,53,0,55,0,0,0,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0,0,0,0,119,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,4,0,0,0,0,24,4,0,0,0,0,0,0,0,0,0,0,0,0,178,4,0,0,130,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,0,0,179,4,179,4,0,0,0,0,0,0,213,4,0,0,180,4,180,4,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,181,4,181,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,182,4,182,4,0,0,166,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,183,4,183,4,0,0,137,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,184,4,16,4,0,0,0,0,0,0,184,4,184,4,0,0,0,0,0,0,213,4,0,0,0,0,207,5,0,0,0,0,159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1,121,1,0,0,19,0,0,0,0,0,23,0,0,0,0,0,27,0,0,0,0,0,29,0,31,0,29,0,31,0,0,0,189,0,35,0,0,0,0,0,0,0,0,0,191,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,197,0,51,0,0,0,0,0,0,0,53,0,55,0,0,0,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0,0,0,0,119,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,4,0,0,0,0,24,4,0,0,0,0,0,0,0,0,0,0,0,0,161,4,0,0,130,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,0,0,162,4,162,4,0,0,0,0,0,0,213,4,0,0,164,4,164,4,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,167,4,167,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,168,4,168,4,0,0,166,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,173,4,173,4,0,0,137,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,175,4,13,4,0,0,0,0,0,0,175,4,175,4,0,0,0,0,0,0,213,4,0,0,0,0,207,5,0,0,0,0,159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,121,1,0,0,23,0,0,0,0,0,27,0,0,0,0,0,125,0,127,0,125,0,127,0,0,0,55,2,131,0,0,0,0,0,0,0,0,0,57,2,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,2,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,2,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,149,0,151,0,0,0,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0,0,0,0,119,1,0,0,0,0,121,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,4,0,0,0,0,235,3,0,0,0,0,0,0,0,0,0,0,0,0,250,4,0,0,135,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,0,0,251,4,251,4,0,0,0,0,0,0,213,4,0,0,252,4,252,4,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,253,4,253,4,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,254,4,254,4,0,0,166,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,255,4,255,4,0,0,137,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,0,5,135,4,0,0,0,0,0,0,0,5,0,5,0,0,0,0,0,0,213,4,0,0,0,0,207,5,0,0,0,0,159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,113,1,0,0,23,0,0,0,0,0,27,0,0,0,0,0,125,0,127,0,125,0,127,0,0,0,55,2,131,0,0,0,0,0,0,0,0,0,57,2,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,2,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,2,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,63,2,147,0,0,0,0,0,0,0,149,0,151,0,0,0,0,0,0,0,115,1,0,0,0,0,117,1,0,0,0,0,0,0,119,1,0,0,0,0,113,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5,0,0,0,0,235,3,0,0,0,0,0,0,0,0,0,0,0,0,5,5,0,0,135,0,0,0,0,0,63,1,0,0,0,0,22,1,0,0,0,0,72,1,0,0,0,0,108,1,0,0,0,0,0,0,0,0,0,0,6,5,6,5,0,0,0,0,0,0,213,4,0,0,7,5,7,5,0,0,15,6,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,8,5,8,5,0,0,234,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,9,5,9,5,0,0,166,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,10,5,10,5,0,0,137,5,0,0,0,0,0,0,0,0,0,0,0,0,213,4,0,0,0,0,0,0,0,0,11,5,136,4,0,0,0,0,0,0,11,5,11,5,0,0,0,0,0,0,213,4,0,0,0,0,207,5,0,0,0,0,159,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,2,131,1,0,0,0,0,0,0,0,0,67,2,135,1,0,0,69,2,69,2,69,2,69,2,69,2,0,0,0,0,0,0,0,0,0,0,0,0,71,2,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,2,148,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,154,1,156,1,75,2,160,1,0,0,162,1,164,1,0,0,0,0,166,1,168,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,3,216,3,0,0,0,0,0,0,162,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,2,5,3,5,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,22,5,24,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,3,163,3,164,3,165,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,26,5,27,5,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,29,5,30,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,3,216,3,0,0,0,0,0,0,0,0,198,4,65,5,0,0,0,0,198,4,65,5,213,3,216,3,0,0,222,4,248,4,0,0,245,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,2,131,1,0,0,140,1,140,1,140,1,67,2,135,1,0,0,0,0,0,0,0,0,140,1,140,1,0,0,0,0,0,0,0,0,0,0,0,0,71,2,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,2,148,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,154,1,156,1,75,2,160,1,0,0,162,1,164,1,0,0,0,0,166,1,168,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,3,223,3,0,0,0,0,0,0,162,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,2,5,3,5,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,22,5,24,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,3,185,3,192,3,36,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,26,5,27,5,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,29,5,30,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,3,223,3,0,0,0,0,0,0,0,0,198,4,65,5,0,0,0,0,198,4,65,5,212,3,223,3,0,0,222,4,248,4,0,0,245,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,2,131,1,0,0,69,2,69,2,69,2,67,2,135,1,0,0,0,0,0,0,0,0,69,2,69,2,0,0,0,0,0,0,0,0,0,0,0,0,71,2,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,2,148,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,154,1,156,1,75,2,160,1,0,0,162,1,164,1,0,0,0,0,166,1,168,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,3,223,3,0,0,0,0,0,0,162,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,2,5,3,5,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,22,5,24,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,3,39,3,40,3,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,26,5,27,5,0,0,0,0,0,0,0,0,0,0,241,3,250,3,0,0,0,0,0,0,29,5,30,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,3,223,3,0,0,0,0,0,0,0,0,198,4,65,5,0,0,0,0,198,4,65,5,212,3,223,3,0,0,222,4,248,4,0,0,245,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,2,131,1,0,0,0,0,0,0,0,0,67,2,135,1,0,0,140,1,140,1,140,1,140,1,140,1,0,0,0,0,0,0,0,0,0,0,0,0,71,2,144,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,2,148,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,0,0,150,1,152,1,0,0,0,0,154,1,156,1,75,2,160,1,0,0,162,1,164,1,0,0,0,0,166,1,168,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,3,216,3,0,0,0,0,0,0,162,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,2,5,3,5,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,22,5,24,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,3,157,3,158,3,159,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,26,5,27,5,0,0,0,0,0,0,0,0,0,0,7,4,11,4,0,0,0,0,0,0,29,5,30,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,3,216,3,0,0,0,0,0,0,0,0,198,4,65,5,0,0,0,0,198,4,65,5,213,3,216,3,0,0,222,4,248,4,0,0,245,0,248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,2,5,2,0,0,0,0,0,0,0,0,79,2,9,2,0,0,201,1,201,1,201,1,201,1,201,1,0,0,0,0,0,0,0,0,0,0,0,0,81,2,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,2,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,23,2,25,2,85,2,29,2,0,0,31,2,33,2,0,0,0,0,35,2,37,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,166,3,0,0,0,0,0,0,119,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,166,3,0,0,0,0,0,0,97,3,98,3,0,0,0,0,0,0,0,0,0,0,166,3,166,3,0,0,0,0,0,0,99,3,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,0,0,166,3,166,3,0,0,0,0,0,0,101,3,102,3,0,0,0,0,0,0,0,0,0,0,166,3,166,3,0,0,0,0,0,0,103,3,104,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,3,166,3,0,0,0,0,0,0,0,0,35,3,34,3,0,0,0,0,35,3,34,3,166,3,166,3,0,0,145,3,146,3,0,0,213,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,2,5,2,0,0,0,0,0,0,0,0,79,2,9,2,0,0,87,2,87,2,87,2,87,2,87,2,0,0,0,0,0,0,0,0,0,0,0,0,81,2,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,2,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,23,2,25,2,85,2,29,2,0,0,31,2,33,2,0,0,0,0,35,2,37,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,3,183,3,0,0,0,0,0,0,119,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,3,183,3,0,0,0,0,0,0,97,3,98,3,0,0,0,0,0,0,0,0,0,0,183,3,183,3,0,0,0,0,0,0,99,3,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,3,0,0,183,3,183,3,0,0,0,0,0,0,101,3,102,3,0,0,0,0,0,0,0,0,0,0,183,3,183,3,0,0,0,0,0,0,103,3,104,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,3,183,3,0,0,0,0,0,0,0,0,35,3,34,3,0,0,0,0,35,3,34,3,183,3,183,3,0,0,145,3,146,3,0,0,213,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,2,196,1,0,0,91,2,91,2,91,2,93,2,205,1,0,0,0,0,0,0,0,0,91,2,91,2,0,0,0,0,0,0,0,0,0,0,0,0,95,2,209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,2,213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,219,1,221,1,99,2,225,1,0,0,227,1,229,1,0,0,0,0,231,1,233,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,3,186,3,0,0,0,0,0,0,121,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,3,186,3,0,0,0,0,0,0,49,3,50,3,0,0,0,0,0,0,0,0,0,0,186,3,186,3,0,0,0,0,0,0,51,3,52,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,3,0,0,186,3,186,3,0,0,0,0,0,0,53,3,54,3,0,0,0,0,0,0,0,0,0,0,186,3,186,3,0,0,0,0,0,0,55,3,56,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,3,186,3,0,0,0,0,0,0,0,0,24,3,18,3,0,0,0,0,24,3,18,3,186,3,186,3,0,0,105,3,106,3,0,0,214,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,2,196,1,0,0,201,1,201,1,201,1,93,2,205,1,0,0,0,0,0,0,0,0,201,1,201,1,0,0,0,0,0,0,0,0,0,0,0,0,95,2,209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,2,213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,219,1,221,1,99,2,225,1,0,0,227,1,229,1,0,0,0,0,231,1,233,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,42,3,0,0,0,0,0,0,121,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,42,3,0,0,0,0,0,0,49,3,50,3,0,0,0,0,0,0,0,0,0,0,42,3,42,3,0,0,0,0,0,0,51,3,52,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,0,0,42,3,42,3,0,0,0,0,0,0,53,3,54,3,0,0,0,0,0,0,0,0,0,0,42,3,42,3,0,0,0,0,0,0,55,3,56,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,3,42,3,0,0,0,0,0,0,0,0,24,3,18,3,0,0,0,0,24,3,18,3,42,3,42,3,0,0,105,3,106,3,0,0,214,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,2,196,1,0,0,87,2,87,2,87,2,93,2,205,1,0,0,0,0,0,0,0,0,87,2,87,2,0,0,0,0,0,0,0,0,0,0,0,0,95,2,209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,2,213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,219,1,221,1,99,2,225,1,0,0,227,1,229,1,0,0,0,0,231,1,233,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,3,48,3,0,0,0,0,0,0,121,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,3,48,3,0,0,0,0,0,0,49,3,50,3,0,0,0,0,0,0,0,0,0,0,48,3,48,3,0,0,0,0,0,0,51,3,52,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,3,0,0,48,3,48,3,0,0,0,0,0,0,53,3,54,3,0,0,0,0,0,0,0,0,0,0,48,3,48,3,0,0,0,0,0,0,55,3,56,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,3,48,3,0,0,0,0,0,0,0,0,24,3,18,3,0,0,0,0,24,3,18,3,48,3,48,3,0,0,105,3,106,3,0,0,214,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,2,5,2,0,0,0,0,0,0,0,0,79,2,9,2,0,0,91,2,91,2,91,2,91,2,91,2,0,0,0,0,0,0,0,0,0,0,0,0,81,2,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,2,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,23,2,25,2,85,2,29,2,0,0,31,2,33,2,0,0,0,0,35,2,37,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,3,96,3,0,0,0,0,0,0,119,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,3,96,3,0,0,0,0,0,0,97,3,98,3,0,0,0,0,0,0,0,0,0,0,96,3,96,3,0,0,0,0,0,0,99,3,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,3,0,0,96,3,96,3,0,0,0,0,0,0,101,3,102,3,0,0,0,0,0,0,0,0,0,0,96,3,96,3,0,0,0,0,0,0,103,3,104,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,3,96,3,0,0,0,0,0,0,0,0,35,3,34,3,0,0,0,0,35,3,34,3,96,3,96,3,0,0,145,3,146,3,0,0,213,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,2,5,2,0,0,0,0,0,0,0,0,79,2,9,2,0,0,101,2,101,2,101,2,101,2,101,2,0,0,0,0,0,0,0,0,0,0,0,0,81,2,13,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,2,17,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,0,0,19,2,21,2,0,0,0,0,23,2,25,2,85,2,29,2,0,0,31,2,33,2,0,0,0,0,35,2,37,2,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,3,168,3,0,0,0,0,0,0,119,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,3,168,3,0,0,0,0,0,0,97,3,98,3,0,0,0,0,0,0,0,0,0,0,168,3,168,3,0,0,0,0,0,0,99,3,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,3,0,0,168,3,168,3,0,0,0,0,0,0,101,3,102,3,0,0,0,0,0,0,0,0,0,0,168,3,168,3,0,0,0,0,0,0,103,3,104,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,3,168,3,0,0,0,0,0,0,0,0,35,3,34,3,0,0,0,0,35,3,34,3,168,3,168,3,0,0,145,3,146,3,0,0,213,0,218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,2,196,1,0,0,101,2,101,2,101,2,93,2,205,1,0,0,0,0,0,0,0,0,101,2,101,2,0,0,0,0,0,0,0,0,0,0,0,0,95,2,209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,2,213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,0,0,215,1,217,1,0,0,0,0,219,1,221,1,99,2,225,1,0,0,227,1,229,1,0,0,0,0,231,1,233,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,3,152,3,0,0,0,0,0,0,121,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,3,152,3,0,0,0,0,0,0,49,3,50,3,0,0,0,0,0,0,0,0,0,0,152,3,152,3,0,0,0,0,0,0,51,3,52,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,3,0,0,152,3,152,3,0,0,0,0,0,0,53,3,54,3,0,0,0,0,0,0,0,0,0,0,152,3,152,3,0,0,0,0,0,0,55,3,56,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,3,152,3,0,0,0,0,0,0,0,0,24,3,18,3,0,0,0,0,24,3,18,3,152,3,152,3,0,0,105,3,106,3,0,0,214,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,185,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,147,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,235,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,182,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,250,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,54,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,57,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,187,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,203,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,6,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,111,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,118,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,118,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,116,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,218,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,239,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,194,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,206,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,174,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,116,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,117,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,171,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,172,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,231,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,238,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,17,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,24,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,80,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,81,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,96,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,153,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,151,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,155,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,157,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,171,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,172,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,175,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,173,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,176,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,157,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,87,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,88,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,190,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,191,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,226,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,227,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,174,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,83,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,100,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,101,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,150,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,203,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,152,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,228,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,158,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,156,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,181,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,193,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,229,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,59,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,24,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,8,6,0,0,0,0,1,1,0,0,0,0,0,0,1,1,125,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,174,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,234,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,82,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,192,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,214,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,220,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,109,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,192,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,206,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,5,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,165,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,167,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,171,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,172,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,183,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,158,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,223,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,160,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,225,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,52,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,120,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,234,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,114,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,235,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,113,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,57,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,58,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,40,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,41,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,202,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,203,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,62,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,63,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,110,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,111,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,43,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,54,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,181,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,184,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,21,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,183,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,184,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,185,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,187,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,188,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,186,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,42,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,154,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,224,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,156,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,28,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,111,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,110,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,85,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,104,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,223,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,232,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,199,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,200,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,59,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,60,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,107,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,34,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,36,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,108,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,3,0,0,0,0,1,1,0,0,0,0,0,0,1,1,138,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,153,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,199,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,161,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,137,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,146,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,115,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,117,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,223,0,0,0,0,0,1,1,225,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,223,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,198,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,175,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,245,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,253,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,35,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,192,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,238,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,239,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,226,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,233,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,9,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,7,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,200,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,201,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,59,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,88,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,173,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,11,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,185,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,43,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,64,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,112,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,204,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,234,0,0,0,0,0,1,1,236,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,234,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,205,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,185,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,3,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,187,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,189,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,190,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,191,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,198,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,204,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,10,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,232,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,233,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,91,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,201,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,255,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,187,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,38,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,56,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,61,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,201,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,109,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,212,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,194,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,233,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,45,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,28,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,30,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,201,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,193,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,18,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,5,6,0,0,0,0,1,1,0,0,0,0,0,0,1,2,213,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,212,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,212,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,213,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,210,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,211,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,210,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,211,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,183,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,8,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,224,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,165,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,249,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,229,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,214,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,20,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,195,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,231,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,232,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,207,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,7,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,192,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,235,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,144,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,1,1,144,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,6,6,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,0,0,3,6,0,0,0,0,1,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,145,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,1,1,145,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,0,0,3,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,35,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,104,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,0,0,109,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,0,0,108,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,30,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,31,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,142,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,144,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,142,0,0,0,0,0,1,2,144,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,143,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,145,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,143,0,0,0,0,0,1,2,145,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,198,5,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,0,0,159,5,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,0,0,159,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,2,6,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,0,0,231,5,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,0,0,231,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,230,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,202,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,207,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,181,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,149,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,204,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,208,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,41,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,147,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,148,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,42,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,189,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,203,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,204,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,35,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,137,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,14,6,0,0,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,6,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,7,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,140,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,141,0,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,202,3,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,207,3,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,181,5,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,149,1,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,204,5,0,1,0,0,2,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,0,0,208,5,0,1,0,0,1,1,0,0,0,0,0,0,1,2,36,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,56,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,165,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,0,0,176,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,136,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,143,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,205,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,249,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,251,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,53,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,136,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,28,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,11,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,237,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,17,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,115,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,121,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,84,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,85,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,165,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,216,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,43,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,45,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,152,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,45,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,0,0,169,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,26,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,40,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,131,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,36,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,229,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,142,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,233,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,240,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,37,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,142,0,0,0,0,0,0,0,178,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,172,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,143,0,0,0,0,0,0,0,179,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,176,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,214,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,214,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,21,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,19,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,130,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,151,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,152,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,214,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,215,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,195,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,147,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,36,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,23,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,221,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,219,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,31,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,25,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,33,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,27,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,222,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,153,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,236,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,242,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,243,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,140,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,32,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,17,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,155,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,126,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,3,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,18,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,138,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,34,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,20,6,0,0,0,0,1,1,0,0,0,0,0,0,1,1,233,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,230,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,231,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,232,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,240,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,236,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,238,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,243,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,242,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,234,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,30,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,22,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,2,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,127,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,131,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,130,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,128,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,129,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,139,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,159,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,181,0,0,0,5,0,1,1,0,0,0,0,0,0,1,1,24,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,7,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,10,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,8,1,0,0,0,0,1,1,0,0,0,0,0,0,1,3,244,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,246,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,245,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,247,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,3,2,1,0,0,0,0,1,1,0,0,0,0,0,0,1,3,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,3,3,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,15,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,27,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,168,0,0,0,2,0,1,1,0,0,0,0,0,0,1,1,169,0,0,0,2,0,1,1,0,0,0,0,0,0,1,1,170,0,0,0,2,0,1,1,0,0,0,0,0,0,1,1,16,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,7,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,9,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,8,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,25,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,196,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,197,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,208,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,209,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,244,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,246,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,245,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,247,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,2,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,3,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,28,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,168,0,0,0,3,0,1,1,0,0,0,0,0,0,1,3,164,0,0,0,0,0,1,1,0,0,0,0,0,0,1,4,244,0,0,0,0,0,1,1,0,0,0,0,0,0,1,4,245,0,0,0,0,0,1,1,0,0,0,0,0,0,1,4,0,1,0,0,0,0,1,1,0,0,0,0,0,0,1,4,1,1,0,0,0,0,1,1,0,0,0,0,0,0,1,5,244,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,240,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,163,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,164,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,173,0,0,0,4,0,1,1,0,0,0,0,0,0,1,2,176,0,0,0,5,0,1,1,0,0,0,0,0,0,1,2,179,0,0,0,9,0,1,1,0,0,0,0,0,0,1,3,184,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,170,0,0,0,10,0,1,1,0,0,0,0,0,0,1,3,185,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,18,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,19,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,242,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,140,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,152,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,171,0,0,0,4,0,1,1,0,0,0,0,0,0,1,2,172,0,0,0,4,0,1,1,0,0,0,0,0,0,1,2,177,0,0,0,9,0,1,1,0,0,0,0,0,0,1,2,178,0,0,0,9,0,1,1,0,0,0,0,0,0,1,2,174,0,0,0,5,0,1,1,0,0,0,0,0,0,1,2,175,0,0,0,5,0,1,1,0,0,0,0,0,0,1,1,165,0,0,0,1,0,1,1,0,0,0,0,0,0,1,1,166,0,0,0,1,0,1,1,0,0,0,0,0,0,1,2,196,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,208,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,141,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,167,0,0,0,1,0,1,1,0,0,0,0,0,0,1,1,170,0,0,0,3,0,1,1,0,0,0,0,0,0,1,2,199,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,169,0,0,0,3,0,1,1,0,0,0,0,0,0,1,2,168,0,0,0,10,0,1,1,0,0,0,0,0,0,1,2,169,0,0,0,10,0,1,1,0,0,0,0,0,0,1,1,20,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,21,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,150,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,151,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,147,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,149,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,160,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,162,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,182,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,183,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,186,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,187,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,198,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,199,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,239,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,240,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,251,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,252,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,252,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,153,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,155,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,184,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,185,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,191,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,192,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,154,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,203,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,204,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,153,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,154,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,187,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,148,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,161,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,182,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,186,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,198,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,239,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,251,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,163,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,149,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,162,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,183,0,0,0,0,0,1,1,0,0,0,0,0,0,1,5,245,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,37,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,38,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,40,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,150,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,39,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,152,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,161,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,41,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,163,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,146,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,26,6,0,0,0,0,1,1,0,0,0,0,0,0,0,0,189,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,213,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,32,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,169,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,202,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,230,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,119,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,121,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,48,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,246,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,76,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,75,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,222,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,108,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,107,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,98,2,0,0,0,0,1,1,0,0,0,0,0,0,1,2,146,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,78,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,77,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,224,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,176,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,31,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,30,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,116,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,177,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,32,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,34,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,31,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,117,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,179,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,93,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,95,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,61,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,199,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,164,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,117,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,78,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,180,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,122,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,123,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,49,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,46,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,45,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,68,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,48,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,47,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,14,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,98,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,71,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,70,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,222,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,58,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,106,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,105,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,92,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,132,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,131,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,93,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,186,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,63,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,65,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,205,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,206,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,188,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,113,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,115,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,236,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,170,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,66,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,67,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,207,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,217,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,146,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,147,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,67,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,223,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,204,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,228,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,139,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,138,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,67,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,209,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,122,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,211,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,116,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,118,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,125,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,237,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,195,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,60,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,196,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,197,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,169,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,170,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,115,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,94,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,177,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,176,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,135,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,200,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,45,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,41,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,173,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,51,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,130,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,129,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,90,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,89,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,166,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,178,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,128,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,135,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,232,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,84,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,221,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,208,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,143,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,145,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,65,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,66,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,167,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,96,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,97,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,62,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,210,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,153,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,152,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,85,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,84,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,155,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,141,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,140,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,156,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,70,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,215,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,166,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,168,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,113,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,114,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,216,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,175,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,174,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,134,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,194,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,155,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,154,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,86,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,252,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,220,0,0,0,0,0,1,1,222,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,220,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,116,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,251,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,253,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,118,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,42,1,0,0,0,0,0,0,225,1,0,1,0,0,1,1,0,0,0,0,0,0,1,2,42,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,14,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,136,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,126,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,241,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,17,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,129,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,242,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,103,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,89,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,239,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,118,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,243,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,250,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,26,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,232,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,32,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,107,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,241,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,118,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,252,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,102,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,99,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,100,2,0,0,0,0,1,1,0,0,0,0,0,0,1,1,221,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,247,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,33,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,120,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,227,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,138,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,93,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,225,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,250,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,121,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,251,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,50,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,51,5,0,0,0,0,2,1,0,0,0,0,0,0,1,2,249,0,0,0,0,0,0,0,246,1,0,1,0,0,1,1,0,0,0,0,0,0,1,2,249,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,16,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,115,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,254,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,105,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,94,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,104,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,62,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,250,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,54,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,23,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,209,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,217,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,66,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,19,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,208,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,235,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,64,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,68,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,9,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,68,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,6,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,237,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,18,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,219,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,25,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,87,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,88,3,0,0,0,0,2,1,0,0,0,0,0,0,1,2,33,1,0,0,0,0,0,0,147,5,0,1,0,0,2,1,0,0,0,0,0,0,1,2,33,1,0,0,0,0,0,0,235,5,0,1,0,0,2,1,0,0,0,0,0,0,1,2,33,1,0,0,0,0,0,0,182,2,0,1,0,0,1,1,0,0,0,0,0,0,1,2,33,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,244,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,240,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,106,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,157,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,71,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,228,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,70,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,22,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,116,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,117,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,160,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,75,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,101,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,225,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,226,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,24,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,240,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,210,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,136,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,137,3,0,0,0,0,2,1,0,0,0,0,0,0,1,1,218,0,0,0,0,0,1,1,222,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,218,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,53,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,128,5,0,0,0,0,1,1,0,0,0,0,0,0,1,2,38,1,0,0,0,0,2,1,0,0,0,0,0,0,1,2,38,1,0,0,0,0,0,0,79,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,72,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,68,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,196,0,0,0,0,0,1,1,197,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,12,1,0,0,0,0,1,1,14,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,12,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,37,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,49,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,38,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,50,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,41,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,135,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,13,1,0,0,0,0,2,1,0,0,0,0,0,0,1,2,41,1,0,0,0,0,0,0,230,1,0,1,0,0,2,1,0,0,0,0,0,0,1,2,41,1,0,0,0,0,0,0,53,2,0,1,0,0,1,1,0,0,0,0,0,0,1,2,41,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,39,1,0,0,0,0,2,1,0,0,0,0,0,0,1,2,39,1,0,0,0,0,0,0,78,0,0,1,0,0,2,1,0,0,0,0,0,0,1,1,208,0,0,0,0,0,1,1,209,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,244,0,0,0,0,0,1,2,246,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,0,1,0,0,0,0,1,2,2,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,73,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,80,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,81,4,0,0,0,0,2,1,0,0,0,0,0,0,1,2,44,1,0,0,0,0,0,0,74,2,0,1,0,0,1,1,0,0,0,0,0,0,1,2,44,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,228,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,79,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,80,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,232,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,233,2,0,0,0,0,2,1,0,0,0,0,0,0,1,3,244,0,0,0,0,0,1,3,246,0,0,0,0,0,2,1,0,0,0,0,0,0,1,3,0,1,0,0,0,0,1,3,2,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,74,2,0,0,0,0,1,1,0,0,0,0,0,0,1,2,6,1,0,0,0,0,2,1,0,0,0,0,0,0,1,2,5,1,0,0,0,0,0,0,103,2,0,1,0,0,1,1,0,0,0,0,0,0,1,2,5,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,104,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,109,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,180,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,110,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,120,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,124,2,0,0,0,0,1,1,0,0,0,0,0,0,1,2,12,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,13,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,116,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,27,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,117,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,134,2,0,0,0,0,1,1,0,0,0,0,0,0,1,1,219,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,44,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,102,2,0,0,0,0,1,1,0,0,0,0,0,0,1,1,6,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,210,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,95,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,142,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,96,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,144,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,102,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,103,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,211,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,75,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,90,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,156,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,91,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,157,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,94,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,95,3,0,0,0,0,1,1,0,0,0,0,0,0,1,1,212,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,213,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,70,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,18,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,19,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,22,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,23,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,139,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,178,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,140,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,179,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,143,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,144,3,0,0,0,0,1,1,0,0,0,0,0,0,1,1,136,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,246,2,0,0,0,0,1,1,0,0,0,0,0,0,1,2,34,1,0,0,0,0,2,1,0,0,0,0,0,0,1,2,34,1,0,0,0,0,0,0,186,2,0,1,0,0,1,1,0,0,0,0,0,0,0,0,142,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,72,4,0,0,0,0,2,1,0,0,0,0,0,0,1,2,43,1,0,0,0,0,0,0,136,2,0,1,0,0,1,1,0,0,0,0,0,0,1,2,43,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,74,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,136,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,186,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,97,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,98,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,39,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,40,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,230,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,231,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,112,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,114,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,119,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,123,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,92,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,93,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,141,3,0,0,0,0,1,1,0,0,0,0,0,0,1,2,227,0,0,0,9,0,1,1,0,0,0,0,0,0,1,2,229,0,0,0,9,0,1,1,0,0,0,0,0,0,1,1,218,0,0,0,6,0,1,1,0,0,0,0,0,0,1,1,219,0,0,0,6,0,1,1,0,0,0,0,0,0,1,1,218,0,0,0,7,0,1,1,0,0,0,0,0,0,1,1,219,0,0,0,7,0,1,1,0,0,0,0,0,0,1,2,223,0,0,0,11,0,1,1,0,0,0,0,0,0,1,2,224,0,0,0,11,0,1,1,0,0,0,0,0,0,1,2,234,0,0,0,5,0,1,1,0,0,0,0,0,0,1,1,220,0,0,0,6,0,1,1,0,0,0,0,0,0,1,1,221,0,0,0,6,0,1,1,0,0,0,0,0,0,1,2,231,0,0,0,5,0,1,1,0,0,0,0,0,0,1,2,215,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,232,0,0,0,5,0,1,1,0,0,0,0,0,0,1,2,216,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,220,0,0,0,7,0,1,1,0,0,0,0,0,0,1,1,221,0,0,0,7,0,1,1,0,0,0,0,0,0,1,3,250,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,132,0,0,0,0,0,2,1,0,0,0,0,0,0,1,1,237,0,0,0,0,0,1,1,238,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,237,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,235,0,0,0,5,0,1,1,0,0,0,0,0,0,1,2,226,0,0,0,9,0,1,1,0,0,0,0,0,0,1,2,228,0,0,0,9,0,1,1,0,0,0,0,0,0,1,1,126,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,40,1,0,0,0,0,2,1,0,0,0,0,0,0,1,2,40,1,0,0,0,0,0,0,181,0,0,1,0,0,1,1,0,0,0,0,0,0,1,1,214,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,175,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,102,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,112,1,0,0,0,0,1,1,0,0,0,0,0,0,1,3,135,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,246,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,217,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,209,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,43,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,210,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,44,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,119,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,121,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,5,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,219,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,222,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,255,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,48,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,50,4,0,0,0,0,2,1,0,0,0,0,0,0,1,2,35,1,0,0,0,0,0,0,9,0,0,1,0,0,1,1,0,0,0,0,0,0,1,2,35,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,225,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,171,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,226,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,178,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,177,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,141,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,215,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,227,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,191,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,112,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,14,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,95,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,171,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,172,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,252,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,225,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,253,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,231,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,145,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,163,5,0,0,0,0,1,1,0,0,0,0,0,0,1,2,134,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,167,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,238,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,165,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,239,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,166,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,246,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,247,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,82,5,0,0,0,0,2,1,0,0,0,0,0,0,1,2,249,0,0,0,0,0,0,0,255,3,0,1,0,0,2,1,0,0,0,0,0,0,1,2,5,1,0,0,0,0,0,0,0,4,0,1,0,0,1,1,0,0,0,0,0,0,0,0,203,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,83,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,8,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,111,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,9,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,112,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,164,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,125,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,126,5,0,0,0,0,2,1,0,0,0,0,0,0,1,2,40,1,0,0,0,0,0,0,182,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,103,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,224,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,197,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,245,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,220,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,202,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,67,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,193,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,188,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,200,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,241,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,253,0,0,0,0,0,2,1,0,0,0,0,0,0,1,2,37,1,0,0,0,0,0,0,32,4,0,1,0,0,1,1,0,0,0,0,0,0,1,2,37,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,110,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,197,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,209,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,205,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,32,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,33,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,65,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,64,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,42,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,39,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,14,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,124,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,31,4,0,0,0,0,1,1,0,0,0,0,0,0,1,1,188,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,96,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,205,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,97,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,206,4,0,0,0,0,1,1,0,0,0,0,0,0,1,1,200,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,241,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,253,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,20,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,23,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,123,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,53,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,64,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,14,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,49,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,123,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,105,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,124,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,106,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,125,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,49,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,51,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,64,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,65,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,120,0,0,0,8,0,1,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,220,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,221,2,0,0,0,0,1,1,0,0,0,0,0,0,1,1,122,0,0,0,8,0,1,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,255,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,90,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,91,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,81,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,87,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,82,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,83,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,132,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,133,3,0,0,0,0,1,1,0,0,0,0,0,0,1,1,222,0,0,0,6,0,1,1,0,0,0,0,0,0,1,2,230,0,0,0,9,0,1,1,0,0,0,0,0,0,1,2,217,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,222,0,0,0,7,0,1,1,0,0,0,0,0,0,1,2,156,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,157,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,225,0,0,0,11,0,1,1,0,0,0,0,0,0,1,2,158,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,236,0,0,0,5,0,1,1,0,0,0,0,0,0,1,2,233,0,0,0,5,0,1,1,0,0,0,0,0,0,0,0,227,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,26,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,243,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,194,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,254,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,255,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,11,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,114,0,0,0,8,0,1,1,0,0,0,0,0,0,0,0,247,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,172,5,0,0,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,163,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,102,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,55,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,101,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,208,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,19,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,211,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,34,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,196,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,171,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,150,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,144,5,0,0,0,0,1,1,0,0,0,0,0,0,1,3,248,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,4,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,195,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,242,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,86,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,88,5,0,0,0,0,1,1,0,0,0,0,0,0,1,2,206,0,0,0,0,0,1,1,0,0,0,0,0,0,1,3,114,0,0,0,8,0,1,1,0,0,0,0,0,0,0,0,200,3,0,0,0,0,1,1,0,0,0,0,0,0,1,2,115,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,134,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,221,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,168,5,0,0,0,0,1,1,0,0,0,0,0,0,1,1,17,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,243,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,114,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,150,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,154,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,37,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,15,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,38,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,162,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,224,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,230,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,156,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,160,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,29,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,20,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,205,5,0,0,0,0,1,1,0,0,0,0,0,0,1,2,117,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,118,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,190,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,202,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,190,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,133,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,207,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,248,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,4,1,0,0,0,0,1,1,0,0,0,0,0,0,1,1,202,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,194,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,241,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,81,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,134,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,170,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,122,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,123,3,0,0,0,0,1,1,0,0,0,0,0,0,1,1,201,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,174,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,133,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,255,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,214,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,116,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,217,4,0,0,0,0,1,1,0,0,0,0,0,0,1,2,9,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,189,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,201,0,0,0,0,0,1,1,0,0,0,0,0,0,1,1,11,1,0,0,0,0,1,1,0,0,0,0,0,0,1,2,242,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,254,0,0,0,0,0,1,1,0,0,0,0,0,0,1,2,10,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,173,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,147,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,148,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,247,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,77,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,246,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,225,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,75,4,0,0,0,0,1,1,0,0,0,0,0,0,0,0,223,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,228,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,77,4,0,0,0,0,1,1,0,0,0,0,0,0,1,1,189,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,212,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,72,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,211,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,216,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,76,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,217,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,3,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,182,5,0,0,0,0,1,1,0,0,0,0,0,0,0,0,106,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,235,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,168,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,237,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,141,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,143,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,239,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,151,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,241,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,154,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,111,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,156,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,146,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,144,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,155,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,158,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,182,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,206,0,0,0,0,0,0,1,0,0,1,0,0,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,45,1,0,0,0,0,0,0,114,0,0,0,113,0,0,0,43,6,0,0,96,0,0,0,12,0,0,0,2,0,0,0,5,0,0,0,48,79,1,0,64,8,0,0,192,221,0,0,240,48,2,0,160,134,2,0,84,139,2,0,240,244,0,0,32,245,0,0,96,130,2,0,80,245,0,0,176,247,0,0,32,248,0,0,160,248,0,0,2,0,0,0,0,0,0,0,0,0,0,0,80,17,1,0,224,65,1,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,7,0,0,0,208,66,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,6,0,0,86,5,0,0,148,3,0,0,119,3,0,0,163,3,0,0,95,6,0,0,10,0,0,0,80,6,0,0,223,0,0,0,48,8,0,0,44,8,0,0,50,8,0,0,50,8,0,0,50,8,0,0,42,7,0,0,42,7,0,0,42,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,2,0,0,0,2,0,0,0,44,7,0,0,44,7,0,0,103,3,0,0,40,7,0,0,40,7,0,0,40,7,0,0,38,7,0,0,38,7,0,0,38,7,0,0,4,0,0,0,4,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,8,0,0,52,8,0,0,42,7,0,0,42,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,46,7,0,0,60,8,0,0,60,8,0,0,60,8,0,0,88,3,0,0,72,3,0,0,156,6,0,0,156,6,0,0,156,6,0,0,156,6,0,0,60,8,0,0,60,8,0,0,56,8,0,0,56,8,0,0,56,8,0,0,57,3,0,0,41,3,0,0,156,6,0,0,156,6,0,0,56,8,0,0,56,8,0,0,19,2,0,0,19,2,0,0,19,2,0,0,19,2,0,0,19,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,4,2,0,0,215,1,0,0,215,1,0,0,215,1,0,0,215,1,0,0,215,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,202,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,230,1,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,44,2,0,0,82,5,0,0,82,5,0,0,82,5,0,0,58,8,0,0,58,8,0,0,58,8,0,0,68,6,0,0,54,8,0,0,54,8,0,0,54,8,0,0,57,6,0,0,173,4,0,0,85,0,0,0,19,7,0,0,166,4,0,0,98,2,0,0,141,2,0,0,119,2,0,0,163,2,0,0,172,6,0,0,207,6,0,0,189,6,0,0,225,6,0,0,6,7,0,0,244,6,0,0,253,6,0,0,10,7,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,76,0,0,0,27,5,0,0,187,0,0,0,3,6,0,0,18,6,0,0,32,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,194,2,0,0,186,2,0,0,213,2,0,0,201,2,0,0,224,2,0,0,116,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,116,6,0,0,141,6,0,0,141,6,0,0,141,6,0,0,146,4,0,0,146,4,0,0,146,4,0,0,232,4,0,0,116,6,0,0,116,6,0,0,116,6,0,0,68,5,0,0,68,5,0,0,51,4,0,0,35,4,0,0,66,4,0,0,204,0,0,0,204,0,0,0,204,0,0,0,199,3,0,0,183,3,0,0,214,3,0,0,116,4,0,0,100,4,0,0,131,4,0,0,204,0,0,0,204,0,0,0,204,0,0,0,249,4,0,0,10,5,0,0,116,6,0,0,116,6,0,0,31,2,0,0,31,2,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,127,6,0,0,127,6,0,0,127,6,0,0,127,6,0,0,127,6,0,0,202,4,0,0,198,4,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,55,5,0,0,55,5,0,0,55,5,0,0,55,5,0,0,55,5,0,0,219,4,0,0,215,4,0,0,109,0,0,0,93,0,0,0,140,0,0,0,124,0,0,0,155,0,0,0,21,0,0,0,38,0,0,0,55,0,0,0,245,3,0,0,229,3,0,0,20,4,0,0,4,4,0,0,81,4,0,0,194,0,0,0,194,0,0,0,194,0,0,0,42,1,0,0,6,1,0,0,24,1,0,0,243,0,0,0,59,1,0,0,98,1,0,0,78,1,0,0,117,1,0,0,160,1,0,0,140,1,0,0,179,1,0,0,181,4,0,0,177,4,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,78,2,0,0,26,3,0,0,10,3,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,58,2,0,0,58,2,0,0,58,2,0,0,58,2,0,0,58,2,0,0,251,2,0,0,235,2,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,106,6,0,0,247,1,0,0,247,1,0,0,247,1,0,0,247,1,0,0,247,1,0,0,247,1,0,0,247,1,0,0,247,1,0,0,247,1,0,0,106,6,0,0,106,6,0,0,106,6,0,0,174,0,0,0,174,0,0,0,174,0,0,0,180,0,0,0,180,0,0,0,180,0,0,0,27,8,0,0,48,7,0,0,197,7,0,0,216,7,0,0,178,7,0,0,67,7,0,0,90,7,0,0,113,7,0,0,159,7,0,0,3,8,0,0,140,7,0,0,235,7,0,0,0,0,0,0,6,0,0,0,51,6,0,0]);let Ap=null,kp=null;const Tp=async e=>{if(null===Ap&&null===kp)kp=jl.iX.init({wasmBinary:Sp}).then(()=>jl.TM.load(Op)).then(e=>{const t=new jl.iX;return t.setLanguage(e),t}).finally(()=>{kp=null}),Ap=await kp;else if(null===Ap&&null!==kp)Ap=await kp;else if(null===Ap)throw new Is("Error while initializing web-tree-sitter and loading tree-sitter-yaml grammar.");return Ap.parse(e)};const Ip=class extends Ns{};const Np=class extends Ip{};const Cp=class extends Np{specificTagName;explicitTagName;tagKind;tagStartLine;tagStartCharacter;tagStartOffset;tagEndLine;tagEndCharacter;tagEndOffset;nodeCanonicalContent;node;constructor(e,t){super(e,t),void 0!==t&&(this.specificTagName=t.specificTagName,this.explicitTagName=t.explicitTagName,this.tagKind=t.tagKind,this.tagStartLine=t.tagStartLine,this.tagStartCharacter=t.tagStartCharacter,this.tagStartOffset=t.tagStartOffset,this.tagEndLine=t.tagEndLine,this.tagEndCharacter=t.tagEndCharacter,this.tagEndOffset=t.tagEndOffset,this.nodeCanonicalContent=t.nodeCanonicalContent,this.node=t.node)}};const Fp=class{static type="node";type="node";isMissing;children;startLine;startCharacter;startOffset;endLine;endCharacter;endOffset;constructor({children:e=[],startLine:t,startCharacter:s,startOffset:n,endLine:r,endCharacter:i,endOffset:o,isMissing:a=!1}={}){this.type=this.constructor.type,this.isMissing=a,this.children=e,this.startLine=t,this.startCharacter=s,this.startOffset=n,this.endLine=r,this.endCharacter=i,this.endOffset=o}clone(){const e=Object.create(Object.getPrototypeOf(this));return Object.getOwnPropertyNames(this).forEach(t=>{const s=Object.getOwnPropertyDescriptor(this,t);Object.defineProperty(e,t,s)}),e}};let Pp=function(e){return e.Scalar="Scalar",e.Sequence="Sequence",e.Mapping="Mapping",e}({});const Mp=class extends Fp{static type="tag";explicitName;kind;constructor({explicitName:e,kind:t,...s}){super({...s}),this.explicitName=e,this.kind=t}};const Rp=class{static uri="";tag="";constructor(){this.tag=this.constructor.uri}test(e){return!0}resolve(e){return e}};const jp=class extends Rp{static uri="tag:yaml.org,2002:map";test(e){return e.tag.kind===Pp.Mapping}};const Lp=class extends Rp{static uri="tag:yaml.org,2002:seq";test(e){return e.tag.kind===Pp.Sequence}};const Dp=class extends Rp{static uri="tag:yaml.org,2002:str"};const $p=re(function(e,t,s){return pn(e,ue(t,s))});var Bp="\t\n\v\f\r                 \u2028\u2029\ufeff";const Up=o("function"==typeof String.prototype.trim&&!Bp.trim()&&"​".trim()?function(e){return e.trim()}:function(e){var t=new RegExp("^["+Bp+"]["+Bp+"]*"),s=new RegExp("["+Bp+"]["+Bp+"]*$");return e.replace(t,"").replace(s,"")});const qp=o(function(e){return fe(e)?e.split("").reverse().join(""):Array.prototype.slice.call(e,0).reverse()});function Vp(){if(0===arguments.length)throw new Error("compose requires at least one argument");return Ce.apply(this,qp(arguments))}var Hp=ot(4,function(e,t,s,n){return Se(e("function"==typeof t?Ae(t):t),s,n)});const Jp=Hp;const Wp=a(function(e,t){if(me(e)){if(me(t))return e.concat(t);throw new TypeError(Ke(t)+" is not an array")}if(fe(e)){if(fe(t))return e+t;throw new TypeError(Ke(t)+" is not a string")}if(null!=e&&Xe(e["fantasy-land/concat"]))return e["fantasy-land/concat"](t);if(null!=e&&Xe(e.concat))return e.concat(t);throw new TypeError(Ke(e)+' does not have a method named "concat" or "fantasy-land/concat"')});const Gp=v("");var zp=a(function(e,t){return ot(ke(xt,0,Et("length",t)),function(){var s=arguments,n=this;return e.apply(n,Re(function(e){return e.apply(n,s)},t))})});const Kp=zp;function Zp(e){return e}const Xp=o(Zp);const Qp=ot(1,Ce(b,Pe("Number")));var Yp=mt(Qp,isFinite);var em=ot(1,Yp);const tm=At(Number.isFinite)?ot(1,xe(Number.isFinite,Number)):em;var sm=mt(tm,Kp(v,[Math.floor,Xp]));var nm=ot(1,sm);const rm=At(Number.isInteger)?ot(1,xe(Number.isInteger,Number)):nm;const im=_t(tm);const om=ot(1,mt(Qp,a(function(e,t){return e>t})(0)));var am=Pt(function(e,t){var s=Number(t);if(s!==t&&(s=0),om(s))throw new RangeError("repeat count must be non-negative");if(im(s))throw new RangeError("repeat count must be less than infinity");if(s=Math.floor(s),0===e.length||0===s)return"";if(e.length*s>=1<<28)throw new RangeError("repeat count must not overflow maximum string size");var n=e.length*s;s=Math.floor(Math.log(s)/Math.log(2));for(var r=e;s;)r+=e,s-=1;return r+=r.substring(0,n-r.length)}),cm=Ut(Mt(1,"repeat"));const lm=At(String.prototype.repeat)?cm:am;const um=re(function(e,t,s){return s.replace(e,t)});var dm=um(/[\s\uFEFF\xA0]+$/,""),hm=Mt(0,"trimEnd");const pm=At(String.prototype.trimEnd)?hm:dm;var mm=um(/^[\s\uFEFF\xA0]+/,""),fm=Mt(0,"trimStart");const _m=At(String.prototype.trimStart)?fm:mm;const gm=Ut(Wp);var ym=__webpack_require__(850);const wm=/^(?<style>[|>])(?<chomping>[+-]?)(?<indentation>[0-9]*)\s/,bm=e=>{const t=(e=>{const t=e.match(wm),s=$p("",["groups","indentation"],t);return Gp(s)?void 0:parseInt(s,10)})(e);if(rm(t))return lm(" ",t);const s=$p("",[1],e.split("\n")),n=$p(0,["groups","indentation","length"],s.match(/^(?<indentation>[ ]*)/));return lm(" ",n)},xm=e=>{const t=e.match(wm),s=$p("",["groups","chomping"],t);return Gp(s)?void 0:s},Em=(e,t)=>cr(e)?`${pm(t)}\n`:"-"===e?pm(t):t,vm=e=>e.replace(/\r\n/g,"\n"),Sm=e=>e.replace(/(\n)?\n([^\n]+)/g,(e,t,s)=>t?e:` ${s.trimStart()}`).replace(/[\n]{2}/g,"\n"),Om=Pt((e,t)=>t.replace(new RegExp(`^${e}`),"").replace(new RegExp(`${e}$`),"")),Am=Ce(vm,Up,Sm,Rt("\n"),ct(_m),$t("\n")),km=Ce(vm,Up,Sm,Rt("\n"),ct(_m),$t("\n"),Om("'")),Tm=Ce(vm,Up,e=>e.replace(/\\\n\s*/g,""),Sm,ym.MH,Rt("\n"),ct(_m),$t("\n"),Om('"'));let Im=function(e){return e.Plain="Plain",e.SingleQuoted="SingleQuoted",e.DoubleQuoted="DoubleQuoted",e.Literal="Literal",e.Folded="Folded",e.Explicit="Explicit",e.SinglePair="SinglePair",e.NextLine="NextLine",e.InLine="InLine",e}({}),Nm=function(e){return e.Flow="Flow",e.Block="Block",e}({});const Cm=class{static test(e){return e.tag.kind===Pp.Scalar&&"string"==typeof e.content}static canonicalFormat(e){let t=e.content;const s=e.clone();return e.style===Im.Plain?t=Am(e.content):e.style===Im.SingleQuoted?t=km(e.content):e.style===Im.DoubleQuoted?t=Tm(e.content):e.style===Im.Literal?t=(e=>{const t=bm(e),s=xm(e),n=vm(e),r=Ne(n.split("\n")),i=Vp(ct(Vt(t)),ct(gm("\n"))),o=Jp(i,Wp,"",r);return Em(s,o)})(e.content):e.style===Im.Folded&&(t=(e=>{const t=bm(e),s=xm(e),n=vm(e),r=Ne(n.split("\n")),i=Vp(ct(Vt(t)),ct(gm("\n"))),o=Jp(i,Wp,"",r),a=Sm(o);return Em(s,a)})(e.content)),s.content=t,s}static resolve(e){return e}};const Fm=class{tags;tagDirectives;constructor(){this.tags=[],this.tagDirectives=[],this.registerTag(new jp),this.registerTag(new Lp),this.registerTag(new Dp)}toSpecificTagName(e){let t=e.tag.explicitName;return"!"===e.tag.explicitName?e.tag.kind===Pp.Scalar?t=Dp.uri:e.tag.kind===Pp.Sequence?t=Lp.uri:e.tag.kind===Pp.Mapping&&(t=jp.uri):e.tag.explicitName.startsWith("!<")?t=e.tag.explicitName.replace(/^!</,"").replace(/>$/,""):e.tag.explicitName.startsWith("!!")&&(t=`tag:yaml.org,2002:${e.tag.explicitName.replace(/^!!/,"")}`),t}registerTagDirective(e){this.tagDirectives.push({handle:e.parameters.handle,prefix:e.parameters.prefix})}registerTag(e,t=!1){return t?this.tags.unshift(e):this.tags.push(e),this}overrideTag(e){return this.tags=this.tags.filter(t=>t.tag===e.tag),this.tags.push(e),this}resolve(e){const t=this.toSpecificTagName(e);if("?"===t)return e;let s=e;Cm.test(e)&&(s=Cm.canonicalFormat(e));const n=this.tags.find(e=>e?.tag===t);if(void 0===n)throw new Cp(`Tag "${t}" was not recognized.`,{specificTagName:t,explicitTagName:e.tag.explicitName,tagKind:e.tag.kind,tagStartLine:e.tag.startLine,tagStartCharacter:e.tag.startCharacter,tagStartOffset:e.tag.startOffset,tagEndLine:e.tag.endLine,tagEndCharacter:e.tag.endCharacter,tagEndOffset:e.tag.endOffset,node:e.clone()});if(!n.test(s))throw new Cp(`Node couldn't be resolved against the tag "${t}"`,{specificTagName:t,explicitTagName:e.tag.explicitName,tagKind:e.tag.kind,tagStartLine:e.tag.startLine,tagStartCharacter:e.tag.startCharacter,tagStartOffset:e.tag.startOffset,tagEndLine:e.tag.endLine,tagEndCharacter:e.tag.endCharacter,tagEndOffset:e.tag.endOffset,nodeCanonicalContent:s.content,node:e.clone()});return n.resolve(s)}};const Pm=class extends Rp{static uri="tag:yaml.org,2002:bool";test(e){return/^(true|false)$/.test(e.content)}resolve(e){const t="true"===e.content,s=e.clone();return s.content=t,s}};const Mm=class extends Rp{static uri="tag:yaml.org,2002:float";test(e){return/^-?(0|[1-9][0-9]*)(\.[0-9]*)?([eE][-+]?[0-9]+)?$/.test(e.content)}resolve(e){const t=parseFloat(e.content),s=e.clone();return s.content=t,s}};const Rm=class extends Rp{static uri="tag:yaml.org,2002:int";test(e){return/^-?(0|[1-9][0-9]*)$/.test(e.content)}resolve(e){const t=parseInt(e.content,10),s=e.clone();return s.content=t,s}};const jm=class extends Rp{static uri="tag:yaml.org,2002:null";test(e){return/^null$/.test(e.content)}resolve(e){const t=e.clone();return t.content=null,t}};const Lm=class extends Fm{constructor(){super(),this.registerTag(new Pm,!0),this.registerTag(new Mm,!0),this.registerTag(new Rm,!0),this.registerTag(new jm,!0)}toSpecificTagName(e){let t=super.toSpecificTagName(e);if("?"===t)if(e.tag.vkind===Pp.Sequence)t=Lp.uri;else if(e.tag.kind===Pp.Mapping)t=jp.uri;else if(e.tag.kind===Pp.Scalar){const s=this.tags.find(t=>t.test(e));t=s?.tag||"?"}return t}};const Dm=class extends Fp{anchor;tag;style;styleGroup;constructor({anchor:e,tag:t,style:s,styleGroup:n,...r}){super({...r}),this.anchor=e,this.tag=t,this.style=s,this.styleGroup=n}};const $m=class extends Dm{static type="scalar";content;constructor({content:e,...t}){super({...t}),this.content=e}};const Bm=class{addAnchor(e){}resolveAlias(e){return new $m({content:e.content,style:Im.Plain,styleGroup:Nm.Flow})}};const Um=class extends Fp{static type="error";value;isUnexpected;constructor({value:e,isUnexpected:t=!1,...s}={}){super({...s}),this.value=e,this.isUnexpected=t}};const qm=class extends Fp{static type="literal";value;constructor({value:e,...t}={}){super({...t}),this.value=e}};const Vm=class extends Fp{static type="parseResult";get rootNode(){return Ei(this.children)}};const Hm=class extends Fp{static type="alias";content;constructor({content:e,...t}){super({...t}),this.content=e}};const Jm=class extends Fp{static type="anchor";name;constructor({name:e,...t}){super({...t}),this.name=e}};const Wm=class extends Fp{static type="comment";content;constructor({content:e,...t}){super({...t}),this.content=e}};const Gm="function"==typeof Object.assign?Object.assign:function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),s=1,n=arguments.length;s<n;){var r=arguments[s];if(null!=r)for(var i in r)u(i,r)&&(t[i]=r[i]);s+=1}return t};const zm=a(function(e,t){return Gm({},e,t)});const Km=class extends Fp{static type="directive";name;parameters;constructor({name:e,parameters:t,...s}){super({...s}),this.name=e,this.parameters=zm({version:void 0,handle:void 0,prefix:void 0},t)}};const Zm=class extends Fp{static type="document"};const Xm=class extends Dm{};class Qm extends Xm{static type="mapping"}Object.defineProperty(Qm.prototype,"content",{get(){return Array.isArray(this.children)?this.children.filter(af):[]},enumerable:!0});const Ym=Qm;class ef extends Xm{static type="sequence"}Object.defineProperty(ef.prototype,"content",{get(){const{children:e}=this;return Array.isArray(e)?e.filter(e=>rf(e)||nf(e)||sf(e)||of(e)):[]},enumerable:!0});const tf=ef,sf=e=>e instanceof $m,nf=e=>e instanceof Ym,rf=e=>e instanceof tf,of=e=>e instanceof Hm,af=e=>e instanceof lf;class cf extends Fp{static type="keyValuePair";styleGroup;constructor({styleGroup:e,...t}){super({...t}),this.styleGroup=e}}Object.defineProperties(cf.prototype,{key:{get(){return this.children.filter(e=>sf(e)||nf(e)||rf(e))[0]},enumerable:!0},value:{get(){const{key:e,children:t}=this;return t.filter(t=>(t=>t!==e)(t)&&(e=>sf(e)||nf(e)||rf(e)||of(e))(t))[0]},enumerable:!0}});const lf=cf;class uf extends Fp{static type="stream"}Object.defineProperty(uf.prototype,"content",{get(){return Array.isArray(this.children)?this.children.filter(e=>(e=>e instanceof Zm)(e)||(e=>e instanceof Wm)(e)):[]},enumerable:!0});const df=uf,hf=e=>({type:e.nodeType,startPosition:e.startPosition,endPosition:e.endPosition,startIndex:e.startIndex,endIndex:e.endIndex,text:e.nodeText,isNamed:e.nodeIsNamed,isMissing:e.nodeIsMissing,hasError:e.currentNode.hasError,fieldName:e.currentFieldName}),pf=e=>({startLine:e.startPosition.row,startCharacter:e.startPosition.column,startOffset:e.startIndex,endLine:e.endPosition.row,endCharacter:e.endPosition.column,endOffset:e.endIndex}),mf=e=>new Jm({name:e.text,...pf(e)}),ff=(e,t)=>{const s=t?.text||("plain_scalar"===e.type?"?":"!"),n=e.type.endsWith("mapping")?Pp.Mapping:e.type.endsWith("sequence")?Pp.Sequence:Pp.Scalar,r=t?pf(t):void 0;return new Mp({explicitName:s,kind:n,...r})},_f=(e,t)=>{void 0!==e.anchor&&t.referenceManager.addAnchor(e)},gf=(e,t,s)=>{const n=[];let r={};if(e.gotoFirstChild()){do{const i=hf(e);if("tag"===i.type){r.tag=i;continue}if("anchor"===i.type){r.anchor=i;continue}const o=wf(e,t,s,r);null!==o&&n.push(o),(i.type.endsWith("scalar")||i.type.endsWith("mapping")||i.type.endsWith("sequence")||"block_node"===i.type||"flow_node"===i.type)&&(r={})}while(e.gotoNextSibling());e.gotoParent()}return n},yf=(e,t,s)=>{let n=null,r=null;const i=[];let o={};if(e.gotoFirstChild()){do{const a=hf(e),c=e.currentFieldName;if("tag"!==a.type)if("anchor"!==a.type){if("key"===c)n=wf(e,t,s,o),o={};else if("value"===c)r=wf(e,t,s,o),o={};else if("ERROR"===a.type){const n=wf(e,t,s,o);null!==n&&i.push(n)}}else o.anchor=a;else o.tag=a}while(e.gotoNextSibling());e.gotoParent()}return{key:n,value:r,errors:i}},wf=(e,t,s,n={})=>{const r=hf(e);if(!r.isNamed&&!r.isMissing)return null;if(!r.isNamed&&r.isMissing){const e=r.type||r.text;return new qm({value:e,...pf(r),isMissing:!0})}const i=s[r.type];return i?i(e,t,n):null},bf={};Object.assign(bf,(e=>({stream(t,s){const n=hf(t),r=gf(t,s,e),i=new df({children:r.filter(e=>null!==e),...pf(n),isMissing:n.isMissing});return new Vm({children:[i]})},yaml_directive(e,t){const s=hf(e);let n;if(e.gotoFirstChild()){do{if(e.nodeIsNamed){n=e.nodeText;break}}while(e.gotoNextSibling());e.gotoParent()}return new Km({...pf(s),name:"%YAML",parameters:{version:n}})},tag_directive(e,t){const s=hf(e),n=[];if(e.gotoFirstChild()){do{e.nodeIsNamed&&n.push(e.nodeText)}while(e.gotoNextSibling());e.gotoParent()}const r=new Km({...pf(s),name:"%TAG",parameters:{handle:n[0],prefix:n[1]}});return t.schema.registerTagDirective(r),r},reserved_directive(e,t){const s=hf(e),n=[];if(e.gotoFirstChild()){do{e.nodeIsNamed&&n.push(e.nodeText)}while(e.gotoNextSibling());e.gotoParent()}return new Km({...pf(s),name:n[0],parameters:{handle:n[1],prefix:n[2]}})},document(t,s){const n=hf(t),r=gf(t,s,e);return new Zm({children:r.flat().filter(e=>null!==e),...pf(n),isMissing:n.isMissing})},block_node:(t,s,n)=>gf(t,s,e),flow_node(t,s,n){let r=!1,i=null;if(t.gotoFirstChild()){do{const e=hf(t);i=e,(e.type.endsWith("scalar")||e.type.endsWith("mapping")||e.type.endsWith("sequence"))&&(r=!0)}while(t.gotoNextSibling());t.gotoParent()}if(r){return gf(t,s,e)}if(i){const e=new $m({content:"",anchor:n.anchor?mf(n.anchor):void 0,tag:ff(i,n.tag),startLine:i.endPosition.row,startCharacter:i.endPosition.column,startOffset:i.endIndex,endLine:i.endPosition.row,endCharacter:i.endPosition.column,endOffset:i.endIndex,styleGroup:Nm.Flow,style:Im.Plain});return _f(e,s),e}return[]},block_mapping(t,s,n){const r=hf(t),i=ff(r,n.tag),o=n.anchor?mf(n.anchor):void 0,a=gf(t,s,e),c=new Ym({children:a.filter(e=>null!==e),...pf(r),anchor:o,tag:i,styleGroup:Nm.Block,style:Im.NextLine,isMissing:r.isMissing});return _f(c,s),s.schema.resolve(c)},block_mapping_pair(t,s){const n=hf(t),{key:r,value:i,errors:o}=yf(t,s,e),a=[];if(null===r){const e=new $m({content:"",startLine:n.startPosition.row,startCharacter:n.startPosition.column,startOffset:n.startIndex,endLine:n.startPosition.row,endCharacter:n.startPosition.column,endOffset:n.startIndex,tag:new Mp({explicitName:"?",kind:Pp.Scalar}),styleGroup:Nm.Flow,style:Im.Plain});a.push(e)}else a.push(r);if(null===i){const e=new $m({content:"",startLine:n.endPosition.row,startCharacter:n.endPosition.column,startOffset:n.endIndex,endLine:n.endPosition.row,endCharacter:n.endPosition.column,endOffset:n.endIndex,tag:new Mp({explicitName:"?",kind:Pp.Scalar}),styleGroup:Nm.Flow,style:Im.Plain});a.push(e)}else a.push(i);return a.push(...o),new lf({children:a.flat().filter(e=>null!==e),...pf(n),styleGroup:Nm.Block,isMissing:n.isMissing})},flow_mapping(t,s,n){const r=hf(t),i=ff(r,n.tag),o=n.anchor?mf(n.anchor):void 0,a=gf(t,s,e),c=new Ym({children:a.flat().filter(e=>null!==e),...pf(r),anchor:o,tag:i,styleGroup:Nm.Flow,style:Im.Explicit,isMissing:r.isMissing});return _f(c,s),s.schema.resolve(c)},flow_pair(t,s){const n=hf(t),{key:r,value:i,errors:o}=yf(t,s,e),a=[];if(null===r){const e=new $m({content:"",startLine:n.startPosition.row,startCharacter:n.startPosition.column,startOffset:n.startIndex,endLine:n.startPosition.row,endCharacter:n.startPosition.column,endOffset:n.startIndex,tag:new Mp({explicitName:"?",kind:Pp.Scalar}),styleGroup:Nm.Flow,style:Im.Plain});a.push(e)}else a.push(r);if(null===i){const e=new $m({content:"",startLine:n.endPosition.row,startCharacter:n.endPosition.column,startOffset:n.endIndex,endLine:n.endPosition.row,endCharacter:n.endPosition.column,endOffset:n.endIndex,tag:new Mp({explicitName:"?",kind:Pp.Scalar}),styleGroup:Nm.Flow,style:Im.Plain});a.push(e)}else a.push(i);return a.push(...o),new lf({children:a.flat().filter(e=>null!==e),...pf(n),styleGroup:Nm.Flow,isMissing:n.isMissing})},block_sequence(t,s,n){const r=hf(t),i=ff(r,n.tag),o=n.anchor?mf(n.anchor):void 0,a=gf(t,s,e),c=new tf({children:a.flat(1/0).filter(e=>null!==e),...pf(r),anchor:o,tag:i,styleGroup:Nm.Block,style:Im.NextLine});return _f(c,s),s.schema.resolve(c)},block_sequence_item(t,s){const n=hf(t),r=gf(t,s,e);if(0===r.length){return[new $m({content:"",tag:new Mp({explicitName:"?",kind:Pp.Scalar}),startLine:n.endPosition.row,startCharacter:n.endPosition.column,startOffset:n.endIndex,endLine:n.endPosition.row,endCharacter:n.endPosition.column,endOffset:n.endIndex,styleGroup:Nm.Flow,style:Im.Plain})]}return r},flow_sequence(t,s,n){const r=hf(t),i=ff(r,n.tag),o=n.anchor?mf(n.anchor):void 0,a=gf(t,s,e),c=new tf({children:a.flat().filter(e=>null!==e),...pf(r),anchor:o,tag:i,styleGroup:Nm.Flow,style:Im.Explicit});return _f(c,s),s.schema.resolve(c)},plain_scalar(e,t,s){const n=hf(e),r=ff(n,s.tag),i=s.anchor?mf(s.anchor):void 0,o=new $m({content:n.text,anchor:i,tag:r,...pf(n),styleGroup:Nm.Flow,style:Im.Plain});return _f(o,t),t.schema.resolve(o)},single_quote_scalar(e,t,s){const n=hf(e),r=ff(n,s.tag),i=s.anchor?mf(s.anchor):void 0,o=new $m({content:n.text,anchor:i,tag:r,...pf(n),styleGroup:Nm.Flow,style:Im.SingleQuoted});return _f(o,t),t.schema.resolve(o)},double_quote_scalar(e,t,s){const n=hf(e),r=ff(n,s.tag),i=s.anchor?mf(s.anchor):void 0,o=new $m({content:n.text,anchor:i,tag:r,...pf(n),styleGroup:Nm.Flow,style:Im.DoubleQuoted});return _f(o,t),t.schema.resolve(o)},block_scalar(e,t,s){const n=hf(e),r=ff(n,s.tag),i=s.anchor?mf(s.anchor):void 0,o=n.text.startsWith("|")?Im.Literal:n.text.startsWith(">")?Im.Folded:Im.Plain,a=new $m({content:n.text,anchor:i,tag:r,...pf(n),styleGroup:Nm.Block,style:o});return _f(a,t),t.schema.resolve(a)},comment(e){const t=hf(e);return new Wm({content:t.text})},alias(e,t){const s=hf(e),n=new Hm({content:s.text});return t.referenceManager.resolveAlias(n)},ERROR(t,s){const n=hf(t),r=gf(t,s,e);return new Um({children:r.filter(e=>null!==e),...pf(n),isUnexpected:!n.hasError,isMissing:n.isMissing,value:n.text})}}))(bf));const xf=(e,t)=>{const s=wf(e,t,bf);return null===s?new Vm({children:[]}):s instanceof Vm?s:new Vm({children:[s]})},Ef=(e,t,s)=>{s.sourceMap&&Ds.transfer(e,t)},vf=(e,t)=>{if(null==e)return null;const s=e;switch(s.type){case"stream":return Of(s,t);case"document":return Af(s,t);case"mapping":return kf(s,t);case"keyValuePair":return Tf(s,t);case"sequence":return If(s,t);case"scalar":return Nf(s,t);case"comment":return Cf(s,t);case"literal":return Ff(s,t);case"error":return Mf(s,t);default:return null}},Sf=(e,t)=>{const s=[];for(const n of e){const e=vf(n,t);null!==e&&(Array.isArray(e)?s.push(...e):s.push(e))}return s},Of=(e,t)=>{const s=new K,n=Sf(e.children||[],t);s._content=n.flat(1);const r=s.findElements(W);if(r.length>0){r[0].classes.push("result")}return t.annotations.forEach(e=>{s.push(e)}),t.annotations=[],s},Af=(e,t)=>{const s=1===t.processedDocumentCount,n=t.processedDocumentCount>=1;if(s){const s=new kn("Only first document within YAML stream will be used. Rest will be discarded.");s.classes.push("warning"),Ef(e,s,t),t.annotations.push(s)}return n?null:(t.processedDocumentCount+=1,Sf(e.children||[],t))},kf=(e,t)=>{const s=new L;return s._content=Sf(e.children||[],t),Ef(e,s,t),s},Tf=(e,t)=>{const s=new j,n=vf(e.key,t),r=vf(e.value,t);return s.content.key=n,s.content.value=r,Ef(e,s,t),(e.children||[]).filter(e=>"error"===e?.type).forEach(e=>{Pf(e,t)}),s},If=(e,t)=>{const s=new C;return s._content=Sf(e.children||[],t),Ef(e,s,t),s},Nf=(e,t)=>{const s=t.namespace.toElement(e.content);return""===e.content&&e.style===Im.Plain&&(s.classes.push("yaml-e-node"),s.classes.push("yaml-e-scalar")),Ef(e,s,t),s},Cf=(e,t)=>{if(0===t.processedDocumentCount){const s=new Tn(e.content);return Ef(e,s,t),s}return null},Ff=(e,t)=>{if(e.isMissing){const s=`(Missing ${e.value})`,n=new kn(s);n.classes.push("warning"),Ef(e,n,t),t.annotations.push(n)}return null},Pf=(e,t)=>{const s=e.isUnexpected?"(Unexpected YAML syntax error)":"(Error YAML syntax error)",n=new kn(s);n.classes.push("error"),Ef(e,n,t),t.annotations.push(n)},Mf=(e,t)=>{const s=e.isUnexpected?"(Unexpected YAML syntax error)":"(Error YAML syntax error)",n=new kn(s);return n.classes.push("error"),Ef(e,n,t),t.annotations.push(n),null},Rf=(e,{sourceMap:t=!1}={})=>{const s={sourceMap:t,namespace:new Dn,annotations:[],processedDocumentCount:0},n=e.rootNode;if(!n)return new K;if("error"===n.type)return((e,t)=>{const s=e.isUnexpected?"(Unexpected YAML syntax error)":"(Error YAML syntax error)",n=new kn(s);n.classes.push("error"),Ef(e,n,t);const r=new K;return r.push(n),r})(n,s);const r=vf(n,s);if(r instanceof K)return r;const i=new K;return null!==r&&(Array.isArray(r)?r.forEach(e=>i.push(e)):i.push(r)),i},jf=(e,{sourceMap:t=!1}={})=>{const s=e.walk(),n=new Lm,r=new Bm,i=xf(s,{schema:n,sourceMap:t,referenceManager:r});return Rf(i,{sourceMap:t})},Lf=(new Dn,async(e,{strict:t=!1}={})=>t?(async e=>{if(0===e.trim().length)return!1;try{return 0===vp(e,{version:"1.2"}).errors.filter(e=>"MULTIPLE_DOCS"!==e.code).length}catch{return!1}})(e):(async e=>{let t=null;try{return t=await Tp(e),!t.rootNode.isError}catch{return!1}finally{t?.delete()}})(e)),Df=async(e,{sourceMap:t=!1,strict:s=!1}={})=>{if(s&&t)throw new $i("Cannot use sourceMap with strict parsing. Strict parsing does not support source maps.");return s?(async e=>{const t=new K;if(0===e.trim().length)return t;const s=vp(e,{version:"1.2"});for(const e of s.errors){if("MULTIPLE_DOCS"!==e.code)throw e;{const e=new kn("Only first document within YAML stream will be used. Rest will be discarded.");e.classes.push("warning"),t.push(e)}}const n=Hn(s.toJS());return n.classes.push("result"),t.push(n),t})(e):(async(e,{sourceMap:t=!1}={})=>{const s=await Tp(e);try{return jf(s,{sourceMap:t})}finally{s.delete()}})(e,{sourceMap:t})},$f=new Yl(...eu.filterByFormat("generic"),...eu.filterByFormat("yaml")),Bf=/(?<YAML>^(["']?)arazzo\2\s*:\s*(["']?)(?<version_yaml>1\.(?:[1-9]\d*|0)\.(?:[1-9]\d*|0))\3(?:\s+|$))|(?<JSON>"arazzo"\s*:\s*"(?<version_json>1\.(?:[1-9]\d*|0)\.(?:[1-9]\d*|0))")/m,Uf=async(e,t={})=>Bf.test(e)&&await Lf(e,t),qf=async(e,t={})=>{const s=mn({},"refractorOpts",t),n=Ml(["refractorOpts"],t),r=await Df(e,n),{result:i}=r;if(Rl(i)){const e=Tl(i,s);e.classes.push("result"),r.replaceResult(e)}return r},Vf=(new Dn).use(Ol),Hf={parse:{mediaType:"text/plain",parsers:[],parserOpts:{}},resolve:{baseURI:"",resolvers:[],resolverOpts:{},strategies:[],strategyOpts:{},internal:!0,external:!0,maxDepth:1/0},dereference:{strategies:[],strategyOpts:{},refSet:null,maxDepth:1/0,circular:"ignore",circularReplacer:Xp,immutable:!0},bundle:{strategies:[],refSet:null,maxDepth:1/0}};const Jf=a(function(e,t){return function(s){return function(n){return ct(function(e){return t(e,n)},s(e(n)))}}});var Wf=function(e){return{value:e,map:function(t){return Wf(t(e))}}},Gf=re(function(e,t,s){return e(function(e){return Wf(t(e))})(s).value});const zf=Gf;var Kf=__webpack_require__(907);const Zf=a(function(e,t){if(s=e,"[object RegExp]"!==Object.prototype.toString.call(s))throw new TypeError("‘test’ requires a value of type RegExp as its first argument; received "+Ke(e));var s;return function(e){return new RegExp(e.source,e.flags?e.flags:(e.global?"g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.sticky?"y":"")+(e.unicode?"u":"")+(e.dotAll?"s":""))}(e).test(t)});function Xf(e,t){for(var s=t.length-1;s>=0&&e(t[s]);)s-=1;return Ie(0,s+1,t)}var Qf=function(){function e(e,t){this.f=e,this.retained=[],this.xf=t}return e.prototype["@@transducer/init"]=Ue,e.prototype["@@transducer/result"]=function(e){return this.retained=null,this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.retain(e,t):this.flush(e,t)},e.prototype.flush=function(e,t){return e=Se(this.xf,e,this.retained),this.retained=[],this.xf["@@transducer/step"](e,t)},e.prototype.retain=function(e,t){return this.retained.push(t),e},e}();function Yf(e){return function(t){return new Qf(e,t)}}const e_=a($e([],Yf,Xf));const t_=Pt(function(e,t){return Ce(Rt(""),e_(qt(e)),$t(""))(t)});const s_=ot(1,Ce(b,Pe("RegExp")));const n_=re(function(e,t,s){return e(s)?t(s):s});const r_=n_(Ct,um(/[.*+?^${}()|[\]\\-]/g,"\\$&"));var i_=function(e,t){if("string"!=typeof e&&!(e instanceof String))throw TypeError("`".concat(t,"` must be a string"))};var o_=ot(3,function(e,t,s){!function(e,t,s){if(null==s||null==e||null==t)throw TypeError("Input values must not be `null` or `undefined`")}(e,t,s),i_(s,"str"),i_(t,"replaceValue"),function(e){if(!("string"==typeof e||e instanceof String||e instanceof RegExp))throw TypeError("`searchValue` must be a string or an regexp")}(e);var n=new RegExp(s_(e)?e:r_(e),"g");return um(n,t,s)}),a_=Mt(2,"replaceAll");const c_=At(String.prototype.replaceAll)?a_:o_,l_=()=>Ze(Zf(/^win/),["platform"],Kf),u_=e=>{try{const t=new URL(e);return t_(":",t.protocol)}catch{return}},d_=(Ce(u_,Rl),e=>{const t=u_(e);return cr(t)||"file"===t||/^[a-zA-Z]$/.test(t)}),h_=(e,t)=>{const s=[/%23/g,"#",/%24/g,"$",/%26/g,"&",/%2C/g,",",/%40/g,"@"],n=mn(!1,"keepFileProtocol",t),r=mn(l_,"isWindows",t);let i=decodeURI(e);for(let e=0;e<s.length;e+=2)i=i.replace(s[e],s[e+1]);let o="file://"===i.substring(0,7).toLowerCase();return o&&(i="/"===i[7]?i.substring(8):i.substring(7),r()&&"/"===i[1]&&(i=`${i[0]}:${i.substring(1)}`),n?i=`file:///${i}`:(o=!1,i=r()?i:`/${i}`)),r()&&!o&&(i=c_("/","\\",i),":\\"===i.substring(1,3)&&(i=i[0].toUpperCase()+i.substring(1))),i},p_=e=>{const t=e.indexOf("#");let s=e;return t>=0&&(s=e.substring(0,t)),s},m_=e=>{if(d_(e))return(e=>{const t=[/\?/g,"%3F",/#/g,"%23"];let s=e;l_()&&(s=s.replace(/\\/g,"/")),s=encodeURI(s);for(let e=0;e<t.length;e+=2)s=s.replace(t[e],t[e+1]);return s})(h_(e));try{return new URL(e).toString()}catch{return encodeURI(decodeURI(e)).replace(/%5B/g,"[").replace(/%5D/g,"]")}},f_=Jf(de(["resolve","baseURI"]),Wn(["resolve","baseURI"])),__=e=>Gp(e)?(()=>{if(Kf.browser)return p_(globalThis.location.href);const e=Kf.cwd(),t=Ql(e);return["/","\\"].includes(t)?e:e+(l_()?"\\":"/")})():e;const g_=class{uri;mediaType;data;parseResult;constructor({uri:e,mediaType:t="text/plain",data:s,parseResult:n}){this.uri=e,this.mediaType=t,this.data=s,this.parseResult=n}get extension(){return Ct(this.uri)?(e=>{const t=e.lastIndexOf(".");return t>=0?e.substring(t).toLowerCase():""})(this.uri):""}toString(){if("string"==typeof this.data)return this.data;if(this.data instanceof ArrayBuffer||["ArrayBuffer"].includes(b(this.data))||ArrayBuffer.isView(this.data)){return new TextDecoder("utf-8").decode(this.data)}return String(this.data)}};const y_=class extends Is{plugin;constructor(e,t){super(e,{cause:t.cause}),this.plugin=t.plugin}},w_=async(e,t,s)=>{const n=await Promise.all(s.map(Sn([e],t)));return s.filter((e,t)=>n[t])},b_=async(e,t,s)=>{let n;for(const r of s)try{const s=await r[e].call(r,...t);return{plugin:r,result:s}}catch(e){n=new y_("Error while running plugin",{cause:e,plugin:r})}return Promise.reject(n)};const x_=class extends Is{};const E_=class extends Is{};const v_=class extends E_{};const S_=class extends v_{},O_=async(e,t)=>{const s=new g_({uri:m_(p_(e)),mediaType:t.parse.mediaType}),n=await(async(e,t)=>{const s=t.resolve.resolvers.map(e=>{const s=Object.create(e);return Object.assign(s,t.resolve.resolverOpts)}),n=await w_("canRead",[e,t],s);if(xn(n))throw new S_(e.uri);try{const{result:t}=await b_("read",[e],n);return t}catch(t){throw new E_(`Error while reading file "${e.uri}"`,{cause:t})}})(s,t);return(async(e,t)=>{const s=t.parse.parsers.map(e=>{const s=Object.create(e);return Object.assign(s,t.parse.parserOpts)}),n=await w_("canParse",[e,t],s);if(xn(n))throw new S_(e.uri);try{const{plugin:s,result:r}=await b_("parse",[e,t],n);return!s.allowEmpty&&r.isEmpty?Promise.reject(new x_(`Error while parsing file "${e.uri}". File is empty.`)):r}catch(t){throw new x_(`Error while parsing file "${e.uri}"`,{cause:t})}})(new g_({...s,data:n}),t)},A_=async(e,t={})=>{const s=((e,t)=>{const s=hn(e,t);return zf(f_,__,s)})(Hf,t);return O_(e,s)};const k_=class extends x_{};const T_=class{name;allowEmpty;sourceMap;strict;fileExtensions;mediaTypes;constructor({name:e,allowEmpty:t=!0,sourceMap:s=!1,strict:n=!0,fileExtensions:r=[],mediaTypes:i=[]}){this.name=e,this.allowEmpty=t,this.sourceMap=s,this.strict=n,this.fileExtensions=r,this.mediaTypes=i}};const I_=class extends T_{refractorOpts;constructor(e){const{fileExtensions:t=[],mediaTypes:s=tu,...n}=e??{};super({...n,name:"arazzo-json-1",fileExtensions:t,mediaTypes:s})}async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),s=this.mediaTypes.includes(e.mediaType);return!!t&&(!!s||!s&&nu(e.toString()))}async parse(e){const t=e.toString();try{const e=pr(["sourceMap","strict","refractorOpts"],this);return await ru(t,e)}catch(t){throw new k_(`Error parsing "${e.uri}"`,{cause:t})}}};const N_=class extends T_{refractorOpts;constructor(e){const{fileExtensions:t=[],mediaTypes:s=$f,...n}=e??{};super({...n,name:"arazzo-yaml-1",fileExtensions:t,mediaTypes:s})}async canParse(e){const t=0===this.fileExtensions.length||this.fileExtensions.includes(e.extension),s=this.mediaTypes.includes(e.mediaType);return!!t&&(!!s||!s&&Uf(e.toString()))}async parse(e){const t=e.toString();try{const e=pr(["sourceMap","strict","refractorOpts"],this);return await qf(t,e)}catch(t){throw new k_(`Error parsing "${e.uri}"`,{cause:t})}}};const C_=class{name;constructor({name:e}){this.name=e}};const F_=class extends C_{constructor(){super({name:"file"})}canRead(){return!1}read(){throw new v_("FileResolver is not intended to be used in browser context.")}};const P_=a(function(e,t){return"function"==typeof e["fantasy-land/of"]?e["fantasy-land/of"](t):"function"==typeof e.of?e.of(t):[t]});const M_=n_(_t(En),P_(Array));function R_(e,t){return function(){return e.apply(t,arguments)}}const{toString:j_}=Object.prototype,{getPrototypeOf:L_}=Object,{iterator:D_,toStringTag:$_}=Symbol,B_=(U_=Object.create(null),e=>{const t=j_.call(e);return U_[t]||(U_[t]=t.slice(8,-1).toLowerCase())});var U_;const q_=e=>(e=e.toLowerCase(),t=>B_(t)===e),V_=e=>t=>typeof t===e,{isArray:H_}=Array,J_=V_("undefined");function W_(e){return null!==e&&!J_(e)&&null!==e.constructor&&!J_(e.constructor)&&K_(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const G_=q_("ArrayBuffer");const z_=V_("string"),K_=V_("function"),Z_=V_("number"),X_=e=>null!==e&&"object"==typeof e,Q_=e=>{if("object"!==B_(e))return!1;const t=L_(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||$_ in e||D_ in e)},Y_=q_("Date"),eg=q_("File"),tg=q_("Blob"),sg=q_("FileList"),ng=q_("URLSearchParams"),[rg,ig,og,ag]=["ReadableStream","Request","Response","Headers"].map(q_);function cg(e,t,{allOwnKeys:s=!1}={}){if(null==e)return;let n,r;if("object"!=typeof e&&(e=[e]),H_(e))for(n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else{if(W_(e))return;const r=s?Object.getOwnPropertyNames(e):Object.keys(e),i=r.length;let o;for(n=0;n<i;n++)o=r[n],t.call(null,e[o],o,e)}}function lg(e,t){if(W_(e))return null;t=t.toLowerCase();const s=Object.keys(e);let n,r=s.length;for(;r-- >0;)if(n=s[r],t===n.toLowerCase())return n;return null}const ug="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:__webpack_require__.g,dg=e=>!J_(e)&&e!==ug;const hg=(pg="undefined"!=typeof Uint8Array&&L_(Uint8Array),e=>pg&&e instanceof pg);var pg;const mg=q_("HTMLFormElement"),fg=(({hasOwnProperty:e})=>(t,s)=>e.call(t,s))(Object.prototype),_g=q_("RegExp"),gg=(e,t)=>{const s=Object.getOwnPropertyDescriptors(e),n={};cg(s,(s,r)=>{let i;!1!==(i=t(s,r,e))&&(n[r]=i||s)}),Object.defineProperties(e,n)};const yg=q_("AsyncFunction"),wg=(bg="function"==typeof setImmediate,xg=K_(ug.postMessage),bg?setImmediate:xg?(Eg=`axios@${Math.random()}`,vg=[],ug.addEventListener("message",({source:e,data:t})=>{e===ug&&t===Eg&&vg.length&&vg.shift()()},!1),e=>{vg.push(e),ug.postMessage(Eg,"*")}):e=>setTimeout(e));var bg,xg,Eg,vg;const Sg="undefined"!=typeof queueMicrotask?queueMicrotask.bind(ug):"undefined"!=typeof process&&process.nextTick||wg,Og={isArray:H_,isArrayBuffer:G_,isBuffer:W_,isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||K_(e.append)&&("formdata"===(t=B_(e))||"object"===t&&K_(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&G_(e.buffer),t},isString:z_,isNumber:Z_,isBoolean:e=>!0===e||!1===e,isObject:X_,isPlainObject:Q_,isEmptyObject:e=>{if(!X_(e)||W_(e))return!1;try{return 0===Object.keys(e).length&&Object.getPrototypeOf(e)===Object.prototype}catch(e){return!1}},isReadableStream:rg,isRequest:ig,isResponse:og,isHeaders:ag,isUndefined:J_,isDate:Y_,isFile:eg,isBlob:tg,isRegExp:_g,isFunction:K_,isStream:e=>X_(e)&&K_(e.pipe),isURLSearchParams:ng,isTypedArray:hg,isFileList:sg,forEach:cg,merge:function e(){const{caseless:t,skipUndefined:s}=dg(this)&&this||{},n={},r=(r,i)=>{const o=t&&lg(n,i)||i;Q_(n[o])&&Q_(r)?n[o]=e(n[o],r):Q_(r)?n[o]=e({},r):H_(r)?n[o]=r.slice():s&&J_(r)||(n[o]=r)};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&cg(arguments[e],r);return n},extend:(e,t,s,{allOwnKeys:n}={})=>(cg(t,(t,n)=>{s&&K_(t)?Object.defineProperty(e,n,{value:R_(t,s),writable:!0,enumerable:!0,configurable:!0}):Object.defineProperty(e,n,{value:t,writable:!0,enumerable:!0,configurable:!0})},{allOwnKeys:n}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,s,n)=>{e.prototype=Object.create(t.prototype,n),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e,"super",{value:t.prototype}),s&&Object.assign(e.prototype,s)},toFlatObject:(e,t,s,n)=>{let r,i,o;const a={};if(t=t||{},null==e)return t;do{for(r=Object.getOwnPropertyNames(e),i=r.length;i-- >0;)o=r[i],n&&!n(o,e,t)||a[o]||(t[o]=e[o],a[o]=!0);e=!1!==s&&L_(e)}while(e&&(!s||s(e,t))&&e!==Object.prototype);return t},kindOf:B_,kindOfTest:q_,endsWith:(e,t,s)=>{e=String(e),(void 0===s||s>e.length)&&(s=e.length),s-=t.length;const n=e.indexOf(t,s);return-1!==n&&n===s},toArray:e=>{if(!e)return null;if(H_(e))return e;let t=e.length;if(!Z_(t))return null;const s=new Array(t);for(;t-- >0;)s[t]=e[t];return s},forEachEntry:(e,t)=>{const s=(e&&e[D_]).call(e);let n;for(;(n=s.next())&&!n.done;){const s=n.value;t.call(e,s[0],s[1])}},matchAll:(e,t)=>{let s;const n=[];for(;null!==(s=e.exec(t));)n.push(s);return n},isHTMLForm:mg,hasOwnProperty:fg,hasOwnProp:fg,reduceDescriptors:gg,freezeMethods:e=>{gg(e,(t,s)=>{if(K_(e)&&-1!==["arguments","caller","callee"].indexOf(s))return!1;const n=e[s];K_(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+s+"'")}))})},toObjectSet:(e,t)=>{const s={},n=e=>{e.forEach(e=>{s[e]=!0})};return H_(e)?n(e):n(String(e).split(t)),s},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,t,s){return t.toUpperCase()+s}),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:lg,global:ug,isContextDefined:dg,isSpecCompliantForm:function(e){return!!(e&&K_(e.append)&&"FormData"===e[$_]&&e[D_])},toJSONObject:e=>{const t=new Array(10),s=(e,n)=>{if(X_(e)){if(t.indexOf(e)>=0)return;if(W_(e))return e;if(!("toJSON"in e)){t[n]=e;const r=H_(e)?[]:{};return cg(e,(e,t)=>{const i=s(e,n+1);!J_(i)&&(r[t]=i)}),t[n]=void 0,r}}return e};return s(e,0)},isAsyncFn:yg,isThenable:e=>e&&(X_(e)||K_(e))&&K_(e.then)&&K_(e.catch),setImmediate:wg,asap:Sg,isIterable:e=>null!=e&&K_(e[D_])};class Ag extends Error{static from(e,t,s,n,r,i){const o=new Ag(e.message,t||e.code,s,n,r);return o.cause=e,o.name=e.name,i&&Object.assign(o,i),o}constructor(e,t,s,n,r){super(e),this.name="AxiosError",this.isAxiosError=!0,t&&(this.code=t),s&&(this.config=s),n&&(this.request=n),r&&(this.response=r,this.status=r.status)}toJSON(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Og.toJSONObject(this.config),code:this.code,status:this.status}}}Ag.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE",Ag.ERR_BAD_OPTION="ERR_BAD_OPTION",Ag.ECONNABORTED="ECONNABORTED",Ag.ETIMEDOUT="ETIMEDOUT",Ag.ERR_NETWORK="ERR_NETWORK",Ag.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS",Ag.ERR_DEPRECATED="ERR_DEPRECATED",Ag.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE",Ag.ERR_BAD_REQUEST="ERR_BAD_REQUEST",Ag.ERR_CANCELED="ERR_CANCELED",Ag.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT",Ag.ERR_INVALID_URL="ERR_INVALID_URL";const kg=Ag;function Tg(e){return Og.isPlainObject(e)||Og.isArray(e)}function Ig(e){return Og.endsWith(e,"[]")?e.slice(0,-2):e}function Ng(e,t,s){return e?e.concat(t).map(function(e,t){return e=Ig(e),!s&&t?"["+e+"]":e}).join(s?".":""):t}const Cg=Og.toFlatObject(Og,{},null,function(e){return/^is[A-Z]/.test(e)});const Fg=function(e,t,s){if(!Og.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const n=(s=Og.toFlatObject(s,{metaTokens:!0,dots:!1,indexes:!1},!1,function(e,t){return!Og.isUndefined(t[e])})).metaTokens,r=s.visitor||l,i=s.dots,o=s.indexes,a=(s.Blob||"undefined"!=typeof Blob&&Blob)&&Og.isSpecCompliantForm(t);if(!Og.isFunction(r))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(Og.isDate(e))return e.toISOString();if(Og.isBoolean(e))return e.toString();if(!a&&Og.isBlob(e))throw new kg("Blob is not supported. Use a Buffer instead.");return Og.isArrayBuffer(e)||Og.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function l(e,s,r){let a=e;if(e&&!r&&"object"==typeof e)if(Og.endsWith(s,"{}"))s=n?s:s.slice(0,-2),e=JSON.stringify(e);else if(Og.isArray(e)&&function(e){return Og.isArray(e)&&!e.some(Tg)}(e)||(Og.isFileList(e)||Og.endsWith(s,"[]"))&&(a=Og.toArray(e)))return s=Ig(s),a.forEach(function(e,n){!Og.isUndefined(e)&&null!==e&&t.append(!0===o?Ng([s],n,i):null===o?s:s+"[]",c(e))}),!1;return!!Tg(e)||(t.append(Ng(r,s,i),c(e)),!1)}const u=[],d=Object.assign(Cg,{defaultVisitor:l,convertValue:c,isVisitable:Tg});if(!Og.isObject(e))throw new TypeError("data must be an object");return function e(s,n){if(!Og.isUndefined(s)){if(-1!==u.indexOf(s))throw Error("Circular reference detected in "+n.join("."));u.push(s),Og.forEach(s,function(s,i){!0===(!(Og.isUndefined(s)||null===s)&&r.call(t,s,Og.isString(i)?i.trim():i,n,d))&&e(s,n?n.concat(i):[i])}),u.pop()}}(e),t};function Pg(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(e){return t[e]})}function Mg(e,t){this._pairs=[],e&&Fg(e,this,t)}const Rg=Mg.prototype;Rg.append=function(e,t){this._pairs.push([e,t])},Rg.toString=function(e){const t=e?function(t){return e.call(this,t,Pg)}:Pg;return this._pairs.map(function(e){return t(e[0])+"="+t(e[1])},"").join("&")};const jg=Mg;function Lg(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function Dg(e,t,s){if(!t)return e;const n=s&&s.encode||Lg,r=Og.isFunction(s)?{serialize:s}:s,i=r&&r.serialize;let o;if(o=i?i(t,r):Og.isURLSearchParams(t)?t.toString():new jg(t,r).toString(n),o){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}const $g=class{constructor(){this.handlers=[]}use(e,t,s){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!s&&s.synchronous,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){Og.forEach(this.handlers,function(t){null!==t&&e(t)})}},Bg={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ug={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:jg,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},qg="undefined"!=typeof window&&"undefined"!=typeof document,Vg="object"==typeof navigator&&navigator||void 0,Hg=qg&&(!Vg||["ReactNative","NativeScript","NS"].indexOf(Vg.product)<0),Jg="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Wg=qg&&window.location.href||"http://localhost",Gg={...r,...Ug};const zg=function(e){function t(e,s,n,r){let i=e[r++];if("__proto__"===i)return!0;const o=Number.isFinite(+i),a=r>=e.length;if(i=!i&&Og.isArray(n)?n.length:i,a)return Og.hasOwnProp(n,i)?n[i]=[n[i],s]:n[i]=s,!o;n[i]&&Og.isObject(n[i])||(n[i]=[]);return t(e,s,n[i],r)&&Og.isArray(n[i])&&(n[i]=function(e){const t={},s=Object.keys(e);let n;const r=s.length;let i;for(n=0;n<r;n++)i=s[n],t[i]=e[i];return t}(n[i])),!o}if(Og.isFormData(e)&&Og.isFunction(e.entries)){const s={};return Og.forEachEntry(e,(e,n)=>{t(function(e){return Og.matchAll(/\w+|\[(\w*)]/g,e).map(e=>"[]"===e[0]?"":e[1]||e[0])}(e),n,s,0)}),s}return null};const Kg={transitional:Bg,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const s=t.getContentType()||"",n=s.indexOf("application/json")>-1,r=Og.isObject(e);r&&Og.isHTMLForm(e)&&(e=new FormData(e));if(Og.isFormData(e))return n?JSON.stringify(zg(e)):e;if(Og.isArrayBuffer(e)||Og.isBuffer(e)||Og.isStream(e)||Og.isFile(e)||Og.isBlob(e)||Og.isReadableStream(e))return e;if(Og.isArrayBufferView(e))return e.buffer;if(Og.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(r){if(s.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Fg(e,new Gg.classes.URLSearchParams,{visitor:function(e,t,s,n){return Gg.isNode&&Og.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)},...t})}(e,this.formSerializer).toString();if((i=Og.isFileList(e))||s.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Fg(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return r||n?(t.setContentType("application/json",!1),function(e,t,s){if(Og.isString(e))try{return(t||JSON.parse)(e),Og.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(s||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Kg.transitional,s=t&&t.forcedJSONParsing,n="json"===this.responseType;if(Og.isResponse(e)||Og.isReadableStream(e))return e;if(e&&Og.isString(e)&&(s&&!this.responseType||n)){const s=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e,this.parseReviver)}catch(e){if(s){if("SyntaxError"===e.name)throw kg.from(e,kg.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Gg.classes.FormData,Blob:Gg.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};Og.forEach(["delete","get","head","post","put","patch"],e=>{Kg.headers[e]={}});const Zg=Kg,Xg=Og.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Qg=Symbol("internals");function Yg(e){return e&&String(e).trim().toLowerCase()}function ey(e){return!1===e||null==e?e:Og.isArray(e)?e.map(ey):String(e)}function ty(e,t,s,n,r){return Og.isFunction(n)?n.call(this,t,s):(r&&(t=s),Og.isString(t)?Og.isString(n)?-1!==t.indexOf(n):Og.isRegExp(n)?n.test(t):void 0:void 0)}class sy{constructor(e){e&&this.set(e)}set(e,t,s){const n=this;function r(e,t,s){const r=Yg(t);if(!r)throw new Error("header name must be a non-empty string");const i=Og.findKey(n,r);(!i||void 0===n[i]||!0===s||void 0===s&&!1!==n[i])&&(n[i||t]=ey(e))}const i=(e,t)=>Og.forEach(e,(e,s)=>r(e,s,t));if(Og.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(Og.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i((e=>{const t={};let s,n,r;return e&&e.split("\n").forEach(function(e){r=e.indexOf(":"),s=e.substring(0,r).trim().toLowerCase(),n=e.substring(r+1).trim(),!s||t[s]&&Xg[s]||("set-cookie"===s?t[s]?t[s].push(n):t[s]=[n]:t[s]=t[s]?t[s]+", "+n:n)}),t})(e),t);else if(Og.isObject(e)&&Og.isIterable(e)){let s,n,r={};for(const t of e){if(!Og.isArray(t))throw TypeError("Object iterator must return a key-value pair");r[n=t[0]]=(s=r[n])?Og.isArray(s)?[...s,t[1]]:[s,t[1]]:t[1]}i(r,t)}else null!=e&&r(t,e,s);return this}get(e,t){if(e=Yg(e)){const s=Og.findKey(this,e);if(s){const e=this[s];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),s=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let n;for(;n=s.exec(e);)t[n[1]]=n[2];return t}(e);if(Og.isFunction(t))return t.call(this,e,s);if(Og.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Yg(e)){const s=Og.findKey(this,e);return!(!s||void 0===this[s]||t&&!ty(0,this[s],s,t))}return!1}delete(e,t){const s=this;let n=!1;function r(e){if(e=Yg(e)){const r=Og.findKey(s,e);!r||t&&!ty(0,s[r],r,t)||(delete s[r],n=!0)}}return Og.isArray(e)?e.forEach(r):r(e),n}clear(e){const t=Object.keys(this);let s=t.length,n=!1;for(;s--;){const r=t[s];e&&!ty(0,this[r],r,e,!0)||(delete this[r],n=!0)}return n}normalize(e){const t=this,s={};return Og.forEach(this,(n,r)=>{const i=Og.findKey(s,r);if(i)return t[i]=ey(n),void delete t[r];const o=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,t,s)=>t.toUpperCase()+s)}(r):String(r).trim();o!==r&&delete t[r],t[o]=ey(n),s[o]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return Og.forEach(this,(s,n)=>{null!=s&&!1!==s&&(t[n]=e&&Og.isArray(s)?s.join(", "):s)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,t])=>e+": "+t).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const s=new this(e);return t.forEach(e=>s.set(e)),s}static accessor(e){const t=(this[Qg]=this[Qg]={accessors:{}}).accessors,s=this.prototype;function n(e){const n=Yg(e);t[n]||(!function(e,t){const s=Og.toCamelCase(" "+t);["get","set","has"].forEach(n=>{Object.defineProperty(e,n+s,{value:function(e,s,r){return this[n].call(this,t,e,s,r)},configurable:!0})})}(s,e),t[n]=!0)}return Og.isArray(e)?e.forEach(n):n(e),this}}sy.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Og.reduceDescriptors(sy.prototype,({value:e},t)=>{let s=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[s]=e}}}),Og.freezeMethods(sy);const ny=sy;function ry(e,t){const s=this||Zg,n=t||s,r=ny.from(n.headers);let i=n.data;return Og.forEach(e,function(e){i=e.call(s,i,r.normalize(),t?t.status:void 0)}),r.normalize(),i}function iy(e){return!(!e||!e.__CANCEL__)}const oy=class extends kg{constructor(e,t,s){super(null==e?"canceled":e,kg.ERR_CANCELED,t,s),this.name="CanceledError",this.__CANCEL__=!0}};function ay(e,t,s){const n=s.config.validateStatus;s.status&&n&&!n(s.status)?t(new kg("Request failed with status code "+s.status,[kg.ERR_BAD_REQUEST,kg.ERR_BAD_RESPONSE][Math.floor(s.status/100)-4],s.config,s.request,s)):e(s)}const cy=function(e,t){e=e||10;const s=new Array(e),n=new Array(e);let r,i=0,o=0;return t=void 0!==t?t:1e3,function(a){const c=Date.now(),l=n[o];r||(r=c),s[i]=a,n[i]=c;let u=o,d=0;for(;u!==i;)d+=s[u++],u%=e;if(i=(i+1)%e,i===o&&(o=(o+1)%e),c-r<t)return;const h=l&&c-l;return h?Math.round(1e3*d/h):void 0}};const ly=function(e,t){let s,n,r=0,i=1e3/t;const o=(t,i=Date.now())=>{r=i,s=null,n&&(clearTimeout(n),n=null),e(...t)};return[(...e)=>{const t=Date.now(),a=t-r;a>=i?o(e,t):(s=e,n||(n=setTimeout(()=>{n=null,o(s)},i-a)))},()=>s&&o(s)]},uy=(e,t,s=3)=>{let n=0;const r=cy(50,250);return ly(s=>{const i=s.loaded,o=s.lengthComputable?s.total:void 0,a=i-n,c=r(a);n=i;e({loaded:i,total:o,progress:o?i/o:void 0,bytes:a,rate:c||void 0,estimated:c&&o&&i<=o?(o-i)/c:void 0,event:s,lengthComputable:null!=o,[t?"download":"upload"]:!0})},s)},dy=(e,t)=>{const s=null!=e;return[n=>t[0]({lengthComputable:s,total:e,loaded:n}),t[1]]},hy=e=>(...t)=>Og.asap(()=>e(...t)),py=Gg.hasStandardBrowserEnv?((e,t)=>s=>(s=new URL(s,Gg.origin),e.protocol===s.protocol&&e.host===s.host&&(t||e.port===s.port)))(new URL(Gg.origin),Gg.navigator&&/(msie|trident)/i.test(Gg.navigator.userAgent)):()=>!0,my=Gg.hasStandardBrowserEnv?{write(e,t,s,n,r,i,o){if("undefined"==typeof document)return;const a=[`${e}=${encodeURIComponent(t)}`];Og.isNumber(s)&&a.push(`expires=${new Date(s).toUTCString()}`),Og.isString(n)&&a.push(`path=${n}`),Og.isString(r)&&a.push(`domain=${r}`),!0===i&&a.push("secure"),Og.isString(o)&&a.push(`SameSite=${o}`),document.cookie=a.join("; ")},read(e){if("undefined"==typeof document)return null;const t=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return t?decodeURIComponent(t[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read:()=>null,remove(){}};function fy(e,t,s){let n=!function(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}(t);return e&&(n||0==s)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const _y=e=>e instanceof ny?{...e}:e;function gy(e,t){t=t||{};const s={};function n(e,t,s,n){return Og.isPlainObject(e)&&Og.isPlainObject(t)?Og.merge.call({caseless:n},e,t):Og.isPlainObject(t)?Og.merge({},t):Og.isArray(t)?t.slice():t}function r(e,t,s,r){return Og.isUndefined(t)?Og.isUndefined(e)?void 0:n(void 0,e,0,r):n(e,t,0,r)}function i(e,t){if(!Og.isUndefined(t))return n(void 0,t)}function o(e,t){return Og.isUndefined(t)?Og.isUndefined(e)?void 0:n(void 0,e):n(void 0,t)}function a(s,r,i){return i in t?n(s,r):i in e?n(void 0,s):void 0}const c={url:i,method:i,data:i,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:a,headers:(e,t,s)=>r(_y(e),_y(t),0,!0)};return Og.forEach(Object.keys({...e,...t}),function(n){const i=c[n]||r,o=i(e[n],t[n],n);Og.isUndefined(o)&&i!==a||(s[n]=o)}),s}const yy=e=>{const t=gy({},e);let{data:s,withXSRFToken:n,xsrfHeaderName:r,xsrfCookieName:i,headers:o,auth:a}=t;if(t.headers=o=ny.from(o),t.url=Dg(fy(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),a&&o.set("Authorization","Basic "+btoa((a.username||"")+":"+(a.password?unescape(encodeURIComponent(a.password)):""))),Og.isFormData(s))if(Gg.hasStandardBrowserEnv||Gg.hasStandardBrowserWebWorkerEnv)o.setContentType(void 0);else if(Og.isFunction(s.getHeaders)){const e=s.getHeaders(),t=["content-type","content-length"];Object.entries(e).forEach(([e,s])=>{t.includes(e.toLowerCase())&&o.set(e,s)})}if(Gg.hasStandardBrowserEnv&&(n&&Og.isFunction(n)&&(n=n(t)),n||!1!==n&&py(t.url))){const e=r&&i&&my.read(i);e&&o.set(r,e)}return t},wy="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise(function(t,s){const n=yy(e);let r=n.data;const i=ny.from(n.headers).normalize();let o,a,c,l,u,{responseType:d,onUploadProgress:h,onDownloadProgress:p}=n;function m(){l&&l(),u&&u(),n.cancelToken&&n.cancelToken.unsubscribe(o),n.signal&&n.signal.removeEventListener("abort",o)}let f=new XMLHttpRequest;function _(){if(!f)return;const n=ny.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders());ay(function(e){t(e),m()},function(e){s(e),m()},{data:d&&"text"!==d&&"json"!==d?f.response:f.responseText,status:f.status,statusText:f.statusText,headers:n,config:e,request:f}),f=null}f.open(n.method.toUpperCase(),n.url,!0),f.timeout=n.timeout,"onloadend"in f?f.onloadend=_:f.onreadystatechange=function(){f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))&&setTimeout(_)},f.onabort=function(){f&&(s(new kg("Request aborted",kg.ECONNABORTED,e,f)),f=null)},f.onerror=function(t){const n=t&&t.message?t.message:"Network Error",r=new kg(n,kg.ERR_NETWORK,e,f);r.event=t||null,s(r),f=null},f.ontimeout=function(){let t=n.timeout?"timeout of "+n.timeout+"ms exceeded":"timeout exceeded";const r=n.transitional||Bg;n.timeoutErrorMessage&&(t=n.timeoutErrorMessage),s(new kg(t,r.clarifyTimeoutError?kg.ETIMEDOUT:kg.ECONNABORTED,e,f)),f=null},void 0===r&&i.setContentType(null),"setRequestHeader"in f&&Og.forEach(i.toJSON(),function(e,t){f.setRequestHeader(t,e)}),Og.isUndefined(n.withCredentials)||(f.withCredentials=!!n.withCredentials),d&&"json"!==d&&(f.responseType=n.responseType),p&&([c,u]=uy(p,!0),f.addEventListener("progress",c)),h&&f.upload&&([a,l]=uy(h),f.upload.addEventListener("progress",a),f.upload.addEventListener("loadend",l)),(n.cancelToken||n.signal)&&(o=t=>{f&&(s(!t||t.type?new oy(null,e,f):t),f.abort(),f=null)},n.cancelToken&&n.cancelToken.subscribe(o),n.signal&&(n.signal.aborted?o():n.signal.addEventListener("abort",o)));const g=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(n.url);g&&-1===Gg.protocols.indexOf(g)?s(new kg("Unsupported protocol "+g+":",kg.ERR_BAD_REQUEST,e)):f.send(r||null)})},by=(e,t)=>{const{length:s}=e=e?e.filter(Boolean):[];if(t||s){let s,n=new AbortController;const r=function(e){if(!s){s=!0,o();const t=e instanceof Error?e:this.reason;n.abort(t instanceof kg?t:new oy(t instanceof Error?t.message:t))}};let i=t&&setTimeout(()=>{i=null,r(new kg(`timeout of ${t}ms exceeded`,kg.ETIMEDOUT))},t);const o=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(e=>{e.unsubscribe?e.unsubscribe(r):e.removeEventListener("abort",r)}),e=null)};e.forEach(e=>e.addEventListener("abort",r));const{signal:a}=n;return a.unsubscribe=()=>Og.asap(o),a}},xy=function*(e,t){let s=e.byteLength;if(!t||s<t)return void(yield e);let n,r=0;for(;r<s;)n=r+t,yield e.slice(r,n),r=n},Ey=async function*(e){if(e[Symbol.asyncIterator])return void(yield*e);const t=e.getReader();try{for(;;){const{done:e,value:s}=await t.read();if(e)break;yield s}}finally{await t.cancel()}},vy=(e,t,s,n)=>{const r=async function*(e,t){for await(const s of Ey(e))yield*xy(s,t)}(e,t);let i,o=0,a=e=>{i||(i=!0,n&&n(e))};return new ReadableStream({async pull(e){try{const{done:t,value:n}=await r.next();if(t)return a(),void e.close();let i=n.byteLength;if(s){let e=o+=i;s(e)}e.enqueue(new Uint8Array(n))}catch(e){throw a(e),e}},cancel:e=>(a(e),r.return())},{highWaterMark:2})},{isFunction:Sy}=Og,Oy=(({Request:e,Response:t})=>({Request:e,Response:t}))(Og.global),{ReadableStream:Ay,TextEncoder:ky}=Og.global,Ty=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},Iy=e=>{e=Og.merge.call({skipUndefined:!0},Oy,e);const{fetch:t,Request:s,Response:n}=e,r=t?Sy(t):"function"==typeof fetch,i=Sy(s),o=Sy(n);if(!r)return!1;const a=r&&Sy(Ay),c=r&&("function"==typeof ky?(l=new ky,e=>l.encode(e)):async e=>new Uint8Array(await new s(e).arrayBuffer()));var l;const u=i&&a&&Ty(()=>{let e=!1;const t=new s(Gg.origin,{body:new Ay,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),d=o&&a&&Ty(()=>Og.isReadableStream(new n("").body)),h={stream:d&&(e=>e.body)};r&&["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!h[e]&&(h[e]=(t,s)=>{let n=t&&t[e];if(n)return n.call(t);throw new kg(`Response type '${e}' is not supported`,kg.ERR_NOT_SUPPORT,s)})});const p=async(e,t)=>{const n=Og.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(Og.isBlob(e))return e.size;if(Og.isSpecCompliantForm(e)){const t=new s(Gg.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return Og.isArrayBufferView(e)||Og.isArrayBuffer(e)?e.byteLength:(Og.isURLSearchParams(e)&&(e+=""),Og.isString(e)?(await c(e)).byteLength:void 0)})(t):n};return async e=>{let{url:r,method:o,data:a,signal:c,cancelToken:l,timeout:m,onDownloadProgress:f,onUploadProgress:_,responseType:g,headers:y,withCredentials:w="same-origin",fetchOptions:b}=yy(e),x=t||fetch;g=g?(g+"").toLowerCase():"text";let E=by([c,l&&l.toAbortSignal()],m),v=null;const S=E&&E.unsubscribe&&(()=>{E.unsubscribe()});let O;try{if(_&&u&&"get"!==o&&"head"!==o&&0!==(O=await p(y,a))){let e,t=new s(r,{method:"POST",body:a,duplex:"half"});if(Og.isFormData(a)&&(e=t.headers.get("content-type"))&&y.setContentType(e),t.body){const[e,s]=dy(O,uy(hy(_)));a=vy(t.body,65536,e,s)}}Og.isString(w)||(w=w?"include":"omit");const t=i&&"credentials"in s.prototype,c={...b,signal:E,method:o.toUpperCase(),headers:y.normalize().toJSON(),body:a,duplex:"half",credentials:t?w:void 0};v=i&&new s(r,c);let l=await(i?x(v,b):x(r,c));const m=d&&("stream"===g||"response"===g);if(d&&(f||m&&S)){const e={};["status","statusText","headers"].forEach(t=>{e[t]=l[t]});const t=Og.toFiniteNumber(l.headers.get("content-length")),[s,r]=f&&dy(t,uy(hy(f),!0))||[];l=new n(vy(l.body,65536,s,()=>{r&&r(),S&&S()}),e)}g=g||"text";let A=await h[Og.findKey(h,g)||"text"](l,e);return!m&&S&&S(),await new Promise((t,s)=>{ay(t,s,{data:A,headers:ny.from(l.headers),status:l.status,statusText:l.statusText,config:e,request:v})})}catch(t){if(S&&S(),t&&"TypeError"===t.name&&/Load failed|fetch/i.test(t.message))throw Object.assign(new kg("Network Error",kg.ERR_NETWORK,e,v),{cause:t.cause||t});throw kg.from(t,t&&t.code,e,v)}}},Ny=new Map,Cy=e=>{let t=e&&e.env||{};const{fetch:s,Request:n,Response:r}=t,i=[n,r,s];let o,a,c=i.length,l=Ny;for(;c--;)o=i[c],a=l.get(o),void 0===a&&l.set(o,a=c?new Map:Iy(t)),l=a;return a},Fy=(Cy(),{http:null,xhr:wy,fetch:{get:Cy}});Og.forEach(Fy,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}});const Py=e=>`- ${e}`,My=e=>Og.isFunction(e)||null===e||!1===e;const Ry={getAdapter:function(e,t){e=Og.isArray(e)?e:[e];const{length:s}=e;let n,r;const i={};for(let o=0;o<s;o++){let s;if(n=e[o],r=n,!My(n)&&(r=Fy[(s=String(n)).toLowerCase()],void 0===r))throw new kg(`Unknown adapter '${s}'`);if(r&&(Og.isFunction(r)||(r=r.get(t))))break;i[s||"#"+o]=r}if(!r){const e=Object.entries(i).map(([e,t])=>`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build"));let t=s?e.length>1?"since :\n"+e.map(Py).join("\n"):" "+Py(e[0]):"as no adapter specified";throw new kg("There is no suitable adapter to dispatch the request "+t,"ERR_NOT_SUPPORT")}return r},adapters:Fy};function jy(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new oy(null,e)}function Ly(e){jy(e),e.headers=ny.from(e.headers),e.data=ry.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Ry.getAdapter(e.adapter||Zg.adapter,e)(e).then(function(t){return jy(e),t.data=ry.call(e,e.transformResponse,t),t.headers=ny.from(t.headers),t},function(t){return iy(t)||(jy(e),t&&t.response&&(t.response.data=ry.call(e,e.transformResponse,t.response),t.response.headers=ny.from(t.response.headers))),Promise.reject(t)})}const Dy="1.13.3",$y={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{$y[e]=function(s){return typeof s===e||"a"+(t<1?"n ":" ")+e}});const By={};$y.transitional=function(e,t,s){function n(e,t){return"[Axios v"+Dy+"] Transitional option '"+e+"'"+t+(s?". "+s:"")}return(s,r,i)=>{if(!1===e)throw new kg(n(r," has been removed"+(t?" in "+t:"")),kg.ERR_DEPRECATED);return t&&!By[r]&&(By[r]=!0,console.warn(n(r," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(s,r,i)}},$y.spelling=function(e){return(t,s)=>(console.warn(`${s} is likely a misspelling of ${e}`),!0)};const Uy={assertOptions:function(e,t,s){if("object"!=typeof e)throw new kg("options must be an object",kg.ERR_BAD_OPTION_VALUE);const n=Object.keys(e);let r=n.length;for(;r-- >0;){const i=n[r],o=t[i];if(o){const t=e[i],s=void 0===t||o(t,i,e);if(!0!==s)throw new kg("option "+i+" must be "+s,kg.ERR_BAD_OPTION_VALUE);continue}if(!0!==s)throw new kg("Unknown option "+i,kg.ERR_BAD_OPTION)}},validators:$y},qy=Uy.validators;class Vy{constructor(e){this.defaults=e||{},this.interceptors={request:new $g,response:new $g}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const s=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?s&&!String(e.stack).endsWith(s.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+s):e.stack=s}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=gy(this.defaults,t);const{transitional:s,paramsSerializer:n,headers:r}=t;void 0!==s&&Uy.assertOptions(s,{silentJSONParsing:qy.transitional(qy.boolean),forcedJSONParsing:qy.transitional(qy.boolean),clarifyTimeoutError:qy.transitional(qy.boolean)},!1),null!=n&&(Og.isFunction(n)?t.paramsSerializer={serialize:n}:Uy.assertOptions(n,{encode:qy.function,serialize:qy.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Uy.assertOptions(t,{baseUrl:qy.spelling("baseURL"),withXsrfToken:qy.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let i=r&&Og.merge(r.common,r[t.method]);r&&Og.forEach(["delete","get","head","post","put","patch","common"],e=>{delete r[e]}),t.headers=ny.concat(i,r);const o=[];let a=!0;this.interceptors.request.forEach(function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,o.unshift(e.fulfilled,e.rejected))});const c=[];let l;this.interceptors.response.forEach(function(e){c.push(e.fulfilled,e.rejected)});let u,d=0;if(!a){const e=[Ly.bind(this),void 0];e.unshift(...o),e.push(...c),u=e.length,l=Promise.resolve(t);let s=t;for(;d<u;)l=l.then(e[d++]).then(e=>{s=void 0!==e?e:s}).catch(e[d++]).then(()=>s);return l}u=o.length;let h=t;for(;d<u;){const e=o[d++],t=o[d++];try{h=e(h)}catch(e){t.call(this,e);break}}try{l=Ly.call(this,h)}catch(e){return Promise.reject(e)}for(d=0,u=c.length;d<u;)l=l.then(c[d++]).catch(c[d++]);return l}getUri(e){return Dg(fy((e=gy(this.defaults,e)).baseURL,e.url,e.allowAbsoluteUrls),e.params,e.paramsSerializer)}}Og.forEach(["delete","get","head","options"],function(e){Vy.prototype[e]=function(t,s){return this.request(gy(s||{},{method:e,url:t,data:(s||{}).data}))}}),Og.forEach(["post","put","patch"],function(e){function t(t){return function(s,n,r){return this.request(gy(r||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:s,data:n}))}}Vy.prototype[e]=t(),Vy.prototype[e+"Form"]=t(!0)});const Hy=Vy;class Jy{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(e){t=e});const s=this;this.promise.then(e=>{if(!s._listeners)return;let t=s._listeners.length;for(;t-- >0;)s._listeners[t](e);s._listeners=null}),this.promise.then=e=>{let t;const n=new Promise(e=>{s.subscribe(e),t=e}).then(e);return n.cancel=function(){s.unsubscribe(t)},n},e(function(e,n,r){s.reason||(s.reason=new oy(e,n,r),t(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new Jy(function(t){e=t}),cancel:e}}}const Wy=Jy;const Gy={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(Gy).forEach(([e,t])=>{Gy[t]=e});const zy=Gy;const Ky=function e(t){const s=new Hy(t),n=R_(Hy.prototype.request,s);return Og.extend(n,Hy.prototype,s,{allOwnKeys:!0}),Og.extend(n,s,null,{allOwnKeys:!0}),n.create=function(s){return e(gy(t,s))},n}(Zg);Ky.Axios=Hy,Ky.CanceledError=oy,Ky.CancelToken=Wy,Ky.isCancel=iy,Ky.VERSION=Dy,Ky.toFormData=Fg,Ky.AxiosError=kg,Ky.Cancel=Ky.CanceledError,Ky.all=function(e){return Promise.all(e)},Ky.spread=function(e){return function(t){return e.apply(null,t)}},Ky.isAxiosError=function(e){return Og.isObject(e)&&!0===e.isAxiosError},Ky.mergeConfig=gy,Ky.AxiosHeaders=ny,Ky.formToJSON=e=>zg(Og.isHTMLForm(e)?new FormData(e):e),Ky.getAdapter=Ry.getAdapter,Ky.HttpStatusCode=zy,Ky.default=Ky;const Zy=Ky;const Xy=class extends C_{timeout;redirects;withCredentials;constructor(e){const{name:t="http-resolver",timeout:s=5e3,redirects:n=5,withCredentials:r=!1}=e??{};super({name:t}),this.timeout=s,this.redirects=n,this.withCredentials=r}canRead(e){return(e=>{const t=u_(e);return"http"===t||"https"===t})(e.uri)}};const Qy=class extends Xy{axiosConfig={};axiosInstance;previousAxiosConfig;constructor(e){const{axiosConfig:t={},...s}=e??{};super({...s,name:"http-axios"}),this.axiosConfig=t}getHttpClient(){if(void 0===this.axiosInstance||this.previousAxiosConfig!==this.axiosConfig){const e=Ml(["interceptors"],this.axiosConfig),{interceptors:t}=this.axiosConfig;this.axiosInstance=Zy.create({timeout:this.timeout,maxRedirects:this.redirects,withCredentials:this.withCredentials,responseType:"arraybuffer",...e}),Array.isArray(t?.request)&&t.request.forEach(e=>{this.axiosInstance.interceptors.request.use(...M_(e))}),Array.isArray(t?.response)&&t.response.forEach(e=>{this.axiosInstance.interceptors.response.use(...M_(e))}),this.previousAxiosConfig=this.axiosConfig}return this.axiosInstance}async read(e){const t=this.getHttpClient();try{return(await t.get(e.uri)).data}catch(t){throw new v_(`Error downloading "${e.uri}"`,{cause:t})}}};const Yy=class extends Is{constructor(e,t){super(e,t)}},ew={strict:!0,sourceMap:!1,parserOpts:{},resolverOpts:{}},tw=new Fl;async function sw(e,t={}){const s={...ew,...t},{strict:n,sourceMap:r,parserOpts:i,resolverOpts:o}=s;if(Nt(e)){if(r)throw new Yy("sourceMap option is not supported when parsing from object: source maps cannot be inferred from plain objects");const t=new K,s=Tl(e);return s.classes.push("result"),t.push(s),t}try{return await tw.parse(e,{sourceMap:r,strict:n})}catch(e){if(e instanceof Cl&&"Source did not match any registered parsers"!==e.message)throw new Yy("Failed to parse Arazzo Document",{cause:e})}try{return await A_(e,{parse:{parsers:[new I_({allowEmpty:!1,sourceMap:r,strict:n}),new N_({allowEmpty:!1,sourceMap:r,strict:n})],parserOpts:i},resolve:{resolvers:[new F_({fileAllowList:["*.json","*.yaml","*.yml"]}),new Qy({timeout:5e3,redirects:5,withCredentials:!1})],resolverOpts:o}})}catch(e){throw new Yy("Failed to parse Arazzo Document from URI",{cause:e})}}tw.use(s),tw.use(n)})(),__webpack_exports__})());