@speclynx/apidom-parser-adapter-json-schema-json-2020-12 1.12.1
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.
- package/CHANGELOG.md +82 -0
- package/LICENSE +202 -0
- package/LICENSES/AFL-3.0.txt +182 -0
- package/LICENSES/Apache-2.0.txt +202 -0
- package/LICENSES/BSD-3-Clause.txt +26 -0
- package/LICENSES/MIT.txt +9 -0
- package/NOTICE +65 -0
- package/README.md +90 -0
- package/dist/167.apidom-parser-adapter-json-schema-json-2020-12.browser.js +10 -0
- package/dist/167.apidom-parser-adapter-json-schema-json-2020-12.browser.min.js +1 -0
- package/dist/451.apidom-parser-adapter-json-schema-json-2020-12.browser.js +10 -0
- package/dist/451.apidom-parser-adapter-json-schema-json-2020-12.browser.min.js +1 -0
- package/dist/9786785aaddf11f37840fad896531940.wasm +0 -0
- package/dist/apidom-parser-adapter-json-schema-json-2020-12.browser.js +25179 -0
- package/dist/apidom-parser-adapter-json-schema-json-2020-12.browser.min.js +1 -0
- package/package.json +60 -0
- package/src/adapter.cjs +47 -0
- package/src/adapter.mjs +38 -0
- package/src/media-types.cjs +10 -0
- package/src/media-types.mjs +7 -0
- package/types/apidom-parser-adapter-json-schema-json-2020-12.d.ts +30 -0
|
@@ -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.apidomParserAdapterJSONSchemaJSON202012=t():e.apidomParserAdapterJSONSchemaJSON202012=t()}(self,()=>(()=>{var __webpack_modules__={88:(e,t,r)=>{var s=r(4700);e.exports=function(e){return s(this,e).get(e)}},155:e=>{e.exports=function(e,t){return null==e?void 0:e[t]}},195:(e,t,r)=>{var s=r(4882),n=r(8121),i=Object.prototype.hasOwnProperty;e.exports=function(e){if(!s(e))return n(e);var t=[];for(var r in Object(e))i.call(e,r)&&"constructor"!=r&&t.push(r);return t}},353:(e,t,r)=>{var s=r(1340),n=r(3934),i=r(8861),o=r(1182),a=r(8486),c=r(3142),u=r(5853),l=r(8666),_="[object Arguments]",m="[object Array]",d="[object Object]",h=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,p,f,y){var g=c(e),b=c(t),w=g?m:a(e),E=b?m:a(t),v=(w=w==_?d:w)==d,S=(E=E==_?d:E)==d,x=w==E;if(x&&u(e)){if(!u(t))return!1;g=!0,v=!1}if(x&&!v)return y||(y=new s),g||l(e)?n(e,t,r,p,f,y):i(e,t,w,r,p,f,y);if(!(1&r)){var O=v&&h.call(e,"__wrapped__"),A=S&&h.call(t,"__wrapped__");if(O||A){var N=O?e.value():e,T=A?t.value():t;return y||(y=new s),f(N,T,r,p,y)}}return!!x&&(y||(y=new s),o(e,t,r,p,f,y))}},358:(e,t,r)=>{var s=r(6137),n=r(3283),i=r(3142),o=r(5853),a=r(9632),c=r(8666),u=Object.prototype.hasOwnProperty;e.exports=function(e,t){var r=i(e),l=!r&&n(e),_=!r&&!l&&o(e),m=!r&&!l&&!_&&c(e),d=r||l||_||m,h=d?s(e.length,String):[],p=h.length;for(var f in e)!t&&!u.call(e,f)||d&&("length"==f||_&&("offset"==f||"parent"==f)||m&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||a(f,p))||h.push(f);return h}},393:(e,t,r)=>{var s=r(8244),n=r(7979),i=r(1211);e.exports=function(e){return s(e,i,n)}},394:e=>{e.exports=class{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};e._meta&&e._meta.length>0&&(t.meta=this.serialiseObject(e.meta)),e._attributes&&e._attributes.length>0&&(t.attributes=this.serialiseObject(e.attributes));const r=this.serialiseContent(e.content);return void 0!==r&&(t.content=r),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));t.element!==e.element&&(t.element=e.element),e.meta&&this.deserialiseObject(e.meta,t.meta),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={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}if(e&&e.map){if(0===e.length)return;return e.map(this.serialise,this)}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(e.map)return e.map(this.deserialise,this)}return e}serialiseObject(e){const t={};if(e.forEach((e,r)=>{e&&(t[r.toValue()]=this.serialise(e))}),0!==Object.keys(t).length)return t}deserialiseObject(e,t){Object.keys(e).forEach(r=>{t.set(r,this.deserialise(e[r]))})}}},547:e=>{e.exports=function(e){return null!=e&&"object"==typeof e}},593:(e,t,r)=>{const s=r(8631);e.exports=class extends s{constructor(e,t,r){super(e||[],t,r),this.element="ref",this.path||(this.path="element")}get path(){return this.attributes.get("path")}set path(e){this.attributes.set("path",e)}}},674:(e,t,r)=>{var s=r(7379),n=r(5387),i=r(547),o={};o["[object Float32Array]"]=o["[object Float64Array]"]=o["[object Int8Array]"]=o["[object Int16Array]"]=o["[object Int32Array]"]=o["[object Uint8Array]"]=o["[object Uint8ClampedArray]"]=o["[object Uint16Array]"]=o["[object Uint32Array]"]=!0,o["[object Arguments]"]=o["[object Array]"]=o["[object ArrayBuffer]"]=o["[object Boolean]"]=o["[object DataView]"]=o["[object Date]"]=o["[object Error]"]=o["[object Function]"]=o["[object Map]"]=o["[object Number]"]=o["[object Object]"]=o["[object RegExp]"]=o["[object Set]"]=o["[object String]"]=o["[object WeakMap]"]=!1,e.exports=function(e){return i(e)&&n(e.length)&&!!o[s(e)]}},986:(e,t,r)=>{var s=r(7379),n=r(547);e.exports=function(e){return"number"==typeof e||n(e)&&"[object Number]"==s(e)}},994:(__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}),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,r){assertInternal(e),this[0]=t,this.language=r}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,r,s){const n=r-t;let i=e.textCallback(t,s);if(i){for(t+=i.length;t<r;){const r=e.textCallback(t,s);if(!(r&&r.length>0))break;t+=r.length,i+=r}t>r&&(i=i.slice(0,n))}return i??""}__name(getText,"getText");var Tree=class e{static{__name(this,"Tree")}0=0;textCallback;language;constructor(e,t,r,s){assertInternal(e),this[0]=t,this.language=r,this.textCallback=s}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 r=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(r,e,"i32"),marshalPoint(r+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 r=C.getValue(TRANSFER_BUFFER,"i32"),s=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),n=new Array(r);if(r>0){let e=s;for(let t=0;t<r;t++)n[t]=unmarshalRange(e),e+=SIZE_OF_RANGE;C._free(s)}return n}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"),r=new Array(e);if(e>0){let s=t;for(let t=0;t<e;t++)r[t]=unmarshalRange(s),s+=SIZE_OF_RANGE;C._free(t)}return r}},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 r=unmarshalPoint(TRANSFER_BUFFER);return getText(this.tree,e,t,r)}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:r,startIndex:s,startPosition:n,other:i}){assertInternal(e),this[0]=i,this.id=t,this.tree=r,this.startIndex=s,this.startPosition=n}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"),r=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),s=new Array(t);if(t>0){let e=r;for(let r=0;r<t;r++)s[r]=unmarshalNode(this.tree,e),e+=SIZE_OF_NODE;C._free(r)}return s}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 r=t;for(let t=0;t<e;t++)this._children[t]=unmarshalNode(this.tree,r),r+=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 r=t;for(let t=0;t<e;t++)this._namedChildren[t]=unmarshalNode(this.tree,r),r+=SIZE_OF_NODE;C._free(t)}}return this._namedChildren}descendantsOfType(e,t=ZERO_POINT,r=ZERO_POINT){Array.isArray(e)||(e=[e]);const s=[],n=this.tree.language.types;for(const t of e)"ERROR"==t&&s.push(65535);for(let t=0,r=n.length;t<r;t++)e.includes(n[t])&&s.push(t);const i=C._malloc(SIZE_OF_INT*s.length);for(let e=0,t=s.length;e<t;e++)C.setValue(i+e*SIZE_OF_INT,s[e],"i32");marshalNode(this),C._ts_node_descendants_of_type_wasm(this.tree[0],i,s.length,t.row,t.column,r.row,r.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 r=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(r,e,"i32"),C.setValue(r+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 r=TRANSFER_BUFFER+SIZE_OF_NODE;return C.setValue(r,e,"i32"),C.setValue(r+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 r=TRANSFER_BUFFER+SIZE_OF_NODE;return marshalPoint(r,e),marshalPoint(r+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 r=TRANSFER_BUFFER+SIZE_OF_NODE;return marshalPoint(r,e),marshalPoint(r+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,r;this.startIndex=e.newEndIndex+(this.startIndex-e.oldEndIndex),this.startPosition.row>e.oldEndPosition.row?(t=this.startPosition.row-e.oldEndPosition.row,r=this.startPosition.column):(t=0,r=this.startPosition.column,this.startPosition.column>=e.oldEndPosition.column&&(r=this.startPosition.column-e.oldEndPosition.column)),t>0?(this.startPosition.row+=t,this.startPosition.column=r):this.startPosition.column+=r}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,r,s,n){for(let i=0,o=n.length;i<o;i++){const o=C.getValue(r,"i32"),a=unmarshalNode(t,r+=SIZE_OF_INT);r+=SIZE_OF_NODE,n[i]={patternIndex:s,name:e.captureNames[o],node:a}}return r}function marshalNode(e,t=0){let r=TRANSFER_BUFFER+t*SIZE_OF_NODE;C.setValue(r,e.id,"i32"),r+=SIZE_OF_INT,C.setValue(r,e.startIndex,"i32"),r+=SIZE_OF_INT,C.setValue(r,e.startPosition.row,"i32"),r+=SIZE_OF_INT,C.setValue(r,e.startPosition.column,"i32"),r+=SIZE_OF_INT,C.setValue(r,e[0],"i32")}function unmarshalNode(e,t=TRANSFER_BUFFER){const r=C.getValue(t,"i32");if(t+=SIZE_OF_INT,0===r)return null;const s=C.getValue(t,"i32");t+=SIZE_OF_INT;const n=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:r,tree:e,startIndex:s,startPosition:{row:n,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 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,r,s,n){super(e.formatMessage(t,r)),this.kind=t,this.info=r,this.index=s,this.length=n,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,r,s){if(3!==e.length)throw new Error(`Wrong number of arguments to \`#${r}\` predicate. Expected 2, got ${e.length-1}`);if(!isCaptureStep(e[1]))throw new Error(`First argument of \`#${r}\` predicate must be a capture. Got "${e[1].value}"`);const n="eq?"===r||"any-eq?"===r,i=!r.startsWith("any-");if(isCaptureStep(e[2])){const r=e[1].name,o=e[2].name;s[t].push(e=>{const t=[],s=[];for(const n of e)n.name===r&&t.push(n.node),n.name===o&&s.push(n.node);const a=__name((e,t,r)=>r?e.text===t.text:e.text!==t.text,"compare");return i?t.every(e=>s.some(t=>a(e,t,n))):t.some(e=>s.some(t=>a(e,t,n)))})}else{const r=e[1].name,o=e[2].value,a=__name(e=>e.text===o,"matches"),c=__name(e=>e.text!==o,"doesNotMatch");s[t].push(e=>{const t=[];for(const s of e)s.name===r&&t.push(s.node);const s=n?a:c;return i?t.every(s):t.some(s)})}}function parseMatchPredicate(e,t,r,s){if(3!==e.length)throw new Error(`Wrong number of arguments to \`#${r}\` predicate. Expected 2, got ${e.length-1}.`);if("capture"!==e[1].type)throw new Error(`First argument of \`#${r}\` predicate must be a capture. Got "${e[1].value}".`);if("string"!==e[2].type)throw new Error(`Second argument of \`#${r}\` predicate must be a string. Got @${e[2].name}.`);const n="match?"===r||"any-match?"===r,i=!r.startsWith("any-"),o=e[1].name,a=new RegExp(e[2].value);s[t].push(e=>{const t=[];for(const r of e)r.name===o&&t.push(r.node.text);const r=__name((e,t)=>t?a.test(e):!a.test(e),"test");return 0===t.length?!n:i?t.every(e=>r(e,n)):t.some(e=>r(e,n))})}function parseAnyOfPredicate(e,t,r,s){if(e.length<2)throw new Error(`Wrong number of arguments to \`#${r}\` predicate. Expected at least 1. Got ${e.length-1}.`);if("capture"!==e[1].type)throw new Error(`First argument of \`#${r}\` predicate must be a capture. Got "${e[1].value}".`);const n="any-of?"===r,i=e[1].name,o=e.slice(2);if(!o.every(isStringStep))throw new Error(`Arguments to \`#${r}\` predicate must be strings.".`);const a=o.map(e=>e.value);s[t].push(e=>{const t=[];for(const r of e)r.name===i&&t.push(r.node.text);return 0===t.length?!n:t.every(e=>a.includes(e))===n})}function parseIsPredicate(e,t,r,s,n){if(e.length<2||e.length>3)throw new Error(`Wrong number of arguments to \`#${r}\` predicate. Expected 1 or 2. Got ${e.length-1}.`);if(!e.every(isStringStep))throw new Error(`Arguments to \`#${r}\` predicate must be strings.".`);const i="is?"===r?s:n;i[t]||(i[t]={}),i[t][e[1].value]=e[2]?.value??null}function parseSetDirective(e,t,r){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.".');r[t]||(r[t]={}),r[t][e[1].value]=e[2]?.value??null}function parsePattern(e,t,r,s,n,i,o,a,c,u,l){if(t===PREDICATE_STEP_TYPE_CAPTURE){const e=s[r];i.push({type:"capture",name:e})}else if(t===PREDICATE_STEP_TYPE_STRING)i.push({type:"string",value:n[r]});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,u,l);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 r=C.lengthBytesUTF8(t),s=C._malloc(r+1);C.stringToUTF8(t,s,r+1);const n=C._ts_query_new(e[0],s,r,TRANSFER_BUFFER,TRANSFER_BUFFER+SIZE_OF_INT);if(!n){const e=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),r=C.getValue(TRANSFER_BUFFER,"i32"),n=C.UTF8ToString(s,r).length,i=t.slice(n,n+100).split("\n")[0],o=i.match(QUERY_WORD_REGEX)?.[0]??"";switch(C._free(s),e){case QueryErrorKind.Syntax:throw new QueryError(QueryErrorKind.Syntax,{suffix:`${n}: '${i}'...`},n,0);case QueryErrorKind.NodeName:case QueryErrorKind.FieldName:case QueryErrorKind.CaptureName:throw new QueryError(e,{word:o},n,o.length);case QueryErrorKind.PatternStructure:throw new QueryError(e,{suffix:`${n}: '${i}'...`},n,0)}}const i=C._ts_query_string_count(n),o=C._ts_query_capture_count(n),a=C._ts_query_pattern_count(n),c=new Array(o),u=new Array(a),l=new Array(i);for(let e=0;e<o;e++){const t=C._ts_query_capture_name_for_id(n,e,TRANSFER_BUFFER),r=C.getValue(TRANSFER_BUFFER,"i32");c[e]=C.UTF8ToString(t,r)}for(let e=0;e<a;e++){const t=new Array(o);for(let r=0;r<o;r++){const s=C._ts_query_capture_quantifier_for_id(n,e,r);t[r]=s}u[e]=t}for(let e=0;e<i;e++){const t=C._ts_query_string_value_for_id(n,e,TRANSFER_BUFFER),r=C.getValue(TRANSFER_BUFFER,"i32");l[e]=C.UTF8ToString(t,r)}const _=new Array(a),m=new Array(a),d=new Array(a),h=new Array(a),p=new Array(a);for(let e=0;e<a;e++){const t=C._ts_query_predicates_for_pattern(n,e,TRANSFER_BUFFER),r=C.getValue(TRANSFER_BUFFER,"i32");h[e]=[],p[e]=[];const s=new Array;let i=t;for(let t=0;t<r;t++){const t=C.getValue(i,"i32");i+=SIZE_OF_INT;const r=C.getValue(i,"i32");i+=SIZE_OF_INT,parsePattern(e,t,r,c,l,s,p,h,_,m,d)}Object.freeze(p[e]),Object.freeze(h[e]),Object.freeze(_[e]),Object.freeze(m[e]),Object.freeze(d[e])}C._free(s),this[0]=n,this.captureNames=c,this.captureQuantifiers=u,this.textPredicates=p,this.predicates=h,this.setProperties=_,this.assertedProperties=m,this.refutedProperties=d,this.exceededMatchLimit=!1}delete(){C._ts_query_delete(this[0]),this[0]=0}matches(e,t={}){const r=t.startPosition??ZERO_POINT,s=t.endPosition??ZERO_POINT,n=t.startIndex??0,i=t.endIndex??0,o=t.matchLimit??4294967295,a=t.maxStartDepth??4294967295,c=t.timeoutMicros??0,u=t.progressCallback;if("number"!=typeof o)throw new Error("Arguments must be numbers");if(this.matchLimit=o,0!==i&&n>i)throw new Error("`startIndex` cannot be greater than `endIndex`");if(s!==ZERO_POINT&&(r.row>s.row||r.row===s.row&&r.column>s.column))throw new Error("`startPosition` cannot be greater than `endPosition`");u&&(C.currentQueryProgressCallback=u),marshalNode(e),C._ts_query_matches_wasm(this[0],e.tree[0],r.row,r.column,s.row,s.column,n,i,o,a,c);const l=C.getValue(TRANSFER_BUFFER,"i32"),_=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),m=C.getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),d=new Array(l);this.exceededMatchLimit=Boolean(m);let h=0,p=_;for(let t=0;t<l;t++){const t=C.getValue(p,"i32");p+=SIZE_OF_INT;const r=C.getValue(p,"i32");p+=SIZE_OF_INT;const s=new Array(r);if(p=unmarshalCaptures(this,e.tree,p,t,s),this.textPredicates[t].every(e=>e(s))){d[h]={pattern:t,patternIndex:t,captures:s};const e=this.setProperties[t];d[h].setProperties=e;const r=this.assertedProperties[t];d[h].assertedProperties=r;const n=this.refutedProperties[t];d[h].refutedProperties=n,h++}}return d.length=h,C._free(_),C.currentQueryProgressCallback=null,d}captures(e,t={}){const r=t.startPosition??ZERO_POINT,s=t.endPosition??ZERO_POINT,n=t.startIndex??0,i=t.endIndex??0,o=t.matchLimit??4294967295,a=t.maxStartDepth??4294967295,c=t.timeoutMicros??0,u=t.progressCallback;if("number"!=typeof o)throw new Error("Arguments must be numbers");if(this.matchLimit=o,0!==i&&n>i)throw new Error("`startIndex` cannot be greater than `endIndex`");if(s!==ZERO_POINT&&(r.row>s.row||r.row===s.row&&r.column>s.column))throw new Error("`startPosition` cannot be greater than `endPosition`");u&&(C.currentQueryProgressCallback=u),marshalNode(e),C._ts_query_captures_wasm(this[0],e.tree[0],r.row,r.column,s.row,s.column,n,i,o,a,c);const l=C.getValue(TRANSFER_BUFFER,"i32"),_=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),m=C.getValue(TRANSFER_BUFFER+2*SIZE_OF_INT,"i32"),d=new Array;this.exceededMatchLimit=Boolean(m);const h=new Array;let p=_;for(let t=0;t<l;t++){const t=C.getValue(p,"i32");p+=SIZE_OF_INT;const r=C.getValue(p,"i32");p+=SIZE_OF_INT;const s=C.getValue(p,"i32");if(p+=SIZE_OF_INT,h.length=r,p=unmarshalCaptures(this,e.tree,p,t,h),this.textPredicates[t].every(e=>e(h))){const e=h[s],r=this.setProperties[t];e.setProperties=r;const n=this.assertedProperties[t];e.assertedProperties=n;const i=this.refutedProperties[t];e.refutedProperties=i,d.push(e)}}return C._free(_),C.currentQueryProgressCallback=null,d}predicatesForPattern(e){return this.predicates[e]}disableCapture(e){const t=C.lengthBytesUTF8(e),r=C._malloc(t+1);C.stringToUTF8(e,r,t+1),C._ts_query_disable_capture(this[0],r,t),C._free(r)}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)}},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 version(){return C._ts_language_version(this[0])}get abiVersion(){return C._ts_language_abi_version(this[0])}get metadata(){C._ts_language_metadata(this[0]);const e=C.getValue(TRANSFER_BUFFER,"i32"),t=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32");return 0===e?null:unmarshalLanguageMetadata(t)}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 r=C.lengthBytesUTF8(e),s=C._malloc(r+1);C.stringToUTF8(e,s,r+1);const n=C._ts_language_symbol_for_name(this[0],s,r,t?1:0);return C._free(s),n||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"),r=new Array(e);if(e>0){let s=t;for(let t=0;t<e;t++)r[t]=C.getValue(s,"i16"),s+=SIZE_OF_SHORT}return r}subtypes(e){C._ts_language_subtypes_wasm(this[0],e);const t=C.getValue(TRANSFER_BUFFER,"i32"),r=C.getValue(TRANSFER_BUFFER+SIZE_OF_INT,"i32"),s=new Array(t);if(t>0){let e=r;for(let r=0;r<t;r++)s[r]=C.getValue(e,"i16"),e+=SIZE_OF_SHORT}return s}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}query(e){return console.warn("Language.query is deprecated. Use new Query(language, source) instead."),new Query(this,e)}static async load(t){let r;if(t instanceof Uint8Array)r=Promise.resolve(t);else if(globalThis.process?.versions.node){r=(await __webpack_require__.e(167).then(__webpack_require__.t.bind(__webpack_require__,9167,19))).readFile(t)}else r=fetch(t).then(e=>e.arrayBuffer().then(t=>{if(e.ok)return new Uint8Array(t);{const r=new TextDecoder("utf-8").decode(t);throw new Error(`Language.load failed with status ${e.status}.\n\n${r}`)}}));const s=await C.loadWebAssemblyModule(await r,{loadAsync:!0}),n=Object.keys(s),i=n.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(n,null,2)}`),new Error("Language.load failed: no language function found in WASM file");const o=s[i]();return new e(INTERNAL,o)}},Module2=(()=>{var _scriptName="file:///home/runner/work/apidom/apidom/node_modules/web-tree-sitter/tree-sitter.js";return async function(moduleArg={}){var moduleRtn,Module=moduleArg,readyPromiseResolve,readyPromiseReject,readyPromise=new Promise((e,t)=>{readyPromiseResolve=e,readyPromiseReject=t}),ENVIRONMENT_IS_WEB="object"==typeof window,ENVIRONMENT_IS_WORKER="undefined"!=typeof WorkerGlobalScope,ENVIRONMENT_IS_NODE="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node&&"renderer"!=process.type,ENVIRONMENT_IS_SHELL=!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_NODE&&!ENVIRONMENT_IS_WORKER;if(ENVIRONMENT_IS_NODE){const{createRequire:e}=await __webpack_require__.e(451).then(__webpack_require__.t.bind(__webpack_require__,9451,19));var require=e("file:///home/runner/work/apidom/apidom/node_modules/web-tree-sitter/tree-sitter.js")}Module.currentQueryProgressCallback=null,Module.currentProgressCallback=null,Module.currentLogCallback=null,Module.currentParseCallback=null;var moduleOverrides=Object.assign({},Module),arguments_=[],thisProgram="./this.program",quit_=__name((e,t)=>{throw t},"quit_"),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"),nodePath=require("path");"file:///home/runner/work/apidom/apidom/node_modules/web-tree-sitter/tree-sitter.js".startsWith("data:")||(scriptDirectory=nodePath.dirname(require("url").fileURLToPath("file:///home/runner/work/apidom/apidom/node_modules/web-tree-sitter/tree-sitter.js"))+"/"),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"),!Module.thisProgram&&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(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)&&(ENVIRONMENT_IS_WORKER?scriptDirectory=self.location.href:"undefined"!=typeof document&&document.currentScript&&(scriptDirectory=document.currentScript.src),_scriptName&&(scriptDirectory=_scriptName),scriptDirectory=scriptDirectory.startsWith("blob:")?"":scriptDirectory.slice(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1),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,r)=>{var s=new XMLHttpRequest;s.open("GET",e,!0),s.responseType="arraybuffer",s.onload=()=>{200==s.status||0==s.status&&s.response?t(s.response):r(s.status)},s.onerror=r,s.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=Module.print||console.log.bind(console),err=Module.printErr||console.error.bind(console);Object.assign(Module,moduleOverrides),moduleOverrides=null,Module.arguments&&(arguments_=Module.arguments),Module.thisProgram&&(thisProgram=Module.thisProgram);var dynamicLibraries=Module.dynamicLibraries||[],wasmBinary=Module.wasmBinary,wasmMemory,ABORT=!1,EXITSTATUS,HEAP,HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAP64,HEAPU64,HEAPF64,HEAP_DATA_VIEW;function assert(e,t){e||abort(t)}__name(assert,"assert");var runtimeInitialized=!1,isFileURI=__name(e=>e.startsWith("file://"),"isFileURI");function updateMemoryViews(){var e=wasmMemory.buffer;Module.HEAP_DATA_VIEW=HEAP_DATA_VIEW=new DataView(e),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)}if(__name(updateMemoryViews,"updateMemoryViews"),Module.wasmMemory)wasmMemory=Module.wasmMemory;else{var INITIAL_MEMORY=Module.INITIAL_MEMORY||33554432;wasmMemory=new WebAssembly.Memory({initial:INITIAL_MEMORY/65536,maximum:32768})}updateMemoryViews();var __RELOC_FUNCS__=[];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)}__name(preRun,"preRun"),__name(initRuntime,"initRuntime"),__name(preMain,"preMain"),__name(postRun,"postRun");var runDependencies=0,dependenciesFulfilled=null,wasmBinaryFile;function getUniqueRunDependency(e){return e}function addRunDependency(e){runDependencies++,Module.monitorRunDependencies?.(runDependencies)}function removeRunDependency(e){if(runDependencies--,Module.monitorRunDependencies?.(runDependencies),0==runDependencies&&dependenciesFulfilled){var t=dependenciesFulfilled;dependenciesFulfilled=null,t()}}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("tree-sitter.wasm"):new URL(__webpack_require__(2733),__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 r=await getWasmBinary(e);return await WebAssembly.instantiate(r,t)}catch(e){err(`failed to asynchronously prepare wasm: ${e}`),abort(e)}}async function instantiateAsync(e,t,r){if(!e&&"function"==typeof WebAssembly.instantiateStreaming&&!isFileURI(t)&&!ENVIRONMENT_IS_NODE)try{var s=fetch(t,{credentials:"same-origin"});return await WebAssembly.instantiateStreaming(s,r)}catch(e){err(`wasm streaming compile failed: ${e}`),err("falling back to ArrayBuffer instantiation")}return instantiateArrayBuffer(t,r)}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 r=getDylinkMetadata(t);return r.neededDynlibs&&(dynamicLibraries=r.neededDynlibs.concat(dynamicLibraries)),mergeLibSymbols(wasmExports,"main"),LDSO.init(),loadDylibs(),__RELOC_FUNCS__.push(wasmExports.__wasm_apply_data_relocs),removeRunDependency("wasm-instantiate"),wasmExports}function t(t){return e(t.instance,t.module)}__name(e,"receiveInstance"),addRunDependency("wasm-instantiate"),__name(t,"receiveInstantiationResult");var r=getWasmImports();if(Module.instantiateWasm)return new Promise((t,s)=>{Module.instantiateWasm(r,(r,s)=>{e(r,s),t(r.exports)})});wasmBinaryFile??=findWasmBinary();try{return t(await instantiateAsync(wasmBinary,wasmBinaryFile,r))}catch(e){return readyPromiseReject(e),Promise.reject(e)}}__name(getUniqueRunDependency,"getUniqueRunDependency"),__name(addRunDependency,"addRunDependency"),__name(removeRunDependency,"removeRunDependency"),__name(abort,"abort"),__name(findWasmBinary,"findWasmBinary"),__name(getBinarySync,"getBinarySync"),__name(getWasmBinary,"getWasmBinary"),__name(instantiateArrayBuffer,"instantiateArrayBuffer"),__name(instantiateAsync,"instantiateAsync"),__name(getWasmImports,"getWasmImports"),__name(createWasm,"createWasm");var ASM_CONSTS={};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 r=GOT[t];return r||(r=GOT[t]=new WebAssembly.Global({value:"i32",mutable:!0})),currentModuleWeakSymbols.has(t)||(r.required=!0),r}},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_U16=__name(e=>HEAP_DATA_VIEW.getUint16(e,!0),"LE_HEAP_LOAD_U16"),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_U16=__name((e,t)=>HEAP_DATA_VIEW.setUint16(e,t,!0),"LE_HEAP_STORE_U16"),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.unshift(e),"addOnPostRun"),onPreRuns=[],addOnPreRun=__name(e=>onPreRuns.unshift(e),"addOnPreRun"),UTF8Decoder="undefined"!=typeof TextDecoder?new TextDecoder:void 0,UTF8ArrayToString=__name((e,t=0,r=NaN)=>{for(var s=t+r,n=t;e[n]&&!(n>=s);)++n;if(n-t>16&&e.buffer&&UTF8Decoder)return UTF8Decoder.decode(e.subarray(t,n));for(var i="";t<n;){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 u=o-65536;i+=String.fromCharCode(55296|u>>10,56320|1023&u)}}else i+=String.fromCharCode((31&o)<<6|a)}else i+=String.fromCharCode(o)}return i},"UTF8ArrayToString"),getDylinkMetadata=__name(e=>{var t=0,r=0;function s(){return e[t++]}function n(){for(var r=0,s=1;;){var n=e[t++];if(r+=(127&n)*s,s*=128,!(128&n))break}return r}function i(){var r=n();return UTF8ArrayToString(e,(t+=r)-r,r)}function o(e,t){if(e)throw new Error(t)}__name(s,"getU8"),__name(n,"getLEB"),__name(i,"getString"),__name(o,"failIf");var a="dylink.0";if(e instanceof WebAssembly.Module){var c=WebAssembly.Module.customSections(e,a);0===c.length&&(a="dylink",c=WebAssembly.Module.customSections(e,a)),o(0===c.length,"need dylink section"),r=(e=new Uint8Array(c[0])).length}else{var u=new Uint32Array(new Uint8Array(e.subarray(0,24)).buffer);o(!(1836278016==u[0]||6386541==u[0]),"need to see wasm magic number"),o(0!==e[8],"need the dylink section to be first"),t=9;var l=n();r=t+l,a=i()}var _={neededDynlibs:[],tlsExports:new Set,weakImports:new Set};if("dylink"==a){_.memorySize=n(),_.memoryAlign=n(),_.tableSize=n(),_.tableAlign=n();for(var m=n(),d=0;d<m;++d){var h=i();_.neededDynlibs.push(h)}}else{o("dylink.0"!==a);for(;t<r;){var p=s(),f=n();if(1===p)_.memorySize=n(),_.memoryAlign=n(),_.tableSize=n(),_.tableAlign=n();else if(2===p)for(m=n(),d=0;d<m;++d)h=i(),_.neededDynlibs.push(h);else if(3===p)for(var y=n();y--;){var g=i();256&n()&&_.tlsExports.add(g)}else if(4===p)for(y=n();y--;){i(),g=i();1==(3&n())&&_.weakImports.add(g)}else t+=f}}return _},"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 HEAP64[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,r)=>{var s={refcount:1/0,name:e,exports:r,global:!0};return LDSO.loadedLibsByName[e]=s,null!=t&&(LDSO.loadedLibsByHandle[t]=s),s},"newDSO"),LDSO={loadedLibsByName:{},loadedLibsByHandle:{},init(){newDSO("__main__",0,wasmImports)}},___heap_base=78224,alignMemory=__name((e,t)=>Math.ceil(e/t)*t,"alignMemory"),getMemory=__name(e=>{if(runtimeInitialized)return _calloc(e,1);var t=___heap_base,r=t+alignMemory(e,16);return ___heap_base=r,GOT.__heap_base.value=r,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"),uleb128Encode=__name((e,t)=>{e<128?t.push(e):t.push(e%128|128,e>>7)},"uleb128Encode"),sigToWasmTypes=__name(e=>{for(var t={i:"i32",j:"i64",f:"f32",d:"f64",e:"externref",p:"i32"},r={parameters:[],results:"v"==e[0]?[]:[t[e[0]]]},s=1;s<e.length;++s)r.parameters.push(t[e[s]]);return r},"sigToWasmTypes"),generateFuncType=__name((e,t)=>{var r=e.slice(0,1),s=e.slice(1),n={i:127,p:127,j:126,f:125,d:124,e:111};t.push(96),uleb128Encode(s.length,t);for(var i=0;i<s.length;++i)t.push(n[s[i]]);"v"==r?t.push(0):t.push(1,n[r])},"generateFuncType"),convertJsFunctionToWasm=__name((e,t)=>{if("function"==typeof WebAssembly.Function)return new WebAssembly.Function(sigToWasmTypes(t),e);var r=[1];generateFuncType(t,r);var s=[0,97,115,109,1,0,0,0,1];uleb128Encode(r.length,s),s.push(...r),s.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var n=new WebAssembly.Module(new Uint8Array(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||(e>=wasmTableMirror.length&&(wasmTableMirror.length=e+1),wasmTableMirror[e]=t=wasmTable.get(e)),t},"getWasmTableEntry"),updateTableMap=__name((e,t)=>{if(functionsInTableMap)for(var r=e;r<e+t;r++){var s=getWasmTableEntry(r);s&&functionsInTableMap.set(s,r)}},"updateTableMap"),functionsInTableMap,getFunctionAddress=__name(e=>(functionsInTableMap||(functionsInTableMap=new WeakMap,updateTableMap(0,wasmTable.length)),functionsInTableMap.get(e)||0),"getFunctionAddress"),freeTableIndexes=[],getEmptyTableSlot=__name(()=>{if(freeTableIndexes.length)return freeTableIndexes.pop();try{wasmTable.grow(1)}catch(e){if(!(e instanceof RangeError))throw e;throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1},"getEmptyTableSlot"),setWasmTableEntry=__name((e,t)=>{wasmTable.set(e,t),wasmTableMirror[e]=wasmTable.get(e)},"setWasmTableEntry"),addFunction=__name((e,t)=>{var r=getFunctionAddress(e);if(r)return r;var s=getEmptyTableSlot();try{setWasmTableEntry(s,e)}catch(r){if(!(r instanceof TypeError))throw r;var n=convertJsFunctionToWasm(e,t);setWasmTableEntry(s,n)}return functionsInTableMap.set(e,s),s},"addFunction"),updateGOT=__name((e,t)=>{for(var r in e)if(!isInternalSym(r)){var s=e[r];GOT[r]||=new WebAssembly.Global({value:"i32",mutable:!0}),(t||0==GOT[r].value)&&("function"==typeof s?GOT[r].value=addFunction(s):"number"==typeof s?GOT[r].value=s:err(`unhandled export type for '${r}': ${typeof s}`))}},"updateGOT"),relocateExports=__name((e,t,r)=>{var s={};for(var n in e){var i=e[n];"object"==typeof i&&(i=i.value),"number"==typeof i&&(i+=t),s[n]=i}return updateGOT(s,r),s},"relocateExports"),isSymbolDefined=__name(e=>{var t=wasmImports[e];return!(!t||t.stub)},"isSymbolDefined"),dynCall=__name((e,t,r=[])=>getWasmTableEntry(t)(...r),"dynCall"),stackSave=__name(()=>_emscripten_stack_get_current(),"stackSave"),stackRestore=__name(e=>__emscripten_stack_restore(e),"stackRestore"),createInvokeFunction=__name(e=>(t,...r)=>{var s=stackSave();try{return dynCall(e,t,r)}catch(t){if(stackRestore(s),t!==t+0)throw t;if(_setThrew(1,0),"j"==e[0])return 0n}},"createInvokeFunction"),resolveGlobalSymbol=__name((e,t=!1)=>{var r;return isSymbolDefined(e)?r=wasmImports[e]:e.startsWith("invoke_")&&(r=wasmImports[e]=createInvokeFunction(e.split("_")[1])),{sym:r,name:e}},"resolveGlobalSymbol"),onPostCtors=[],addOnPostCtor=__name(e=>onPostCtors.unshift(e),"addOnPostCtor"),UTF8ToString=__name((e,t)=>e?UTF8ArrayToString(HEAPU8,e,t):"","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 r;if(t in wasmImports&&!wasmImports[t].stub)return wasmImports[t];t in e||(e[t]=(...e)=>(r||=resolveSymbol(t),r(...e)));return e[t]}},proxy=new Proxy({},proxyHandler),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){if(binary instanceof WebAssembly.Module){var instance=new WebAssembly.Instance(binary,info);return Promise.resolve(postInstantiation(binary,instance))}return WebAssembly.instantiate(binary,info).then(e=>postInstantiation(e.module,e.instance))}var module=binary instanceof WebAssembly.Module?binary:new WebAssembly.Module(binary),instance=new WebAssembly.Instance(module,info);return postInstantiation(module,instance)}return currentModuleWeakSymbols=metadata.weakImports,__name(loadModule,"loadModule"),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[r,s]of Object.entries(e)){const e=__name(e=>{isSymbolDefined(e)||(wasmImports[e]=s)},"setImport");e(r);const t="__main_argc_argv";"main"==r&&e(t),r==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},r,s){var n=LDSO.loadedLibsByName[e];if(n)return t.global?n.global||(n.global=!0,mergeLibSymbols(n.exports,e)):r&&Object.assign(r,n.exports),t.nodelete&&n.refcount!==1/0&&(n.refcount=1/0),n.refcount++,s&&(LDSO.loadedLibsByHandle[s]=n),!t.loadAsync||Promise.resolve(!0);function i(){if(s){var r=LE_HEAP_LOAD_U32(4*(s+28>>2)),n=LE_HEAP_LOAD_U32(4*(s+32>>2));if(r&&n){var i=HEAP8.slice(r,r+n);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(n=>loadWebAssemblyModule(n,t,e,r,s)):loadWebAssemblyModule(i(),t,e,r,s)}function a(t){n.global?mergeLibSymbols(t,e):r&&Object.assign(r,t),n.exports=t}return(n=newDSO(e,s,"loading")).refcount=t.nodelete?1/0:1,n.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 r=resolveGlobalSymbol(e,!0).sym;if(!r&&!t.required)continue;if("function"==typeof r)t.value=addFunction(r,r.sig);else{if("number"!=typeof r)throw new Error(`bad export type for '${e}': ${typeof r}`);t.value=r}}},"reportUndefinedSymbols"),loadDylibs=__name(()=>{dynamicLibraries.length?(addRunDependency("loadDylibs"),dynamicLibraries.reduce((e,t)=>e.then(()=>loadDynamicLibrary(t,{loadAsync:!0,global:!0,nodelete:!0,allowUndefined:!0})),Promise.resolve()).then(()=>{reportUndefinedSymbols(),removeRunDependency("loadDylibs")})):reportUndefinedSymbols()},"loadDylibs"),noExitRuntime=Module.noExitRuntime||!0;function setValue(e,t,r="i8"){switch(r.endsWith("*")&&(r="*"),r){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":HEAP64[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: ${r}`)}}__name(setValue,"setValue");var ___memory_base=new WebAssembly.Global({value:"i32",mutable:!1},1024),___stack_pointer=new WebAssembly.Global({value:"i32",mutable:!0},78224),___table_base=new WebAssembly.Global({value:"i32",mutable:!1},1),__abort_js=__name(()=>abort(""),"__abort_js");__abort_js.sig="v";var _emscripten_get_now=__name(()=>performance.now(),"_emscripten_get_now");_emscripten_get_now.sig="d";var _emscripten_date_now=__name(()=>Date.now(),"_emscripten_date_now");_emscripten_date_now.sig="d";var nowIsMonotonic=1,checkWasiClock=__name(e=>e>=0&&e<=3,"checkWasiClock"),INT53_MAX=9007199254740992,INT53_MIN=-9007199254740992,bigintToI53Checked=__name(e=>e<INT53_MIN||e>INT53_MAX?NaN:Number(e),"bigintToI53Checked");function _clock_time_get(e,t,r){if(t=bigintToI53Checked(t),!checkWasiClock(e))return 28;var s;if(0===e)s=_emscripten_date_now();else{if(!nowIsMonotonic)return 52;s=_emscripten_get_now()}var n=Math.round(1e3*s*1e3);return HEAP64[r>>3]=BigInt(n),0}__name(_clock_time_get,"_clock_time_get"),_clock_time_get.sig="iijp";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 r=getHeapMax();if(e>r)return!1;for(var s=1;s<=4;s*=2){var n=t*(1+.2/s);n=Math.min(n,e+100663296);var i=Math.min(r,alignMemory(Math.max(e,n),65536));if(growMemory(i))return!0}return!1},"_emscripten_resize_heap");_emscripten_resize_heap.sig="ip";var _fd_close=__name(e=>52,"_fd_close");function _fd_seek(e,t,r,s){return t=bigintToI53Checked(t),70}_fd_close.sig="ii",__name(_fd_seek,"_fd_seek"),_fd_seek.sig="iijip";var printCharBuffers=[null,[],[]],printChar=__name((e,t)=>{var r=printCharBuffers[e];0===t||10===t?((1===e?out:err)(UTF8ArrayToString(r)),r.length=0):r.push(t)},"printChar"),flush_NO_FILESYSTEM=__name(()=>{printCharBuffers[1].length&&printChar(1,10),printCharBuffers[2].length&&printChar(2,10)},"flush_NO_FILESYSTEM"),SYSCALLS={varargs:void 0,getStr:e=>UTF8ToString(e)},_fd_write=__name((e,t,r,s)=>{for(var n=0,i=0;i<r;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]);n+=a}return LE_HEAP_STORE_U32(4*(s>>2),n),0},"_fd_write");function _tree_sitter_log_callback(e,t){if(Module.currentLogCallback){const r=UTF8ToString(t);Module.currentLogCallback(r,0!==e)}}function _tree_sitter_parse_callback(e,t,r,s,n){const i=Module.currentParseCallback(t,{row:r,column:s});"string"==typeof i?(setValue(n,i.length,"i32"),stringToUTF16(i,e,10240)):setValue(n,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,r=0;r<e.length;++r){var s=e.charCodeAt(r);s<=127?t++:s<=2047?t+=2:s>=55296&&s<=57343?(t+=4,++r):t+=3}return t},"lengthBytesUTF8"),stringToUTF8Array=__name((e,t,r,s)=>{if(!(s>0))return 0;for(var n=r,i=r+s-1,o=0;o<e.length;++o){var a=e.charCodeAt(o);if(a>=55296&&a<=57343)a=65536+((1023&a)<<10)|1023&e.charCodeAt(++o);if(a<=127){if(r>=i)break;t[r++]=a}else if(a<=2047){if(r+1>=i)break;t[r++]=192|a>>6,t[r++]=128|63&a}else if(a<=65535){if(r+2>=i)break;t[r++]=224|a>>12,t[r++]=128|a>>6&63,t[r++]=128|63&a}else{if(r+3>=i)break;t[r++]=240|a>>18,t[r++]=128|a>>12&63,t[r++]=128|a>>6&63,t[r++]=128|63&a}}return t[r]=0,r-n},"stringToUTF8Array"),stringToUTF8=__name((e,t,r)=>stringToUTF8Array(e,HEAPU8,t,r),"stringToUTF8"),stackAlloc=__name(e=>__emscripten_stack_alloc(e),"stackAlloc"),stringToUTF8OnStack=__name(e=>{var t=lengthBytesUTF8(e)+1,r=stackAlloc(t);return stringToUTF8(e,r,t),r},"stringToUTF8OnStack"),AsciiToString=__name(e=>{for(var t="";;){var r=HEAPU8[e++];if(!r)return t;t+=String.fromCharCode(r)}},"AsciiToString"),stringToUTF16=__name((e,t,r)=>{if(r??=2147483647,r<2)return 0;for(var s=t,n=(r-=2)<2*e.length?r/2:e.length,i=0;i<n;++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-s},"stringToUTF16"),wasmImports={__heap_base:___heap_base,__indirect_function_table:wasmTable,__memory_base:___memory_base,__stack_pointer:___stack_pointer,__table_base:___table_base,_abort_js:__abort_js,clock_time_get:_clock_time_get,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=await createWasm(),___wasm_call_ctors=wasmExports.__wasm_call_ctors,_malloc=Module._malloc=wasmExports.malloc,_calloc=Module._calloc=wasmExports.calloc,_realloc=Module._realloc=wasmExports.realloc,_free=Module._free=wasmExports.free,_memcmp=Module._memcmp=wasmExports.memcmp,_ts_language_symbol_count=Module._ts_language_symbol_count=wasmExports.ts_language_symbol_count,_ts_language_state_count=Module._ts_language_state_count=wasmExports.ts_language_state_count,_ts_language_version=Module._ts_language_version=wasmExports.ts_language_version,_ts_language_abi_version=Module._ts_language_abi_version=wasmExports.ts_language_abi_version,_ts_language_metadata=Module._ts_language_metadata=wasmExports.ts_language_metadata,_ts_language_name=Module._ts_language_name=wasmExports.ts_language_name,_ts_language_field_count=Module._ts_language_field_count=wasmExports.ts_language_field_count,_ts_language_next_state=Module._ts_language_next_state=wasmExports.ts_language_next_state,_ts_language_symbol_name=Module._ts_language_symbol_name=wasmExports.ts_language_symbol_name,_ts_language_symbol_for_name=Module._ts_language_symbol_for_name=wasmExports.ts_language_symbol_for_name,_strncmp=Module._strncmp=wasmExports.strncmp,_ts_language_symbol_type=Module._ts_language_symbol_type=wasmExports.ts_language_symbol_type,_ts_language_field_name_for_id=Module._ts_language_field_name_for_id=wasmExports.ts_language_field_name_for_id,_ts_lookahead_iterator_new=Module._ts_lookahead_iterator_new=wasmExports.ts_lookahead_iterator_new,_ts_lookahead_iterator_delete=Module._ts_lookahead_iterator_delete=wasmExports.ts_lookahead_iterator_delete,_ts_lookahead_iterator_reset_state=Module._ts_lookahead_iterator_reset_state=wasmExports.ts_lookahead_iterator_reset_state,_ts_lookahead_iterator_reset=Module._ts_lookahead_iterator_reset=wasmExports.ts_lookahead_iterator_reset,_ts_lookahead_iterator_next=Module._ts_lookahead_iterator_next=wasmExports.ts_lookahead_iterator_next,_ts_lookahead_iterator_current_symbol=Module._ts_lookahead_iterator_current_symbol=wasmExports.ts_lookahead_iterator_current_symbol,_ts_parser_delete=Module._ts_parser_delete=wasmExports.ts_parser_delete,_ts_parser_reset=Module._ts_parser_reset=wasmExports.ts_parser_reset,_ts_parser_set_language=Module._ts_parser_set_language=wasmExports.ts_parser_set_language,_ts_parser_timeout_micros=Module._ts_parser_timeout_micros=wasmExports.ts_parser_timeout_micros,_ts_parser_set_timeout_micros=Module._ts_parser_set_timeout_micros=wasmExports.ts_parser_set_timeout_micros,_ts_parser_set_included_ranges=Module._ts_parser_set_included_ranges=wasmExports.ts_parser_set_included_ranges,_ts_query_new=Module._ts_query_new=wasmExports.ts_query_new,_ts_query_delete=Module._ts_query_delete=wasmExports.ts_query_delete,_iswspace=Module._iswspace=wasmExports.iswspace,_iswalnum=Module._iswalnum=wasmExports.iswalnum,_ts_query_pattern_count=Module._ts_query_pattern_count=wasmExports.ts_query_pattern_count,_ts_query_capture_count=Module._ts_query_capture_count=wasmExports.ts_query_capture_count,_ts_query_string_count=Module._ts_query_string_count=wasmExports.ts_query_string_count,_ts_query_capture_name_for_id=Module._ts_query_capture_name_for_id=wasmExports.ts_query_capture_name_for_id,_ts_query_capture_quantifier_for_id=Module._ts_query_capture_quantifier_for_id=wasmExports.ts_query_capture_quantifier_for_id,_ts_query_string_value_for_id=Module._ts_query_string_value_for_id=wasmExports.ts_query_string_value_for_id,_ts_query_predicates_for_pattern=Module._ts_query_predicates_for_pattern=wasmExports.ts_query_predicates_for_pattern,_ts_query_start_byte_for_pattern=Module._ts_query_start_byte_for_pattern=wasmExports.ts_query_start_byte_for_pattern,_ts_query_end_byte_for_pattern=Module._ts_query_end_byte_for_pattern=wasmExports.ts_query_end_byte_for_pattern,_ts_query_is_pattern_rooted=Module._ts_query_is_pattern_rooted=wasmExports.ts_query_is_pattern_rooted,_ts_query_is_pattern_non_local=Module._ts_query_is_pattern_non_local=wasmExports.ts_query_is_pattern_non_local,_ts_query_is_pattern_guaranteed_at_step=Module._ts_query_is_pattern_guaranteed_at_step=wasmExports.ts_query_is_pattern_guaranteed_at_step,_ts_query_disable_capture=Module._ts_query_disable_capture=wasmExports.ts_query_disable_capture,_ts_query_disable_pattern=Module._ts_query_disable_pattern=wasmExports.ts_query_disable_pattern,_ts_tree_copy=Module._ts_tree_copy=wasmExports.ts_tree_copy,_ts_tree_delete=Module._ts_tree_delete=wasmExports.ts_tree_delete,_ts_init=Module._ts_init=wasmExports.ts_init,_ts_parser_new_wasm=Module._ts_parser_new_wasm=wasmExports.ts_parser_new_wasm,_ts_parser_enable_logger_wasm=Module._ts_parser_enable_logger_wasm=wasmExports.ts_parser_enable_logger_wasm,_ts_parser_parse_wasm=Module._ts_parser_parse_wasm=wasmExports.ts_parser_parse_wasm,_ts_parser_included_ranges_wasm=Module._ts_parser_included_ranges_wasm=wasmExports.ts_parser_included_ranges_wasm,_ts_language_type_is_named_wasm=Module._ts_language_type_is_named_wasm=wasmExports.ts_language_type_is_named_wasm,_ts_language_type_is_visible_wasm=Module._ts_language_type_is_visible_wasm=wasmExports.ts_language_type_is_visible_wasm,_ts_language_supertypes_wasm=Module._ts_language_supertypes_wasm=wasmExports.ts_language_supertypes_wasm,_ts_language_subtypes_wasm=Module._ts_language_subtypes_wasm=wasmExports.ts_language_subtypes_wasm,_ts_tree_root_node_wasm=Module._ts_tree_root_node_wasm=wasmExports.ts_tree_root_node_wasm,_ts_tree_root_node_with_offset_wasm=Module._ts_tree_root_node_with_offset_wasm=wasmExports.ts_tree_root_node_with_offset_wasm,_ts_tree_edit_wasm=Module._ts_tree_edit_wasm=wasmExports.ts_tree_edit_wasm,_ts_tree_included_ranges_wasm=Module._ts_tree_included_ranges_wasm=wasmExports.ts_tree_included_ranges_wasm,_ts_tree_get_changed_ranges_wasm=Module._ts_tree_get_changed_ranges_wasm=wasmExports.ts_tree_get_changed_ranges_wasm,_ts_tree_cursor_new_wasm=Module._ts_tree_cursor_new_wasm=wasmExports.ts_tree_cursor_new_wasm,_ts_tree_cursor_copy_wasm=Module._ts_tree_cursor_copy_wasm=wasmExports.ts_tree_cursor_copy_wasm,_ts_tree_cursor_delete_wasm=Module._ts_tree_cursor_delete_wasm=wasmExports.ts_tree_cursor_delete_wasm,_ts_tree_cursor_reset_wasm=Module._ts_tree_cursor_reset_wasm=wasmExports.ts_tree_cursor_reset_wasm,_ts_tree_cursor_reset_to_wasm=Module._ts_tree_cursor_reset_to_wasm=wasmExports.ts_tree_cursor_reset_to_wasm,_ts_tree_cursor_goto_first_child_wasm=Module._ts_tree_cursor_goto_first_child_wasm=wasmExports.ts_tree_cursor_goto_first_child_wasm,_ts_tree_cursor_goto_last_child_wasm=Module._ts_tree_cursor_goto_last_child_wasm=wasmExports.ts_tree_cursor_goto_last_child_wasm,_ts_tree_cursor_goto_first_child_for_index_wasm=Module._ts_tree_cursor_goto_first_child_for_index_wasm=wasmExports.ts_tree_cursor_goto_first_child_for_index_wasm,_ts_tree_cursor_goto_first_child_for_position_wasm=Module._ts_tree_cursor_goto_first_child_for_position_wasm=wasmExports.ts_tree_cursor_goto_first_child_for_position_wasm,_ts_tree_cursor_goto_next_sibling_wasm=Module._ts_tree_cursor_goto_next_sibling_wasm=wasmExports.ts_tree_cursor_goto_next_sibling_wasm,_ts_tree_cursor_goto_previous_sibling_wasm=Module._ts_tree_cursor_goto_previous_sibling_wasm=wasmExports.ts_tree_cursor_goto_previous_sibling_wasm,_ts_tree_cursor_goto_descendant_wasm=Module._ts_tree_cursor_goto_descendant_wasm=wasmExports.ts_tree_cursor_goto_descendant_wasm,_ts_tree_cursor_goto_parent_wasm=Module._ts_tree_cursor_goto_parent_wasm=wasmExports.ts_tree_cursor_goto_parent_wasm,_ts_tree_cursor_current_node_type_id_wasm=Module._ts_tree_cursor_current_node_type_id_wasm=wasmExports.ts_tree_cursor_current_node_type_id_wasm,_ts_tree_cursor_current_node_state_id_wasm=Module._ts_tree_cursor_current_node_state_id_wasm=wasmExports.ts_tree_cursor_current_node_state_id_wasm,_ts_tree_cursor_current_node_is_named_wasm=Module._ts_tree_cursor_current_node_is_named_wasm=wasmExports.ts_tree_cursor_current_node_is_named_wasm,_ts_tree_cursor_current_node_is_missing_wasm=Module._ts_tree_cursor_current_node_is_missing_wasm=wasmExports.ts_tree_cursor_current_node_is_missing_wasm,_ts_tree_cursor_current_node_id_wasm=Module._ts_tree_cursor_current_node_id_wasm=wasmExports.ts_tree_cursor_current_node_id_wasm,_ts_tree_cursor_start_position_wasm=Module._ts_tree_cursor_start_position_wasm=wasmExports.ts_tree_cursor_start_position_wasm,_ts_tree_cursor_end_position_wasm=Module._ts_tree_cursor_end_position_wasm=wasmExports.ts_tree_cursor_end_position_wasm,_ts_tree_cursor_start_index_wasm=Module._ts_tree_cursor_start_index_wasm=wasmExports.ts_tree_cursor_start_index_wasm,_ts_tree_cursor_end_index_wasm=Module._ts_tree_cursor_end_index_wasm=wasmExports.ts_tree_cursor_end_index_wasm,_ts_tree_cursor_current_field_id_wasm=Module._ts_tree_cursor_current_field_id_wasm=wasmExports.ts_tree_cursor_current_field_id_wasm,_ts_tree_cursor_current_depth_wasm=Module._ts_tree_cursor_current_depth_wasm=wasmExports.ts_tree_cursor_current_depth_wasm,_ts_tree_cursor_current_descendant_index_wasm=Module._ts_tree_cursor_current_descendant_index_wasm=wasmExports.ts_tree_cursor_current_descendant_index_wasm,_ts_tree_cursor_current_node_wasm=Module._ts_tree_cursor_current_node_wasm=wasmExports.ts_tree_cursor_current_node_wasm,_ts_node_symbol_wasm=Module._ts_node_symbol_wasm=wasmExports.ts_node_symbol_wasm,_ts_node_field_name_for_child_wasm=Module._ts_node_field_name_for_child_wasm=wasmExports.ts_node_field_name_for_child_wasm,_ts_node_field_name_for_named_child_wasm=Module._ts_node_field_name_for_named_child_wasm=wasmExports.ts_node_field_name_for_named_child_wasm,_ts_node_children_by_field_id_wasm=Module._ts_node_children_by_field_id_wasm=wasmExports.ts_node_children_by_field_id_wasm,_ts_node_first_child_for_byte_wasm=Module._ts_node_first_child_for_byte_wasm=wasmExports.ts_node_first_child_for_byte_wasm,_ts_node_first_named_child_for_byte_wasm=Module._ts_node_first_named_child_for_byte_wasm=wasmExports.ts_node_first_named_child_for_byte_wasm,_ts_node_grammar_symbol_wasm=Module._ts_node_grammar_symbol_wasm=wasmExports.ts_node_grammar_symbol_wasm,_ts_node_child_count_wasm=Module._ts_node_child_count_wasm=wasmExports.ts_node_child_count_wasm,_ts_node_named_child_count_wasm=Module._ts_node_named_child_count_wasm=wasmExports.ts_node_named_child_count_wasm,_ts_node_child_wasm=Module._ts_node_child_wasm=wasmExports.ts_node_child_wasm,_ts_node_named_child_wasm=Module._ts_node_named_child_wasm=wasmExports.ts_node_named_child_wasm,_ts_node_child_by_field_id_wasm=Module._ts_node_child_by_field_id_wasm=wasmExports.ts_node_child_by_field_id_wasm,_ts_node_next_sibling_wasm=Module._ts_node_next_sibling_wasm=wasmExports.ts_node_next_sibling_wasm,_ts_node_prev_sibling_wasm=Module._ts_node_prev_sibling_wasm=wasmExports.ts_node_prev_sibling_wasm,_ts_node_next_named_sibling_wasm=Module._ts_node_next_named_sibling_wasm=wasmExports.ts_node_next_named_sibling_wasm,_ts_node_prev_named_sibling_wasm=Module._ts_node_prev_named_sibling_wasm=wasmExports.ts_node_prev_named_sibling_wasm,_ts_node_descendant_count_wasm=Module._ts_node_descendant_count_wasm=wasmExports.ts_node_descendant_count_wasm,_ts_node_parent_wasm=Module._ts_node_parent_wasm=wasmExports.ts_node_parent_wasm,_ts_node_child_with_descendant_wasm=Module._ts_node_child_with_descendant_wasm=wasmExports.ts_node_child_with_descendant_wasm,_ts_node_descendant_for_index_wasm=Module._ts_node_descendant_for_index_wasm=wasmExports.ts_node_descendant_for_index_wasm,_ts_node_named_descendant_for_index_wasm=Module._ts_node_named_descendant_for_index_wasm=wasmExports.ts_node_named_descendant_for_index_wasm,_ts_node_descendant_for_position_wasm=Module._ts_node_descendant_for_position_wasm=wasmExports.ts_node_descendant_for_position_wasm,_ts_node_named_descendant_for_position_wasm=Module._ts_node_named_descendant_for_position_wasm=wasmExports.ts_node_named_descendant_for_position_wasm,_ts_node_start_point_wasm=Module._ts_node_start_point_wasm=wasmExports.ts_node_start_point_wasm,_ts_node_end_point_wasm=Module._ts_node_end_point_wasm=wasmExports.ts_node_end_point_wasm,_ts_node_start_index_wasm=Module._ts_node_start_index_wasm=wasmExports.ts_node_start_index_wasm,_ts_node_end_index_wasm=Module._ts_node_end_index_wasm=wasmExports.ts_node_end_index_wasm,_ts_node_to_string_wasm=Module._ts_node_to_string_wasm=wasmExports.ts_node_to_string_wasm,_ts_node_children_wasm=Module._ts_node_children_wasm=wasmExports.ts_node_children_wasm,_ts_node_named_children_wasm=Module._ts_node_named_children_wasm=wasmExports.ts_node_named_children_wasm,_ts_node_descendants_of_type_wasm=Module._ts_node_descendants_of_type_wasm=wasmExports.ts_node_descendants_of_type_wasm,_ts_node_is_named_wasm=Module._ts_node_is_named_wasm=wasmExports.ts_node_is_named_wasm,_ts_node_has_changes_wasm=Module._ts_node_has_changes_wasm=wasmExports.ts_node_has_changes_wasm,_ts_node_has_error_wasm=Module._ts_node_has_error_wasm=wasmExports.ts_node_has_error_wasm,_ts_node_is_error_wasm=Module._ts_node_is_error_wasm=wasmExports.ts_node_is_error_wasm,_ts_node_is_missing_wasm=Module._ts_node_is_missing_wasm=wasmExports.ts_node_is_missing_wasm,_ts_node_is_extra_wasm=Module._ts_node_is_extra_wasm=wasmExports.ts_node_is_extra_wasm,_ts_node_parse_state_wasm=Module._ts_node_parse_state_wasm=wasmExports.ts_node_parse_state_wasm,_ts_node_next_parse_state_wasm=Module._ts_node_next_parse_state_wasm=wasmExports.ts_node_next_parse_state_wasm,_ts_query_matches_wasm=Module._ts_query_matches_wasm=wasmExports.ts_query_matches_wasm,_ts_query_captures_wasm=Module._ts_query_captures_wasm=wasmExports.ts_query_captures_wasm,_memset=Module._memset=wasmExports.memset,_memcpy=Module._memcpy=wasmExports.memcpy,_memmove=Module._memmove=wasmExports.memmove,_iswalpha=Module._iswalpha=wasmExports.iswalpha,_iswblank=Module._iswblank=wasmExports.iswblank,_iswdigit=Module._iswdigit=wasmExports.iswdigit,_iswlower=Module._iswlower=wasmExports.iswlower,_iswupper=Module._iswupper=wasmExports.iswupper,_iswxdigit=Module._iswxdigit=wasmExports.iswxdigit,_memchr=Module._memchr=wasmExports.memchr,_strlen=Module._strlen=wasmExports.strlen,_strcmp=Module._strcmp=wasmExports.strcmp,_strncat=Module._strncat=wasmExports.strncat,_strncpy=Module._strncpy=wasmExports.strncpy,_towlower=Module._towlower=wasmExports.towlower,_towupper=Module._towupper=wasmExports.towupper,_setThrew=wasmExports.setThrew,__emscripten_stack_restore=wasmExports._emscripten_stack_restore,__emscripten_stack_alloc=wasmExports._emscripten_stack_alloc,_emscripten_stack_get_current=wasmExports.emscripten_stack_get_current,___wasm_apply_data_relocs=wasmExports.__wasm_apply_data_relocs;function callMain(e=[]){var t=resolveGlobalSymbol("main").sym;if(t){e.unshift(thisProgram);var r=e.length,s=stackAlloc(4*(r+1)),n=s;e.forEach(e=>{LE_HEAP_STORE_U32(4*(n>>2),stringToUTF8OnStack(e)),n+=4}),LE_HEAP_STORE_U32(4*(n>>2),0);try{var i=t(r,s);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||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()))}if(Module.setValue=setValue,Module.getValue=getValue,Module.UTF8ToString=UTF8ToString,Module.stringToUTF8=stringToUTF8,Module.lengthBytesUTF8=lengthBytesUTF8,Module.AsciiToString=AsciiToString,Module.stringToUTF16=stringToUTF16,Module.loadWebAssemblyModule=loadWebAssemblyModule,__name(callMain,"callMain"),__name(run,"run"),Module.preInit)for("function"==typeof Module.preInit&&(Module.preInit=[Module.preInit]);Module.preInit.length>0;)Module.preInit.pop()();return run(),moduleRtn=readyPromise,moduleRtn}})(),tree_sitter_default=Module2,Module3=null,TRANSFER_BUFFER,LANGUAGE_VERSION,MIN_COMPATIBLE_VERSION;async function initializeBinding(e){return Module3||(Module3=await tree_sitter_default(e)),Module3}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 r=C._ts_language_version(t);if(r<MIN_COMPATIBLE_VERSION||LANGUAGE_VERSION<r)throw new Error(`Incompatible language version ${r}. 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,r){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=r?.progressCallback?r.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 s=0,n=0;if(r?.includedRanges){s=r.includedRanges.length,n=C._calloc(s,SIZE_OF_RANGE);let e=n;for(let t=0;t<s;t++)marshalRange(e,r.includedRanges[t]),e+=SIZE_OF_RANGE}const i=C._ts_parser_parse_wasm(this[0],this[1],t?t[0]:0,n,s);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"),r=new Array(e);if(e>0){let s=t;for(let t=0;t<e;t++)r[t]=unmarshalRange(s),s+=SIZE_OF_RANGE;C._free(t)}return r}getTimeoutMicros(){return C._ts_parser_timeout_micros(this[0])}setTimeoutMicros(e){C._ts_parser_set_timeout_micros(this[0],0,e)}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}}},1112:(e,t,r)=>{var s=r(4497),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;if(s){var r=t[e];return"__lodash_hash_undefined__"===r?void 0:r}return n.call(t,e)?t[e]:void 0}},1129:e=>{e.exports=function(e,t){for(var r=-1,s=t.length,n=e.length;++r<s;)e[n+r]=t[r];return e}},1182:(e,t,r)=>{var s=r(393),n=Object.prototype.hasOwnProperty;e.exports=function(e,t,r,i,o,a){var c=1&r,u=s(e),l=u.length;if(l!=s(t).length&&!c)return!1;for(var _=l;_--;){var m=u[_];if(!(c?m in t:n.call(t,m)))return!1}var d=a.get(e),h=a.get(t);if(d&&h)return d==t&&h==e;var p=!0;a.set(e,t),a.set(t,e);for(var f=c;++_<l;){var y=e[m=u[_]],g=t[m];if(i)var b=c?i(g,y,m,t,e,a):i(y,g,m,e,t,a);if(!(void 0===b?y===g||o(y,g,r,i,a):b)){p=!1;break}f||(f="constructor"==m)}if(p&&!f){var w=e.constructor,E=t.constructor;w==E||!("constructor"in e)||!("constructor"in t)||"function"==typeof w&&w instanceof w&&"function"==typeof E&&E instanceof E||(p=!1)}return a.delete(e),a.delete(t),p}},1211:(e,t,r)=>{var s=r(358),n=r(195),i=r(6529);e.exports=function(e){return i(e)?s(e):n(e)}},1340:(e,t,r)=>{var s=r(1386),n=r(4103),i=r(1779),o=r(4162),a=r(7462),c=r(6638);function u(e){var t=this.__data__=new s(e);this.size=t.size}u.prototype.clear=n,u.prototype.delete=i,u.prototype.get=o,u.prototype.has=a,u.prototype.set=c,e.exports=u},1386:(e,t,r)=>{var s=r(2393),n=r(2049),i=r(7144),o=r(7452),a=r(3964);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var s=e[t];this.set(s[0],s[1])}}c.prototype.clear=s,c.prototype.delete=n,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},1517:e=>{e.exports=function(e){if("function"!=typeof e)throw new TypeError("Expected a function");return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}},1580:e=>{e.exports=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}},1623:(e,t,r)=>{var s=r(8942).Uint8Array;e.exports=s},1779:e=>{e.exports=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}},1877:e=>{e.exports=function(e){return this.__data__.set(e,"__lodash_hash_undefined__"),this}},1950:(e,t,r)=>{var s=r(8942)["__core-js_shared__"];e.exports=s},2049:(e,t,r)=>{var s=r(7034),n=Array.prototype.splice;e.exports=function(e){var t=this.__data__,r=s(t,e);return!(r<0)&&(r==t.length-1?t.pop():n.call(t,r,1),--this.size,!0)}},2306:(e,t,r)=>{e=r.nmd(e);var s=r(4967),n=t&&!t.nodeType&&t,i=n&&e&&!e.nodeType&&e,o=i&&i.exports===n&&s.process,a=function(){try{var e=i&&i.require&&i.require("util").types;return e||o&&o.binding&&o.binding("util")}catch(e){}}();e.exports=a},2322:e=>{class t{constructor(e,t){this.key=e,this.value=t}clone(){const e=new t;return this.key&&(e.key=this.key.clone()),this.value&&(e.value=this.value.clone()),e}}e.exports=t},2393:e=>{e.exports=function(){this.__data__=[],this.size=0}},2536:(e,t,r)=>{const s=r(8631);e.exports=class extends s{constructor(e,t,r){super(e,t,r),this.element="number"}primitive(){return"number"}}},2555:(e,t,r)=>{const s=r(8631);e.exports=class extends s{constructor(e,t,r){super(e,t,r),this.element="boolean"}primitive(){return"boolean"}}},2563:(e,t,r)=>{var s=r(7379),n=r(547);e.exports=function(e){return!0===e||!1===e||n(e)&&"[object Boolean]"==s(e)}},2733:(e,t,r)=>{"use strict";r.r(t),r.d(t,{default:()=>s});const s=r.p+"9786785aaddf11f37840fad896531940.wasm"},3004:(e,t,r)=>{const s=r(8631);e.exports=class extends s{constructor(e,t,r){super(e||null,t,r),this.element="null"}primitive(){return"null"}set(){return new Error("Cannot set the value of null")}}},3103:(e,t,r)=>{var s=r(4715)(r(8942),"DataView");e.exports=s},3142:e=>{var t=Array.isArray;e.exports=t},3148:(e,t,r)=>{const s=r(394);e.exports=class extends s{serialise(e){if(!(e instanceof this.namespace.elements.Element))throw new TypeError(`Given element \`${e}\` is not an Element instance`);let t;e._attributes&&e.attributes.get("variable")&&(t=e.attributes.get("variable"));const r={element:e.element};e._meta&&e._meta.length>0&&(r.meta=this.serialiseObject(e.meta));const s="enum"===e.element||-1!==e.attributes.keys().indexOf("enumerations");if(s){const t=this.enumSerialiseAttributes(e);t&&(r.attributes=t)}else if(e._attributes&&e._attributes.length>0){let{attributes:s}=e;s.get("metadata")&&(s=s.clone(),s.set("meta",s.get("metadata")),s.remove("metadata")),"member"===e.element&&t&&(s=s.clone(),s.remove("variable")),s.length>0&&(r.attributes=this.serialiseObject(s))}if(s)r.content=this.enumSerialiseContent(e,r);else if(this[`${e.element}SerialiseContent`])r.content=this[`${e.element}SerialiseContent`](e,r);else if(void 0!==e.content){let s;t&&e.content.key?(s=e.content.clone(),s.key.attributes.set("variable",t),s=this.serialiseContent(s)):s=this.serialiseContent(e.content),this.shouldSerialiseContent(e,s)&&(r.content=s)}else this.shouldSerialiseContent(e,e.content)&&e instanceof this.namespace.elements.Array&&(r.content=[]);return r}shouldSerialiseContent(e,t){return"parseResult"===e.element||"httpRequest"===e.element||"httpResponse"===e.element||"category"===e.element||"link"===e.element||void 0!==t&&(!Array.isArray(t)||0!==t.length)}refSerialiseContent(e,t){return delete t.attributes,{href:e.toValue(),path:e.path.toValue()}}sourceMapSerialiseContent(e){return e.toValue()}dataStructureSerialiseContent(e){return[this.serialiseContent(e.content)]}enumSerialiseAttributes(e){const t=e.attributes.clone(),r=t.remove("enumerations")||new this.namespace.elements.Array([]),s=t.get("default");let n=t.get("samples")||new this.namespace.elements.Array([]);if(s&&s.content&&(s.content.attributes&&s.content.attributes.remove("typeAttributes"),t.set("default",new this.namespace.elements.Array([s.content]))),n.forEach(e=>{e.content&&e.content.element&&e.content.attributes.remove("typeAttributes")}),e.content&&0!==r.length&&n.unshift(e.content),n=n.map(e=>e instanceof this.namespace.elements.Array?[e]:new this.namespace.elements.Array([e.content])),n.length&&t.set("samples",n),t.length>0)return this.serialiseObject(t)}enumSerialiseContent(e){if(e._attributes){const t=e.attributes.get("enumerations");if(t&&t.length>0)return t.content.map(e=>{const t=e.clone();return t.attributes.remove("typeAttributes"),this.serialise(t)})}if(e.content){const t=e.content.clone();return t.attributes.remove("typeAttributes"),[this.serialise(t)]}return[]}deserialise(e){if("string"==typeof e)return new this.namespace.elements.String(e);if("number"==typeof e)return new this.namespace.elements.Number(e);if("boolean"==typeof e)return new this.namespace.elements.Boolean(e);if(null===e)return new this.namespace.elements.Null;if(Array.isArray(e))return new this.namespace.elements.Array(e.map(this.deserialise,this));const t=this.namespace.getElementClass(e.element),r=new t;r.element!==e.element&&(r.element=e.element),e.meta&&this.deserialiseObject(e.meta,r.meta),e.attributes&&this.deserialiseObject(e.attributes,r.attributes);const s=this.deserialiseContent(e.content);if(void 0===s&&null!==r.content||(r.content=s),"enum"===r.element){r.content&&r.attributes.set("enumerations",r.content);let e=r.attributes.get("samples");if(r.attributes.remove("samples"),e){const s=e;e=new this.namespace.elements.Array,s.forEach(s=>{s.forEach(s=>{const n=new t(s);n.element=r.element,e.push(n)})});const n=e.shift();r.content=n?n.content:void 0,r.attributes.set("samples",e)}else r.content=void 0;let s=r.attributes.get("default");if(s&&s.length>0){s=s.get(0);const e=new t(s);e.element=r.element,r.attributes.set("default",e)}}else if("dataStructure"===r.element&&Array.isArray(r.content))[r.content]=r.content;else if("category"===r.element){const e=r.attributes.get("meta");e&&(r.attributes.set("metadata",e),r.attributes.remove("meta"))}else"member"===r.element&&r.key&&r.key._attributes&&r.key._attributes.getValue("variable")&&(r.attributes.set("variable",r.key.attributes.get("variable")),r.key.attributes.remove("variable"));return r}serialiseContent(e){if(e instanceof this.namespace.elements.Element)return this.serialise(e);if(e instanceof this.namespace.KeyValuePair){const t={key:this.serialise(e.key)};return e.value&&(t.value=this.serialise(e.value)),t}return e&&e.map?e.map(this.serialise,this):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(e.map)return e.map(this.deserialise,this)}return e}shouldRefract(e){return!!(e._attributes&&e.attributes.keys().length||e._meta&&e.meta.keys().length)||"enum"!==e.element&&(e.element!==e.primitive()||"member"===e.element)}convertKeyToRefract(e,t){return this.shouldRefract(t)?this.serialise(t):"enum"===t.element?this.serialiseEnum(t):"array"===t.element?t.map(t=>this.shouldRefract(t)||"default"===e?this.serialise(t):"array"===t.element||"object"===t.element||"enum"===t.element?t.children.map(e=>this.serialise(e)):t.toValue()):"object"===t.element?(t.content||[]).map(this.serialise,this):t.toValue()}serialiseEnum(e){return e.children.map(e=>this.serialise(e))}serialiseObject(e){const t={};return e.forEach((e,r)=>{if(e){const s=r.toValue();t[s]=this.convertKeyToRefract(s,e)}}),t}deserialiseObject(e,t){Object.keys(e).forEach(r=>{t.set(r,this.deserialise(e[r]))})}}},3212:(e,t,r)=>{var s=r(8250),n=r(1877),i=r(8006);function o(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new s;++t<r;)this.add(e[t])}o.prototype.add=o.prototype.push=n,o.prototype.has=i,e.exports=o},3283:(e,t,r)=>{var s=r(6027),n=r(547),i=Object.prototype,o=i.hasOwnProperty,a=i.propertyIsEnumerable,c=s(function(){return arguments}())?s:function(e){return n(e)&&o.call(e,"callee")&&!a.call(e,"callee")};e.exports=c},3305:(e,t,r)=>{var s=r(4497);e.exports=function(){this.__data__=s?s(null):{},this.size=0}},3311:(e,t,r)=>{const s=r(1517),n=r(4123);class i extends n{map(e,t){return this.elements.map(r=>e.bind(t)(r.value,r.key,r))}filter(e,t){return new i(this.elements.filter(r=>e.bind(t)(r.value,r.key,r)))}reject(e,t){return this.filter(s(e.bind(t)))}forEach(e,t){return this.elements.forEach((r,s)=>{e.bind(t)(r.value,r.key,r,s)})}keys(){return this.map((e,t)=>t.toValue())}values(){return this.map(e=>e.toValue())}}e.exports=i},3655:(e,t,r)=>{var s=r(7379),n=r(1580);e.exports=function(e){if(!n(e))return!1;var t=s(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}},3766:e=>{e.exports=function(e,t){return function(r){return e(t(r))}}},3934:(e,t,r)=>{var s=r(3212),n=r(6465),i=r(5568);e.exports=function(e,t,r,o,a,c){var u=1&r,l=e.length,_=t.length;if(l!=_&&!(u&&_>l))return!1;var m=c.get(e),d=c.get(t);if(m&&d)return m==t&&d==e;var h=-1,p=!0,f=2&r?new s:void 0;for(c.set(e,t),c.set(t,e);++h<l;){var y=e[h],g=t[h];if(o)var b=u?o(g,y,h,t,e,c):o(y,g,h,e,t,c);if(void 0!==b){if(b)continue;p=!1;break}if(f){if(!n(t,function(e,t){if(!i(f,t)&&(y===e||a(y,e,r,o,c)))return f.push(t)})){p=!1;break}}else if(y!==g&&!a(y,g,r,o,c)){p=!1;break}}return c.delete(e),c.delete(t),p}},3964:(e,t,r)=>{var s=r(7034);e.exports=function(e,t){var r=this.__data__,n=s(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}},4066:e=>{var t=Function.prototype.toString;e.exports=function(e){if(null!=e){try{return t.call(e)}catch(e){}try{return e+""}catch(e){}}return""}},4103:(e,t,r)=>{var s=r(1386);e.exports=function(){this.__data__=new s,this.size=0}},4123:(e,t,r)=>{const s=r(1517);function n(e){return"string"==typeof e?t=>t.element===e:e.constructor&&e.extend?t=>t instanceof e:e}class i{constructor(e){this.elements=e||[]}toValue(){return this.elements.map(e=>e.toValue())}map(e,t){return this.elements.map(e,t)}flatMap(e,t){return this.map(e,t).reduce((e,t)=>e.concat(t),[])}compactMap(e,t){const r=[];return this.forEach(s=>{const n=e.bind(t)(s);n&&r.push(n)}),r}filter(e,t){return e=n(e),new i(this.elements.filter(e,t))}reject(e,t){return e=n(e),new i(this.elements.filter(s(e),t))}find(e,t){return e=n(e),this.elements.find(e,t)}forEach(e,t){this.elements.forEach(e,t)}reduce(e,t){return this.elements.reduce(e,t)}includes(e){return this.elements.some(t=>t.equals(e))}shift(){return this.elements.shift()}unshift(e){this.elements.unshift(this.refract(e))}push(e){return this.elements.push(this.refract(e)),this}add(e){this.push(e)}get(e){return this.elements[e]}getValue(e){const t=this.elements[e];if(t)return t.toValue()}get length(){return this.elements.length}get isEmpty(){return 0===this.elements.length}get first(){return this.elements[0]}}"undefined"!=typeof Symbol&&(i.prototype[Symbol.iterator]=function(){return this.elements[Symbol.iterator]()}),e.exports=i},4162:e=>{e.exports=function(e){return this.__data__.get(e)}},4497:(e,t,r)=>{var s=r(4715)(Object,"create");e.exports=s},4512:(e,t,r)=>{var s=r(4715)(r(8942),"Set");e.exports=s},4687:(e,t,r)=>{var s=r(353),n=r(547);e.exports=function e(t,r,i,o,a){return t===r||(null==t||null==r||!n(t)&&!n(r)?t!=t&&r!=r:s(t,r,i,o,e,a))}},4700:(e,t,r)=>{var s=r(9067);e.exports=function(e,t){var r=e.__data__;return s(t)?r["string"==typeof t?"string":"hash"]:r.map}},4715:(e,t,r)=>{var s=r(9624),n=r(155);e.exports=function(e,t){var r=n(e,t);return s(r)?r:void 0}},4732:(e,t,r)=>{var s=r(4700);e.exports=function(e){return s(this,e).has(e)}},4759:(e,t,r)=>{var s,n=r(1950),i=(s=/[^.]+$/.exec(n&&n.keys&&n.keys.IE_PROTO||""))?"Symbol(src)_1."+s:"";e.exports=function(e){return!!i&&i in e}},4772:e=>{e.exports=function(){return!1}},4882:e=>{var t=Object.prototype;e.exports=function(e){var r=e&&e.constructor;return e===("function"==typeof r&&r.prototype||t)}},4967:(e,t,r)=>{var s="object"==typeof r.g&&r.g&&r.g.Object===Object&&r.g;e.exports=s},5071:(e,t,r)=>{var s=r(4497);e.exports=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=s&&void 0===t?"__lodash_hash_undefined__":t,this}},5098:(e,t,r)=>{var s=r(3305),n=r(9361),i=r(1112),o=r(5276),a=r(5071);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var s=e[t];this.set(s[0],s[1])}}c.prototype.clear=s,c.prototype.delete=n,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},5276:(e,t,r)=>{var s=r(4497),n=Object.prototype.hasOwnProperty;e.exports=function(e){var t=this.__data__;return s?void 0!==t[e]:n.call(t,e)}},5387:e=>{e.exports=function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}},5568:e=>{e.exports=function(e,t){return e.has(t)}},5642:(e,t,r)=>{const s=r(1517),n=r(1580),i=r(9796),o=r(7309),a=r(3311);e.exports=class extends i{constructor(e,t,r){super(e||[],t,r),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}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(r=>r.key.toValue()!==e||(t=r,!1)),t}getKey(e){const t=this.getMember(e);if(t)return t.key}set(e,t){if(n(e))return Object.keys(e).forEach(t=>{this.set(t,e[t])}),this;const r=e,s=this.getMember(r);return s?s.value=t:this.content.push(new o(r,t)),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(r=>e.bind(t)(r.value,r.key,r))}compactMap(e,t){const r=[];return this.forEach((s,n,i)=>{const o=e.bind(t)(s,n,i);o&&r.push(o)}),r}filter(e,t){return new a(this.content).filter(e,t)}reject(e,t){return this.filter(s(e),t)}forEach(e,t){return this.content.forEach(r=>e.bind(t)(r.value,r.key,r))}}},5650:(e,t,r)=>{var s=r(8942).Symbol;e.exports=s},5681:(e,t,r)=>{var s=r(4700);e.exports=function(e){var t=s(this,e).delete(e);return this.size-=t?1:0,t}},5735:(e,t,r)=>{const s=r(9310),n=r(8138),i=r(986),o=r(2563),a=r(1580),c=r(394),u=r(7547);class l{constructor(e){this.elementMap={},this.elementDetection=[],this.Element=u.Element,this.KeyValuePair=u.KeyValuePair,e&&e.noDefault||this.useDefault(),this._attributeElementKeys=[],this._attributeElementArrayKeys=[]}use(e){return e.namespace&&e.namespace({base:this}),e.load&&e.load({base:this}),this}useDefault(){return this.register("null",u.NullElement).register("string",u.StringElement).register("number",u.NumberElement).register("boolean",u.BooleanElement).register("array",u.ArrayElement).register("object",u.ObjectElement).register("member",u.MemberElement).register("ref",u.RefElement).register("link",u.LinkElement),this.detect(s,u.NullElement,!1).detect(n,u.StringElement,!1).detect(i,u.NumberElement,!1).detect(o,u.BooleanElement,!1).detect(Array.isArray,u.ArrayElement,!1).detect(a,u.ObjectElement,!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,r){return void 0===r||r?this.elementDetection.unshift([e,t]):this.elementDetection.push([e,t]),this}toElement(e){if(e instanceof this.Element)return e;let t;for(let r=0;r<this.elementDetection.length;r+=1){const s=this.elementDetection[r][0],n=this.elementDetection[r][1];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.substr(1);this._elements[t]=this.elementMap[e]})),this._elements}get serialiser(){return new c(this)}}c.prototype.Namespace=l,e.exports=l},5853:(e,t,r)=>{e=r.nmd(e);var s=r(8942),n=r(4772),i=t&&!t.nodeType&&t,o=i&&e&&!e.nodeType&&e,a=o&&o.exports===i?s.Buffer:void 0,c=(a?a.isBuffer:void 0)||n;e.exports=c},5894:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e,s){r[++t]=[s,e]}),r}},6027:(e,t,r)=>{var s=r(7379),n=r(547);e.exports=function(e){return n(e)&&"[object Arguments]"==s(e)}},6137:e=>{e.exports=function(e,t){for(var r=-1,s=Array(e);++r<e;)s[r]=t(r);return s}},6285:e=>{e.exports=function(e,t){return e===t||e!=e&&t!=t}},6343:(e,t,r)=>{var s=r(4687);e.exports=function(e,t){return s(e,t)}},6465:e=>{e.exports=function(e,t){for(var r=-1,s=null==e?0:e.length;++r<s;)if(t(e[r],r,e))return!0;return!1}},6529:(e,t,r)=>{var s=r(3655),n=r(5387);e.exports=function(e){return null!=e&&n(e.length)&&!s(e)}},6638:(e,t,r)=>{var s=r(1386),n=r(9770),i=r(8250);e.exports=function(e,t){var r=this.__data__;if(r instanceof s){var o=r.__data__;if(!n||o.length<199)return o.push([e,t]),this.size=++r.size,this;r=this.__data__=new i(o)}return r.set(e,t),this.size=r.size,this}},7034:(e,t,r)=>{var s=r(6285);e.exports=function(e,t){for(var r=e.length;r--;)if(s(e[r][0],t))return r;return-1}},7144:(e,t,r)=>{var s=r(7034);e.exports=function(e){var t=this.__data__,r=s(t,e);return r<0?void 0:t[r][1]}},7309:(e,t,r)=>{const s=r(2322),n=r(8631);e.exports=class extends n{constructor(e,t,r,n){super(new s,r,n),this.element="member",this.key=e,this.value=t}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=this.refract(e)}}},7379:(e,t,r)=>{var s=r(5650),n=r(8870),i=r(9005),o=s?s.toStringTag:void 0;e.exports=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":o&&o in Object(e)?n(e):i(e)}},7452:(e,t,r)=>{var s=r(7034);e.exports=function(e){return s(this.__data__,e)>-1}},7462:e=>{e.exports=function(e){return this.__data__.has(e)}},7547:(e,t,r)=>{const s=r(8631),n=r(3004),i=r(8712),o=r(2536),a=r(2555),c=r(9796),u=r(7309),l=r(5642),_=r(9620),m=r(593),d=r(4123),h=r(3311),p=r(2322);function f(e){if(e instanceof s)return e;if("string"==typeof e)return new i(e);if("number"==typeof e)return new o(e);if("boolean"==typeof e)return new a(e);if(null===e)return new n;if(Array.isArray(e))return new c(e.map(f));if("object"==typeof e){return new l(e)}return e}s.prototype.ObjectElement=l,s.prototype.RefElement=m,s.prototype.MemberElement=u,s.prototype.refract=f,d.prototype.refract=f,e.exports={Element:s,NullElement:n,StringElement:i,NumberElement:o,BooleanElement:a,ArrayElement:c,MemberElement:u,ObjectElement:l,LinkElement:_,RefElement:m,refract:f,ArraySlice:d,ObjectSlice:h,KeyValuePair:p}},7979:(e,t,r)=>{var s=r(9847),n=r(9306),i=Object.prototype.propertyIsEnumerable,o=Object.getOwnPropertySymbols,a=o?function(e){return null==e?[]:(e=Object(e),s(o(e),function(t){return i.call(e,t)}))}:n;e.exports=a},8006:e=>{e.exports=function(e){return this.__data__.has(e)}},8121:(e,t,r)=>{var s=r(3766)(Object.keys,Object);e.exports=s},8138:(e,t,r)=>{var s=r(7379),n=r(3142),i=r(547);e.exports=function(e){return"string"==typeof e||!n(e)&&i(e)&&"[object String]"==s(e)}},8244:(e,t,r)=>{var s=r(1129),n=r(3142);e.exports=function(e,t,r){var i=t(e);return n(e)?i:s(i,r(e))}},8250:(e,t,r)=>{var s=r(9753),n=r(5681),i=r(88),o=r(4732),a=r(9068);function c(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var s=e[t];this.set(s[0],s[1])}}c.prototype.clear=s,c.prototype.delete=n,c.prototype.get=i,c.prototype.has=o,c.prototype.set=a,e.exports=c},8326:(e,t,r)=>{const s=r(5735),n=r(7547);t.g$=s,t.KeyValuePair=r(2322),t.G6=n.ArraySlice,t.ot=n.ObjectSlice,t.Hg=n.Element,t.Om=n.StringElement,t.kT=n.NumberElement,t.bd=n.BooleanElement,t.Os=n.NullElement,t.wE=n.ArrayElement,t.Sh=n.ObjectElement,t.Pr=n.MemberElement,t.sI=n.RefElement,t.Ft=n.LinkElement,t.e=n.refract,r(394),r(3148)},8486:(e,t,r)=>{var s=r(3103),n=r(9770),i=r(9413),o=r(4512),a=r(9270),c=r(7379),u=r(4066),l="[object Map]",_="[object Promise]",m="[object Set]",d="[object WeakMap]",h="[object DataView]",p=u(s),f=u(n),y=u(i),g=u(o),b=u(a),w=c;(s&&w(new s(new ArrayBuffer(1)))!=h||n&&w(new n)!=l||i&&w(i.resolve())!=_||o&&w(new o)!=m||a&&w(new a)!=d)&&(w=function(e){var t=c(e),r="[object Object]"==t?e.constructor:void 0,s=r?u(r):"";if(s)switch(s){case p:return h;case f:return l;case y:return _;case g:return m;case b:return d}return t}),e.exports=w},8631:(e,t,r)=>{const s=r(6343),n=r(2322),i=r(4123);class o{constructor(e,t,r){t&&(this.meta=t),r&&(this.attributes=r),this.content=e}freeze(){Object.isFrozen(this)||(this._meta&&(this.meta.parent=this,this.meta.freeze()),this._attributes&&(this.attributes.parent=this,this.attributes.freeze()),this.children.forEach(e=>{e.parent=this,e.freeze()},this),this.content&&Array.isArray(this.content)&&Object.freeze(this.content),Object.freeze(this))}primitive(){}clone(){const e=new this.constructor;return e.element=this.element,this.meta.length&&(e._meta=this.meta.clone()),this.attributes.length&&(e._attributes=this.attributes.clone()),this.content?this.content.clone?e.content=this.content.clone():Array.isArray(this.content)?e.content=this.content.map(e=>e.clone()):e.content=this.content:e.content=this.content,e}toValue(){return this.content instanceof o?this.content.toValue():this.content instanceof n?{key:this.content.key.toValue(),value:this.content.value?this.content.value.toValue():void 0}:this.content&&this.content.map?this.content.map(e=>e.toValue(),this):this.content}toRef(e){if(""===this.id.toValue())throw Error("Cannot create reference to an element that does not contain an ID");const t=new this.RefElement(this.id.toValue());return e&&(t.path=e),t}findRecursive(...e){if(arguments.length>1&&!this.isFrozen)throw new Error("Cannot find recursive with multiple element names without first freezing the element. Call `element.freeze()`");const t=e.pop();let r=new i;const s=(e,t)=>(e.push(t),e),o=(e,r)=>{r.element===t&&e.push(r);const i=r.findRecursive(t);return i&&i.reduce(s,e),r.content instanceof n&&(r.content.key&&o(e,r.content.key),r.content.value&&o(e,r.content.value)),e};return this.content&&(this.content.element&&o(r,this.content),Array.isArray(this.content)&&this.content.reduce(o,r)),e.isEmpty||(r=r.filter(t=>{let r=t.parents.map(e=>e.element);for(const t in e){const s=e[t],n=r.indexOf(s);if(-1===n)return!1;r=r.splice(0,n)}return!0})),r}set(e){return this.content=e,this}equals(e){return s(this.toValue(),e)}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)}get element(){return this._storedElement||"element"}set element(e){this._storedElement=e}get content(){return this._content}set content(e){if(e instanceof o)this._content=e;else if(e instanceof i)this.content=e.elements;else if("string"==typeof e||"number"==typeof e||"boolean"==typeof e||"null"===e||null==e)this._content=e;else if(e instanceof n)this._content=e;else if(Array.isArray(e))this._content=e.map(this.refract);else{if("object"!=typeof e)throw new Error("Cannot set content to given value");this._content=Object.keys(e).map(t=>new this.MemberElement(t,e[t]))}}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 this.ObjectElement?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 this.ObjectElement?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 title(){return this.getMetaProperty("title","")}set title(e){this.setMetaProperty("title",e)}get description(){return this.getMetaProperty("description","")}set description(e){this.setMetaProperty("description",e)}get links(){return this.getMetaProperty("links",[])}set links(e){this.setMetaProperty("links",e)}get isFrozen(){return Object.isFrozen(this)}get parents(){let{parent:e}=this;const t=new i;for(;e;)t.push(e),e=e.parent;return t}get children(){if(Array.isArray(this.content))return new i(this.content);if(this.content instanceof n){const e=new i([this.content.key]);return this.content.value&&e.push(this.content.value),e}return this.content instanceof o?new i([this.content]):new i}get recursiveChildren(){const e=new i;return this.children.forEach(t=>{e.push(t),t.recursiveChildren.forEach(t=>{e.push(t)})}),e}}e.exports=o},8666:(e,t,r)=>{var s=r(674),n=r(9460),i=r(2306),o=i&&i.isTypedArray,a=o?n(o):s;e.exports=a},8712:(e,t,r)=>{const s=r(8631);e.exports=class extends s{constructor(e,t,r){super(e,t,r),this.element="string"}primitive(){return"string"}get length(){return this.content.length}}},8861:(e,t,r)=>{var s=r(5650),n=r(1623),i=r(6285),o=r(3934),a=r(5894),c=r(9828),u=s?s.prototype:void 0,l=u?u.valueOf:void 0;e.exports=function(e,t,r,s,u,_,m){switch(r){case"[object DataView]":if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case"[object ArrayBuffer]":return!(e.byteLength!=t.byteLength||!_(new n(e),new n(t)));case"[object Boolean]":case"[object Date]":case"[object Number]":return i(+e,+t);case"[object Error]":return e.name==t.name&&e.message==t.message;case"[object RegExp]":case"[object String]":return e==t+"";case"[object Map]":var d=a;case"[object Set]":var h=1&s;if(d||(d=c),e.size!=t.size&&!h)return!1;var p=m.get(e);if(p)return p==t;s|=2,m.set(e,t);var f=o(d(e),d(t),s,u,_,m);return m.delete(e),f;case"[object Symbol]":if(l)return l.call(e)==l.call(t)}return!1}},8870:(e,t,r)=>{var s=r(5650),n=Object.prototype,i=n.hasOwnProperty,o=n.toString,a=s?s.toStringTag:void 0;e.exports=function(e){var t=i.call(e,a),r=e[a];try{e[a]=void 0;var s=!0}catch(e){}var n=o.call(e);return s&&(t?e[a]=r:delete e[a]),n}},8942:(e,t,r)=>{var s=r(4967),n="object"==typeof self&&self&&self.Object===Object&&self,i=s||n||Function("return this")();e.exports=i},9005:e=>{var t=Object.prototype.toString;e.exports=function(e){return t.call(e)}},9067:e=>{e.exports=function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}},9068:(e,t,r)=>{var s=r(4700);e.exports=function(e,t){var r=s(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}},9270:(e,t,r)=>{var s=r(4715)(r(8942),"WeakMap");e.exports=s},9306:e=>{e.exports=function(){return[]}},9310:e=>{e.exports=function(e){return null===e}},9361:e=>{e.exports=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}},9413:(e,t,r)=>{var s=r(4715)(r(8942),"Promise");e.exports=s},9460:e=>{e.exports=function(e){return function(t){return e(t)}}},9620:(e,t,r)=>{const s=r(8631);e.exports=class extends s{constructor(e,t,r){super(e||[],t,r),this.element="link"}get relation(){return this.attributes.get("relation")}set relation(e){this.attributes.set("relation",e)}get href(){return this.attributes.get("href")}set href(e){this.attributes.set("href",e)}}},9624:(e,t,r)=>{var s=r(3655),n=r(4759),i=r(1580),o=r(4066),a=/^\[object .+?Constructor\]$/,c=Function.prototype,u=Object.prototype,l=c.toString,_=u.hasOwnProperty,m=RegExp("^"+l.call(_).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");e.exports=function(e){return!(!i(e)||n(e))&&(s(e)?m:a).test(o(e))}},9632:e=>{var t=/^(?:0|[1-9]\d*)$/;e.exports=function(e,r){var s=typeof e;return!!(r=null==r?9007199254740991:r)&&("number"==s||"symbol"!=s&&t.test(e))&&e>-1&&e%1==0&&e<r}},9753:(e,t,r)=>{var s=r(5098),n=r(1386),i=r(9770);e.exports=function(){this.size=0,this.__data__={hash:new s,map:new(i||n),string:new s}}},9770:(e,t,r)=>{var s=r(4715)(r(8942),"Map");e.exports=s},9796:(e,t,r)=>{const s=r(1517),n=r(8631),i=r(4123);class o extends n{constructor(e,t,r){super(e||[],t,r),this.element="array"}primitive(){return"array"}get(e){return this.content[e]}getValue(e){const t=this.get(e);if(t)return t.toValue()}getIndex(e){return this.content[e]}set(e,t){return this.content[e]=this.refract(t),this}remove(e){const t=this.content.splice(e,1);return t.length?t[0]:null}map(e,t){return this.content.map(e,t)}flatMap(e,t){return this.map(e,t).reduce((e,t)=>e.concat(t),[])}compactMap(e,t){const r=[];return this.forEach(s=>{const n=e.bind(t)(s);n&&r.push(n)}),r}filter(e,t){return new i(this.content.filter(e,t))}reject(e,t){return this.filter(s(e),t)}reduce(e,t){let r,s;void 0!==t?(r=0,s=this.refract(t)):(r=1,s="object"===this.primitive()?this.first.value:this.first);for(let t=r;t<this.length;t+=1){const r=this.content[t];s="object"===this.primitive()?this.refract(e(s,r.value,r.key,r,this)):this.refract(e(s,r,t,this))}return s}forEach(e,t){this.content.forEach((r,s)=>{e.bind(t)(r,this.refract(s))})}shift(){return this.content.shift()}unshift(e){this.content.unshift(this.refract(e))}push(e){return this.content.push(this.refract(e)),this}add(e){this.push(e)}findElements(e,t){const r=t||{},s=!!r.recursive,n=void 0===r.results?[]:r.results;return this.forEach((t,r,i)=>{s&&void 0!==t.findElements&&t.findElements(e,{results:n,recursive:s}),e(t,r,i)&&n.push(t)}),n}find(e){return new i(this.findElements(e,{recursive:!0}))}findByElement(e){return this.find(t=>t.element===e)}findByClass(e){return this.find(t=>t.classes.includes(e))}getById(e){return this.find(t=>t.id.toValue()===e).first}includes(e){return this.content.some(t=>t.equals(e))}contains(e){return this.includes(e)}empty(){return new this.constructor([])}"fantasy-land/empty"(){return this.empty()}concat(e){return new this.constructor(this.content.concat(e.content))}"fantasy-land/concat"(e){return this.concat(e)}"fantasy-land/map"(e){return new this.constructor(this.map(e))}"fantasy-land/chain"(e){return this.map(t=>e(t),this).reduce((e,t)=>e.concat(t),this.empty())}"fantasy-land/filter"(e){return new this.constructor(this.content.filter(e))}"fantasy-land/reduce"(e,t){return this.content.reduce(e,t)}get length(){return this.content.length}get isEmpty(){return 0===this.content.length}get first(){return this.getIndex(0)}get second(){return this.getIndex(1)}get last(){return this.getIndex(this.length-1)}}o.empty=function(){return new this},o["fantasy-land/empty"]=o.empty,"undefined"!=typeof Symbol&&(o.prototype[Symbol.iterator]=function(){return this.content[Symbol.iterator]()}),e.exports=o},9828:e=>{e.exports=function(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=e}),r}},9847:e=>{e.exports=function(e,t){for(var r=-1,s=null==e?0:e.length,n=0,i=[];++r<s;){var o=e[r];t(o,r,e)&&(i[n++]=o)}return i}}},__webpack_module_cache__={},leafPrototypes,getProto,inProgress,dataWebpackPrefix;function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var r=__webpack_module_cache__[e]={id:e,loaded:!1,exports:{}};return __webpack_modules__[e](r,r.exports,__webpack_require__),r.loaded=!0,r.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 r=Object.create(null);__webpack_require__.r(r);var s={};leafPrototypes=leafPrototypes||[null,getProto({}),getProto([]),getProto(getProto)];for(var n=2&t&&e;("object"==typeof n||"function"==typeof n)&&!~leafPrototypes.indexOf(n);n=getProto(n))Object.getOwnPropertyNames(n).forEach(t=>s[t]=()=>e[t]);return s.default=()=>e,__webpack_require__.d(r,s),r},__webpack_require__.d=(e,t)=>{for(var r in t)__webpack_require__.o(t,r)&&!__webpack_require__.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},__webpack_require__.f={},__webpack_require__.e=e=>Promise.all(Object.keys(__webpack_require__.f).reduce((t,r)=>(__webpack_require__.f[r](e,t),t),[])),__webpack_require__.u=e=>e+".apidom-parser-adapter-json-schema-json-2020-12.browser.min.js",__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),inProgress={},dataWebpackPrefix="apidomParserAdapterJSONSchemaJSON202012:",__webpack_require__.l=(e,t,r,s)=>{if(inProgress[e])inProgress[e].push(t);else{var n,i;if(void 0!==r)for(var o=document.getElementsByTagName("script"),a=0;a<o.length;a++){var c=o[a];if(c.getAttribute("src")==e||c.getAttribute("data-webpack")==dataWebpackPrefix+r){n=c;break}}n||(i=!0,(n=document.createElement("script")).charset="utf-8",__webpack_require__.nc&&n.setAttribute("nonce",__webpack_require__.nc),n.setAttribute("data-webpack",dataWebpackPrefix+r),n.src=e),inProgress[e]=[t];var u=(t,r)=>{n.onerror=n.onload=null,clearTimeout(l);var s=inProgress[e];if(delete inProgress[e],n.parentNode&&n.parentNode.removeChild(n),s&&s.forEach(e=>e(r)),t)return t(r)},l=setTimeout(u.bind(null,void 0,{type:"timeout",target:n}),12e4);n.onerror=u.bind(null,n.onerror),n.onload=u.bind(null,n.onload),i&&document.head.appendChild(n)}},__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},__webpack_require__.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{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 r=t.getElementsByTagName("script");if(r.length)for(var s=r.length-1;s>-1&&(!e||!/^http(s?):/.test(e));)e=r[s--].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 e={792:0};__webpack_require__.f.j=(t,r)=>{var s=__webpack_require__.o(e,t)?e[t]:void 0;if(0!==s)if(s)r.push(s[2]);else{var n=new Promise((r,n)=>s=e[t]=[r,n]);r.push(s[2]=n);var i=__webpack_require__.p+__webpack_require__.u(t),o=new Error;__webpack_require__.l(i,r=>{if(__webpack_require__.o(e,t)&&(0!==(s=e[t])&&(e[t]=void 0),s)){var n=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;o.message="Loading chunk "+t+" failed.\n("+n+": "+i+")",o.name="ChunkLoadError",o.type=n,o.request=i,s[1](o)}},"chunk-"+t,t)}};var t=(t,r)=>{var s,n,[i,o,a]=r,c=0;if(i.some(t=>0!==e[t])){for(s in o)__webpack_require__.o(o,s)&&(__webpack_require__.m[s]=o[s]);if(a)a(__webpack_require__)}for(t&&t(r);c<i.length;c++)n=i[c],__webpack_require__.o(e,n)&&e[n]&&e[n][0](),e[n]=0},r=self.webpackChunkapidomParserAdapterJSONSchemaJSON202012=self.webpackChunkapidomParserAdapterJSONSchemaJSON202012||[];r.forEach(t.bind(null,0)),r.push=t.bind(null,r.push.bind(r))})();var __webpack_exports__={};return(()=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{detect:()=>Ma,detectionRegExp:()=>Ta,mediaTypes:()=>Na,namespace:()=>Fa,parse:()=>Pa});var e={};__webpack_require__.r(e),__webpack_require__.d(e,{hasElementSourceMap:()=>sr,includesClasses:()=>ir,includesSymbols:()=>nr,isAnnotationElement:()=>Xt,isArrayElement:()=>Gt,isBooleanElement:()=>Wt,isCommentElement:()=>Yt,isElement:()=>Vt,isLinkElement:()=>Kt,isMemberElement:()=>zt,isNullElement:()=>Ht,isNumberElement:()=>Jt,isObjectElement:()=>Zt,isParseResultElement:()=>er,isPrimitiveElement:()=>rr,isRefElement:()=>Qt,isSourceMapElement:()=>tr,isStringElement:()=>Bt});var t={};__webpack_require__.r(t),__webpack_require__.d(t,{isJSONReferenceElement:()=>Zn,isJSONSchemaElement:()=>Wn,isLinkDescriptionElement:()=>zn,isMediaElement:()=>Gn});var r={};__webpack_require__.r(r),__webpack_require__.d(r,{isJSONReferenceElement:()=>Zn,isJSONSchemaElement:()=>mo,isLinkDescriptionElement:()=>ho,isMediaElement:()=>Gn});var s={};__webpack_require__.r(s),__webpack_require__.d(s,{isJSONReferenceElement:()=>Zn,isJSONSchemaElement:()=>Oo,isLinkDescriptionElement:()=>Ao});var n={};__webpack_require__.r(n),__webpack_require__.d(n,{isJSONSchemaElement:()=>ra,isLinkDescriptionElement:()=>sa});var i={};function o(e){return null!=e&&"object"==typeof e&&!0===e["@@functional/placeholder"]}function a(e){return function t(r){return 0===arguments.length||o(r)?t:e.apply(this,arguments)}}function c(e){return function t(r,s){switch(arguments.length){case 0:return t;case 1:return o(r)?t:a(function(t){return e(r,t)});default:return o(r)&&o(s)?t:o(r)?a(function(t){return e(t,s)}):o(s)?a(function(t){return e(r,t)}):e(r,s)}}}function u(e){return function t(r,s,n){switch(arguments.length){case 0:return t;case 1:return o(r)?t:c(function(t,s){return e(r,t,s)});case 2:return o(r)&&o(s)?t:o(r)?c(function(t,r){return e(t,s,r)}):o(s)?c(function(t,s){return e(r,t,s)}):a(function(t){return e(r,s,t)});default:return o(r)&&o(s)&&o(n)?t:o(r)&&o(s)?c(function(t,r){return e(t,r,n)}):o(r)&&o(n)?c(function(t,r){return e(t,s,r)}):o(s)&&o(n)?c(function(t,s){return e(r,t,s)}):o(r)?a(function(t){return e(t,s,n)}):o(s)?a(function(t){return e(r,t,n)}):o(n)?a(function(t){return e(r,s,t)}):e(r,s,n)}}}__webpack_require__.r(i),__webpack_require__.d(i,{isJSONSchemaElement:()=>fa,isLinkDescriptionElement:()=>ya});const l=c(function(e,t){return null==t||t!=t?e:t}),_=Number.isInteger||function(e){return(e|0)===e};function m(e,t){return t[e<0?t.length+e:e]}const d=function(e,t){if(null!=t)return _(e)?m(e,t):t[e]};const h=c(d);const p=u(function(e,t,r){return l(e,h(t,r))});var f=c(function(e,t){for(var r={},s={},n=0,i=e.length;n<i;)s[e[n]]=1,n+=1;for(var o in t)s.hasOwnProperty(o)||(r[o]=t[o]);return r});const y=f;function g(e,t,r){for(var s=0,n=r.length;s<n;)t=e(t,r[s]),s+=1;return t}const b=Array.isArray||function(e){return null!=e&&e.length>=0&&"[object Array]"===Object.prototype.toString.call(e)};function w(e){return"[object String]"===Object.prototype.toString.call(e)}const E=a(function(e){return!!b(e)||!!e&&("object"==typeof e&&(!w(e)&&(0===e.length||e.length>0&&(e.hasOwnProperty(0)&&e.hasOwnProperty(e.length-1)))))});var v="undefined"!=typeof Symbol?Symbol.iterator:"@@iterator";function S(e,t,r){return function(s,n,i){if(E(i))return e(s,n,i);if(null==i)return n;if("function"==typeof i["fantasy-land/reduce"])return t(s,n,i,"fantasy-land/reduce");if(null!=i[v])return r(s,n,i[v]());if("function"==typeof i.next)return r(s,n,i);if("function"==typeof i.reduce)return t(s,n,i,"reduce");throw new TypeError("reduce: list must be array or iterable")}}function x(e,t,r){for(var s=r.next();!s.done;)t=e(t,s.value),s=r.next();return t}function O(e,t,r,s){return r[s](e,t)}const A=S(g,O,x);function N(e,t,r){return function(){if(0===arguments.length)return r();var s=arguments[arguments.length-1];if(!b(s)){for(var n=0;n<e.length;){if("function"==typeof s[e[n]])return s[e[n]].apply(s,Array.prototype.slice.call(arguments,0,-1));n+=1}if(function(e){return null!=e&&"function"==typeof e["@@transducer/step"]}(s))return t.apply(null,Array.prototype.slice.call(arguments,0,-1))(s)}return r.apply(this,arguments)}}function T(e,t){for(var r=0,s=t.length,n=Array(s);r<s;)n[r]=e(t[r]),r+=1;return n}const M=function(){return this.xf["@@transducer/init"]()},P=function(e){return this.xf["@@transducer/result"](e)};var F=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M,e.prototype["@@transducer/result"]=P,e.prototype["@@transducer/step"]=function(e,t){return this.xf["@@transducer/step"](e,this.f(t))},e}();const R=function(e){return function(t){return new F(e,t)}};function j(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,r){return t.apply(this,arguments)};case 3:return function(e,r,s){return t.apply(this,arguments)};case 4:return function(e,r,s,n){return t.apply(this,arguments)};case 5:return function(e,r,s,n,i){return t.apply(this,arguments)};case 6:return function(e,r,s,n,i,o){return t.apply(this,arguments)};case 7:return function(e,r,s,n,i,o,a){return t.apply(this,arguments)};case 8:return function(e,r,s,n,i,o,a,c){return t.apply(this,arguments)};case 9:return function(e,r,s,n,i,o,a,c,u){return t.apply(this,arguments)};case 10:return function(e,r,s,n,i,o,a,c,u,l){return t.apply(this,arguments)};default:throw new Error("First argument to _arity must be a non-negative integer no greater than ten")}}function C(e,t,r){return function(){for(var s=[],n=0,i=e,a=0,c=!1;a<t.length||n<arguments.length;){var u;a<t.length&&(!o(t[a])||n>=arguments.length)?u=t[a]:(u=arguments[n],n+=1),s[a]=u,o(u)?c=!0:i-=1,a+=1}return!c&&i<=0?r.apply(this,s):j(Math.max(0,i),C(e,s,r))}}const I=c(function(e,t){return 1===e?a(t):j(e,C(e,[],t))});function k(e,t){return Object.prototype.hasOwnProperty.call(t,e)}var D=Object.prototype.toString;const L=function(){return"[object Arguments]"===D.call(arguments)?function(e){return"[object Arguments]"===D.call(e)}:function(e){return k("callee",e)}}();var U=!{toString:null}.propertyIsEnumerable("toString"),$=["constructor","valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],q=function(){return arguments.propertyIsEnumerable("length")}(),V=function(e,t){for(var r=0;r<e.length;){if(e[r]===t)return!0;r+=1}return!1},B="function"!=typeof Object.keys||q?a(function(e){if(Object(e)!==e)return[];var t,r,s=[],n=q&&L(e);for(t in e)!k(t,e)||n&&"length"===t||(s[s.length]=t);if(U)for(r=$.length-1;r>=0;)k(t=$[r],e)&&!V(s,t)&&(s[s.length]=t),r-=1;return s}):a(function(e){return Object(e)!==e?[]:Object.keys(e)});const J=B;const H=c(N(["fantasy-land/map","map"],R,function(e,t){switch(Object.prototype.toString.call(t)){case"[object Function]":return I(t.length,function(){return e.call(this,t.apply(this,arguments))});case"[object Object]":return g(function(r,s){return r[s]=e(t[s]),r},{},J(t));default:return T(e,t)}}));const W=c(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(r){return e(r)(t(r))}:A(function(e,r){return function(e,t){var r;t=t||[];var s=(e=e||[]).length,n=t.length,i=[];for(r=0;r<s;)i[i.length]=e[r],r+=1;for(r=0;r<n;)i[i.length]=t[r],r+=1;return i}(e,H(r,t))},[],e)});const Z=c(function(e,t){var r=I(e,t);return I(e,function(){return g(W,H(r,arguments[0]),Array.prototype.slice.call(arguments,1))})});const G=a(function(e){return Z(e.length,e)});const z=G(a(function(e){return!e}));function K(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}function Q(e,t,r){for(var s=0,n=r.length;s<n;){if(e(t,r[s]))return!0;s+=1}return!1}const X="function"==typeof Object.is?Object.is:function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};const Y=a(function(e){return null===e?"Null":void 0===e?"Undefined":Object.prototype.toString.call(e).slice(8,-1)});function ee(e,t,r,s){var n=K(e);function i(e,t){return te(e,t,r.slice(),s.slice())}return!Q(function(e,t){return!Q(i,t,e)},K(t),n)}function te(e,t,r,s){if(X(e,t))return!0;var n,i,o=Y(e);if(o!==Y(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(o){case"Arguments":case"Array":case"Object":if("function"==typeof e.constructor&&"Promise"===(n=e.constructor,null==(i=String(n).match(/^function (\w*)/))?"":i[1]))return e===t;break;case"Boolean":case"Number":case"String":if(typeof e!=typeof t||!X(e.valueOf(),t.valueOf()))return!1;break;case"Date":if(!X(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 a=r.length-1;a>=0;){if(r[a]===e)return s[a]===t;a-=1}switch(o){case"Map":return e.size===t.size&&ee(e.entries(),t.entries(),r.concat([e]),s.concat([t]));case"Set":return e.size===t.size&&ee(e.values(),t.values(),r.concat([e]),s.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 c=J(e);if(c.length!==J(t).length)return!1;var u=r.concat([e]),l=s.concat([t]);for(a=c.length-1;a>=0;){var _=c[a];if(!k(_,t)||!te(t[_],e[_],u,l))return!1;a-=1}return!0}const re=c(function(e,t){return te(e,t,[],[])});const se=a(function(e){return function(){return e}});const ne=se(void 0);const ie=re(ne());const oe=z(ie);var ae=__webpack_require__(8326);function ce(e,t){return function(){return t.call(this,e.apply(this,arguments))}}function ue(e,t,r){for(var s=0,n=r.length;s<n;){if((t=e["@@transducer/step"](t,r[s]))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}s+=1}return e["@@transducer/result"](t)}const le=c(function(e,t){return j(e.length,function(){return e.apply(t,arguments)})});function _e(e,t,r){for(var s=r.next();!s.done;){if((t=e["@@transducer/step"](t,s.value))&&t["@@transducer/reduced"]){t=t["@@transducer/value"];break}s=r.next()}return e["@@transducer/result"](t)}function me(e,t,r,s){return e["@@transducer/result"](r[s](le(e["@@transducer/step"],e),t))}const de=S(ue,me,_e);var he=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}();const pe=u(function(e,t,r){return de("function"==typeof e?new he(e):e,t,r)});function fe(e,t){return function(){var r=arguments.length;if(0===r)return t();var s=arguments[r-1];return b(s)||"function"!=typeof s[e]?t.apply(this,arguments):s[e].apply(s,Array.prototype.slice.call(arguments,0,r-1))}}const ye=u(fe("slice",function(e,t,r){return Array.prototype.slice.call(r,e,t)}));const ge=a(fe("tail",ye(1,1/0)));function be(){if(0===arguments.length)throw new Error("pipe requires at least one argument");return j(arguments[0].length,pe(ce,arguments[0],ge(arguments)))}var we=function(e,t){switch(arguments.length){case 0:return we;case 1:return function t(r){return 0===arguments.length?t:X(e,r)};default:return X(e,t)}};const Ee=we;function ve(e,t){return function(e,t,r){var s,n;if("function"==typeof e.indexOf)switch(typeof t){case"number":if(0===t){for(s=1/t;r<e.length;){if(0===(n=e[r])&&1/n===s)return r;r+=1}return-1}if(t!=t){for(;r<e.length;){if("number"==typeof(n=e[r])&&n!=n)return r;r+=1}return-1}return e.indexOf(t,r);case"string":case"boolean":case"function":case"undefined":return e.indexOf(t,r);case"object":if(null===t)return e.indexOf(t,r)}for(;r<e.length;){if(re(e[r],t))return r;r+=1}return-1}(t,e,0)>=0}function Se(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 xe=function(e){return(e<10?"0":"")+e};const Oe="function"==typeof Date.prototype.toISOString?function(e){return e.toISOString()}:function(e){return e.getUTCFullYear()+"-"+xe(e.getUTCMonth()+1)+"-"+xe(e.getUTCDate())+"T"+xe(e.getUTCHours())+":"+xe(e.getUTCMinutes())+":"+xe(e.getUTCSeconds())+"."+(e.getUTCMilliseconds()/1e3).toFixed(3).slice(2,5)+"Z"};function Ae(e){return"[object Object]"===Object.prototype.toString.call(e)}var Ne=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M,e.prototype["@@transducer/result"]=P,e.prototype["@@transducer/step"]=function(e,t){return this.f(t)?this.xf["@@transducer/step"](e,t):e},e}();function Te(e){return function(t){return new Ne(e,t)}}var Me=c(N(["fantasy-land/filter","filter"],Te,function(e,t){return Ae(t)?g(function(r,s){return e(t[s])&&(r[s]=t[s]),r},{},J(t)):(r=t,"[object Map]"===Object.prototype.toString.call(r)?function(e,t){for(var r=new Map,s=t.entries(),n=s.next();!n.done;)e(n.value[1])&&r.set(n.value[0],n.value[1]),n=s.next();return r}(e,t):function(e,t){for(var r=0,s=t.length,n=[];r<s;)e(t[r])&&(n[n.length]=t[r]),r+=1;return n}(e,t));var r}));const Pe=Me;const Fe=c(function(e,t){return Pe((r=e,function(){return!r.apply(this,arguments)}),t);var r});function Re(e,t){var r=function(r){var s=t.concat([e]);return ve(r,s)?"<Circular>":Re(r,s)},s=function(e,t){return T(function(t){return Se(t)+": "+r(e[t])},t.slice().sort())};switch(Object.prototype.toString.call(e)){case"[object Arguments]":return"(function() { return arguments; }("+T(r,e).join(", ")+"))";case"[object Array]":return"["+T(r,e).concat(s(e,Fe(function(e){return/^\d+$/.test(e)},J(e)))).join(", ")+"]";case"[object Boolean]":return"object"==typeof e?"new Boolean("+r(e.valueOf())+")":e.toString();case"[object Date]":return"new Date("+(isNaN(e.valueOf())?r(NaN):Se(Oe(e)))+")";case"[object Map]":return"new Map("+r(Array.from(e))+")";case"[object Null]":return"null";case"[object Number]":return"object"==typeof e?"new Number("+r(e.valueOf())+")":1/e==-1/0?"-0":e.toString(10);case"[object Set]":return"new Set("+r(Array.from(e).sort())+")";case"[object String]":return"object"==typeof e?"new String("+r(e.valueOf())+")":Se(e);case"[object Undefined]":return"undefined";default:if("function"==typeof e.toString){var n=e.toString();if("[object Object]"!==n)return n}return"{"+s(e,J(e)).join(", ")+"}"}}const je=a(function(e){return Re(e,[])});function Ce(e,t){for(var r=t,s=0;s<e.length;s+=1){if(null==r)return;var n=e[s];r=_(n)?m(n,r):r[n]}return r}const Ie=u(function(e,t,r){return e(Ce(t,r))});function ke(e){var t=Object.prototype.toString.call(e);return"[object Function]"===t||"[object AsyncFunction]"===t||"[object GeneratorFunction]"===t||"[object AsyncGeneratorFunction]"===t}const De=c(function(e,t){return e&&t});const Le=c(function(e,t){return ke(e)?function(){return e.apply(this,arguments)&&t.apply(this,arguments)}:G(De)(e,t)});const Ue=re(null);const $e=z(Ue);function qe(e){return qe="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},qe(e)}const Ve=function(e){return"object"===qe(e)};const Be=I(1,Le($e,Ve));const Je=c(function(e,t){if(e===t)return t;function r(e,t){if(e>t!=t>e)return t>e?t:e}var s=r(e,t);if(void 0!==s)return s;var n=r(typeof e,typeof t);if(void 0!==n)return n===typeof e?e:t;var i=je(e),o=r(i,je(t));return void 0!==o&&o===i?e:t});const He=c(function(e,t){return H(h(e),t)});const We=a(function(e){return I(pe(Je,0,He("length",e)),function(){for(var t=0,r=e.length;t<r;){if(e[t].apply(this,arguments))return!0;t+=1}return!1})});const Ze=I(1,be(Y,Ee("GeneratorFunction")));const Ge=I(1,be(Y,Ee("AsyncFunction")));const ze=We([be(Y,Ee("Function")),Ze,Ge]);var Ke=be(Y,Ee("Object")),Qe=be(je,re(je(Object))),Xe=Ie(Le(ze,Qe),["constructor"]);const Ye=I(1,function(e){if(!Be(e)||!Ke(e))return!1;var t=Object.getPrototypeOf(e);return!!Ue(t)||Xe(t)});class et extends ae.Om{constructor(e,t,r){super(e,t,r),this.element="annotation"}get code(){return this.attributes.get("code")}set code(e){this.attributes.set("code",e)}}const tt=et;class rt extends ae.Om{constructor(e,t,r){super(e,t,r),this.element="comment"}}const st=rt;class nt extends ae.wE{constructor(e,t,r){super(e,t,r),this.element="parseResult"}get api(){return this.children.filter(e=>e.classes.contains("api")).first}get results(){return this.children.filter(e=>e.classes.contains("result"))}get result(){return this.results.first}get annotations(){return this.children.filter(e=>"annotation"===e.element)}get warnings(){return this.children.filter(e=>"annotation"===e.element&&e.classes.contains("warning"))}get errors(){return this.children.filter(e=>"annotation"===e.element&&e.classes.contains("error"))}get isEmpty(){return this.children.reject(e=>"annotation"===e.element).isEmpty}replaceResult(e){const{result:t}=this;if(ie(t))return!1;const r=this.content.findIndex(e=>e===t);return-1!==r&&(this.content[r]=e,!0)}}const it=nt;class ot extends ae.wE{constructor(e,t,r){super(e,t,r),this.element="sourceMap"}get positionStart(){return this.children.filter(e=>e.classes.contains("position")).get(0)}get positionEnd(){return this.children.filter(e=>e.classes.contains("position")).get(1)}set position(e){if(void 0===e)return;const t=new ae.wE([e.start.row,e.start.column,e.start.char]),r=new ae.wE([e.end.row,e.end.column,e.end.char]);t.classes.push("position"),r.classes.push("position"),this.push(t).push(r)}}const at=ot;class ct extends ae.g${constructor(){super(),this.register("annotation",tt),this.register("comment",st),this.register("parseResult",it),this.register("sourceMap",at)}}const ut=new ct,lt=e=>{const t=new ct;return Ye(e)&&t.use(e),t},_t=ut;var mt=__webpack_require__(994);class dt extends AggregateError{constructor(e,t,r){super(e,t,r),this.name=this.constructor.name,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}const ht=dt;class pt extends Error{static[Symbol.hasInstance](e){return super[Symbol.hasInstance](e)||Function.prototype[Symbol.hasInstance].call(ht,e)}constructor(e,t){super(e,t),this.name=this.constructor.name,"function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}}const ft=pt,yt=new Uint8Array([0,97,115,109,1,0,0,0,0,16,8,100,121,108,105,110,107,46,48,1,5,140,91,4,30,0,1,191,1,26,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,0,0,96,4,127,127,127,127,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,11,127,127,127,127,127,127,127,127,127,127,127,0,96,6,127,124,127,127,127,127,1,127,96,3,127,126,127,1,127,96,4,127,126,127,127,1,127,96,1,127,1,126,96,2,127,126,0,96,6,127,127,127,127,127,127,0,96,4,127,127,127,127,1,126,96,3,127,126,127,1,126,96,2,124,127,1,124,96,7,127,127,127,127,127,127,127,1,127,96,2,126,127,1,127,2,212,3,16,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,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,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,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,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,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,9,95,97,98,111,114,116,95,106,115,0,8,22,119,97,115,105,95,115,110,97,112,115,104,111,116,95,112,114,101,118,105,101,119,49,14,99,108,111,99,107,95,116,105,109,101,95,103,101,116,0,16,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,17,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,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,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,151,2,149,2,8,8,8,0,1,1,7,1,2,0,0,0,0,0,0,4,1,6,1,1,4,1,2,1,4,0,0,3,0,0,0,2,5,5,2,0,5,0,12,0,0,3,9,3,3,3,1,9,7,13,5,2,2,2,1,3,18,19,4,7,3,5,3,4,1,20,9,3,6,2,1,3,12,3,7,10,0,2,10,9,2,2,2,5,1,4,0,0,0,4,4,4,4,1,1,1,1,1,3,5,11,3,5,3,1,1,5,9,10,0,4,1,4,1,1,1,1,5,5,7,5,0,0,21,0,4,0,5,0,0,2,4,4,4,4,4,3,4,11,8,5,3,10,6,0,2,1,1,2,5,2,2,2,2,5,2,2,2,2,5,0,0,0,0,0,0,5,0,0,0,0,0,0,2,2,0,0,0,0,0,2,0,1,1,5,2,2,0,0,0,5,5,5,2,2,2,2,0,2,2,2,2,2,2,2,2,0,0,0,2,2,13,0,0,0,0,0,0,0,0,14,0,14,0,22,4,8,2,4,0,5,5,4,4,5,0,0,0,4,6,0,4,4,23,24,3,0,9,25,7,15,5,6,4,1,0,2,1,5,1,0,5,0,1,0,0,2,0,11,0,0,4,0,4,4,0,1,6,57,8,127,1,65,184,211,0,11,127,1,65,176,211,0,11,127,1,65,188,211,0,11,127,1,65,180,211,0,11,127,1,65,240,212,0,11,127,1,65,128,213,0,11,127,1,65,132,219,0,11,127,1,65,136,219,0,11,7,161,33,153,1,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,0,10,6,109,97,108,108,111,99,0,137,2,6,99,97,108,108,111,99,0,141,2,7,114,101,97,108,108,111,99,0,139,2,4,102,114,101,101,0,138,2,6,109,101,109,99,109,112,0,248,1,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,19,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,20,19,116,115,95,108,97,110,103,117,97,103,101,95,118,101,114,115,105,111,110,0,21,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,21,20,116,115,95,108,97,110,103,117,97,103,101,95,109,101,116,97,100,97,116,97,0,22,16,116,115,95,108,97,110,103,117,97,103,101,95,110,97,109,101,0,23,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,24,22,116,115,95,108,97,110,103,117,97,103,101,95,110,101,120,116,95,115,116,97,116,101,0,25,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,26,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,27,7,115,116,114,110,99,109,112,0,251,1,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,28,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,29,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,31,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,32,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,33,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,34,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,35,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,36,16,116,115,95,112,97,114,115,101,114,95,100,101,108,101,116,101,0,62,15,116,115,95,112,97,114,115,101,114,95,114,101,115,101,116,0,63,22,116,115,95,112,97,114,115,101,114,95,115,101,116,95,108,97,110,103,117,97,103,101,0,64,24,116,115,95,112,97,114,115,101,114,95,116,105,109,101,111,117,116,95,109,105,99,114,111,115,0,66,28,116,115,95,112,97,114,115,101,114,95,115,101,116,95,116,105,109,101,111,117,116,95,109,105,99,114,111,115,0,67,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,68,12,116,115,95,113,117,101,114,121,95,110,101,119,0,85,15,116,115,95,113,117,101,114,121,95,100,101,108,101,116,101,0,90,8,105,115,119,115,112,97,99,101,0,247,1,8,105,115,119,97,108,110,117,109,0,245,1,22,116,115,95,113,117,101,114,121,95,112,97,116,116,101,114,110,95,99,111,117,110,116,0,96,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,99,111,117,110,116,0,97,21,116,115,95,113,117,101,114,121,95,115,116,114,105,110,103,95,99,111,117,110,116,0,98,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,99,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,100,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,101,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,102,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,103,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,104,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,105,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,106,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,107,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,108,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,109,12,116,115,95,116,114,101,101,95,99,111,112,121,0,139,1,14,116,115,95,116,114,101,101,95,100,101,108,101,116,101,0,140,1,7,116,115,95,105,110,105,116,0,148,1,18,116,115,95,112,97,114,115,101,114,95,110,101,119,95,119,97,115,109,0,149,1,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,150,1,20,116,115,95,112,97,114,115,101,114,95,112,97,114,115,101,95,119,97,115,109,0,152,1,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,155,1,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,156,1,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,157,1,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,158,1,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,159,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,160,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,161,1,17,116,115,95,116,114,101,101,95,101,100,105,116,95,119,97,115,109,0,162,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,163,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,164,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,165,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,166,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,167,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,168,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,169,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,170,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,171,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,172,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,173,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,174,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,175,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,176,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,177,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,178,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,179,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,180,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,181,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,182,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,183,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,184,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,185,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,186,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,187,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,188,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,189,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,190,1,19,116,115,95,110,111,100,101,95,115,121,109,98,111,108,95,119,97,115,109,0,191,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,192,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,193,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,194,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,195,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,196,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,197,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,198,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,199,1,18,116,115,95,110,111,100,101,95,99,104,105,108,100,95,119,97,115,109,0,200,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,201,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,202,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,203,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,204,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,205,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,207,1,19,116,115,95,110,111,100,101,95,112,97,114,101,110,116,95,119,97,115,109,0,208,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,209,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,210,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,211,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,212,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,213,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,214,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,215,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,216,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,217,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,218,1,21,116,115,95,110,111,100,101,95,99,104,105,108,100,114,101,110,95,119,97,115,109,0,219,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,220,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,221,1,21,116,115,95,110,111,100,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,0,222,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,223,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,224,1,21,116,115,95,110,111,100,101,95,105,115,95,101,114,114,111,114,95,119,97,115,109,0,225,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,226,1,21,116,115,95,110,111,100,101,95,105,115,95,101,120,116,114,97,95,119,97,115,109,0,227,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,228,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,229,1,21,116,115,95,113,117,101,114,121,95,109,97,116,99,104,101,115,95,119,97,115,109,0,230,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,232,1,6,109,101,109,115,101,116,0,238,1,6,109,101,109,99,112,121,0,242,1,7,109,101,109,109,111,118,101,0,155,2,8,105,115,119,97,108,112,104,97,0,246,1,8,105,115,119,98,108,97,110,107,0,152,2,8,105,115,119,100,105,103,105,116,0,147,2,8,105,115,119,108,111,119,101,114,0,151,2,8,105,115,119,117,112,112,101,114,0,154,2,9,105,115,119,120,100,105,103,105,116,0,157,2,6,109,101,109,99,104,114,0,252,1,6,115,116,114,108,101,110,0,250,1,6,115,116,114,99,109,112,0,158,2,7,115,116,114,110,99,97,116,0,153,2,7,115,116,114,110,99,112,121,0,156,2,8,116,111,119,108,111,119,101,114,0,144,2,8,116,111,119,117,112,112,101,114,0,146,2,8,115,101,116,84,104,114,101,119,0,143,2,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,148,2,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,149,2,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,150,2,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,11,8,1,12,9,51,1,0,35,2,11,30,37,38,39,40,41,42,74,123,125,124,126,120,135,1,13,14,15,138,2,141,1,142,1,143,1,151,1,153,1,154,1,231,1,233,1,235,1,234,1,132,2,133,2,135,2,12,1,1,10,140,139,11,149,2,32,1,2,127,35,1,34,0,65,132,214,0,106,34,1,32,0,65,236,213,0,106,54,2,96,32,1,65,42,54,2,24,11,228,1,0,35,1,65,176,211,0,106,35,2,65,13,106,54,2,0,35,1,65,180,211,0,106,35,2,65,14,106,54,2,0,35,1,65,184,211,0,106,35,2,65,15,106,54,2,0,35,1,65,188,211,0,106,35,2,65,16,106,54,2,0,35,1,65,192,211,0,106,35,2,65,17,106,54,2,0,35,1,65,196,211,0,106,35,2,65,18,106,54,2,0,35,1,65,200,211,0,106,35,2,65,19,106,54,2,0,35,1,65,208,211,0,106,35,2,65,22,106,54,2,0,35,1,65,220,211,0,106,35,2,65,23,106,54,2,0,35,1,65,236,211,0,106,35,2,65,24,106,54,2,0,35,1,65,132,212,0,106,35,2,65,25,106,54,2,0,35,1,65,136,212,0,106,35,2,65,26,106,54,2,0,35,1,65,140,212,0,106,35,1,65,148,215,0,106,54,2,0,35,1,65,240,212,0,106,35,1,65,224,211,0,106,54,2,0,35,1,65,244,212,0,106,35,3,54,2,0,11,88,1,1,127,35,1,65,184,211,0,106,36,4,35,1,65,176,211,0,106,36,5,35,1,65,188,211,0,106,36,6,35,1,65,180,211,0,106,36,7,35,1,65,240,212,0,106,36,8,35,1,65,128,213,0,106,34,0,36,9,35,1,65,132,219,0,106,36,10,35,1,65,136,219,0,106,36,11,32,0,65,0,65,140,6,252,11,0,11,29,1,1,127,32,0,16,137,2,33,1,2,64,32,0,69,13,0,32,1,13,0,16,236,1,0,11,32,1,11,29,0,32,0,32,1,16,141,2,33,1,2,64,32,0,69,13,0,32,1,13,0,16,236,1,0,11,32,1,11,29,0,32,0,32,1,16,139,2,33,0,2,64,32,1,69,13,0,32,0,13,0,16,236,1,0,11,32,0,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,4,40,2,0,17,1,0,12,1,11,32,6,35,5,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,4,40,2,0,17,1,0,12,1,11,32,5,35,5,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,4,40,2,0,17,1,0,12,1,11,32,5,35,5,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,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,0,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,0,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,0,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,0,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,198,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,0,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,33,11,2,64,32,5,40,0,0,34,2,65,1,113,13,0,32,2,45,0,44,65,192,0,113,69,13,0,32,5,40,0,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,32,11,40,0,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,0,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,0,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,0,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,17,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,0,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,17,26,15,11,32,0,32,0,40,2,24,65,1,106,54,2,24,11,13,0,32,0,40,2,8,32,0,40,2,4,106,11,7,0,32,0,40,2,20,11,7,0,32,0,40,2,0,11,19,0,32,0,65,164,1,106,65,0,32,0,40,2,0,65,14,75,27,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,7,0,32,0,40,2,32,11,227,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,33,8,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,32,8,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,33,4,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,32,4,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,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,214,1,1,5,127,2,127,2,64,32,3,69,13,0,32,1,35,1,65,171,10,106,32,2,16,251,1,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,8,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,1,33,7,2,64,32,5,45,0,0,65,1,113,69,4,64,32,5,45,0,2,65,1,113,69,13,2,32,3,32,7,70,13,1,12,2,11,32,3,32,7,71,13,1,11,32,0,40,2,56,32,4,65,2,116,106,40,2,0,34,5,32,1,32,2,16,251,1,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,8,73,13,0,11,11,65,0,11,65,255,255,3,113,11,79,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,0,65,1,113,4,64,32,0,45,0,1,65,127,115,65,1,113,15,11,65,2,65,3,32,0,45,0,2,65,1,113,27,33,2,11,32,2,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,111,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,251,1,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,186,1,1,5,127,32,1,32,0,40,2,20,73,4,64,65,36,35,5,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,12,0,32,0,35,6,40,2,0,17,2,0,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,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,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,7,0,32,0,47,1,28,11,74,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,134,2,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,40,2,104,32,0,40,2,100,70,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,254,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,192,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,43,32,0,40,2,104,32,0,40,2,100,71,13,0,11,11,32,0,40,2,124,33,0,32,5,65,16,106,36,0,32,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,194,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,249,1,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,249,1,26,32,0,40,2,92,65,1,32,4,32,0,40,2,96,17,3,0,11,32,0,32,1,16,43,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,192,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,185,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,192,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,249,1,26,32,0,40,2,92,65,1,32,1,32,0,40,2,96,17,3,0,11,32,0,65,1,16,43,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,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,94,2,1,126,2,127,32,1,40,2,8,33,3,32,1,40,2,4,33,4,32,0,32,4,2,126,32,1,40,2,16,41,2,0,34,2,167,34,1,65,1,113,4,64,32,2,66,24,136,66,128,128,128,128,240,31,131,12,1,11,32,1,41,2,20,11,34,2,167,34,1,106,54,2,0,32,0,32,2,66,32,136,167,65,0,32,3,32,1,27,106,54,2,4,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,233,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,249,1,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,249,1,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,249,1,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,249,1,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,249,1,12,5,11,32,5,32,2,35,1,65,197,11,106,65,0,16,249,1,12,4,11,32,5,32,2,35,1,65,149,11,106,65,0,16,249,1,12,3,11,32,5,32,2,35,1,65,139,11,106,65,0,16,249,1,12,2,11,32,5,32,2,35,1,65,144,11,106,65,0,16,249,1,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,249,1,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,249,1,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,249,1,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,249,1,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,249,1,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,249,1,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,249,1,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,249,1,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,249,1,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,48,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,48,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,249,1,32,9,106,5,32,9,11,32,1,107,11,33,11,32,10,65,160,1,106,36,0,32,11,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,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,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,0,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,0,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,51,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,0,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,0,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,51,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,185,6,1,18,127,2,64,32,1,40,2,16,40,2,0,34,9,65,1,113,13,0,65,48,65,52,32,3,27,33,20,32,1,40,2,20,33,14,32,1,40,2,0,33,4,32,1,40,2,4,33,5,32,1,40,2,8,33,10,3,64,32,9,40,2,36,69,13,1,65,0,33,1,65,0,33,17,32,9,47,1,66,34,13,4,64,32,14,40,2,8,34,6,40,2,84,32,6,47,1,36,32,13,108,65,1,116,106,33,17,11,32,9,40,2,36,34,19,69,13,1,32,9,32,19,65,3,116,107,33,21,32,4,33,9,32,5,33,6,32,10,33,13,65,0,33,18,65,0,33,15,2,64,3,64,65,0,33,12,2,127,32,21,32,1,65,3,116,106,34,11,40,0,0,34,7,65,1,113,34,10,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,17,4,127,32,17,32,18,65,1,116,106,47,1,0,5,65,0,11,33,12,32,18,65,1,106,33,18,11,2,127,32,1,69,4,64,32,9,33,4,32,13,33,10,32,6,12,1,11,2,127,32,10,4,64,32,11,45,0,4,33,4,32,11,45,0,6,33,16,32,11,45,0,5,65,15,113,12,1,11,32,7,40,2,12,33,4,32,7,40,2,4,33,16,32,7,40,2,8,11,33,5,65,0,32,13,32,5,27,32,4,106,33,10,32,9,32,16,106,33,4,32,5,32,6,106,11,33,5,2,127,2,64,2,64,2,64,2,127,2,64,32,11,40,0,0,34,8,65,1,113,34,7,4,64,32,1,65,1,106,33,1,32,10,32,11,45,0,7,34,6,106,33,13,32,4,32,6,106,33,9,32,3,13,1,32,5,33,6,12,3,11,32,8,40,2,24,65,0,32,10,32,8,40,2,20,34,6,27,106,33,13,32,1,65,1,106,33,1,32,8,40,2,16,32,4,106,33,9,32,5,32,6,106,33,6,32,3,69,13,2,32,8,47,1,44,65,1,113,12,1,11,32,5,33,6,32,8,65,1,118,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,32,12,69,4,64,32,7,4,64,32,8,65,2,113,69,13,3,32,8,65,2,118,65,1,113,69,13,3,12,2,11,32,8,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,14,40,2,8,40,2,72,32,12,65,3,108,106,45,0,1,65,1,113,69,13,1,11,32,15,65,1,106,32,2,32,15,71,13,1,26,32,0,32,14,54,2,20,32,0,32,11,54,2,16,32,0,32,12,54,2,12,32,0,32,10,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,15,11,65,0,33,16,2,64,32,11,40,2,0,34,8,65,1,113,13,0,32,8,40,2,36,69,13,0,32,2,32,15,107,34,7,32,8,32,20,106,40,2,0,34,16,73,13,3,11,32,15,32,16,106,11,33,15,32,1,32,19,71,13,0,11,32,0,32,14,54,2,20,32,0,32,11,54,2,16,32,0,32,12,54,2,12,32,0,32,10,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,12,2,11,32,0,32,14,54,2,20,32,0,32,11,54,2,16,32,0,32,12,54,2,12,32,0,32,10,54,2,8,32,0,32,5,54,2,4,32,0,32,4,54,2,0,32,7,33,2,32,11,40,2,0,34,9,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,194,8,2,20,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,5,65,1,113,13,0,3,64,32,5,40,2,36,34,17,69,13,1,32,5,40,2,48,69,13,1,2,64,2,64,32,1,40,2,20,34,18,40,2,8,34,4,40,2,32,69,13,0,32,4,40,2,64,32,5,47,1,66,34,12,65,2,116,106,34,6,47,1,2,34,8,69,13,0,32,4,40,2,68,32,6,47,1,0,65,2,116,106,34,6,32,8,65,2,116,106,33,13,2,64,3,64,32,6,47,1,0,32,2,79,13,1,32,6,65,4,106,34,6,32,13,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,2,64,3,64,32,13,65,4,107,34,8,47,1,0,32,2,77,13,1,32,8,34,13,32,6,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,12,4,127,32,4,40,2,84,32,4,47,1,36,32,12,108,65,1,116,106,5,65,0,11,33,20,32,5,4,64,32,5,32,17,65,3,116,107,33,22,32,1,40,2,0,33,7,32,1,40,2,4,33,14,32,1,40,2,8,33,9,65,0,33,5,65,0,33,15,3,64,32,6,34,8,65,4,106,33,6,2,64,2,64,2,64,2,64,3,64,65,0,33,16,2,127,32,22,32,5,65,3,116,106,34,10,40,0,0,34,4,65,1,113,34,19,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,20,4,127,32,20,32,15,65,1,116,106,47,1,0,5,65,0,11,33,16,32,15,65,1,106,33,15,11,32,5,4,64,2,127,32,19,4,64,32,10,45,0,4,33,11,32,10,45,0,6,33,21,32,10,45,0,5,65,15,113,12,1,11,32,4,40,2,12,33,11,32,4,40,2,4,33,21,32,4,40,2,8,11,33,12,65,0,32,9,32,12,27,32,11,106,33,9,32,12,32,14,106,33,14,32,7,32,21,106,33,7,11,32,3,32,16,54,2,84,32,3,32,9,54,2,80,32,3,32,14,54,2,76,32,3,32,7,54,2,72,32,5,65,1,106,33,5,2,127,32,19,4,64,32,9,32,10,45,0,7,34,11,106,33,9,32,7,32,11,106,33,7,32,4,65,3,118,65,1,113,12,1,11,32,4,40,2,24,65,0,32,9,32,4,40,2,20,34,11,27,106,33,9,32,4,40,2,16,32,7,106,33,7,32,11,32,14,106,33,14,32,4,47,1,44,65,2,118,65,1,113,11,13,1,32,8,45,0,2,32,15,65,1,107,75,4,64,32,5,32,17,70,13,5,12,1,11,11,32,3,32,18,54,2,92,32,3,32,10,54,2,88,32,8,45,0,3,65,1,70,4,64,32,6,32,13,70,13,8,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,53,32,3,40,2,64,69,13,3,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,11,11,2,64,2,64,32,19,4,64,32,4,65,2,113,32,16,114,13,1,12,4,11,32,4,45,0,44,65,1,113,13,0,32,16,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,11,11,32,4,40,2,36,69,13,1,32,4,40,2,48,69,13,1,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,52,12,10,11,32,3,32,18,54,2,92,32,3,32,10,54,2,88,32,8,33,6,12,1,11,32,6,32,13,71,13,0,32,0,66,0,55,2,0,32,0,66,0,55,2,16,32,0,66,0,55,2,8,12,8,11,32,5,32,17,71,13,1,11,11,32,3,32,18,54,2,92,32,3,32,10,54,2,88,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,23,55,2,16,32,1,32,3,41,3,80,55,2,8,32,23,167,40,2,0,34,5,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,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,0,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,51,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,51,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,0,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,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,0,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,51,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,51,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,0,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,56,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,0,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,56,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,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,56,69,13,1,11,11,32,2,65,32,106,36,0,32,5,11,203,6,2,23,127,1,126,32,1,40,2,20,33,17,32,1,40,2,16,33,6,32,1,40,2,8,33,7,32,1,40,2,4,33,8,32,1,40,2,0,33,4,2,64,3,64,32,27,66,32,136,167,33,20,32,27,167,33,21,3,64,65,0,33,1,65,0,33,9,65,0,33,10,65,0,33,14,65,0,33,12,2,127,65,0,32,6,40,2,0,34,11,65,1,113,13,0,26,32,11,40,2,36,69,4,64,65,0,12,1,11,32,11,47,1,66,34,5,4,64,32,17,40,2,8,34,9,40,2,84,32,9,47,1,36,32,5,108,65,1,116,106,33,14,11,32,8,33,9,32,7,33,10,32,11,33,12,32,4,11,33,5,65,0,33,11,3,64,2,64,32,12,69,13,0,32,1,32,12,65,36,106,40,2,0,34,6,70,13,0,3,64,65,0,33,15,2,127,32,1,65,3,116,65,0,32,12,32,6,65,3,116,107,32,12,65,1,113,27,106,34,6,40,0,0,34,4,65,1,113,34,8,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,14,4,127,32,14,32,11,65,1,116,106,47,1,0,5,65,0,11,33,15,32,11,65,1,106,33,11,11,2,127,32,1,69,4,64,32,5,33,4,32,10,33,7,32,9,12,1,11,2,127,32,8,4,64,32,6,45,0,5,65,15,113,33,8,32,6,45,0,4,33,7,32,6,45,0,6,12,1,11,32,4,40,2,12,33,7,32,4,40,2,8,33,8,32,4,40,2,4,11,33,4,65,0,32,10,32,8,27,32,7,106,33,7,32,4,32,5,106,33,4,32,8,32,9,106,11,33,8,32,0,32,17,54,2,20,32,0,32,6,54,2,16,32,0,32,15,54,2,12,32,0,32,7,54,2,8,32,0,32,8,54,2,4,32,0,32,4,54,2,0,2,127,32,6,40,0,0,34,5,65,1,113,4,64,32,6,45,0,7,34,5,33,10,32,7,33,16,32,8,12,1,11,65,0,32,7,32,5,40,2,20,34,9,27,33,16,32,5,40,2,24,33,10,32,5,40,2,16,33,5,32,8,32,9,106,11,33,9,32,1,65,1,106,33,1,32,10,32,16,106,33,10,32,4,32,5,106,33,5,2,64,2,127,32,6,41,2,0,34,27,167,34,13,65,1,113,34,19,4,64,32,27,66,56,136,167,12,1,11,32,13,40,2,16,11,32,4,106,32,2,77,13,0,2,64,32,3,4,64,32,19,4,127,32,13,65,1,118,65,1,113,5,32,13,47,1,44,65,1,113,11,32,15,114,69,13,1,12,8,11,2,64,32,15,65,254,255,3,107,14,2,1,8,0,11,32,15,69,4,64,32,19,4,64,32,13,65,2,113,69,13,2,32,13,65,2,118,65,1,113,69,13,2,12,9,11,32,13,47,1,44,34,16,65,1,113,69,13,1,32,16,65,1,118,65,1,113,69,13,1,12,8,11,32,17,40,2,8,40,2,72,32,15,65,3,108,106,45,0,1,65,1,113,13,7,11,32,19,13,0,32,13,40,2,36,34,16,69,13,0,32,13,40,2,48,69,13,0,32,1,32,16,79,13,4,32,9,173,32,10,173,66,32,134,132,33,27,65,1,33,18,32,12,33,22,32,5,33,23,32,1,33,24,32,11,33,25,32,14,33,26,12,5,11,32,1,32,12,40,2,36,34,6,71,13,0,11,11,32,18,33,7,65,0,33,18,32,23,33,5,32,21,33,9,32,20,33,10,32,24,33,1,32,25,33,11,32,26,33,14,32,22,33,12,32,7,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,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,0,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,0,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,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,0,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,0,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,209,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,33,7,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,32,7,35,6,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,6,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,6,40,2,0,17,2,0,11,32,0,40,2,16,34,1,13,0,11,11,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,60,11,32,2,40,2,20,4,64,32,3,32,2,41,2,20,55,3,0,32,5,32,3,16,60,11,32,2,40,2,4,34,1,4,64,32,1,40,2,0,34,7,4,127,32,7,35,6,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,6,40,2,0,17,2,0,11,32,2,40,2,0,32,6,32,5,16,65,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,4,40,2,0,17,1,0,12,1,11,65,128,2,35,5,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,235,7,1,10,127,35,0,65,32,107,34,4,36,0,32,0,4,64,32,0,16,63,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,6,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,6,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,65,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,60,11,32,2,40,2,20,4,64,32,6,32,2,41,2,20,55,3,0,32,7,32,6,16,60,11,32,2,40,2,4,34,3,4,64,32,3,40,2,0,34,10,4,127,32,10,35,6,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,6,40,2,0,17,2,0,11,32,2,40,2,0,32,8,32,7,16,65,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,6,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,6,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,6,40,2,0,17,2,0,32,1,65,0,54,2,8,32,1,66,0,55,2,0,11,32,1,35,6,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,6,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,188,10,34,1,4,64,32,1,35,6,40,2,0,17,2,0,32,0,65,0,54,2,196,10,32,0,66,0,55,2,188,10,11,32,0,40,2,180,10,4,64,32,4,32,0,65,180,10,106,41,2,0,55,3,24,32,0,65,136,9,106,32,4,65,24,106,16,60,32,0,66,0,55,2,180,10,11,32,0,40,2,68,35,6,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,60,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,60,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,40,2,0,17,2,0,11,32,4,65,32,106,36,0,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,180,10,4,64,32,2,32,0,65,180,10,106,41,2,0,55,3,24,32,0,65,136,9,106,32,2,65,24,106,16,60,32,0,66,0,55,2,180,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,61,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,60,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,60,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,60,32,0,66,0,55,2,180,9,11,32,0,65,0,58,0,226,10,32,0,65,0,54,2,168,10,32,0,65,0,59,1,224,10,32,0,66,0,55,3,208,10,32,0,66,0,55,3,200,10,32,0,65,216,10,106,65,0,54,2,0,32,2,65,32,106,36,0,11,51,1,1,127,32,0,16,63,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,248,2,1,5,127,35,0,65,32,107,34,3,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,5,4,127,32,5,65,1,107,34,5,4,64,32,0,65,16,106,33,6,3,64,32,3,32,6,32,5,65,4,116,106,34,4,41,2,8,55,3,24,32,3,32,4,41,2,0,55,3,16,32,3,40,2,20,4,64,32,3,32,3,41,2,20,55,3,8,32,2,32,3,65,8,106,16,60,11,32,3,40,2,16,32,1,32,2,16,65,32,5,65,1,107,34,5,13,0,11,11,32,3,32,0,41,2,24,55,3,24,32,3,32,0,41,2,16,55,3,16,32,3,40,2,20,4,64,32,3,32,3,41,2,20,55,3,0,32,2,32,3,16,60,11,32,0,40,2,16,5,65,0,11,33,5,2,64,32,1,40,2,4,34,4,65,49,77,4,64,32,1,40,2,0,33,6,32,1,40,2,8,34,7,32,4,77,4,64,65,8,32,7,65,1,116,34,7,32,4,65,1,106,34,4,32,4,32,7,73,27,34,4,32,4,65,8,77,27,34,7,65,2,116,33,4,2,127,32,6,4,64,32,6,32,4,35,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,4,11,32,1,32,4,65,1,106,54,2,4,32,6,32,4,65,2,116,106,32,0,54,2,0,12,1,11,32,0,35,6,40,2,0,17,2,0,11,32,5,34,0,13,1,11,11,32,3,65,32,106,36,0,11,8,0,32,0,41,3,160,10,11,10,0,32,0,32,1,55,3,160,10,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,4,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,0,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,248,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,0,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,244,1,32,5,65,1,106,33,5,12,5,11,35,1,65,154,3,106,32,4,16,244,1,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,241,1,32,5,65,1,106,33,5,12,2,11,65,220,0,32,4,16,241,1,32,5,44,0,0,32,4,16,241,1,32,5,65,1,106,33,5,12,1,11,11,2,64,32,0,40,0,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,0,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,69,2,127,32,5,40,0,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,173,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,4,40,2,0,17,1,0,12,1,11,65,128,6,35,5,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,8,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,1,33,3,65,0,33,2,65,0,33,5,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,241,1,32,3,44,0,0,32,10,16,241,1,32,3,65,1,106,33,3,12,3,11,35,1,65,139,8,106,32,10,16,244,1,32,3,65,1,106,33,3,12,2,11,35,1,65,154,3,106,32,10,16,244,1,32,3,65,1,106,33,3,12,1,11,32,4,192,32,10,16,241,1,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,4,40,2,0,17,1,0,33,5,12,1,11,32,4,35,5,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,6,40,2,0,17,2,0,11,32,6,65,48,106,36,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,60,11,32,3,40,2,20,4,64,32,4,32,3,41,2,20,55,3,0,32,5,32,4,16,60,11,32,3,40,2,4,34,2,4,64,32,2,40,2,0,34,7,4,127,32,7,35,6,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,6,40,2,0,17,2,0,11,32,3,40,2,0,32,0,65,36,106,32,5,16,65,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,149,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,0,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,248,1,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,60,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,33,3,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,3,32,11,65,16,106,32,2,16,72,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,135,11,1,23,127,35,0,65,16,107,34,15,36,0,32,0,40,2,132,9,34,7,40,2,4,34,18,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,18,33,17,32,1,33,8,3,64,32,7,40,2,0,33,12,2,64,32,8,32,18,75,4,64,32,12,32,8,65,5,116,106,33,13,32,18,33,3,3,64,2,64,32,12,32,3,65,5,116,106,34,9,40,2,28,13,0,32,13,40,2,28,13,0,32,9,40,2,0,34,10,47,1,0,34,20,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,33,11,32,13,40,0,12,33,6,2,127,32,11,65,148,12,106,32,9,40,0,12,34,4,69,13,0,26,35,1,65,148,12,106,32,4,65,1,113,13,0,26,35,1,65,148,12,106,32,4,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,4,65,48,106,32,4,40,2,36,27,11,33,4,35,1,33,11,32,4,40,2,24,33,14,2,64,2,127,32,11,65,148,12,106,32,6,69,13,0,26,35,1,65,148,12,106,32,6,65,1,113,13,0,26,35,1,65,148,12,106,32,6,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,6,65,48,106,32,6,40,2,36,27,11,34,11,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,11,40,2,0,33,11,12,1,11,32,6,32,14,71,13,1,11,32,4,32,11,32,6,16,248,1,13,0,32,5,47,1,144,1,4,127,65,0,33,3,3,64,32,7,40,2,52,33,4,32,9,40,2,0,33,17,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,17,32,15,32,4,16,72,32,3,65,1,106,34,3,32,13,40,2,0,34,5,47,1,144,1,73,13,0,11,32,9,40,2,0,34,10,47,1,0,5,32,20,11,69,4,64,32,9,32,10,40,2,156,1,54,2,8,11,32,7,32,8,16,71,12,3,11,32,3,65,1,106,34,3,32,8,71,13,0,11,11,32,12,32,8,65,5,116,106,40,2,0,47,1,0,33,13,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,20,32,4,77,13,0,65,0,33,11,32,22,33,9,3,64,2,64,32,9,65,253,255,3,75,13,0,2,64,2,64,32,0,40,2,160,9,34,7,40,2,24,34,3,32,13,77,4,64,32,7,40,2,44,32,7,40,2,48,32,13,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,12,4,127,32,3,32,12,65,1,116,106,33,6,65,0,33,4,3,64,32,9,32,3,47,1,0,70,13,4,32,3,65,2,106,33,3,32,4,65,1,106,34,4,32,12,71,13,0,11,32,6,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,7,40,2,40,32,7,40,2,4,32,13,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,3,12,1,11,32,5,47,1,0,33,3,11,32,7,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,6,3,64,32,24,32,6,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,128,2,113,69,32,10,65,1,115,113,32,11,114,33,11,12,1,11,32,3,45,0,1,34,7,69,13,0,32,3,47,1,6,33,25,32,3,47,1,2,33,12,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,12,32,4,32,3,65,4,116,106,34,21,47,1,4,70,4,64,32,21,40,2,0,32,7,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,21,75,4,127,65,8,32,21,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,12,59,1,4,32,3,32,7,54,2,0,11,32,6,65,1,106,34,6,32,14,71,13,0,11,11,32,20,32,9,65,1,106,34,9,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,6,12,1,11,3,64,32,0,32,8,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,82,33,6,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,11,65,1,113,13,1,26,32,6,65,127,70,13,0,32,19,65,5,75,13,0,32,0,40,2,132,9,32,6,32,8,16,83,12,2,11,32,2,4,64,32,0,40,2,132,9,32,8,16,71,11,32,16,11,33,3,32,17,32,8,65,1,106,32,1,32,8,70,27,33,8,32,3,33,16,11,32,19,65,1,106,33,19,32,8,32,0,40,2,132,9,34,7,40,2,4,34,17,73,13,0,11,11,32,15,65,16,106,36,0,32,16,65,1,113,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,131,21,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,33,8,32,13,65,0,58,0,46,32,13,65,0,59,1,44,32,8,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,5,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,4,40,2,0,17,1,0,12,1,11,32,8,35,5,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,7,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,0,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,0,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,0,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,4,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,4,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,4,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,0,0,34,8,69,13,0,32,15,65,16,107,40,0,0,33,2,32,15,65,20,107,34,7,40,0,0,33,6,32,7,32,8,65,8,35,7,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,0,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,0,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,0,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,60,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,6,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,217,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,249,1,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,241,1,32,5,45,0,0,33,4,11,32,4,192,32,0,40,2,140,10,16,241,1,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,4,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,60,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,157,51,2,27,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,7,40,2,0,34,3,40,2,8,33,24,32,3,40,2,4,33,20,32,5,40,2,4,33,12,32,3,40,2,156,1,34,14,32,7,40,2,8,34,15,73,4,64,32,7,32,14,54,2,8,32,14,33,15,11,32,7,40,2,4,33,16,32,3,40,2,152,1,33,17,2,64,32,7,40,2,28,65,1,71,4,64,32,3,47,1,0,13,1,32,3,40,2,20,13,1,11,32,17,65,244,3,106,33,17,11,2,64,32,16,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,16,40,2,4,69,13,0,32,0,65,188,9,106,33,25,32,0,65,136,9,106,33,21,32,17,32,20,106,33,26,32,14,32,15,71,33,27,3,64,2,64,2,64,32,16,40,2,0,32,22,65,20,108,106,34,3,47,1,16,34,9,69,13,0,32,3,40,2,0,34,5,32,20,70,13,0,32,3,40,2,12,33,7,32,3,40,2,4,33,6,32,12,4,64,32,0,40,2,132,9,40,2,0,33,8,65,0,33,3,3,64,32,9,32,8,32,3,65,5,116,106,40,2,0,34,10,47,1,0,70,4,64,32,10,40,2,4,32,20,70,13,3,11,32,3,65,1,106,34,3,32,12,71,13,0,11,11,32,0,32,1,32,26,32,5,107,32,7,65,228,0,108,106,32,24,32,6,107,65,30,108,106,16,145,1,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,8,2,64,32,0,40,2,160,9,34,3,40,2,24,34,5,32,9,77,4,64,32,3,40,2,44,32,3,40,2,48,32,9,32,5,107,65,2,116,106,40,2,0,65,1,116,106,34,3,47,1,0,34,13,69,13,2,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,33,18,65,0,33,6,3,64,32,3,47,1,0,32,8,65,255,255,3,113,70,13,4,32,3,65,2,106,33,3,32,6,65,1,106,34,6,32,11,71,13,0,11,32,18,5,32,3,11,33,5,32,10,65,1,106,34,10,32,13,71,13,0,11,12,2,11,32,3,40,2,40,32,3,40,2,4,32,9,108,65,1,116,106,32,8,65,255,255,3,113,65,1,116,106,33,5,11,32,5,47,1,0,69,13,0,32,0,40,2,132,9,33,3,32,4,32,7,32,27,106,34,18,54,2,160,2,32,4,65,200,1,106,32,3,32,1,35,2,65,7,106,32,4,65,160,2,106,32,18,16,75,32,4,40,2,204,1,34,7,69,13,0,65,0,33,13,65,127,33,11,3,64,32,4,32,4,40,2,200,1,32,13,65,4,116,106,34,5,41,2,8,55,3,192,1,32,4,32,5,41,2,0,55,3,184,1,2,64,2,64,32,11,32,4,40,2,196,1,34,6,70,4,64,65,0,33,3,32,4,40,2,184,1,33,6,32,4,40,2,188,1,34,8,4,64,3,64,32,4,32,6,32,3,65,3,116,106,41,2,0,55,3,136,1,32,21,32,4,65,136,1,106,16,60,32,3,65,1,106,34,3,32,8,71,13,0,11,11,32,6,4,64,32,6,35,6,40,2,0,17,2,0,11,32,7,32,13,65,127,115,106,65,4,116,34,3,69,13,1,32,5,32,5,65,16,106,32,3,252,10,0,0,12,1,11,32,9,32,0,40,2,132,9,34,8,40,2,0,32,6,65,5,116,106,34,10,40,2,0,34,3,47,1,0,71,4,64,32,10,65,2,54,2,28,65,0,33,3,32,4,40,2,184,1,33,6,32,4,40,2,188,1,34,8,4,64,3,64,32,4,32,6,32,3,65,3,116,106,41,2,0,55,3,168,1,32,21,32,4,65,168,1,106,16,60,32,3,65,1,106,34,3,32,8,71,13,0,11,11,32,6,4,64,32,6,35,6,40,2,0,17,2,0,32,4,65,0,54,2,184,1,11,32,7,32,13,65,127,115,106,65,4,116,34,3,69,13,1,32,5,32,5,65,16,106,32,3,252,10,0,0,12,1,11,2,64,32,3,47,1,144,1,34,5,69,13,0,32,3,65,20,106,33,10,65,0,33,3,3,64,2,64,32,10,32,3,65,4,116,106,40,2,0,34,7,69,13,0,32,7,65,1,113,13,0,32,7,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,8,32,6,35,2,65,8,106,32,4,65,136,2,106,65,1,16,75,32,4,40,2,164,2,69,13,2,32,8,32,4,40,2,160,2,34,3,40,2,12,32,6,16,83,32,3,40,2,4,34,19,69,13,2,2,64,32,3,40,2,0,34,8,40,2,0,34,6,65,1,113,13,0,32,6,40,2,36,34,7,69,13,0,32,4,40,2,184,1,33,5,32,4,40,2,188,1,34,10,32,7,106,34,3,32,4,40,2,192,1,75,4,64,32,3,65,3,116,33,11,2,127,32,5,4,64,32,5,32,11,35,4,40,2,0,17,1,0,12,1,11,32,11,35,5,40,2,0,17,0,0,11,33,5,32,4,32,3,54,2,192,1,32,4,32,5,54,2,184,1,11,32,7,65,3,116,33,3,2,64,32,10,69,13,0,32,10,65,3,116,34,10,69,13,0,32,3,32,5,106,32,5,32,10,252,10,0,0,11,32,3,4,64,32,5,32,6,32,3,107,32,3,252,10,0,0,11,32,4,32,4,40,2,188,1,32,7,106,54,2,188,1,65,0,33,3,32,7,65,1,71,4,64,32,7,65,126,113,33,10,65,0,33,5,3,64,32,3,65,3,116,34,11,32,4,40,2,184,1,106,40,0,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,11,32,4,40,2,184,1,32,11,106,40,0,8,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,11,32,3,65,2,106,33,3,32,5,65,2,106,34,5,32,10,71,13,0,11,11,32,7,65,1,113,69,13,0,32,4,40,2,184,1,32,3,65,3,116,106,40,0,0,34,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,11,65,0,33,3,3,64,32,4,32,8,32,3,65,3,116,106,41,2,0,55,3,160,1,32,21,32,4,65,160,1,106,16,60,32,3,65,1,106,34,3,32,19,71,13,0,11,32,8,35,6,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,25,16,127,2,64,32,4,40,2,188,1,34,3,4,64,32,0,40,2,160,9,33,5,32,4,40,2,184,1,33,6,32,3,65,3,116,34,8,65,204,0,106,34,7,32,4,40,2,192,1,65,3,116,75,4,64,32,6,32,7,35,4,40,2,0,17,1,0,33,6,32,4,32,7,65,3,118,54,2,192,1,32,4,32,6,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,3,54,2,240,1,32,6,32,8,106,34,3,32,4,40,2,244,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,240,1,54,2,36,32,3,32,4,47,1,132,2,59,1,40,32,3,32,4,47,1,130,2,59,1,42,32,3,32,4,47,1,236,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,234,1,59,1,66,32,3,32,4,41,3,224,1,55,2,68,32,4,65,0,54,2,220,1,32,4,32,3,54,2,216,1,32,4,32,4,41,3,216,1,55,3,152,1,32,4,65,152,1,106,32,5,16,128,1,32,3,32,3,47,1,44,65,4,114,59,1,44,32,4,32,4,41,3,216,1,34,30,55,3,160,2,32,0,40,2,132,9,33,3,32,4,32,30,55,3,144,1,32,3,32,4,40,2,196,1,32,4,65,144,1,106,65,0,32,9,16,84,12,1,11,32,4,40,2,184,1,34,3,69,13,0,32,3,35,6,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,7,32,4,40,2,196,1,33,11,32,0,40,2,192,9,4,64,3,64,32,0,40,2,188,9,32,7,65,3,116,106,41,2,0,33,30,32,0,40,2,132,9,34,3,40,2,0,32,11,65,5,116,106,34,19,40,2,0,33,6,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,164,1,35,5,40,2,0,17,0,0,11,34,3,32,9,59,1,0,32,3,65,2,106,65,0,65,146,1,252,11,0,32,30,167,33,5,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,32,3,2,127,2,64,2,64,32,6,4,64,32,3,32,30,55,2,20,32,3,32,6,54,2,16,32,3,65,1,59,1,144,1,32,3,32,6,41,2,4,55,2,4,32,3,32,6,40,2,12,54,2,12,32,3,32,6,40,2,152,1,34,8,54,2,152,1,32,3,32,6,40,2,160,1,34,28,54,2,160,1,32,3,32,6,40,2,156,1,34,6,54,2,156,1,32,5,69,13,1,32,5,65,1,113,34,29,13,2,32,3,32,5,45,0,45,65,2,113,4,127,65,226,4,5,32,5,40,2,32,11,32,8,106,54,2,152,1,65,0,32,5,40,2,12,32,5,40,2,20,34,8,27,33,23,32,8,32,5,40,2,8,106,33,10,32,5,40,2,24,33,8,32,5,40,2,16,32,5,40,2,4,106,12,3,11,32,3,66,0,55,2,4,65,0,33,6,32,3,65,0,54,2,12,32,5,13,3,11,32,19,32,6,54,2,8,12,2,11,32,3,32,8,32,5,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,30,66,32,136,167,65,255,1,113,33,23,32,30,66,40,136,167,65,15,113,33,10,32,30,66,56,136,167,34,8,32,30,66,48,136,167,65,255,1,113,106,11,32,3,40,0,4,106,54,2,4,32,3,32,3,40,0,8,32,10,106,173,32,8,32,23,106,65,0,32,3,40,0,12,32,10,27,106,173,66,32,134,132,55,2,8,2,64,32,29,69,4,64,65,0,33,10,32,3,32,5,40,2,36,34,8,4,127,32,5,40,2,56,5,65,0,11,32,6,106,32,5,47,1,44,65,1,113,106,32,5,47,1,40,65,254,255,3,70,106,54,2,156,1,32,8,69,13,1,32,5,40,2,60,33,10,12,1,11,32,3,32,6,32,5,65,1,118,65,1,113,106,54,2,156,1,65,0,33,10,11,32,3,32,10,32,28,106,54,2,160,1,11,32,19,32,3,54,2,0,32,7,65,1,106,34,7,32,0,40,2,192,9,73,13,0,11,11,32,13,65,1,106,33,13,32,4,40,2,204,1,33,7,12,1,11,32,4,32,7,65,1,107,34,7,54,2,204,1,11,32,7,32,13,75,13,0,11,32,11,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,9,12,4,11,32,4,32,18,54,2,132,1,32,4,32,9,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,249,1,26,32,0,40,2,96,34,7,4,64,32,0,40,2,92,65,0,32,3,32,7,17,3,0,11,32,0,40,2,140,10,69,4,64,65,1,33,9,12,4,11,3,64,2,64,2,64,2,64,32,3,45,0,0,34,6,65,34,70,13,0,32,6,65,220,0,70,13,0,32,6,13,1,32,0,40,2,140,10,34,3,13,2,65,1,33,9,12,7,11,65,220,0,32,0,40,2,140,10,16,241,1,32,3,45,0,0,33,6,11,32,6,192,32,0,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,1,11,11,32,0,40,2,132,9,32,0,40,2,160,9,32,3,16,70,65,1,33,9,35,1,65,235,11,106,32,0,40,2,140,10,16,244,1,12,3,11,32,22,65,1,106,34,22,32,16,40,2,4,73,13,1,11,11,65,0,33,9,11,32,0,40,2,132,9,34,3,40,2,4,34,6,32,12,75,4,64,32,0,65,132,1,106,33,7,3,64,2,64,32,3,40,2,0,32,12,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,12,54,2,112,32,7,65,128,8,35,1,65,205,0,106,32,4,65,240,0,106,16,249,1,26,32,0,40,2,96,34,3,4,64,32,0,40,2,92,65,0,32,7,32,3,17,3,0,11,32,7,33,6,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,6,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,241,1,32,6,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,32,6,65,1,106,33,6,12,0,11,0,11,32,0,40,2,132,9,32,12,16,71,32,12,65,1,107,33,12,32,0,40,2,132,9,33,3,32,0,40,2,140,10,34,5,69,13,0,32,3,32,0,40,2,160,9,32,5,16,70,35,1,65,235,11,106,32,0,40,2,140,10,16,244,1,32,0,40,2,132,9,33,3,11,32,12,65,1,106,34,12,32,3,40,2,4,34,6,73,13,0,11,11,2,64,2,64,2,64,2,64,2,127,32,2,45,0,0,34,7,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,4,64,32,9,69,13,2,32,6,65,7,73,13,1,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,60,12,4,11,2,64,32,0,40,2,96,34,3,69,4,64,32,0,40,2,140,10,69,13,4,32,0,35,1,65,168,8,106,34,3,41,0,0,55,0,132,1,32,0,32,3,40,0,8,54,0,140,1,32,0,65,132,1,106,33,6,12,1,11,32,0,35,1,65,168,8,106,34,7,41,0,0,55,0,132,1,32,0,32,7,40,0,8,54,0,140,1,32,0,40,2,92,65,0,32,0,65,132,1,106,34,6,32,3,17,3,0,32,0,40,2,140,10,69,13,3,11,3,64,2,64,2,64,32,6,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,241,1,32,6,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,32,6,65,1,106,33,6,12,0,11,0,11,32,7,65,1,113,13,0,32,2,40,2,0,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,60,12,2,11,32,17,65,228,0,106,33,3,2,127,32,2,40,2,0,34,7,65,1,113,4,64,32,2,45,0,6,32,2,45,0,7,106,33,9,32,2,45,0,5,65,15,113,12,1,11,32,7,40,2,16,32,7,40,2,4,106,33,9,32,7,40,2,20,32,7,40,2,8,106,11,33,5,32,0,32,1,32,3,32,9,106,32,5,65,30,108,106,16,145,1,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,60,12,2,11,32,7,65,8,118,33,11,32,0,40,2,160,9,33,5,2,64,2,64,32,7,65,1,113,4,64,32,11,65,255,1,113,33,9,12,1,11,32,7,47,1,40,34,9,65,253,255,3,75,13,1,11,2,64,2,64,32,5,40,2,24,34,3,65,1,77,4,64,32,5,40,2,44,32,5,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,13,69,4,64,65,0,33,3,12,3,11,32,3,65,2,106,33,8,65,0,33,10,3,64,32,8,65,4,106,33,3,32,8,47,1,2,34,12,4,127,32,3,32,12,65,1,116,106,33,16,65,0,33,6,3,64,32,3,47,1,0,32,9,70,13,4,32,3,65,2,106,33,3,32,6,65,1,106,34,6,32,12,71,13,0,11,32,16,5,32,3,11,33,8,65,0,33,3,32,10,65,1,106,34,10,32,13,71,13,0,11,12,2,11,32,5,40,2,40,32,5,40,2,4,65,1,116,106,32,9,65,1,116,106,47,1,0,33,3,12,1,11,32,8,47,1,0,33,3,11,32,5,40,2,52,32,3,65,255,255,3,113,65,3,116,106,34,3,45,0,0,34,5,69,13,0,32,3,32,5,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,30,55,3,136,2,32,30,66,32,136,33,31,2,64,32,30,167,34,5,65,1,113,4,64,32,5,33,7,12,1,11,32,5,34,7,40,2,0,65,1,70,13,0,32,5,40,2,36,65,3,116,65,204,0,106,34,3,35,5,40,2,0,17,0,0,33,6,32,3,4,64,32,6,32,5,32,5,40,2,36,65,3,116,107,32,3,252,10,0,0,11,32,0,65,136,9,106,33,10,32,6,32,5,40,2,36,34,9,65,3,116,106,33,7,2,64,32,9,4,64,65,0,33,3,3,64,32,6,32,3,65,3,116,106,40,0,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,5,40,2,36,33,9,11,32,3,65,1,106,34,3,32,9,73,13,0,11,12,1,11,32,5,45,0,44,65,192,0,113,69,13,0,32,5,40,2,48,33,3,32,4,32,5,41,2,68,55,3,176,2,32,4,32,5,41,2,60,55,3,168,2,32,4,32,5,41,2,52,55,3,160,2,2,64,32,5,40,2,72,34,6,65,25,73,13,0,32,6,35,5,40,2,0,17,0,0,33,3,32,5,40,2,72,34,6,69,13,0,32,3,32,5,40,2,48,32,6,252,10,0,0,11,32,7,32,3,54,2,48,32,7,32,4,41,3,160,2,55,2,52,32,7,32,4,41,3,168,2,55,2,60,32,7,32,4,41,3,176,2,55,2,68,11,32,7,65,1,54,2,0,32,4,32,4,41,3,136,2,55,3,96,32,10,32,4,65,224,0,106,16,60,66,0,33,31,11,2,64,32,7,65,1,113,4,64,32,7,65,8,114,33,7,12,1,11,32,7,32,7,47,1,44,65,4,114,59,1,44,11,32,2,32,7,173,34,30,32,31,66,32,134,132,55,2,0,32,30,66,8,136,167,33,11,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,5,35,1,65,171,10,106,33,6,2,64,2,64,2,64,32,7,65,1,113,4,127,32,11,65,255,1,113,5,32,7,47,1,40,11,65,255,255,3,113,34,7,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,5,40,2,8,32,5,40,2,4,106,32,7,77,13,0,32,5,40,2,56,32,7,65,2,116,106,40,2,0,33,6,11,32,4,32,6,54,2,80,32,3,65,128,8,35,1,65,193,5,106,32,4,65,208,0,106,16,249,1,26,32,0,40,2,96,34,7,4,64,32,0,40,2,92,65,0,32,3,32,7,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,6,65,34,70,13,0,32,6,65,220,0,70,13,0,32,6,13,1,12,3,11,65,220,0,32,0,40,2,140,10,16,241,1,32,3,45,0,0,33,6,11,32,6,192,32,0,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,0,11,0,11,65,8,35,5,40,2,0,17,0,0,34,3,32,2,41,2,0,34,30,55,2,0,32,0,40,2,160,9,33,7,32,3,65,212,0,35,4,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,7,16,128,1,2,64,2,64,32,14,32,15,70,4,64,32,0,40,2,132,9,33,3,32,4,32,4,41,3,200,1,34,31,55,3,176,1,32,4,32,31,55,3,48,32,3,32,1,32,4,65,48,106,65,0,65,0,16,84,32,30,167,65,1,113,69,13,1,12,2,11,32,0,40,2,132,9,33,3,32,4,65,1,54,2,136,2,32,4,65,160,2,106,32,3,32,1,35,2,65,7,106,32,4,65,136,2,106,65,1,16,75,32,4,40,2,160,2,33,5,2,64,32,4,40,2,164,2,34,6,65,1,77,4,64,32,5,40,2,12,33,7,32,0,40,2,132,9,33,3,12,1,11,32,0,65,136,9,106,33,8,65,1,33,9,3,64,65,0,33,3,32,5,32,9,65,4,116,106,34,7,40,2,4,4,64,3,64,32,4,32,7,40,2,0,32,3,65,3,116,106,41,2,0,55,3,64,32,8,32,4,65,64,107,16,60,32,3,65,1,106,34,3,32,7,40,2,4,73,13,0,11,11,32,7,65,0,54,2,4,32,7,40,2,0,34,3,4,64,32,3,35,6,40,2,0,17,2,0,32,7,65,0,54,2,8,32,7,66,0,55,2,0,11,32,9,65,1,106,34,9,32,6,71,13,0,11,32,5,40,2,12,34,7,65,1,106,34,6,32,0,40,2,132,9,34,3,40,2,4,79,13,0,3,64,32,3,32,6,16,71,32,5,40,2,12,34,7,65,1,106,34,6,32,0,40,2,132,9,34,3,40,2,4,73,13,0,11,11,32,3,32,7,32,1,16,83,32,5,40,2,0,33,3,32,5,32,5,40,2,4,34,7,65,1,106,34,6,32,5,40,2,8,34,8,75,4,127,65,8,32,8,65,1,116,34,7,32,6,32,6,32,7,73,27,34,7,32,7,65,8,77,27,34,6,65,3,116,33,7,2,127,32,3,4,64,32,3,32,7,35,4,40,2,0,17,1,0,12,1,11,32,7,35,5,40,2,0,17,0,0,11,33,3,32,5,32,6,54,2,8,32,5,32,3,54,2,0,32,5,40,2,4,34,7,65,1,106,5,32,6,11,54,2,4,32,3,32,7,65,3,116,106,32,4,41,3,200,1,55,2,0,32,4,65,136,2,106,65,254,255,3,32,5,65,0,32,0,40,2,160,9,16,129,1,32,4,32,4,41,3,136,2,34,30,55,3,200,1,32,2,45,0,0,33,3,32,0,40,2,132,9,33,7,32,4,32,30,55,3,56,32,4,32,30,55,3,176,1,32,7,32,1,32,4,65,56,106,65,0,65,0,16,84,32,3,65,1,113,13,1,11,32,2,40,2,0,34,5,45,0,44,65,192,0,113,69,13,0,32,0,40,2,132,9,33,6,2,64,32,5,65,1,113,69,4,64,32,2,40,2,4,33,8,2,127,32,5,40,2,36,34,7,4,64,3,64,32,5,32,7,65,3,116,107,33,14,32,7,33,3,3,64,2,64,2,64,32,14,32,3,65,1,107,34,3,65,3,116,106,34,15,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,7,32,15,40,2,4,33,8,32,2,33,5,12,1,11,32,3,13,1,11,11,32,7,13,0,11,32,6,40,2,0,34,3,32,5,13,1,26,65,0,33,5,12,3,11,32,6,40,2,0,11,33,3,32,5,65,1,113,13,1,32,5,32,5,40,2,0,65,1,106,54,2,0,32,5,40,2,0,26,12,1,11,32,6,40,2,0,33,3,65,0,33,5,65,0,33,8,11,32,3,32,1,65,5,116,106,34,1,40,2,12,4,64,32,6,40,2,52,33,2,32,4,32,1,41,2,12,55,3,40,32,2,32,4,65,40,106,16,60,11,32,1,32,8,54,2,16,32,1,32,5,54,2,12,11,2,64,32,0,40,2,132,9,34,1,40,2,4,34,2,69,4,64,65,1,33,3,12,1,11,32,1,40,2,0,33,7,65,0,33,6,3,64,32,7,32,6,65,5,116,106,34,1,40,2,28,33,3,32,1,40,2,0,34,5,40,2,156,1,34,8,32,1,40,2,8,73,4,64,32,1,32,8,54,2,8,11,2,64,32,3,65,1,70,13,0,32,5,47,1,0,69,13,0,65,0,33,3,12,2,11,65,1,33,3,32,6,65,1,106,34,6,32,2,71,13,0,11,11,32,0,32,3,58,0,226,10,12,1,11,32,0,40,2,160,9,33,7,65,0,65,204,0,35,4,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,7,16,128,1,32,3,32,3,47,1,44,65,251,255,3,113,59,1,44,32,0,40,2,132,9,33,3,32,4,32,4,41,2,248,1,55,3,8,32,3,32,1,32,4,65,8,106,65,0,65,1,16,84,32,4,32,2,41,2,0,55,3,0,32,0,32,1,32,4,16,81,11,32,4,65,192,2,106,36,0,11,195,3,1,7,127,35,0,65,16,107,34,4,36,0,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,32,4,65,8,106,65,6,16,248,1,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,4,65,16,106,36,0,32,0,65,1,113,11,216,3,2,11,127,1,126,32,0,40,2,0,34,6,32,0,40,2,4,34,1,65,4,116,106,34,2,65,4,107,40,2,0,33,9,32,2,65,9,107,45,0,0,33,4,32,2,65,10,107,45,0,0,33,5,2,64,32,2,65,16,107,40,2,0,34,3,65,1,113,4,64,32,4,32,5,106,33,7,12,1,11,32,3,40,2,16,32,3,40,2,4,106,33,7,32,3,45,0,44,65,192,0,113,69,13,0,32,2,65,12,107,47,1,0,32,5,65,16,116,114,32,4,65,24,116,114,33,8,32,3,40,2,36,34,4,4,64,3,64,32,3,32,4,65,3,116,107,33,10,32,4,33,2,3,64,2,64,2,64,32,10,32,2,65,1,107,34,2,65,3,116,106,34,11,40,2,0,34,5,65,1,113,13,0,32,5,45,0,44,65,192,0,113,69,13,0,32,5,40,2,36,33,4,32,11,40,2,4,33,8,32,5,33,3,12,1,11,32,2,13,1,11,11,32,4,13,0,11,11,32,0,32,8,54,2,16,32,0,32,3,54,2,12,11,32,6,65,32,107,33,8,32,7,32,9,106,33,7,2,64,3,64,32,0,32,1,34,3,65,1,107,34,1,54,2,4,32,1,69,13,1,32,6,32,1,65,4,116,106,40,2,8,65,1,106,33,4,65,0,33,2,32,8,32,3,65,4,116,106,40,2,0,34,5,65,1,113,4,127,65,0,5,32,5,40,2,36,11,32,4,77,13,0,11,32,0,40,2,8,34,2,32,3,73,4,64,32,6,65,8,32,2,65,1,116,34,1,32,3,32,1,32,3,75,27,34,1,32,1,65,8,77,27,34,1,65,4,116,35,4,40,2,0,17,1,0,33,6,32,0,32,1,54,2,8,32,0,32,6,54,2,0,32,0,40,2,4,33,1,11,32,0,32,1,65,1,106,54,2,4,32,5,32,5,40,2,36,65,3,116,107,32,4,65,3,116,106,41,2,0,33,12,32,6,32,1,65,4,116,106,34,0,32,7,54,2,12,32,0,32,4,54,2,8,32,0,32,12,55,2,0,11,11,185,19,2,24,127,1,126,35,0,65,48,107,34,9,36,0,32,9,65,36,106,32,0,40,2,132,9,34,2,32,1,35,2,65,9,106,65,0,65,0,16,75,2,127,32,9,40,2,40,34,21,4,64,32,0,65,132,1,106,33,16,32,0,65,136,9,106,33,22,3,64,32,2,32,9,40,2,36,34,2,40,2,12,32,1,16,83,32,2,32,1,54,2,12,65,0,33,17,65,0,33,15,3,64,32,9,40,2,36,32,17,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,6,32,9,32,2,40,2,0,34,20,41,2,0,34,26,55,3,24,2,64,32,26,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,6,33,4,32,9,40,2,24,34,2,32,2,40,2,36,65,3,116,107,32,12,65,3,116,106,34,2,40,2,4,33,10,2,64,2,64,2,64,2,64,32,2,40,2,0,34,3,65,1,113,34,14,69,4,64,65,0,33,6,32,3,40,2,36,65,0,71,33,15,32,3,47,1,40,34,8,65,255,255,3,70,13,3,32,3,45,0,44,65,4,113,69,13,1,32,4,33,6,12,3,11,65,0,33,15,32,3,65,8,113,13,3,32,3,65,128,254,3,113,65,8,118,33,8,12,1,11,32,8,65,254,255,3,70,13,1,11,32,4,65,255,255,3,113,33,2,32,0,40,2,160,9,34,7,40,2,24,33,6,2,64,32,8,32,7,40,2,12,73,4,64,2,64,2,64,32,2,32,6,79,4,64,32,7,40,2,44,32,7,40,2,48,32,2,32,6,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,24,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,5,65,0,33,11,3,64,32,5,65,4,106,33,2,32,5,47,1,2,34,13,4,127,32,2,32,13,65,1,116,106,33,25,65,0,33,6,3,64,32,2,47,1,0,32,8,70,13,4,32,2,65,2,106,33,2,32,6,65,1,106,34,6,32,13,71,13,0,11,32,25,5,32,2,11,33,5,65,0,33,2,32,11,65,1,106,34,11,32,24,71,13,0,11,12,2,11,32,7,40,2,40,32,7,40,2,4,32,2,108,65,1,116,106,32,8,65,1,116,106,47,1,0,33,2,12,1,11,32,5,47,1,0,33,2,11,65,0,33,6,32,7,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,2,45,0,0,34,5,69,13,1,32,2,32,5,65,3,116,106,34,2,45,0,0,13,1,32,4,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,6,12,1,11,2,64,32,2,32,6,79,4,64,32,7,40,2,44,32,7,40,2,48,32,2,32,6,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,11,69,4,64,65,0,33,6,12,3,11,32,2,65,2,106,33,7,65,0,33,4,3,64,32,7,65,4,106,33,2,32,7,47,1,2,34,5,4,127,32,2,32,5,65,1,116,106,33,13,65,0,33,6,3,64,32,2,47,1,0,32,8,70,13,4,32,2,65,2,106,33,2,32,6,65,1,106,34,6,32,5,71,13,0,11,32,13,5,32,2,11,33,7,65,0,33,6,32,4,65,1,106,34,4,32,11,71,13,0,11,12,2,11,32,7,40,2,40,32,7,40,2,4,32,2,108,65,1,116,106,32,8,65,1,116,106,47,1,0,33,6,12,1,11,32,7,47,1,0,33,6,11,32,14,13,1,11,32,3,32,3,40,2,0,65,1,106,54,2,0,32,3,40,2,0,26,11,32,0,40,2,132,9,34,2,40,2,0,32,19,106,34,7,40,2,0,33,4,2,127,32,2,40,2,40,34,5,4,64,32,2,32,5,65,1,107,34,5,54,2,40,32,2,40,2,36,32,5,65,2,116,106,40,2,0,12,1,11,65,164,1,35,5,40,2,0,17,0,0,11,34,2,32,6,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,4,4,64,32,2,65,0,59,0,29,32,2,32,15,58,0,28,32,2,32,3,173,32,10,173,66,32,134,132,55,2,20,32,2,32,4,54,2,16,32,2,65,1,59,1,144,1,32,2,65,0,58,0,31,32,2,32,4,41,2,4,55,2,4,32,2,32,4,40,2,12,54,2,12,32,2,32,4,40,2,152,1,34,5,54,2,152,1,32,2,32,4,40,2,160,1,34,13,54,2,160,1,32,2,32,4,40,2,156,1,34,8,54,2,156,1,32,3,69,13,1,32,14,13,2,32,2,32,3,45,0,45,65,2,113,4,127,65,226,4,5,32,3,40,2,32,11,32,5,106,54,2,152,1,65,0,32,3,40,2,12,32,3,40,2,20,34,10,27,33,5,32,3,40,2,16,32,3,40,2,4,106,33,4,32,3,40,2,24,33,11,32,10,32,3,40,2,8,106,12,3,11,32,2,66,0,55,2,4,65,0,33,8,32,2,65,0,54,2,12,32,3,13,3,11,32,7,32,8,54,2,8,12,2,11,32,2,32,5,32,3,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,10,65,255,1,113,33,5,32,10,65,24,118,34,11,32,10,65,16,118,65,255,1,113,106,33,4,32,10,65,8,118,65,15,113,11,33,10,32,2,32,2,40,0,4,32,4,106,54,2,4,32,2,32,2,40,0,8,32,10,106,173,32,5,32,11,106,65,0,32,2,40,0,12,32,10,27,106,173,66,32,134,132,55,2,8,2,64,32,14,69,4,64,65,0,33,4,32,2,32,3,40,2,36,34,5,4,127,32,3,40,2,56,5,65,0,11,32,8,106,32,3,47,1,44,65,1,113,106,32,3,47,1,40,65,254,255,3,70,106,54,2,156,1,32,5,69,13,1,32,3,40,2,60,33,4,12,1,11,32,2,32,8,32,3,65,1,118,65,1,113,106,54,2,156,1,65,0,33,4,11,32,2,32,4,32,13,106,54,2,160,1,11,32,7,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,26,32,0,40,2,132,9,34,2,40,2,0,32,19,106,34,10,40,2,0,33,4,2,127,32,2,40,2,40,34,5,4,64,32,2,32,5,65,1,107,34,5,54,2,40,32,2,40,2,36,32,5,65,2,116,106,40,2,0,12,1,11,65,164,1,35,5,40,2,0,17,0,0,11,34,2,32,6,59,1,0,32,2,65,2,106,65,0,65,146,1,252,11,0,32,26,167,33,3,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,4,4,64,32,2,65,0,54,2,28,32,2,32,26,55,2,20,32,2,32,4,54,2,16,32,2,65,1,59,1,144,1,32,2,32,4,41,2,4,55,2,4,32,2,32,4,40,2,12,54,2,12,32,2,32,4,40,2,152,1,34,5,54,2,152,1,32,2,32,4,40,2,160,1,34,11,54,2,160,1,32,2,32,4,40,2,156,1,34,4,54,2,156,1,32,3,69,13,1,32,3,65,1,113,34,14,13,2,32,2,32,3,45,0,45,65,2,113,4,127,65,226,4,5,32,3,40,2,32,11,32,5,106,54,2,152,1,65,0,32,3,40,2,12,32,3,40,2,20,34,5,27,33,7,32,5,32,3,40,2,8,106,33,8,32,3,40,2,24,33,5,32,3,40,2,16,32,3,40,2,4,106,12,3,11,32,2,66,0,55,2,4,65,0,33,4,32,2,65,0,54,2,12,32,3,13,3,11,32,10,32,4,54,2,8,12,2,11,32,2,32,5,32,3,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,26,66,32,136,167,65,255,1,113,33,7,32,26,66,40,136,167,65,15,113,33,8,32,26,66,56,136,167,34,5,32,26,66,48,136,167,65,255,1,113,106,11,32,2,40,0,4,106,54,2,4,32,2,32,2,40,0,8,32,8,106,173,32,5,32,7,106,65,0,32,2,40,0,12,32,8,27,106,173,66,32,134,132,55,2,8,2,64,32,14,69,4,64,65,0,33,8,32,2,32,3,40,2,36,34,5,4,127,32,3,40,2,56,5,65,0,11,32,4,106,32,3,47,1,44,65,1,113,106,32,3,47,1,40,65,254,255,3,70,106,54,2,156,1,32,5,69,13,1,32,3,40,2,60,33,8,12,1,11,32,2,32,4,32,3,65,1,118,65,1,113,106,54,2,156,1,65,0,33,8,11,32,2,32,8,32,11,106,54,2,160,1,11,32,10,32,2,54,2,0,32,12,65,1,106,34,12,32,18,71,13,0,11,11,32,9,32,9,41,3,24,55,3,16,32,22,32,9,65,16,106,16,60,32,20,35,6,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,6,35,1,65,171,10,106,33,2,2,64,2,64,2,64,2,127,32,9,45,0,24,65,1,113,4,64,32,9,45,0,25,12,1,11,32,9,40,2,24,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,6,40,2,8,32,6,40,2,4,106,32,4,77,13,0,32,6,40,2,56,32,4,65,2,116,106,40,2,0,33,2,11,32,9,32,2,54,2,0,32,16,65,128,8,35,1,65,165,7,106,32,9,16,249,1,26,32,0,40,2,96,34,2,4,64,32,0,40,2,92,65,0,32,16,32,2,17,3,0,11,32,16,33,4,32,0,40,2,140,10,69,13,0,3,64,2,64,2,64,32,4,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,70,35,1,65,235,11,106,32,0,40,2,140,10,16,244,1,12,3,11,65,220,0,32,0,40,2,140,10,16,241,1,32,4,45,0,0,33,2,11,32,2,192,32,0,40,2,140,10,16,241,1,32,4,65,1,106,33,4,12,0,11,0,11,32,17,65,1,106,34,17,32,9,40,2,40,73,13,0,11,65,1,32,15,69,13,2,26,32,9,65,36,106,32,0,40,2,132,9,34,2,32,1,35,2,65,9,106,65,0,65,0,16,75,32,9,40,2,40,13,0,11,11,32,21,65,0,71,11,33,0,32,9,65,48,106,36,0,32,0,11,151,10,2,17,127,1,126,35,0,65,192,1,107,34,3,36,0,32,0,40,2,132,9,33,5,32,3,32,2,41,2,0,55,3,56,32,5,32,1,32,3,65,56,106,65,0,65,1,16,84,32,3,65,220,0,106,32,0,40,2,132,9,32,1,35,2,65,10,106,65,0,65,0,16,75,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,0,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,0,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,0,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,4,40,2,0,17,1,0,12,1,11,32,11,35,5,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,4,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,128,1,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,60,12,2,11,32,8,34,5,13,0,11,66,0,33,20,11,32,0,32,0,40,2,168,10,65,1,106,54,2,168,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,144,1,69,13,1,32,3,32,14,41,2,0,55,3,8,32,15,32,3,65,8,106,16,60,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,60,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,71,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,234,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,29,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,75,32,0,40,2,132,9,34,3,40,2,4,34,11,4,127,32,3,40,2,0,33,18,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,18,32,3,65,5,116,106,34,17,40,2,28,65,2,70,106,32,17,40,2,60,65,2,70,106,32,17,40,2,92,65,2,70,106,32,17,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,17,4,64,3,64,32,9,32,18,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,17,71,13,0,11,11,32,9,65,10,106,5,65,10,11,33,30,32,8,40,2,136,1,34,14,4,64,65,24,65,0,32,2,65,253,255,3,75,27,33,31,32,0,65,132,1,106,33,18,32,0,65,136,9,106,33,23,32,0,65,200,9,106,33,28,32,0,65,188,9,106,33,24,32,2,65,3,108,33,32,65,0,33,17,3,64,32,8,40,2,132,1,34,11,32,17,65,4,116,106,34,3,40,2,4,33,10,32,3,40,2,0,33,9,2,64,32,30,32,3,40,2,12,34,21,32,25,107,34,26,73,4,64,32,0,40,2,132,9,32,26,16,71,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,60,32,3,65,1,106,34,3,32,10,71,13,0,11,11,32,9,4,64,32,9,35,6,40,2,0,17,2,0,11,32,25,65,1,106,33,25,32,17,65,1,106,34,3,32,14,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,18,35,1,34,3,41,0,157,3,55,0,0,32,18,32,3,41,0,188,3,55,0,31,32,18,32,3,41,0,181,3,55,0,24,32,18,32,3,41,0,173,3,55,0,16,32,18,32,3,41,0,165,3,55,0,8,12,1,11,32,18,35,1,34,3,41,0,157,3,55,0,0,32,18,32,3,41,0,188,3,55,0,31,32,18,32,3,41,0,181,3,55,0,24,32,18,32,3,41,0,173,3,55,0,16,32,18,32,3,41,0,165,3,55,0,8,32,0,40,2,92,65,0,32,18,32,9,17,3,0,32,0,40,2,140,10,69,13,1,11,32,18,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,241,1,32,9,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,32,9,65,1,106,33,9,12,0,11,0,11,32,11,32,10,65,4,116,106,34,13,40,2,12,32,21,71,13,2,32,13,40,2,0,33,9,65,0,33,3,32,13,40,2,4,34,17,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,60,32,3,65,1,106,34,3,32,17,71,13,0,11,11,32,9,4,64,32,9,35,6,40,2,0,17,2,0,11,32,10,34,17,65,1,106,34,3,32,14,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,127,32,8,65,240,0,106,32,2,32,3,32,5,32,0,40,2,160,9,16,129,1,2,64,32,17,65,1,106,34,9,32,14,79,13,0,32,8,40,2,132,1,32,9,65,4,116,106,34,3,40,2,12,32,21,71,13,0,3,64,32,9,33,17,32,3,40,2,8,33,22,32,3,40,2,4,33,13,32,3,40,2,0,33,12,32,0,65,0,54,2,204,9,2,64,32,13,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,12,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,15,32,0,40,2,200,9,33,3,32,0,32,9,65,1,106,34,14,32,0,40,2,208,9,34,16,75,4,127,65,8,32,16,65,1,116,34,9,32,14,32,9,32,14,75,27,34,9,32,9,65,8,77,27,34,14,65,3,116,33,9,2,127,32,3,4,64,32,3,32,9,35,4,40,2,0,17,1,0,12,1,11,32,9,35,5,40,2,0,17,0,0,11,33,3,32,0,32,14,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,14,11,54,2,204,9,32,3,32,9,65,3,116,106,34,3,32,15,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,14,65,0,33,11,3,64,32,0,40,2,200,9,34,15,32,3,65,3,116,34,16,106,34,19,41,2,0,33,34,32,19,32,15,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,15,32,16,106,34,16,41,2,8,33,34,32,16,32,15,32,0,40,2,204,9,32,3,65,254,255,255,255,1,115,106,65,3,116,34,16,106,41,2,0,55,2,8,32,0,40,2,200,9,32,16,106,32,34,55,2,0,32,3,65,2,106,33,3,32,11,65,2,106,34,11,32,14,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,12,32,3,252,10,0,0,11,65,1,33,9,32,0,40,2,160,9,33,14,65,2,33,15,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,20,65,255,255,3,113,34,16,65,254,255,3,107,14,2,0,2,1,11,65,0,33,15,65,0,33,9,12,1,11,32,14,40,2,72,32,16,65,3,108,106,34,3,45,0,0,65,229,0,113,33,9,32,3,45,0,1,65,1,116,33,15,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,4,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,20,59,1,208,1,32,8,32,9,32,15,114,65,255,1,113,65,24,65,0,32,16,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,14,16,128,1,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,144,1,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,60,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,60,32,8,32,28,40,2,8,54,2,224,1,32,8,32,28,41,2,0,55,3,216,1,32,28,32,24,40,2,8,54,2,8,32,28,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,32,106,34,13,45,0,0,65,229,0,113,33,3,32,13,45,0,1,65,1,116,33,11,11,32,10,65,3,116,34,13,65,204,0,106,34,14,32,22,65,3,116,75,4,64,32,12,32,14,35,4,40,2,0,17,1,0,33,12,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,31,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,13,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,128,1,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,13,4,64,3,64,32,8,32,12,32,3,65,3,116,106,41,2,0,55,3,64,32,23,32,8,65,64,107,16,60,32,3,65,1,106,34,3,32,13,71,13,0,11,11,32,12,69,13,0,32,12,35,6,40,2,0,17,2,0,11,32,17,65,1,106,34,9,32,8,40,2,136,1,34,14,79,13,1,32,8,40,2,132,1,32,9,65,4,116,106,34,3,40,2,12,32,21,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,25,33,13,2,64,32,7,69,13,0,32,9,32,13,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,14,65,1,75,13,0,32,29,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,33,3,32,8,32,8,41,3,112,34,34,55,3,96,32,8,32,34,55,3,32,65,0,33,11,32,3,32,26,32,8,65,32,106,65,0,32,13,16,84,32,0,40,2,192,9,4,64,3,64,32,0,40,2,188,9,32,11,65,3,116,106,41,0,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,5,40,2,0,17,0,0,11,34,3,32,13,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,33,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,27,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,20,27,33,16,32,10,40,2,16,32,10,40,2,4,106,33,15,32,10,40,2,24,33,12,32,20,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,16,32,34,66,56,136,167,34,12,32,34,66,48,136,167,65,255,1,113,106,33,15,32,34,66,40,136,167,65,15,113,11,33,20,32,3,32,3,40,0,4,32,15,106,54,2,4,32,3,32,3,40,0,8,32,20,106,173,32,12,32,16,106,65,0,32,3,40,0,12,32,20,27,106,173,66,32,134,132,55,2,8,2,64,32,27,69,4,64,65,0,33,12,32,3,32,10,40,2,36,34,15,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,15,69,13,1,32,10,40,2,60,33,12,12,1,11,32,3,32,9,32,10,65,1,118,65,1,113,106,54,2,156,1,65,0,33,12,11,32,3,32,12,32,33,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,21,32,25,70,13,0,3,64,2,64,32,1,32,3,70,13,0,32,0,40,2,132,9,34,21,40,2,0,34,9,32,3,65,5,116,106,34,10,40,2,28,13,0,32,9,32,19,106,34,15,40,2,28,13,0,32,10,40,2,0,34,12,47,1,0,34,20,32,15,40,2,0,34,13,47,1,0,71,13,0,32,12,40,2,4,32,13,40,2,4,71,13,0,32,12,40,2,152,1,32,13,40,2,152,1,71,13,0,32,15,40,0,12,33,9,2,127,35,1,65,148,12,106,34,27,32,10,40,0,12,34,11,69,13,0,26,32,27,32,11,65,1,113,13,0,26,32,27,32,11,45,0,44,65,192,0,113,69,13,0,26,32,27,32,11,65,48,106,32,11,40,2,36,27,11,34,16,40,2,24,33,22,2,64,2,127,35,1,65,148,12,106,34,11,32,9,69,13,0,26,32,11,32,9,65,1,113,13,0,26,32,11,32,9,45,0,44,65,192,0,113,69,13,0,26,32,11,32,9,65,48,106,32,9,40,2,36,27,11,34,9,40,2,24,34,11,65,25,79,4,64,32,11,32,22,71,13,2,32,16,40,2,0,33,16,32,9,40,2,0,33,9,12,1,11,32,11,32,22,71,13,1,11,32,16,32,9,32,11,16,248,1,13,0,32,13,47,1,144,1,4,127,65,0,33,3,3,64,32,21,40,2,52,33,9,32,10,40,2,0,33,11,32,8,32,13,32,3,65,4,116,106,34,13,41,2,24,55,3,24,32,8,32,13,41,2,16,55,3,16,32,11,32,8,65,16,106,32,9,16,72,32,3,65,1,106,34,3,32,15,40,2,0,34,13,47,1,144,1,73,13,0,11,32,10,40,2,0,34,12,47,1,0,5,32,20,11,65,255,255,3,113,69,4,64,32,10,32,12,40,2,156,1,54,2,8,11,32,21,32,26,16,71,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,17,65,1,106,34,17,32,14,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,29,32,11,32,29,77,27,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,60,11,32,2,40,2,20,4,64,32,5,32,2,41,2,20,55,3,0,32,6,32,5,16,60,11,32,2,40,2,4,34,3,4,64,32,3,40,2,0,34,7,4,127,32,7,35,6,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,6,40,2,0,17,2,0,11,32,2,40,2,0,32,0,65,36,106,32,6,16,65,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,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,5,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,0,4,106,54,2,4,65,0,33,3,32,0,32,0,40,0,8,32,4,106,173,32,7,32,8,106,65,0,32,0,40,0,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,166,81,1,28,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,5,34,19,40,2,0,17,0,0,34,9,65,0,65,156,1,252,11,0,32,9,65,0,54,2,160,1,32,9,32,0,54,2,156,1,65,16,32,19,40,2,0,17,0,0,33,19,32,9,65,8,54,2,128,1,32,9,32,19,54,2,120,32,9,32,9,40,2,124,34,0,65,1,106,54,2,124,32,19,32,0,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,86,26,32,0,16,87,2,64,2,64,32,7,40,2,12,34,8,32,7,40,2,20,79,4,64,32,9,40,2,76,33,1,12,1,11,3,64,32,9,40,2,96,33,1,32,9,40,2,88,33,6,32,9,40,2,64,33,0,2,64,32,9,40,2,100,34,19,65,1,106,34,2,32,9,40,2,104,34,5,77,4,64,32,19,33,13,12,1,11,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,2,65,28,108,33,5,2,127,32,1,4,64,32,1,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,1,32,9,32,2,54,2,104,32,9,32,1,54,2,96,32,9,40,2,100,34,13,65,1,106,33,2,32,7,40,2,12,33,8,11,32,9,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,13,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,6,54,2,8,32,1,65,0,54,2,4,32,1,32,0,54,2,0,32,1,32,8,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,9,32,7,65,12,106,65,0,65,0,32,7,65,32,106,16,88,54,2,0,32,9,40,2,60,33,1,32,9,32,9,40,2,64,34,8,65,1,106,34,2,32,9,40,2,68,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,2,65,20,108,33,5,2,127,32,1,4,64,32,1,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,1,32,9,32,2,54,2,68,32,9,32,1,54,2,60,32,9,40,2,64,34,8,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,8,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,9,40,2,96,32,9,40,2,100,65,28,108,106,34,1,65,24,107,32,9,40,2,64,32,0,107,54,2,0,32,1,65,16,107,32,9,40,2,88,32,6,107,54,2,0,32,1,65,8,107,32,7,40,2,12,32,7,40,2,16,107,34,2,54,2,0,32,4,40,2,0,34,1,4,64,32,1,65,127,70,4,64,32,4,65,1,54,2,0,11,32,3,32,2,54,2,0,32,7,40,2,32,34,0,69,13,3,32,0,35,6,40,2,0,17,2,0,12,3,11,32,9,40,2,48,33,1,32,9,32,9,40,2,52,34,8,65,1,106,34,2,32,9,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,2,65,12,108,33,5,2,127,32,1,4,64,32,1,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,1,32,9,32,2,54,2,56,32,9,32,1,54,2,48,32,9,40,2,52,34,8,65,1,106,5,32,2,11,54,2,52,32,1,32,8,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,8,3,64,2,127,2,64,32,9,40,2,60,34,12,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,12,32,0,65,1,106,34,11,65,20,108,106,34,15,47,1,0,69,13,0,32,15,47,1,12,65,1,71,13,0,32,15,45,0,18,65,2,113,13,0,32,1,47,1,14,12,1,11,32,1,33,15,32,0,33,11,32,8,11,33,10,32,9,40,2,64,33,5,32,15,47,1,12,34,2,69,33,16,32,11,33,0,2,64,3,64,32,0,65,1,106,34,0,32,5,79,13,1,32,12,32,0,65,20,108,106,34,1,45,0,18,65,16,113,13,1,32,1,47,1,12,32,2,71,13,0,11,65,0,33,16,11,32,15,47,1,0,33,17,2,64,32,9,40,2,76,34,5,32,9,47,1,160,1,34,0,107,34,1,69,4,64,32,9,40,2,72,33,8,12,1,11,32,9,40,2,72,33,8,32,1,65,1,71,4,64,3,64,32,1,65,1,118,34,6,32,0,106,34,2,32,0,32,17,32,12,32,8,32,2,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,27,33,0,32,1,32,6,107,34,1,65,1,75,13,0,11,11,32,0,32,17,32,12,32,8,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,12,32,8,32,0,65,6,108,106,34,1,47,1,0,65,20,108,106,47,1,0,32,17,71,13,1,32,1,47,1,2,32,19,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,2,32,9,40,2,80,75,4,64,32,2,65,6,108,33,1,2,127,32,8,4,64,32,8,32,1,35,4,40,2,0,17,1,0,12,1,11,32,1,35,5,40,2,0,17,0,0,11,33,8,32,9,32,2,54,2,80,32,9,32,8,54,2,72,32,9,40,2,76,33,5,11,32,0,65,6,108,33,2,2,64,32,0,32,5,79,13,0,32,5,32,0,107,65,6,108,34,1,69,13,0,32,2,32,8,106,34,0,65,6,106,32,0,32,1,252,10,0,0,11,32,2,32,8,106,34,0,65,0,58,0,5,32,0,32,16,58,0,4,32,0,32,19,59,0,2,32,0,32,11,59,0,0,32,9,32,9,40,2,76,65,1,106,34,1,54,2,76,32,15,47,1,0,69,4,64,32,9,32,9,47,1,160,1,65,1,106,59,1,160,1,11,32,15,47,1,14,34,0,65,255,255,3,71,4,64,32,10,33,8,12,1,11,65,255,255,3,33,8,32,10,65,255,255,3,113,34,0,65,255,255,3,71,13,0,11,32,7,40,2,12,34,8,32,7,40,2,20,73,13,0,11,11,65,0,33,19,2,64,32,1,69,4,64,12,1,11,65,0,33,0,65,0,33,8,3,64,2,64,32,9,40,2,72,32,0,65,6,108,106,34,2,45,0,4,13,0,32,9,40,2,60,32,2,47,1,0,65,20,108,106,47,1,0,69,13,0,2,64,32,26,65,1,106,34,2,32,8,77,13,0,65,8,32,8,65,1,116,34,1,32,2,32,1,32,2,75,27,34,1,32,1,65,8,77,27,34,8,65,1,116,33,1,32,24,4,64,32,24,32,1,35,4,40,2,0,17,1,0,33,24,12,1,11,32,1,35,5,40,2,0,17,0,0,33,24,11,32,24,32,26,65,1,116,106,32,0,59,1,0,32,9,40,2,76,33,1,32,2,33,26,11,32,0,65,1,106,34,0,32,1,73,13,0,11,11,2,64,2,64,32,9,40,2,64,69,4,64,65,1,33,32,12,1,11,65,0,33,10,65,0,33,11,3,64,2,127,32,9,40,2,60,32,19,65,20,108,106,34,12,47,1,12,34,17,65,255,255,3,70,4,64,32,12,32,12,47,1,18,65,128,3,114,59,1,18,32,19,65,1,106,12,1,11,32,12,32,12,47,1,18,34,5,65,191,127,113,65,192,0,65,0,32,12,47,1,6,65,255,255,3,71,27,114,34,6,59,1,18,32,19,65,1,106,34,0,32,9,40,2,64,34,8,79,4,64,32,0,12,1,11,32,0,33,1,2,64,2,64,32,12,47,1,0,4,64,32,0,32,9,40,2,60,32,0,65,20,108,106,34,6,47,1,12,34,2,65,255,255,3,70,13,3,26,32,0,32,2,32,17,77,13,3,26,32,6,47,1,6,65,255,255,3,71,4,64,32,12,32,5,65,192,0,114,59,1,18,11,32,6,32,6,47,1,18,65,128,3,114,59,1,18,2,64,32,19,65,2,106,34,2,32,9,40,2,64,79,13,0,3,64,32,9,40,2,60,32,2,65,20,108,106,34,5,47,1,12,34,1,65,255,255,3,70,13,1,32,1,32,12,47,1,12,77,13,1,32,5,47,1,6,65,255,255,3,71,4,64,32,12,32,12,47,1,18,65,192,0,114,59,1,18,11,32,5,32,5,47,1,18,65,128,3,114,59,1,18,32,2,65,1,106,34,2,32,9,40,2,64,73,13,0,11,11,32,11,65,1,106,34,1,32,14,77,13,2,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,10,69,13,1,32,10,32,2,35,4,40,2,0,17,1,0,33,10,12,2,11,3,64,32,0,32,9,40,2,60,32,1,65,20,108,106,34,19,47,1,12,34,2,65,255,255,3,70,13,3,26,32,0,32,2,32,17,77,13,3,26,32,19,47,1,6,65,255,255,3,71,4,64,32,12,32,6,65,192,0,114,34,6,59,1,18,32,9,40,2,64,33,8,11,32,1,65,1,106,34,1,32,8,73,13,0,11,32,0,12,2,11,32,2,35,5,40,2,0,17,0,0,33,10,11,32,10,32,11,65,2,116,106,32,19,54,2,0,32,1,33,11,32,0,11,33,19,32,19,32,9,40,2,64,73,13,0,11,32,11,69,4,64,65,1,33,32,32,10,33,19,12,1,11,65,0,33,13,65,0,33,12,65,0,33,5,3,64,32,9,40,2,60,32,10,32,27,65,2,116,106,40,2,0,65,20,108,106,47,1,0,33,6,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,12,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,13,32,0,65,28,108,106,47,1,0,32,6,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,6,32,13,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,12,65,1,106,34,0,73,4,64,32,0,65,28,108,33,1,2,127,32,13,4,64,32,13,32,1,35,4,40,2,0,17,1,0,12,1,11,32,1,35,5,40,2,0,17,0,0,11,33,13,32,0,33,5,11,32,2,65,28,108,33,19,2,64,32,2,32,12,79,13,0,32,12,32,2,107,65,28,108,34,2,69,13,0,32,13,32,19,106,34,1,65,28,106,32,1,32,2,252,10,0,0,11,32,13,32,19,106,34,1,32,6,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,12,11,32,27,65,1,106,34,27,32,11,71,13,0,11,32,10,33,19,32,11,33,27,12,1,11,65,0,33,5,65,0,33,12,65,0,33,13,11,32,9,40,2,156,1,34,6,47,1,4,32,6,47,1,12,34,8,75,4,64,3,64,2,64,32,8,65,254,255,3,71,4,64,32,6,40,2,72,32,8,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,12,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,8,32,13,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,8,32,13,32,0,65,28,108,106,47,1,0,34,1,70,13,1,32,0,32,1,32,8,73,106,33,2,11,32,5,32,12,65,1,106,34,0,73,4,64,32,0,65,28,108,33,1,2,127,32,13,4,64,32,13,32,1,35,4,40,2,0,17,1,0,12,1,11,32,1,35,5,40,2,0,17,0,0,11,33,13,32,0,33,5,11,32,2,65,28,108,33,6,2,64,32,2,32,12,79,13,0,32,12,32,2,107,65,28,108,34,2,69,13,0,32,6,32,13,106,34,1,65,28,106,32,1,32,2,252,10,0,0,11,32,6,32,13,106,34,1,32,8,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,9,40,2,156,1,33,6,32,0,33,12,11,32,8,65,1,106,34,8,32,6,47,1,4,73,13,0,11,11,32,6,40,2,20,65,129,2,108,65,2,35,7,40,2,0,17,1,0,33,30,32,9,40,2,156,1,34,18,47,1,20,65,254,255,3,113,4,64,65,1,33,15,3,64,2,127,32,18,40,2,24,34,31,32,15,77,4,64,32,18,40,2,44,32,18,40,2,48,32,15,32,31,107,65,2,116,106,40,2,0,65,1,116,106,34,6,65,2,106,33,25,32,6,47,1,0,12,1,11,32,18,40,2,40,32,18,40,2,4,32,15,108,65,1,116,106,65,2,107,33,6,65,0,33,25,65,0,11,33,23,65,0,33,20,65,255,255,3,33,16,65,0,33,17,65,0,33,28,3,64,2,64,2,64,2,64,2,64,2,64,2,64,32,15,32,31,73,4,64,32,18,40,2,4,33,1,3,64,32,1,32,16,65,1,106,34,16,65,255,255,3,113,34,0,77,13,7,32,6,47,1,2,33,5,32,6,65,2,106,34,11,33,6,32,5,69,13,0,11,12,1,11,32,6,65,2,106,34,11,32,25,71,13,1,32,23,65,255,255,3,113,69,13,5,32,6,65,6,106,34,11,32,6,47,1,4,65,1,116,106,33,25,32,23,65,1,107,33,23,32,6,47,1,2,33,5,32,6,47,1,6,34,16,33,0,11,32,18,40,2,12,32,0,75,13,1,32,11,33,6,12,3,11,32,11,47,1,0,33,16,12,1,11,32,18,40,2,52,32,5,65,255,255,3,113,65,3,116,106,34,0,65,8,106,33,28,32,0,45,0,0,33,20,65,0,33,17,11,32,20,65,255,255,3,113,34,14,69,4,64,32,11,33,6,32,17,33,5,12,1,11,65,0,33,10,3,64,2,64,2,64,2,64,32,28,32,10,65,3,116,106,34,22,45,0,0,14,2,1,0,2,11,32,9,40,2,156,1,34,0,40,2,76,32,22,47,1,2,34,29,65,1,116,106,34,6,65,2,106,33,5,2,64,32,0,40,2,80,34,21,47,1,0,34,2,65,1,107,65,255,255,3,113,32,29,79,13,0,32,21,65,2,106,33,1,65,0,33,0,3,64,2,64,32,0,65,2,106,33,8,32,1,32,0,65,1,116,106,47,1,0,33,0,32,2,65,255,255,3,113,32,29,70,13,0,32,29,32,21,32,0,32,8,106,34,0,65,1,116,106,47,1,0,34,2,65,1,107,65,255,255,3,113,75,13,1,12,2,11,11,32,21,32,8,65,1,116,106,34,6,32,6,32,0,65,1,116,106,34,5,79,13,2,11,32,12,69,13,1,3,64,32,6,47,1,0,33,8,65,0,33,0,32,12,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,13,32,0,65,28,108,106,47,1,0,32,8,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,2,64,32,13,32,0,65,28,108,106,34,21,47,1,0,32,8,71,13,0,32,21,40,2,16,33,1,32,21,40,2,20,34,2,4,64,32,15,32,1,32,2,65,6,108,106,65,6,107,47,1,0,70,13,1,11,32,21,32,2,65,1,106,34,8,32,21,40,2,24,34,0,75,4,127,65,8,32,0,65,1,116,34,0,32,8,32,0,32,8,75,27,34,0,32,0,65,8,77,27,34,0,65,6,108,33,2,2,127,32,1,4,64,32,1,32,2,35,4,40,2,0,17,1,0,12,1,11,32,2,35,5,40,2,0,17,0,0,11,33,1,32,21,32,0,54,2,24,32,21,32,1,54,2,16,32,21,40,2,20,34,2,65,1,106,5,32,8,11,54,2,20,32,22,45,0,1,33,8,32,22,47,1,6,33,0,32,1,32,2,65,6,108,106,34,1,65,0,58,0,5,32,1,32,0,59,1,2,32,1,32,15,59,1,0,32,1,32,8,65,128,1,114,58,0,4,11,32,6,65,2,106,34,6,32,5,73,13,0,11,12,1,11,32,22,45,0,4,13,0,32,30,32,22,47,1,2,65,130,4,108,106,34,1,47,1,0,34,0,4,64,32,0,65,255,1,75,13,1,32,15,32,1,32,0,65,1,116,106,47,1,0,70,13,1,11,32,1,32,0,65,1,106,34,0,59,1,0,32,1,32,0,65,255,255,3,113,65,1,116,106,32,15,59,1,0,11,32,10,65,1,106,34,10,32,14,71,13,0,11,32,11,33,6,12,2,11,65,0,33,20,65,0,33,17,32,5,65,255,255,3,113,34,0,69,13,1,2,64,32,0,32,15,70,13,0,32,30,32,0,65,130,4,108,106,34,1,47,1,0,34,0,4,64,32,0,65,255,1,75,13,1,32,15,32,1,32,0,65,1,116,106,47,1,0,70,13,1,11,32,1,32,0,65,1,106,34,0,59,1,0,32,1,32,0,65,255,255,3,113,65,1,116,106,32,15,59,1,0,11,32,9,40,2,156,1,34,0,40,2,0,65,14,79,4,64,32,5,33,17,32,15,32,0,40,2,132,1,32,15,65,1,116,106,47,1,0,71,13,2,11,32,0,40,2,76,32,16,65,255,255,3,113,34,17,65,1,116,106,34,14,65,2,106,33,11,2,64,32,0,40,2,80,34,8,47,1,0,34,2,65,1,107,65,255,255,3,113,32,17,79,13,0,32,8,65,2,106,33,1,65,0,33,0,3,64,2,64,32,0,65,2,106,33,10,32,1,32,0,65,1,116,106,47,1,0,33,0,32,2,65,255,255,3,113,32,17,70,13,0,32,17,32,8,32,0,32,10,106,34,0,65,1,116,106,47,1,0,34,2,65,1,107,65,255,255,3,113,75,13,1,12,2,11,11,32,5,33,17,32,8,32,10,65,1,116,106,34,14,32,14,32,0,65,1,116,106,34,11,79,13,2,11,32,5,33,17,32,12,69,13,1,3,64,32,14,47,1,0,33,5,65,0,33,0,32,12,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,13,32,0,65,28,108,106,47,1,0,32,5,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,2,64,32,5,32,13,32,0,65,28,108,106,34,5,47,1,0,71,13,0,32,5,40,2,4,33,1,32,5,40,2,8,34,2,4,64,32,15,32,1,32,2,65,1,116,106,65,2,107,47,1,0,70,13,1,11,32,5,32,2,65,1,106,34,8,32,5,40,2,12,34,0,75,4,127,65,8,32,0,65,1,116,34,0,32,8,32,0,32,8,75,27,34,0,32,0,65,8,77,27,34,0,65,1,116,33,2,2,127,32,1,4,64,32,1,32,2,35,4,40,2,0,17,1,0,12,1,11,32,2,35,5,40,2,0,17,0,0,11,33,1,32,5,32,0,54,2,12,32,5,32,1,54,2,4,32,5,40,2,8,34,2,65,1,106,5,32,8,11,54,2,8,32,1,32,2,65,1,116,106,32,15,59,1,0,11,32,14,65,2,106,34,14,32,11,73,13,0,11,12,1,11,11,32,15,65,1,106,34,15,32,9,40,2,156,1,34,18,47,1,20,73,13,0,11,11,2,64,32,12,69,4,64,65,0,33,12,65,0,33,20,12,1,11,32,13,65,28,106,33,21,65,0,33,25,65,0,33,0,65,0,33,20,3,64,2,64,32,13,32,25,65,28,108,34,2,106,34,16,40,2,20,34,18,69,4,64,32,16,40,2,4,34,1,4,64,32,1,35,6,40,2,0,17,2,0,32,16,65,0,54,2,12,32,16,66,0,55,2,4,11,32,12,32,25,65,127,115,106,65,28,108,34,1,4,64,32,16,32,2,32,21,106,32,1,252,10,0,0,11,32,12,65,1,107,33,12,12,1,11,32,18,65,6,108,33,1,2,64,2,64,2,64,32,0,32,18,79,4,64,32,1,69,13,1,32,20,32,16,40,2,16,32,1,252,10,0,0,12,1,11,2,127,32,20,4,64,32,20,32,1,35,4,40,2,0,17,1,0,12,1,11,32,1,35,5,40,2,0,17,0,0,11,33,20,32,16,40,2,20,34,1,65,6,108,34,0,4,64,32,20,32,16,40,2,16,32,0,252,10,0,0,11,32,1,69,13,2,12,1,11,32,18,33,1,32,0,33,18,11,3,64,2,64,32,20,32,1,65,1,107,34,17,65,6,108,106,34,2,45,0,4,34,1,65,254,0,113,69,4,64,32,17,33,1,12,1,11,32,30,32,2,47,1,0,65,130,4,108,106,34,0,47,1,0,34,31,69,4,64,32,17,33,1,12,1,11,32,2,47,1,2,33,5,32,0,65,2,106,33,14,32,1,65,1,107,65,255,0,113,33,22,65,0,33,28,3,64,32,14,32,28,65,1,116,106,47,1,0,33,23,32,16,40,2,16,33,8,65,0,33,2,32,16,40,2,20,34,10,33,0,2,64,2,64,2,64,2,64,32,10,34,1,14,2,2,1,0,11,3,64,2,64,2,64,32,23,32,8,32,0,65,1,118,34,15,32,2,106,34,1,65,6,108,106,34,29,47,1,0,34,6,75,13,0,32,6,32,23,75,13,1,32,29,45,0,4,34,11,65,255,0,113,34,6,32,22,73,13,0,32,11,192,65,0,72,13,1,32,6,32,22,75,13,1,32,5,32,29,47,1,2,34,6,75,13,0,32,5,32,6,73,13,1,11,32,1,33,2,11,32,0,32,15,107,34,0,65,1,75,13,0,11,11,2,64,2,64,32,23,32,8,32,2,65,6,108,106,34,6,47,1,0,34,0,75,13,0,32,0,32,23,75,4,64,32,2,33,1,12,3,11,32,6,45,0,4,34,1,65,255,0,113,34,0,32,22,73,13,0,32,1,192,65,0,72,4,64,32,2,33,1,12,3,11,32,0,32,22,75,4,64,32,2,33,1,12,3,11,32,5,32,6,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,17,33,1,12,1,11,32,10,65,1,106,34,2,32,16,40,2,24,75,4,64,32,2,65,6,108,33,0,2,127,32,8,4,64,32,8,32,0,35,4,40,2,0,17,1,0,12,1,11,32,0,35,5,40,2,0,17,0,0,11,33,8,32,16,32,2,54,2,24,32,16,32,8,54,2,16,32,16,40,2,20,33,10,11,32,1,65,6,108,33,2,2,64,32,1,32,10,79,13,0,32,10,32,1,107,65,6,108,34,1,69,13,0,32,2,32,8,106,34,0,65,6,106,32,0,32,1,252,10,0,0,11,32,2,32,8,106,34,0,65,0,58,0,5,32,0,32,22,58,0,4,32,0,32,5,59,0,2,32,0,32,23,59,0,0,32,16,32,16,40,2,20,65,1,106,54,2,20,2,64,32,17,65,1,106,34,1,32,18,77,13,0,65,8,32,18,65,1,116,34,0,32,1,32,0,32,1,75,27,34,0,32,0,65,8,77,27,34,18,65,6,108,33,0,32,20,4,64,32,20,32,0,35,4,40,2,0,17,1,0,33,20,12,1,11,32,0,35,5,40,2,0,17,0,0,33,20,11,32,20,32,17,65,6,108,106,34,0,65,0,58,0,5,32,0,32,22,58,0,4,32,0,32,5,59,1,2,32,0,32,23,59,1,0,32,1,33,17,11,32,28,65,1,106,34,28,32,31,71,13,0,11,11,32,1,13,0,11,11,32,25,65,1,106,33,25,32,18,33,0,11,32,12,32,25,75,13,0,11,11,32,7,65,32,106,65,0,65,204,0,252,11,0,65,1,33,17,2,64,32,32,13,0,65,0,33,16,32,3,2,127,3,64,2,64,2,64,32,9,40,2,60,32,19,32,16,65,2,116,106,47,1,0,34,15,65,20,108,106,34,5,47,1,0,34,14,65,255,255,3,70,13,0,2,64,32,12,4,64,65,0,33,0,32,12,34,1,65,2,79,4,64,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,13,32,0,65,28,108,106,47,1,0,32,14,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,13,32,0,65,28,108,106,47,1,0,34,17,32,14,70,13,1,11,32,15,65,1,106,33,5,32,9,40,2,108,33,6,65,0,33,1,2,64,2,64,2,64,32,9,40,2,112,34,0,14,2,2,1,0,11,3,64,32,1,32,0,65,1,118,34,2,32,1,106,34,1,32,5,32,6,32,1,65,3,116,106,47,1,4,73,27,33,1,32,0,32,2,107,34,0,65,1,75,13,0,11,11,32,1,32,5,32,6,32,1,65,3,116,106,47,1,4,34,0,71,32,0,32,15,77,113,106,33,0,11,32,6,32,0,65,3,116,106,12,4,11,32,5,47,1,12,33,18,32,7,40,2,68,33,1,32,7,40,2,32,33,11,32,7,40,2,36,34,10,32,7,40,2,72,34,6,106,34,2,32,7,40,2,76,34,5,75,4,64,32,2,65,2,116,33,5,2,127,32,1,4,64,32,1,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,1,32,7,32,2,54,2,76,32,7,32,1,54,2,68,32,2,33,5,11,2,64,32,10,69,13,0,32,10,65,2,116,33,10,32,1,32,6,65,2,116,106,33,6,32,11,4,64,32,10,69,13,1,32,6,32,11,32,10,252,10,0,0,12,1,11,32,10,69,13,0,32,6,65,0,32,10,252,11,0,11,32,7,65,0,54,2,36,32,7,40,2,56,33,10,32,5,32,7,40,2,60,34,6,32,2,106,34,11,73,4,64,32,11,65,2,116,33,5,2,127,32,1,4,64,32,1,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,1,32,7,32,11,54,2,76,32,7,32,1,54,2,68,11,32,14,32,17,75,32,0,106,33,0,2,64,32,6,69,13,0,32,6,65,2,116,33,5,32,1,32,2,65,2,116,106,33,1,32,10,4,64,32,5,69,13,1,32,1,32,10,32,5,252,10,0,0,12,1,11,32,5,69,13,0,32,1,65,0,32,5,252,11,0,11,32,7,65,0,54,2,60,32,7,32,11,54,2,72,32,13,32,0,65,28,108,106,34,11,40,2,8,4,64,32,15,65,1,106,33,17,65,0,33,2,3,64,32,11,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,5,40,2,0,17,0,0,11,34,0,66,0,55,1,4,32,0,32,14,59,1,2,32,0,32,1,59,1,0,32,0,32,14,59,1,68,32,0,32,17,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,8,32,7,40,2,40,34,5,75,4,64,65,8,32,5,65,1,116,34,5,32,8,32,5,32,8,75,27,34,5,32,5,65,8,77,27,34,5,65,2,116,33,10,2,127,32,1,4,64,32,1,32,10,35,4,40,2,0,17,1,0,12,1,11,32,10,35,5,40,2,0,17,0,0,11,33,1,32,7,32,5,54,2,40,32,7,32,1,54,2,32,11,32,7,32,8,54,2,36,32,1,32,6,65,2,116,106,32,0,54,2,0,32,2,65,1,106,34,2,32,11,40,2,8,73,13,0,11,11,32,7,65,0,58,0,104,32,9,32,13,32,12,32,7,65,32,106,16,89,32,7,45,0,104,65,1,70,4,64,32,15,65,1,106,34,0,32,9,40,2,64,34,8,79,13,1,3,64,32,9,40,2,60,32,0,65,20,108,106,34,2,47,1,12,34,1,32,18,77,13,2,32,1,65,255,255,3,70,13,2,32,2,47,1,18,34,1,65,16,113,69,4,64,32,2,32,1,65,239,252,3,113,59,1,18,32,9,40,2,64,33,8,11,32,0,65,1,106,34,0,32,8,73,13,0,11,12,1,11,32,7,40,2,84,33,8,32,7,40,2,96,69,13,1,65,0,33,0,32,8,69,13,0,3,64,2,64,32,9,40,2,60,32,7,40,2,80,32,0,65,1,116,106,47,1,0,65,20,108,106,34,2,47,1,12,34,1,65,255,255,3,70,13,0,32,1,32,18,77,13,0,32,2,47,1,18,34,1,65,16,113,13,0,32,2,32,1,65,239,252,3,113,59,1,18,32,7,40,2,84,33,8,11,32,0,65,1,106,34,0,32,8,73,13,0,11,11,65,1,33,17,32,16,65,1,106,34,16,32,27,71,13,1,12,3,11,11,32,7,40,2,80,32,8,65,1,116,106,65,2,107,47,1,0,33,6,32,9,40,2,108,33,17,65,0,33,0,32,9,40,2,112,34,5,33,1,2,64,2,64,2,64,32,5,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,17,32,0,65,3,116,106,47,1,4,32,6,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,0,32,17,32,0,65,3,116,106,47,1,4,32,6,73,106,33,2,11,32,17,32,2,32,5,65,1,107,32,2,32,5,73,27,65,3,116,106,11,40,2,0,54,2,0,65,0,33,17,11,65,0,33,16,2,64,32,9,40,2,100,69,4,64,65,0,33,14,12,1,11,65,0,33,10,65,0,33,14,3,64,65,0,33,6,2,64,32,9,40,2,96,32,16,65,28,108,106,34,8,40,2,8,34,5,32,5,32,8,40,2,12,106,34,3,79,13,0,3,64,2,64,32,9,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,18,65,0,33,0,32,6,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,14,32,0,65,1,116,106,47,1,0,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,14,32,0,65,1,116,106,47,1,0,34,2,32,18,65,255,255,3,113,34,1,70,13,1,32,0,32,1,32,2,75,106,33,2,11,32,10,32,6,65,1,106,34,0,73,4,64,32,0,65,1,116,33,1,2,127,32,14,4,64,32,14,32,1,35,4,40,2,0,17,1,0,12,1,11,32,1,35,5,40,2,0,17,0,0,11,33,14,32,0,33,10,11,32,2,65,1,116,33,11,2,64,32,2,32,6,79,13,0,32,6,32,2,107,65,1,116,34,2,69,13,0,32,11,32,14,106,34,1,65,2,106,32,1,32,2,252,10,0,0,11,32,11,32,14,106,32,18,59,0,0,32,0,33,6,11,32,5,65,1,106,34,5,32,3,71,13,0,11,32,8,40,2,0,34,5,32,5,32,8,40,2,4,106,34,11,79,13,0,32,6,69,13,0,32,6,65,1,71,4,64,3,64,65,0,33,0,32,6,33,1,2,64,32,9,40,2,60,32,5,65,20,108,106,34,18,47,1,6,34,3,65,255,255,3,70,13,0,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,14,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,2,64,32,14,32,0,65,1,116,106,47,1,0,32,3,70,13,0,65,0,33,0,32,6,33,1,32,18,47,1,8,34,3,65,255,255,3,70,13,1,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,14,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,32,14,32,0,65,1,116,106,47,1,0,32,3,70,13,0,65,0,33,0,32,6,33,1,32,18,47,1,10,34,3,65,255,255,3,70,13,1,3,64,32,0,32,1,65,1,118,34,2,32,0,106,34,0,32,14,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,32,14,32,0,65,1,116,106,47,1,0,32,3,71,13,1,11,32,18,32,18,47,1,18,65,255,254,3,113,59,1,18,11,32,5,65,1,106,34,5,32,11,71,13,0,12,2,11,0,11,3,64,2,64,32,9,40,2,60,32,5,65,20,108,106,34,2,47,1,6,34,0,65,255,255,3,70,13,0,2,64,32,14,47,1,0,34,1,32,0,70,13,0,32,2,47,1,8,34,0,65,255,255,3,70,13,1,32,0,32,1,70,13,0,32,2,47,1,10,34,0,65,255,255,3,70,13,1,32,0,32,1,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,11,71,13,0,11,11,32,16,65,1,106,34,16,32,9,40,2,100,73,13,0,11,11,2,64,32,9,40,2,64,69,13,0,3,64,65,1,33,6,32,9,40,2,64,34,2,65,1,107,34,0,69,13,1,3,64,32,2,33,1,2,64,32,9,40,2,60,34,5,32,0,34,2,65,20,108,106,34,3,47,1,12,65,255,255,3,70,13,0,32,3,45,0,18,65,128,1,113,13,0,3,64,2,64,32,5,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,5,32,0,65,20,108,106,45,0,18,65,128,1,113,69,13,1,12,2,11,11,32,5,32,1,65,20,108,106,34,1,65,22,107,34,0,47,1,0,34,3,65,16,113,13,0,32,3,65,128,1,113,69,13,0,32,1,65,28,107,47,1,0,65,255,255,3,70,13,0,32,0,32,3,65,239,254,3,113,59,1,0,65,0,33,6,11,32,2,65,1,107,34,0,13,0,11,32,6,65,1,113,69,13,0,11,11,32,7,65,0,58,0,104,32,26,4,64,65,0,33,16,3,64,32,24,32,16,65,1,116,106,47,1,0,33,5,32,9,40,2,72,33,3,32,7,40,2,68,33,0,32,7,40,2,32,33,11,32,7,40,2,36,34,10,32,7,40,2,72,34,2,106,34,1,32,7,40,2,76,34,8,75,4,64,32,1,65,2,116,33,6,2,127,32,0,4,64,32,0,32,6,35,4,40,2,0,17,1,0,12,1,11,32,6,35,5,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,8,11,2,64,32,10,69,13,0,32,10,65,2,116,33,6,32,0,32,2,65,2,116,106,33,2,32,11,4,64,32,6,69,13,1,32,2,32,11,32,6,252,10,0,0,12,1,11,32,6,69,13,0,32,2,65,0,32,6,252,11,0,11,32,7,65,0,54,2,36,32,7,40,2,56,33,10,32,8,32,7,40,2,60,34,6,32,1,106,34,11,73,4,64,32,11,65,2,116,33,2,2,127,32,0,4,64,32,0,32,2,35,4,40,2,0,17,1,0,12,1,11,32,2,35,5,40,2,0,17,0,0,11,33,0,32,7,32,11,54,2,76,32,7,32,0,54,2,68,11,32,5,65,6,108,33,2,2,64,32,6,69,13,0,32,6,65,2,116,33,5,32,0,32,1,65,2,116,106,33,0,32,10,4,64,32,5,69,13,1,32,0,32,10,32,5,252,10,0,0,12,1,11,32,5,69,13,0,32,0,65,0,32,5,252,11,0,11,32,2,32,3,106,33,6,65,0,33,10,32,7,65,0,54,2,60,32,7,32,11,54,2,72,32,12,4,64,3,64,2,64,2,64,2,64,32,13,32,10,65,28,108,106,34,18,47,1,0,34,0,65,254,255,3,107,14,2,1,2,0,11,32,9,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,18,40,2,8,69,13,0,65,0,33,8,3,64,32,18,40,2,4,32,8,65,1,116,106,47,1,0,33,2,32,6,47,1,0,33,1,32,18,47,1,0,33,3,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,5,40,2,0,17,0,0,11,34,0,66,0,55,1,4,32,0,32,3,59,1,2,32,0,32,2,59,1,0,32,0,32,3,59,1,68,32,0,32,1,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,3,65,1,106,34,11,32,7,40,2,40,34,2,75,4,64,65,8,32,2,65,1,116,34,2,32,11,32,2,32,11,75,27,34,2,32,2,65,8,77,27,34,2,65,2,116,33,5,2,127,32,1,4,64,32,1,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,1,32,7,32,2,54,2,40,32,7,32,1,54,2,32,11,32,7,32,11,54,2,36,32,1,32,3,65,2,116,106,32,0,54,2,0,32,8,65,1,106,34,8,32,18,40,2,8,73,13,0,11,11,32,10,65,1,106,34,10,32,12,71,13,0,11,11,32,9,32,13,32,12,32,7,65,32,106,16,89,32,7,40,2,96,34,11,4,64,32,9,40,2,96,32,6,47,1,2,65,28,108,106,65,1,58,0,24,32,9,40,2,148,1,33,5,65,0,33,15,3,64,32,7,40,2,92,32,15,65,1,116,106,47,1,0,33,6,32,9,40,2,144,1,33,8,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,8,32,0,65,1,116,106,47,1,0,32,6,75,27,33,0,32,1,32,2,107,34,1,65,1,75,13,0,11,11,32,6,32,8,32,0,65,1,116,106,47,1,0,34,1,70,13,1,32,0,32,1,32,6,73,106,33,2,11,32,2,65,1,116,33,3,32,5,65,1,106,34,1,32,9,40,2,152,1,75,4,64,32,1,65,1,116,33,0,2,127,32,8,4,64,32,8,32,0,35,4,40,2,0,17,1,0,12,1,11,32,0,35,5,40,2,0,17,0,0,11,33,8,32,9,32,1,54,2,152,1,32,9,32,8,54,2,144,1,32,9,40,2,148,1,33,5,11,2,64,32,2,32,5,79,13,0,32,5,32,2,107,65,1,116,34,1,69,13,0,32,3,32,8,106,34,0,65,2,106,32,0,32,1,252,10,0,0,11,32,3,32,8,106,32,6,59,0,0,32,9,32,9,40,2,148,1,65,1,106,34,5,54,2,148,1,32,7,40,2,96,33,11,11,32,15,65,1,106,34,15,32,11,73,13,0,11,11,32,16,65,1,106,34,16,32,26,71,13,0,11,11,2,64,2,64,32,12,4,64,65,0,33,1,3,64,32,13,32,1,65,28,108,106,34,2,40,2,4,34,0,4,64,32,0,35,6,40,2,0,17,2,0,32,2,65,0,54,2,12,32,2,66,0,55,2,4,11,32,2,40,2,16,34,0,4,64,32,0,35,6,40,2,0,17,2,0,32,2,65,0,54,2,24,32,2,66,0,55,2,16,11,32,1,65,1,106,34,1,32,12,71,13,0,11,12,1,11,32,13,69,13,1,11,32,13,35,6,40,2,0,17,2,0,11,32,7,40,2,32,33,6,2,64,2,64,32,7,40,2,36,34,5,4,64,65,0,33,8,65,0,33,0,32,5,65,4,79,4,64,32,5,65,124,113,33,1,65,0,33,13,3,64,32,6,32,0,65,2,116,106,34,3,40,2,0,35,6,34,2,40,2,0,17,2,0,32,3,40,2,4,32,2,40,2,0,17,2,0,32,3,40,2,8,32,2,40,2,0,17,2,0,32,3,40,2,12,32,2,40,2,0,17,2,0,32,0,65,4,106,33,0,32,13,65,4,106,34,13,32,1,71,13,0,11,11,32,5,65,3,113,34,1,69,13,1,3,64,32,6,32,0,65,2,116,106,40,2,0,35,6,40,2,0,17,2,0,32,0,65,1,106,33,0,32,8,65,1,106,34,8,32,1,71,13,0,11,12,1,11,32,6,69,13,1,11,32,6,35,6,40,2,0,17,2,0,32,7,65,0,54,2,32,11,32,7,40,2,44,33,6,2,64,2,64,32,7,40,2,48,34,5,4,64,65,0,33,8,65,0,33,0,32,5,65,4,79,4,64,32,5,65,124,113,33,1,65,0,33,13,3,64,32,6,32,0,65,2,116,106,34,3,40,2,0,35,6,34,2,40,2,0,17,2,0,32,3,40,2,4,32,2,40,2,0,17,2,0,32,3,40,2,8,32,2,40,2,0,17,2,0,32,3,40,2,12,32,2,40,2,0,17,2,0,32,0,65,4,106,33,0,32,13,65,4,106,34,13,32,1,71,13,0,11,11,32,5,65,3,113,34,1,69,13,1,3,64,32,6,32,0,65,2,116,106,40,2,0,35,6,40,2,0,17,2,0,32,0,65,1,106,33,0,32,8,65,1,106,34,8,32,1,71,13,0,11,12,1,11,32,6,69,13,1,11,32,6,35,6,40,2,0,17,2,0,32,7,65,0,54,2,44,11,32,7,40,2,56,33,6,2,64,2,64,32,7,40,2,60,34,5,4,64,65,0,33,8,65,0,33,0,32,5,65,4,79,4,64,32,5,65,124,113,33,1,65,0,33,13,3,64,32,6,32,0,65,2,116,106,34,3,40,2,0,35,6,34,2,40,2,0,17,2,0,32,3,40,2,4,32,2,40,2,0,17,2,0,32,3,40,2,8,32,2,40,2,0,17,2,0,32,3,40,2,12,32,2,40,2,0,17,2,0,32,0,65,4,106,33,0,32,13,65,4,106,34,13,32,1,71,13,0,11,11,32,5,65,3,113,34,1,69,13,1,3,64,32,6,32,0,65,2,116,106,40,2,0,35,6,40,2,0,17,2,0,32,0,65,1,106,33,0,32,8,65,1,106,34,8,32,1,71,13,0,11,12,1,11,32,6,69,13,1,11,32,6,35,6,40,2,0,17,2,0,32,7,65,0,54,2,56,11,32,7,40,2,68,33,6,2,64,2,64,32,7,40,2,72,34,5,4,64,65,0,33,8,65,0,33,0,32,5,65,4,79,4,64,32,5,65,124,113,33,1,65,0,33,13,3,64,32,6,32,0,65,2,116,106,34,3,40,2,0,35,6,34,2,40,2,0,17,2,0,32,3,40,2,4,32,2,40,2,0,17,2,0,32,3,40,2,8,32,2,40,2,0,17,2,0,32,3,40,2,12,32,2,40,2,0,17,2,0,32,0,65,4,106,33,0,32,13,65,4,106,34,13,32,1,71,13,0,11,11,32,5,65,3,113,34,1,69,13,1,3,64,32,6,32,0,65,2,116,106,40,2,0,35,6,40,2,0,17,2,0,32,0,65,1,106,33,0,32,8,65,1,106,34,8,32,1,71,13,0,11,12,1,11,32,6,69,13,1,11,32,6,35,6,40,2,0,17,2,0,11,32,7,40,2,80,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,32,7,40,2,92,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,32,20,4,64,32,20,35,6,40,2,0,17,2,0,11,32,24,4,64,32,24,35,6,40,2,0,17,2,0,11,32,19,4,64,32,19,35,6,40,2,0,17,2,0,11,32,14,4,64,32,14,35,6,40,2,0,17,2,0,11,32,30,35,6,40,2,0,17,2,0,32,17,69,4,64,32,4,65,5,54,2,0,12,1,11,32,9,40,2,132,1,34,0,69,13,1,32,0,35,6,40,2,0,17,2,0,32,9,65,0,54,2,140,1,32,9,66,0,55,2,132,1,12,1,11,32,9,16,90,65,0,33,9,11,32,7,65,240,0,106,36,0,32,9,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,220,3,1,6,127,3,64,32,0,40,2,12,16,247,1,4,64,32,0,16,86,26,12,1,11,32,0,40,2,12,65,59,70,4,64,32,0,16,86,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,133,53,2,14,127,1,126,35,0,65,32,107,34,8,36,0,65,1,33,5,2,64,32,1,40,2,12,34,6,69,13,0,32,6,65,221,0,71,32,6,65,41,71,113,69,4,64,65,127,33,5,12,1,11,32,0,40,2,108,33,10,32,0,40,2,64,33,15,2,64,32,0,40,2,112,34,12,4,64,32,15,32,10,32,12,65,3,116,106,65,4,107,47,1,0,70,13,1,11,32,0,32,12,65,1,106,34,7,32,0,40,2,116,34,6,75,4,127,65,8,32,6,65,1,116,34,6,32,7,32,6,32,7,75,27,34,6,32,6,65,8,77,27,34,6,65,3,116,33,7,2,127,32,10,4,64,32,10,32,7,35,4,40,2,0,17,1,0,12,1,11,32,7,35,5,40,2,0,17,0,0,11,33,10,32,0,32,6,54,2,116,32,0,32,10,54,2,108,32,0,40,2,112,34,12,65,1,106,5,32,7,11,54,2,112,32,1,40,2,4,33,7,32,1,40,2,0,33,6,32,10,32,12,65,3,116,106,34,9,65,0,59,1,6,32,9,32,15,59,1,4,32,9,32,6,32,7,107,54,2,0,32,1,40,2,12,33,6,11,32,0,65,60,106,33,18,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,6,65,34,107,14,7,2,1,1,1,1,1,4,0,11,2,64,32,6,65,219,0,107,14,5,0,1,1,1,3,1,11,32,1,16,86,26,32,1,16,87,32,8,65,0,54,2,24,32,8,66,0,55,2,16,65,127,33,14,65,0,33,7,3,64,32,0,40,2,64,33,12,2,64,2,64,2,64,2,64,32,0,32,1,32,2,32,3,32,8,65,16,106,16,88,34,5,4,64,2,64,32,5,65,127,71,13,0,65,1,33,5,32,7,69,13,0,32,1,40,2,12,65,221,0,70,13,2,11,32,8,40,2,16,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,32,16,69,13,13,32,16,35,6,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,6,32,8,40,2,16,33,9,2,64,2,64,32,8,40,2,20,34,11,32,4,40,2,8,75,4,64,2,127,32,6,4,64,32,6,32,11,35,4,40,2,0,17,1,0,12,1,11,32,11,35,5,40,2,0,17,0,0,11,33,6,32,4,32,11,54,2,8,32,4,32,6,54,2,0,32,4,40,2,4,34,5,69,13,1,32,5,69,13,1,32,6,32,11,106,32,6,32,5,252,10,0,0,12,1,11,32,11,69,13,1,11,32,9,4,64,32,11,69,13,1,32,6,32,9,32,11,252,10,0,0,12,1,11,32,11,69,13,0,32,6,65,0,32,11,252,11,0,11,32,4,32,4,40,2,4,32,11,106,54,2,4,12,4,11,2,64,32,4,40,2,4,34,5,32,8,40,2,20,34,6,73,4,64,32,4,40,2,0,33,10,32,4,40,2,8,34,9,32,6,73,4,64,65,8,32,9,65,1,116,34,5,32,6,32,5,32,6,75,27,34,5,32,5,65,8,77,27,33,5,2,127,32,10,4,64,32,10,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,10,32,4,32,5,54,2,8,32,4,32,10,54,2,0,32,4,40,2,4,33,5,11,32,6,32,5,107,34,9,4,64,32,5,32,10,106,65,0,32,9,252,11,0,11,32,4,32,6,54,2,4,12,1,11,32,6,69,13,3,11,65,0,33,5,32,8,40,2,16,33,11,3,64,32,5,32,11,106,45,0,0,33,13,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,4,40,2,0,32,5,106,34,9,45,0,0,34,10,14,5,1,2,6,3,0,5,11,32,13,65,5,73,13,3,12,4,11,32,13,65,5,79,13,3,66,128,130,136,136,32,32,13,65,3,116,173,66,248,1,131,136,167,33,10,12,4,11,32,13,65,5,79,13,2,66,129,130,136,136,32,32,13,65,3,116,173,66,248,1,131,136,167,33,10,12,3,11,32,13,65,5,79,13,1,66,129,130,136,152,192,0,32,13,65,3,116,173,66,248,1,131,136,167,33,10,12,2,11,66,130,132,136,160,192,0,32,13,65,3,116,173,66,248,1,131,136,167,33,10,12,1,11,65,0,33,10,11,32,9,32,10,58,0,0,32,6,32,5,65,1,106,34,5,71,13,0,11,12,1,11,32,1,16,86,26,32,0,32,0,40,2,64,65,1,107,54,2,64,32,7,65,1,71,4,64,65,0,33,5,3,64,32,0,40,2,60,34,6,32,16,32,5,65,2,116,106,40,2,0,65,20,108,106,32,16,32,5,65,1,106,34,5,65,2,116,106,40,2,0,34,3,59,1,14,32,6,32,3,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,5,32,14,71,13,0,11,11,32,8,40,2,16,34,3,4,64,32,3,35,6,40,2,0,17,2,0,11,32,16,69,13,8,32,16,35,6,40,2,0,17,2,0,12,8,11,32,4,40,2,4,33,5,11,32,5,32,6,77,13,0,3,64,32,4,40,2,0,32,6,106,34,5,66,128,130,136,136,32,32,5,49,0,0,34,19,66,3,134,136,167,65,0,32,19,66,5,84,27,58,0,0,32,6,65,1,106,34,6,32,4,40,2,4,73,13,0,11,11,2,64,32,7,65,1,106,34,6,32,17,77,13,0,65,8,32,17,65,1,116,34,5,32,6,32,5,32,6,75,27,34,5,32,5,65,8,77,27,34,17,65,2,116,33,5,32,16,4,64,32,16,32,5,35,4,40,2,0,17,1,0,33,16,12,1,11,32,5,35,5,40,2,0,17,0,0,33,16,11,32,16,32,7,65,2,116,106,32,12,54,2,0,32,0,40,2,60,33,5,32,0,32,0,40,2,64,34,12,65,1,106,34,9,32,0,40,2,68,34,7,75,4,127,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,20,108,33,9,2,127,32,5,4,64,32,5,32,9,35,4,40,2,0,17,1,0,12,1,11,32,9,35,5,40,2,0,17,0,0,11,33,5,32,0,32,7,54,2,68,32,0,32,5,54,2,60,32,0,40,2,64,34,12,65,1,106,5,32,9,11,54,2,64,32,8,65,255,255,3,59,1,8,32,8,65,127,54,2,4,32,5,32,12,65,20,108,106,34,5,65,0,54,1,2,32,5,65,0,59,1,0,32,5,32,8,40,2,4,54,1,6,32,5,32,8,47,1,8,59,1,10,32,5,65,0,59,1,18,32,5,65,255,255,3,54,1,14,32,5,32,2,59,1,12,32,8,65,0,54,2,20,32,14,65,1,106,33,14,32,6,33,7,12,0,11,0,11,2,64,32,6,16,245,1,13,0,32,1,40,2,12,34,6,65,223,0,70,13,0,32,6,65,45,71,13,7,11,32,1,40,2,0,33,9,32,1,16,92,32,1,40,2,0,33,6,32,1,16,87,32,1,40,2,12,65,58,71,4,64,32,1,65,0,58,0,16,32,1,32,9,54,2,0,32,1,16,86,26,12,7,11,32,1,16,86,26,32,1,16,87,32,8,65,0,54,2,24,32,8,66,0,55,2,16,32,0,32,1,32,2,32,3,32,8,65,16,106,16,88,34,3,4,64,32,8,40,2,16,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,65,1,32,3,32,3,65,127,70,27,33,5,12,7,11,32,0,40,2,156,1,32,9,32,6,32,9,107,16,30,34,7,69,4,64,32,1,32,9,54,2,0,65,3,33,5,12,7,11,32,18,40,2,0,33,5,32,15,33,6,3,64,2,64,32,5,32,6,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,6,77,13,0,32,3,34,6,32,0,40,2,64,73,13,1,11,11,32,4,32,8,65,16,106,16,93,32,8,40,2,16,34,3,69,13,3,32,3,35,6,40,2,0,17,2,0,12,3,11,32,1,40,2,0,33,7,32,0,32,1,16,94,13,5,32,0,40,2,156,1,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,27,34,6,69,4,64,32,1,65,0,58,0,16,32,1,32,7,65,1,106,54,2,0,32,1,16,86,26,65,2,33,5,12,6,11,32,18,16,91,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,6,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,86,26,32,1,16,87,32,0,40,2,60,33,5,32,0,32,0,40,2,64,34,10,65,1,106,34,7,32,0,40,2,68,34,6,75,4,127,65,8,32,6,65,1,116,34,6,32,7,32,6,32,7,75,27,34,6,32,6,65,8,77,27,34,6,65,20,108,33,7,2,127,32,5,4,64,32,5,32,7,35,4,40,2,0,17,1,0,12,1,11,32,7,35,5,40,2,0,17,0,0,11,33,5,32,0,32,6,54,2,68,32,0,32,5,54,2,60,32,0,40,2,64,34,10,65,1,106,5,32,7,11,54,2,64,32,8,65,255,255,3,59,1,20,32,8,65,127,54,2,16,32,5,32,10,65,20,108,106,34,5,65,0,54,1,2,32,5,65,0,59,1,0,32,5,32,8,40,2,16,54,1,6,32,5,32,8,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,86,26,32,1,16,87,2,64,2,64,2,64,2,64,32,1,40,2,12,34,6,65,34,107,14,13,1,2,3,3,3,3,1,3,3,3,3,3,2,0,11,32,6,65,219,0,71,13,2,11,32,8,65,0,54,2,24,32,8,66,0,55,2,16,2,64,2,64,2,64,2,64,32,0,32,1,32,2,32,6,65,46,70,4,127,32,1,16,86,26,32,1,16,87,65,1,5,32,3,11,32,8,65,16,106,16,88,34,5,65,1,106,14,2,1,0,2,11,3,64,32,4,32,8,65,16,106,16,93,32,8,65,0,54,2,20,32,1,40,2,12,34,3,65,46,70,4,64,32,1,16,86,26,32,1,16,87,11,32,0,32,1,32,2,32,3,65,46,70,32,8,65,16,106,16,88,34,5,69,13,0,11,32,5,65,127,71,13,1,11,65,1,33,5,32,1,40,2,12,65,41,70,13,1,11,32,8,40,2,16,34,0,69,13,6,32,0,35,6,40,2,0,17,2,0,12,6,11,32,1,16,86,26,32,8,40,2,16,34,3,69,13,2,32,3,35,6,40,2,0,17,2,0,12,2,11,32,1,16,86,26,2,127,2,64,32,1,40,2,12,16,245,1,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,92,32,0,65,24,106,34,15,32,2,32,1,40,2,0,32,2,107,16,95,33,3,32,0,40,2,84,33,7,32,0,32,0,40,2,88,34,4,65,1,106,34,5,32,0,40,2,92,34,2,75,4,127,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,2,65,3,116,33,4,2,127,32,7,4,64,32,7,32,4,35,4,40,2,0,17,1,0,12,1,11,32,4,35,5,40,2,0,17,0,0,11,33,7,32,0,32,2,54,2,92,32,0,32,7,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,5,11,54,2,88,32,7,32,4,65,3,116,106,34,2,32,3,54,2,4,32,2,65,2,54,2,0,32,1,16,87,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,86,26,32,1,16,87,32,0,40,2,84,33,7,32,0,32,0,40,2,88,34,5,65,1,106,34,2,32,0,40,2,92,34,1,75,4,127,65,8,32,1,65,1,116,34,1,32,2,32,1,32,2,75,27,34,1,32,1,65,8,77,27,34,1,65,3,116,33,2,2,127,32,7,4,64,32,7,32,2,35,4,40,2,0,17,1,0,12,1,11,32,2,35,5,40,2,0,17,0,0,11,33,7,32,0,32,1,54,2,92,32,0,32,7,54,2,84,32,0,40,2,88,34,5,65,1,106,5,32,2,11,54,2,88,32,7,32,5,65,3,116,106,66,0,55,2,0,65,0,12,7,11,65,1,32,0,32,1,16,94,13,6,26,32,15,32,0,40,2,132,1,32,0,40,2,136,1,16,95,12,2,11,32,2,65,192,0,70,13,2,11,2,64,32,2,16,245,1,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,92,32,15,32,2,32,1,40,2,0,32,2,107,16,95,11,33,7,32,0,40,2,84,33,5,32,0,32,0,40,2,88,34,4,65,1,106,34,3,32,0,40,2,92,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,5,4,64,32,5,32,3,35,4,40,2,0,17,1,0,12,1,11,32,3,35,5,40,2,0,17,0,0,11,33,5,32,0,32,2,54,2,92,32,0,32,5,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,3,11,54,2,88,32,5,32,4,65,3,116,106,34,5,65,2,54,2,0,12,1,11,32,1,16,86,26,2,64,32,1,40,2,12,16,245,1,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,6,32,1,16,92,2,64,2,64,32,0,40,2,16,34,4,69,13,0,32,1,40,2,0,32,6,107,33,5,32,0,40,2,12,33,3,65,0,33,7,3,64,2,64,32,5,32,3,32,7,65,3,116,106,34,2,40,2,4,70,4,64,32,0,40,2,0,32,2,40,2,0,106,32,6,32,5,16,251,1,69,13,1,11,32,7,65,1,106,34,7,32,4,71,13,1,12,2,11,11,32,7,65,127,71,13,1,11,32,1,65,0,58,0,16,32,1,32,6,54,2,0,32,1,16,86,26,65,4,12,3,11,32,0,40,2,84,33,5,32,0,32,0,40,2,88,34,4,65,1,106,34,3,32,0,40,2,92,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,5,4,64,32,5,32,3,35,4,40,2,0,17,1,0,12,1,11,32,3,35,5,40,2,0,17,0,0,11,33,5,32,0,32,2,54,2,92,32,0,32,5,54,2,84,32,0,40,2,88,34,4,65,1,106,5,32,3,11,54,2,88,32,5,32,4,65,3,116,106,34,5,65,1,54,2,0,11,32,5,32,7,54,2,4,32,1,16,87,12,0,11,0,11,33,5,12,4,11,32,1,40,2,0,33,11,2,64,32,6,16,245,1,13,0,32,1,40,2,12,34,6,65,223,0,70,13,0,32,6,65,45,71,13,4,11,32,1,16,92,2,64,2,64,32,1,40,2,0,32,11,107,34,5,65,1,70,4,64,65,0,33,12,65,0,33,6,32,11,45,0,0,65,223,0,70,13,1,11,32,11,35,1,65,181,10,106,32,5,16,251,1,69,4,64,32,1,16,87,2,64,2,64,2,64,32,1,40,2,12,16,245,1,13,0,65,0,33,6,65,1,33,12,2,64,32,1,40,2,12,34,5,65,34,107,14,12,2,3,3,3,3,3,3,5,3,3,3,1,0,11,32,5,65,223,0,71,13,2,11,32,1,40,2,0,33,5,32,1,16,92,65,1,33,12,32,0,40,2,156,1,32,5,32,1,40,2,0,32,5,107,65,1,16,27,34,6,13,3,32,1,65,0,58,0,16,32,1,32,5,54,2,0,32,1,16,86,26,65,2,33,5,12,8,11,32,1,40,2,0,33,5,32,0,32,1,16,94,4,64,65,1,33,5,12,8,11,32,0,40,2,156,1,32,0,40,2,132,1,32,0,40,2,136,1,65,0,16,27,34,6,13,2,32,1,65,0,58,0,16,32,1,32,5,65,1,106,54,2,0,32,1,16,86,26,65,2,33,5,12,7,11,32,1,65,0,58,0,16,32,1,16,86,26,65,1,33,5,12,6,11,32,0,40,2,156,1,32,11,32,5,65,1,16,27,34,6,69,13,1,65,0,33,12,11,32,18,16,91,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,6,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,32,0,40,2,60,32,0,40,2,64,65,20,108,106,34,5,65,20,107,33,7,2,64,32,6,65,253,255,3,75,13,0,32,0,40,2,156,1,40,2,72,32,6,65,3,108,106,45,0,2,65,1,113,69,13,0,32,5,65,18,107,32,7,47,1,0,59,1,0,32,7,65,0,59,1,0,11,32,12,4,64,32,5,65,2,107,34,3,32,3,47,1,0,65,128,4,114,59,1,0,11,32,6,69,4,64,32,5,65,2,107,34,3,32,3,47,1,0,65,1,114,59,1,0,11,32,1,16,87,2,64,32,1,40,2,12,65,47,70,4,64,32,5,65,18,107,34,5,47,1,0,69,4,64,32,1,65,0,58,0,16,32,1,32,11,65,1,107,54,2,0,32,1,16,86,26,65,5,33,5,12,7,11,32,1,16,86,26,2,64,32,1,40,2,12,16,245,1,13,0,32,1,40,2,12,34,3,65,223,0,70,13,0,32,3,65,45,70,13,0,65,1,33,5,12,7,11,32,1,40,2,0,33,3,32,1,16,92,32,7,32,0,40,2,156,1,34,9,32,3,32,1,40,2,0,32,3,107,65,1,16,27,34,7,59,1,0,32,7,69,4,64,32,1,65,0,58,0,16,32,1,32,3,54,2,0,32,1,16,86,26,65,2,33,5,12,7,11,2,64,32,9,40,2,0,65,15,73,13,0,32,5,47,1,0,34,3,65,253,255,3,75,13,2,32,9,40,2,72,32,3,65,3,108,106,45,0,2,65,1,113,69,13,2,32,9,40,2,156,1,32,3,65,2,116,106,34,3,47,1,2,34,6,69,13,2,32,9,40,2,160,1,32,3,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,2,11,32,1,16,87,11,32,8,65,0,54,2,12,32,8,66,0,55,2,4,32,2,65,1,106,33,9,65,0,33,3,65,0,33,12,3,64,32,3,65,255,255,3,113,34,7,65,7,75,33,6,3,64,65,0,33,10,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,86,26,32,1,16,87,2,64,32,1,40,2,12,16,245,1,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,11,32,1,16,92,32,1,40,2,0,33,5,32,1,16,87,32,0,40,2,156,1,32,11,32,5,32,11,107,16,30,34,5,69,4,64,32,1,32,11,54,2,0,65,3,33,5,12,9,11,32,6,13,2,32,8,65,16,106,32,7,65,1,116,106,32,5,59,1,0,32,3,65,1,106,33,3,12,3,11,32,1,16,86,26,32,1,16,87,65,1,33,10,11,32,0,47,1,64,33,11,32,0,32,1,32,9,32,10,32,8,65,4,106,16,88,34,5,4,64,32,5,65,127,71,13,7,65,1,33,5,32,1,40,2,12,65,41,71,13,7,2,64,32,10,69,13,0,32,12,65,255,255,3,113,34,5,69,13,7,32,18,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,18,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,3,64,32,5,65,255,255,3,113,34,5,32,0,40,2,64,79,13,1,32,18,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,71,13,0,11,11,32,3,65,255,255,3,113,34,3,4,64,2,64,32,8,65,16,106,33,9,65,0,33,11,65,0,33,7,32,0,40,2,60,32,15,65,255,255,3,113,65,20,108,106,33,6,32,0,40,2,120,33,12,2,64,32,0,40,2,124,34,17,4,64,3,64,2,127,32,12,32,14,65,1,116,106,47,1,0,34,5,69,4,64,32,3,32,13,70,13,4,32,14,65,1,106,33,7,65,0,33,11,65,0,12,1,11,32,3,32,13,77,4,64,65,1,33,11,65,0,12,1,11,65,0,32,13,65,1,106,32,5,32,9,32,13,65,1,116,106,47,1,0,71,32,11,114,34,11,65,1,113,27,11,33,13,32,14,65,1,106,34,14,32,17,71,13,0,11,11,32,6,32,17,59,1,16,2,64,2,64,32,3,32,17,106,34,6,32,0,40,2,128,1,75,4,64,32,6,65,1,116,33,5,2,127,32,12,4,64,32,12,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,12,32,0,32,6,54,2,128,1,32,0,32,12,54,2,120,32,0,40,2,124,34,5,32,17,75,13,1,11,32,17,65,1,116,33,13,12,1,11,32,17,65,1,116,33,13,32,5,32,17,107,65,1,116,34,5,69,13,0,32,12,32,6,65,1,116,106,32,12,32,13,106,32,5,252,10,0,0,11,32,3,65,1,116,34,5,4,64,32,12,32,13,106,32,9,32,5,252,10,0,0,11,32,0,32,0,40,2,124,32,3,106,34,13,54,2,124,32,0,40,2,120,33,14,32,0,32,13,65,1,106,34,5,32,0,40,2,128,1,34,3,75,4,127,65,8,32,3,65,1,116,34,3,32,5,32,3,32,5,75,27,34,3,32,3,65,8,77,27,34,3,65,1,116,33,5,2,127,32,14,4,64,32,14,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,14,32,0,32,3,54,2,128,1,32,0,32,14,54,2,120,32,0,40,2,124,34,13,65,1,106,5,32,5,11,54,2,124,32,14,32,13,65,1,116,106,65,0,59,1,0,12,1,11,32,6,32,7,59,1,16,11,11,32,1,16,86,26,32,8,40,2,4,34,3,69,13,5,32,3,35,6,40,2,0,17,2,0,12,5,5,32,0,40,2,64,33,5,32,4,32,8,65,4,106,16,93,32,8,65,0,54,2,8,32,11,32,5,32,11,70,107,33,12,12,1,11,0,11,0,11,0,11,32,1,65,0,58,0,16,32,1,32,11,65,1,107,54,2,0,32,1,16,86,26,65,5,33,5,12,4,11,32,1,65,0,58,0,16,32,1,32,11,54,2,0,32,1,16,86,26,65,2,33,5,12,3,11,32,1,16,87,65,3,33,3,3,64,2,64,32,1,40,2,12,34,5,65,192,0,71,4,64,2,64,2,64,2,64,32,5,65,42,107,14,22,1,0,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,2,4,11,32,1,16,86,26,32,1,16,87,32,8,65,255,255,3,59,1,20,32,8,65,127,54,2,16,32,0,40,2,60,33,5,65,4,65,2,32,3,65,2,75,27,33,3,32,0,32,0,40,2,64,34,10,65,1,106,34,7,32,0,40,2,68,34,6,75,4,127,65,8,32,6,65,1,116,34,6,32,7,32,6,32,7,75,27,34,6,32,6,65,8,77,27,34,6,65,20,108,33,7,2,127,32,5,4,64,32,5,32,7,35,4,40,2,0,17,1,0,12,1,11,32,7,35,5,40,2,0,17,0,0,11,33,5,32,0,32,6,54,2,68,32,0,32,5,54,2,60,32,0,40,2,64,34,10,65,1,106,5,32,7,11,54,2,64,32,5,32,10,65,20,108,106,34,5,65,0,54,1,2,32,5,65,0,59,1,0,32,5,32,8,40,2,16,54,1,6,32,5,32,8,47,1,20,59,1,10,32,5,65,128,128,160,1,54,1,16,32,5,32,15,59,1,14,32,5,32,2,59,1,12,12,4,11,32,1,16,86,26,32,1,16,87,32,8,65,255,255,3,59,1,20,32,8,65,127,54,2,16,32,0,40,2,60,33,5,32,0,32,0,40,2,64,34,10,65,1,106,34,6,32,0,40,2,68,34,3,75,4,127,65,8,32,3,65,1,116,34,3,32,6,32,3,32,6,75,27,34,3,32,3,65,8,77,27,34,3,65,20,108,33,6,2,127,32,5,4,64,32,5,32,6,35,4,40,2,0,17,1,0,12,1,11,32,6,35,5,40,2,0,17,0,0,11,33,5,32,0,32,3,54,2,68,32,0,32,5,54,2,60,32,0,40,2,64,34,10,65,1,106,5,32,6,11,54,2,64,32,5,32,10,65,20,108,106,34,3,65,0,54,1,2,32,3,65,0,59,1,0,32,3,32,8,40,2,16,54,1,6,32,3,32,8,47,1,20,59,1,10,32,3,65,128,128,160,1,54,1,16,32,3,32,15,59,1,14,32,3,32,2,59,1,12,32,0,40,2,64,34,9,65,1,107,33,7,32,0,40,2,60,33,6,32,15,33,5,3,64,32,6,32,5,65,20,108,106,34,3,47,1,14,34,5,65,255,255,3,71,32,5,32,7,73,113,13,0,11,32,3,32,9,59,1,14,65,2,33,3,12,3,11,32,1,16,86,26,32,1,16,87,35,1,65,196,12,106,32,3,65,2,116,106,40,2,0,33,3,32,0,40,2,64,33,9,32,0,40,2,60,33,7,32,15,33,5,3,64,32,7,32,5,65,20,108,106,34,6,47,1,14,34,5,65,255,255,3,71,32,5,32,9,73,113,13,0,11,32,6,32,9,59,1,14,12,2,11,32,1,16,86,26,2,64,32,1,40,2,12,16,245,1,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,5,12,5,11,32,1,40,2,0,33,6,32,1,16,92,32,1,40,2,0,33,5,32,1,16,87,32,0,32,6,32,5,32,6,107,16,95,33,9,32,9,32,4,40,2,4,34,5,79,4,64,32,4,40,2,0,33,10,32,9,65,1,106,34,7,32,9,32,4,40,2,8,34,6,79,4,64,65,8,32,6,65,1,116,34,5,32,7,32,5,32,7,75,27,34,5,32,5,65,8,77,27,33,5,2,127,32,10,4,64,32,10,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,10,32,4,32,5,54,2,8,32,4,32,10,54,2,0,32,4,40,2,4,33,5,11,32,5,107,34,6,4,64,32,5,32,10,106,65,0,32,6,252,11,0,11,32,4,32,7,54,2,4,11,32,4,40,2,0,32,9,106,34,5,66,131,136,144,160,192,0,32,5,49,0,0,34,19,66,3,134,136,167,65,0,32,19,66,5,84,27,58,0,0,32,18,40,2,0,33,7,32,15,33,6,3,64,2,64,2,127,32,7,32,6,65,20,108,106,34,5,47,1,6,65,255,255,3,70,4,64,32,5,65,6,106,12,1,11,32,5,65,8,106,32,5,47,1,8,65,255,255,3,70,13,0,26,32,5,47,1,10,65,255,255,3,71,13,1,32,5,65,10,106,11,32,9,59,1,0,11,32,5,47,1,14,34,5,65,255,255,3,70,13,2,32,5,32,6,77,13,2,32,5,34,6,32,0,40,2,64,73,13,0,11,12,1,11,11,32,4,47,1,4,69,4,64,65,0,33,5,12,3,11,2,64,2,64,32,3,65,2,107,14,3,0,1,0,1,11,65,4,65,2,32,3,65,3,107,65,2,73,27,33,0,65,0,33,6,3,64,65,0,33,5,2,64,2,64,2,64,2,64,32,4,40,2,0,32,6,106,34,1,45,0,0,65,1,107,14,4,1,1,0,2,3,11,32,3,33,5,12,2,11,65,2,33,5,12,1,11,32,0,33,5,11,32,1,32,5,58,0,0,65,0,33,5,32,6,65,1,106,34,6,32,4,47,1,4,73,13,0,11,12,3,11,65,4,65,2,32,3,65,3,107,65,2,73,27,33,1,65,0,33,6,3,64,65,0,33,5,2,64,2,64,2,64,2,64,32,4,40,2,0,32,6,106,34,2,45,0,0,34,0,65,1,107,14,4,1,1,0,2,3,11,32,3,33,5,12,2,11,32,0,33,5,12,1,11,32,1,33,5,11,32,2,32,5,58,0,0,65,0,33,5,32,6,65,1,106,34,6,32,4,47,1,4,73,13,0,11,12,2,11,65,1,33,5,11,32,8,40,2,4,34,0,69,13,0,32,0,35,6,40,2,0,17,2,0,11,32,8,65,32,106,36,0,32,5,11,153,27,1,39,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,25,32,3,65,36,106,33,31,32,3,65,12,106,33,18,2,64,3,64,2,64,32,3,40,2,4,69,4,64,32,3,40,2,28,69,13,3,32,35,32,3,40,2,52,34,35,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,25,40,2,8,54,2,8,32,3,32,25,41,2,0,55,2,0,32,25,32,11,40,2,16,54,2,8,32,25,32,11,41,3,8,55,2,0,32,32,65,1,106,33,32,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,8,2,127,32,4,4,64,32,4,32,8,35,4,40,2,0,17,1,0,12,1,11,32,8,35,5,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,8,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,8,32,4,32,5,65,2,116,106,33,4,32,13,4,64,32,8,69,13,1,32,4,32,13,32,8,252,10,0,0,12,1,11,32,8,69,13,0,32,4,65,0,32,8,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,19,2,64,32,3,40,2,4,34,13,69,13,0,3,64,32,3,40,2,0,32,19,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,18,40,2,0,32,4,65,2,116,106,65,4,107,40,2,0,34,7,47,1,64,34,10,73,13,0,32,6,4,64,65,0,33,4,3,64,32,4,32,10,70,13,3,32,14,32,4,65,3,116,34,8,106,34,5,47,1,4,34,15,32,7,32,8,106,34,8,47,1,4,34,17,73,13,3,32,15,32,17,75,13,2,32,5,47,1,2,34,15,32,8,47,1,2,34,17,73,13,3,32,15,32,17,75,13,2,32,5,47,1,0,34,15,32,8,47,1,0,34,17,73,13,3,32,15,32,17,75,13,2,32,5,47,1,6,65,255,255,1,113,34,5,32,8,47,1,6,65,255,255,1,113,34,8,73,13,3,32,5,32,8,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,7,47,1,66,34,5,73,13,3,32,4,32,5,77,13,2,11,32,13,32,19,77,13,6,3,64,32,3,40,2,0,32,19,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,5,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,8,75,4,127,65,8,32,8,65,1,116,34,8,32,5,32,5,32,8,73,27,34,5,32,5,65,8,77,27,34,8,65,2,116,33,5,2,127,32,4,4,64,32,4,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,4,32,3,32,8,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,19,65,1,106,34,19,32,3,40,2,4,73,13,0,11,12,6,11,32,6,65,3,116,32,14,106,65,8,107,12,2,11,32,18,32,31,32,14,16,146,1,12,2,11,32,6,65,3,116,32,14,106,65,8,107,32,14,32,6,65,255,255,3,113,27,11,33,9,32,2,69,13,0,32,9,47,1,2,33,8,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,8,75,27,33,4,32,5,32,6,107,34,5,65,1,75,13,0,11,11,32,8,32,1,32,4,65,28,108,106,47,1,0,34,5,71,13,0,32,9,47,1,6,33,6,32,14,47,1,66,65,20,108,33,7,32,9,47,1,4,33,27,32,4,32,5,32,8,73,106,33,4,2,127,32,9,47,1,0,34,23,32,0,40,2,156,1,34,20,40,2,24,34,37,79,4,64,32,20,40,2,44,32,20,40,2,48,32,23,32,37,107,65,2,116,106,40,2,0,65,1,116,106,34,13,65,2,106,33,33,32,13,47,1,0,12,1,11,32,20,40,2,40,32,20,40,2,4,32,23,108,65,1,116,106,65,2,107,33,13,65,0,33,33,65,0,11,33,34,32,6,65,255,255,1,113,33,40,32,0,40,2,60,32,7,106,33,21,32,27,65,1,106,33,17,32,1,32,4,65,28,108,106,33,28,65,0,33,38,65,255,255,3,33,24,32,27,65,1,116,33,41,65,0,33,8,65,0,33,29,3,64,2,64,2,64,2,127,2,64,2,64,2,64,32,23,32,37,73,4,64,32,20,40,2,4,33,8,3,64,32,8,32,24,65,1,106,34,24,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,33,71,13,1,32,34,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,33,32,34,65,1,107,33,34,32,13,47,1,2,33,4,32,13,47,1,6,34,24,33,5,11,32,20,40,2,12,32,5,75,13,1,32,6,33,13,12,3,11,32,4,47,1,0,33,24,32,4,12,1,11,32,20,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,29,65,0,33,8,32,6,11,33,13,32,29,69,4,64,32,8,33,4,12,1,11,32,38,32,29,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,8,33,4,32,27,33,5,32,23,33,15,12,2,11,32,4,65,6,107,47,1,0,33,15,32,8,33,4,32,17,33,5,12,1,11,65,0,33,8,65,0,33,29,32,17,33,5,32,4,33,15,32,4,65,255,255,3,113,69,13,1,11,32,4,33,8,32,5,65,255,0,113,33,26,2,64,32,28,40,2,20,34,5,69,4,64,65,0,33,16,12,1,11,32,28,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,10,47,1,0,34,9,32,15,65,255,255,3,113,34,22,73,13,0,32,9,32,22,75,13,1,32,10,45,0,4,34,9,65,255,0,113,34,22,32,26,73,13,0,32,9,192,65,0,72,13,1,32,22,32,26,75,13,1,32,10,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,26,79,13,1,11,32,16,65,1,106,33,16,11,32,5,32,16,77,13,0,32,24,65,255,255,3,113,33,22,3,64,32,16,65,6,108,33,4,32,16,65,1,106,33,16,32,15,65,255,255,3,113,34,42,32,4,32,28,40,2,16,106,34,4,47,1,0,71,13,1,32,4,45,0,4,34,5,192,33,9,32,5,65,255,0,113,32,26,71,13,1,32,0,40,2,156,1,33,10,2,64,32,4,47,1,2,34,4,4,64,32,10,40,2,84,32,10,47,1,36,32,4,108,65,1,116,106,32,41,106,47,1,0,34,7,13,1,11,65,0,33,7,32,10,40,2,72,32,22,65,3,108,106,45,0,0,65,1,71,13,0,32,10,40,2,76,32,22,65,1,116,106,47,1,0,33,7,11,2,64,32,40,34,12,13,0,65,0,33,12,32,10,40,2,32,69,13,0,32,10,40,2,64,32,4,65,2,116,106,34,4,47,1,2,34,5,69,13,0,32,10,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,39,32,14,65,198,0,252,10,0,0,32,11,47,1,72,34,5,65,3,116,34,30,32,11,106,34,4,32,39,32,5,27,34,6,32,15,59,1,0,32,6,32,26,59,1,4,32,9,65,0,72,4,64,32,4,32,39,32,5,27,34,9,32,9,47,1,6,65,128,128,2,114,59,1,6,11,2,64,2,64,2,64,2,64,2,127,65,1,32,21,47,1,0,34,9,65,255,255,3,70,13,0,26,2,64,32,7,4,64,2,127,32,9,69,4,64,65,1,32,21,47,1,18,65,1,113,69,13,1,26,32,10,40,2,72,32,7,65,3,108,106,45,0,1,12,1,11,32,7,32,9,70,11,32,21,47,1,4,34,4,69,32,4,32,12,65,255,255,3,113,70,114,113,33,4,32,21,47,1,2,34,10,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,10,70,13,2,32,7,65,1,106,34,7,32,12,71,13,0,11,65,0,12,2,11,65,0,32,22,32,10,40,2,12,73,13,1,26,32,4,32,11,65,8,106,32,5,27,46,1,6,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,59,1,72,32,11,65,8,106,32,30,106,33,6,11,65,0,33,9,32,6,65,0,59,1,4,32,6,32,24,59,1,2,32,6,32,23,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,10,65,0,33,4,3,64,32,10,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,9,65,1,106,33,9,11,32,7,65,1,106,34,7,32,5,71,13,0,11,32,9,32,32,75,13,2,65,0,12,1,11,32,4,11,33,7,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,32,7,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,21,47,1,12,75,13,1,11,11,32,11,32,4,59,1,74,65,1,33,30,12,2,11,32,25,32,31,32,11,65,8,106,16,146,1,12,2,11,65,0,33,30,32,21,33,7,32,23,32,42,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,9,65,20,108,106,47,1,12,32,21,47,1,12,71,4,64,32,3,40,2,60,33,9,32,3,40,2,64,34,10,4,127,32,14,47,1,68,33,6,65,0,33,4,32,10,34,5,65,1,71,4,64,3,64,32,4,32,5,65,1,118,34,12,32,4,106,34,4,32,9,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,9,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,10,65,1,106,34,5,32,3,40,2,68,75,4,64,32,5,65,1,116,33,6,2,127,32,9,4,64,32,9,32,6,35,4,40,2,0,17,1,0,12,1,11,32,6,35,5,40,2,0,17,0,0,11,33,9,32,3,32,5,54,2,68,32,3,32,9,54,2,60,32,3,40,2,64,33,10,11,32,4,65,1,116,33,5,2,64,32,4,32,10,79,13,0,32,10,32,4,107,65,1,116,34,4,69,13,0,32,5,32,9,106,34,6,65,2,106,32,6,32,4,252,10,0,0,11,32,5,32,9,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,10,33,5,2,64,2,64,2,64,32,10,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,9,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,9,70,13,2,32,4,32,5,32,9,73,106,33,6,11,32,10,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,4,40,2,0,17,1,0,12,1,11,32,5,35,5,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,10,11,32,6,65,1,116,33,4,2,64,32,6,32,10,79,13,0,32,10,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,9,59,0,0,32,3,32,3,40,2,52,65,1,106,54,2,52,12,1,11,32,18,32,31,32,11,65,8,106,16,146,1,11,32,30,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,28,40,2,20,32,16,75,13,0,11,12,0,11,0,11,32,19,65,1,106,34,19,32,3,40,2,4,34,13,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,18,40,2,8,54,2,8,32,3,32,18,41,2,0,55,2,0,32,18,32,11,40,2,16,54,2,8,32,18,32,11,41,3,8,55,2,0,11,32,36,65,1,106,34,36,65,128,2,71,13,0,11,32,3,65,1,58,0,72,11,32,11,65,208,0,106,36,0,11,165,4,1,4,127,32,0,4,64,32,0,40,2,60,34,1,4,64,32,1,35,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,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,6,40,2,0,17,2,0,32,0,65,0,54,2,56,32,0,66,0,55,2,48,11,32,0,35,6,40,2,0,17,2,0,11,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,203,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,1,65,255,1,113,34,2,54,2,12,65,1,33,3,32,1,65,0,72,4,64,2,64,32,5,32,4,107,34,5,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,4,45,0,1,34,1,65,5,118,118,65,1,113,69,13,4,32,1,65,63,113,33,6,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,4,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,3,32,5,65,2,70,13,3,65,3,33,1,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,2,65,6,116,114,34,2,54,2,12,32,5,34,3,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,4,106,45,0,0,65,128,127,115,65,255,1,113,34,3,65,63,77,13,3,32,1,33,3,11,32,0,65,127,54,2,12,65,127,33,2,11,32,0,32,3,58,0,16,12,2,11,65,0,33,2,32,0,65,0,54,2,12,32,0,65,0,58,0,16,12,1,11,32,0,32,2,65,6,116,32,3,114,34,2,54,2,12,32,0,32,1,65,1,106,58,0,16,11,32,2,16,245,1,13,0,32,0,40,2,12,34,3,65,33,107,34,1,65,30,77,65,0,65,1,32,1,116,65,129,224,128,128,4,113,27,13,0,32,3,65,223,0,70,13,0,11,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,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,86,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,4,40,2,0,17,1,0,12,1,11,32,5,35,5,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,4,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,4,40,2,0,17,1,0,12,1,11,32,6,35,5,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,5,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,86,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,86,26,11,32,3,11,206,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,251,1,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,7,0,32,0,40,2,100,11,7,0,32,0,40,2,16,11,7,0,32,0,40,2,40,11,49,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,33,0,32,2,32,1,40,2,4,54,2,0,32,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,49,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,33,0,32,2,32,1,40,2,4,54,2,0,32,0,32,3,106,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,16,0,32,0,40,2,96,32,1,65,28,108,106,40,2,16,11,16,0,32,0,40,2,96,32,1,65,28,108,106,40,2,20,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,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,120,1,4,127,32,0,40,2,112,34,4,69,4,64,65,0,15,11,65,127,33,2,32,1,32,0,40,2,108,34,3,40,2,0,79,4,64,65,0,33,2,3,64,32,4,32,2,34,5,65,1,106,34,2,71,4,64,32,3,32,2,65,3,116,106,40,2,0,32,1,77,13,1,11,11,32,3,32,5,65,3,116,106,47,1,4,33,2,11,32,0,40,2,64,32,2,77,4,64,65,0,15,11,32,0,40,2,60,32,2,65,20,108,106,45,0,18,65,7,118,11,179,2,1,6,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,251,1,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,5,69,13,0,32,0,40,2,60,33,6,65,0,33,2,32,3,65,255,255,3,113,33,1,3,64,65,0,33,3,32,6,32,2,65,20,108,106,34,0,65,6,106,34,7,33,4,2,64,2,64,32,0,47,1,6,34,8,32,1,70,13,0,32,1,32,0,47,1,8,70,4,64,32,0,65,8,106,33,4,65,1,33,3,12,1,11,32,0,47,1,10,32,1,71,13,1,32,0,65,255,255,3,59,1,10,12,1,11,32,4,65,255,255,3,59,1,0,32,3,65,1,116,32,7,106,34,3,65,2,106,47,1,0,34,4,65,255,255,3,70,13,0,32,3,32,4,59,1,0,32,3,65,255,255,3,59,1,2,32,1,32,8,71,13,0,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,5,71,13,0,11,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,223,1,1,2,127,65,168,1,35,5,34,1,40,2,0,17,0,0,34,0,65,0,65,200,0,252,11,0,32,0,66,0,55,3,112,32,0,66,127,55,3,104,32,0,66,0,55,3,96,32,0,66,128,128,128,128,112,55,3,88,32,0,66,128,128,128,128,112,55,3,80,32,0,66,255,255,255,255,15,55,3,72,32,0,66,0,55,3,120,32,0,66,0,55,3,128,1,32,0,66,0,55,3,136,1,32,0,66,0,55,3,144,1,32,0,66,0,55,3,152,1,32,0,66,0,55,3,160,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,4,40,2,0,17,1,0,12,1,11,65,128,1,35,5,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,181,5,2,6,127,2,126,35,0,65,16,107,34,5,36,0,32,0,65,0,54,2,40,32,0,65,0,54,2,28,32,2,40,2,16,33,6,32,2,40,2,8,33,7,32,2,40,2,4,33,4,32,2,40,2,0,33,8,32,2,40,2,20,33,3,32,0,32,2,40,2,12,59,1,20,32,0,32,3,54,2,4,32,0,65,0,54,2,12,32,0,40,2,8,33,2,32,0,32,0,40,2,16,4,127,65,0,5,2,127,32,2,4,64,32,2,65,224,1,35,4,40,2,0,17,1,0,12,1,11,65,224,1,35,5,40,2,0,17,0,0,11,33,2,32,0,65,8,54,2,16,32,0,32,2,54,2,8,32,0,40,2,12,11,34,3,65,1,106,54,2,12,32,2,32,3,65,28,108,106,34,2,65,0,54,2,24,32,2,66,0,55,2,16,32,2,32,7,54,2,12,32,2,32,4,54,2,8,32,2,32,8,54,2,4,32,2,32,6,54,2,0,2,64,32,0,40,2,52,34,6,65,255,255,3,113,34,4,69,13,0,32,0,40,2,48,33,3,65,0,33,7,65,0,33,2,32,4,65,8,79,4,64,32,6,65,248,255,3,113,33,8,65,0,33,4,3,64,32,3,32,2,65,12,108,106,65,127,54,2,4,32,3,32,2,65,1,114,65,12,108,106,65,127,54,2,4,32,3,32,2,65,2,114,65,12,108,106,65,127,54,2,4,32,3,32,2,65,3,114,65,12,108,106,65,127,54,2,4,32,3,32,2,65,4,114,65,12,108,106,65,127,54,2,4,32,3,32,2,65,5,114,65,12,108,106,65,127,54,2,4,32,3,32,2,65,6,114,65,12,108,106,65,127,54,2,4,32,3,32,2,65,7,114,65,12,108,106,65,127,54,2,4,32,2,65,8,106,33,2,32,4,65,8,106,34,4,32,8,71,13,0,11,11,32,6,65,7,113,34,4,69,13,0,3,64,32,3,32,2,65,12,108,106,65,127,54,2,4,32,2,65,1,106,33,2,32,7,65,1,106,34,7,32,4,71,13,0,11,11,32,0,65,1,58,0,160,1,32,0,32,6,54,2,76,32,0,65,0,54,2,112,32,0,65,0,59,0,161,1,32,0,65,0,54,2,80,32,0,65,0,58,0,163,1,32,0,32,1,54,2,0,32,0,65,0,54,2,156,1,2,64,32,0,41,3,136,1,66,0,82,4,64,32,5,16,237,1,32,5,41,3,0,33,10,32,5,40,2,8,33,1,32,0,32,5,40,2,12,54,2,132,1,32,0,32,1,32,0,41,3,136,1,34,9,32,9,66,192,132,61,128,34,9,66,192,132,61,126,125,167,65,232,7,108,106,34,1,65,128,148,235,220,3,107,32,1,32,1,65,255,147,235,220,3,74,34,1,27,54,2,128,1,32,0,32,1,173,32,9,32,10,124,124,55,3,120,12,1,11,32,0,65,248,0,106,34,1,66,0,55,3,0,32,1,66,0,55,3,8,11,32,0,65,0,54,2,152,1,32,0,66,0,55,3,144,1,32,5,65,16,106,36,0,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,4,40,2,0,17,1,0,12,1,11,65,224,1,35,5,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,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,3,96,32,0,32,2,41,2,0,55,3,104,11,11,223,1,1,3,127,2,127,32,0,40,2,40,69,4,64,65,0,32,0,65,0,16,115,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,112,34,2,65,1,106,54,2,112,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,202,68,2,30,127,2,126,35,0,65,208,1,107,34,7,36,0,32,0,65,60,106,33,28,32,0,65,4,106,33,21,32,0,65,148,1,106,33,29,3,64,2,64,32,0,45,0,162,1,34,6,65,1,71,13,0,32,0,40,2,28,34,4,69,13,0,32,0,40,2,52,33,3,32,0,40,2,24,33,5,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,3,32,5,32,2,65,4,116,106,47,1,4,34,9,77,13,0,32,0,40,2,48,32,9,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,5,32,4,65,4,116,106,47,1,4,34,4,32,3,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,5,32,2,65,4,116,106,47,1,4,34,4,32,3,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,156,1,65,1,106,34,2,65,0,32,2,65,228,0,71,27,34,4,54,2,156,1,2,64,32,0,40,2,144,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,0,0,54,2,152,1,11,2,64,2,64,32,6,32,14,114,65,1,113,13,0,32,4,13,1,2,64,32,0,41,3,120,80,4,64,32,0,40,2,128,1,69,13,1,11,32,7,65,184,1,106,16,237,1,65,0,33,14,32,7,41,3,184,1,34,32,32,0,41,3,120,34,33,85,13,1,32,32,32,33,89,4,64,32,7,40,2,192,1,32,0,40,2,128,1,74,13,2,11,32,0,40,2,144,1,33,2,11,32,2,69,13,1,32,2,40,2,4,34,2,69,13,1,32,29,32,2,17,0,0,69,13,1,65,0,33,14,11,32,7,65,208,1,106,36,0,32,14,65,1,113,15,11,2,64,32,0,2,127,2,64,32,0,45,0,161,1,65,1,70,4,64,65,0,33,14,32,0,45,0,160,1,65,1,71,13,3,65,0,33,8,65,0,33,2,65,0,32,0,40,2,28,34,9,69,13,2,26,3,64,2,64,2,64,32,0,40,2,0,40,2,60,32,0,40,2,24,34,4,32,2,65,4,116,106,34,3,47,1,10,65,20,108,106,47,1,12,34,5,65,255,255,3,70,4,64,32,0,40,2,80,34,5,32,3,47,1,8,79,65,0,32,5,27,13,1,32,0,40,2,36,33,4,32,0,32,0,40,2,40,34,6,65,1,106,34,5,32,0,40,2,44,34,20,75,4,127,65,8,32,20,65,1,116,34,6,32,5,32,5,32,6,73,27,34,5,32,5,65,8,77,27,34,6,65,4,116,33,5,2,127,32,4,4,64,32,4,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,4,32,0,32,6,54,2,44,32,0,32,4,54,2,36,32,0,40,2,40,34,6,65,1,106,5,32,5,11,54,2,40,32,4,32,6,65,4,116,106,34,4,32,3,41,2,0,55,2,0,32,4,32,3,41,2,8,55,2,8,65,1,33,14,32,8,65,1,106,33,8,12,2,11,32,0,40,2,80,32,3,47,1,8,32,5,106,79,13,0,32,3,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,8,65,1,106,33,8,12,1,11,32,8,69,4,64,65,0,33,8,12,1,11,32,4,32,2,32,8,107,65,4,116,106,34,4,32,3,41,2,0,55,2,0,32,4,32,3,41,2,8,55,2,8,11,32,9,32,2,65,1,106,34,2,71,13,0,11,12,1,11,65,0,33,10,2,127,65,0,2,127,32,0,40,2,8,34,4,32,0,40,2,12,34,3,65,28,108,106,34,2,65,28,107,40,2,0,34,11,40,0,0,34,5,65,1,113,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,13,0,26,32,3,65,2,73,4,64,32,0,47,1,20,12,1,11,65,0,32,2,65,56,107,40,2,0,40,2,0,47,1,66,34,5,69,13,0,26,32,21,40,2,0,40,2,8,34,6,40,2,84,32,6,47,1,36,32,5,108,65,1,116,106,32,2,65,8,107,40,2,0,65,1,116,106,47,1,0,11,33,5,32,2,65,24,107,40,0,0,33,20,32,2,65,20,107,40,0,0,33,14,32,2,65,16,107,40,0,0,33,15,32,7,32,21,40,2,0,34,12,54,2,180,1,32,7,32,11,54,2,176,1,32,7,32,5,65,255,255,3,113,34,16,54,2,172,1,32,7,32,15,54,2,168,1,32,7,32,14,54,2,164,1,32,7,32,20,54,2,160,1,2,127,32,3,65,2,72,4,64,65,0,33,6,65,0,33,13,65,0,33,9,65,0,33,8,65,0,12,1,11,65,0,33,6,2,64,32,3,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,9,69,13,0,32,12,40,2,8,34,10,40,2,84,32,10,47,1,36,32,9,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,32,9,33,6,12,2,11,2,127,32,3,40,2,0,40,0,0,34,9,65,1,113,4,64,32,9,65,1,118,65,1,113,12,1,11,32,9,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,32,4,40,0,12,33,13,32,4,40,0,8,33,9,32,4,40,0,4,33,8,32,12,33,10,32,4,40,2,0,11,33,19,2,127,32,11,41,2,0,34,33,167,34,2,65,1,113,34,3,4,64,32,33,66,24,136,66,128,128,128,128,240,31,131,33,32,32,20,32,33,66,56,136,167,106,12,1,11,32,2,41,2,20,33,32,32,2,40,2,16,32,20,106,11,33,4,2,64,2,64,2,64,2,64,2,64,2,127,32,19,69,4,64,32,0,40,2,88,33,11,65,0,12,1,11,2,127,65,1,32,9,2,126,2,64,2,64,32,19,41,2,0,34,33,167,34,17,65,1,113,4,64,32,0,40,2,88,34,11,32,8,32,33,66,56,136,167,106,73,13,1,65,1,12,4,11,32,0,40,2,88,34,11,32,17,40,2,16,32,8,106,73,13,1,65,1,12,3,11,32,33,66,24,136,66,128,128,128,128,240,31,131,12,1,11,32,17,41,2,20,11,34,33,167,34,17,106,34,18,32,0,40,2,96,34,23,73,13,0,26,32,18,32,23,70,32,0,40,2,100,32,33,66,32,136,167,65,0,32,13,32,17,27,106,79,113,11,33,17,2,64,32,8,32,0,40,2,92,79,13,0,32,9,32,0,40,2,104,34,8,75,13,0,32,8,32,9,70,32,13,32,0,40,2,108,79,113,34,9,32,17,69,13,1,26,65,0,33,17,65,1,33,8,12,3,11,65,1,33,8,32,17,13,1,65,1,11,33,9,65,0,33,8,32,4,32,11,73,4,64,65,0,33,17,12,2,11,32,14,32,32,167,34,17,106,34,13,32,0,40,2,96,34,18,73,4,64,65,0,33,17,32,9,69,13,4,65,1,33,4,12,5,11,32,13,32,18,70,32,32,66,32,136,167,65,0,32,15,32,17,27,106,34,23,32,0,40,2,100,34,24,73,113,34,25,69,33,17,32,25,13,1,32,4,32,20,70,13,1,32,4,32,11,70,4,64,65,0,33,17,12,2,11,32,9,13,2,32,13,32,18,71,32,23,32,24,71,114,33,17,12,3,11,65,0,33,17,65,1,33,4,12,3,11,32,9,69,13,1,11,65,1,33,4,65,0,33,17,12,1,11,32,0,40,2,92,32,20,77,4,64,65,0,33,17,65,0,33,4,12,1,11,65,0,33,4,32,0,40,2,104,34,9,32,14,79,4,127,32,9,32,14,71,32,15,32,0,40,2,108,73,114,5,65,0,11,32,17,113,33,17,11,65,0,33,14,2,64,32,0,45,0,160,1,65,1,71,13,0,2,127,2,64,32,16,69,4,64,32,3,4,64,32,2,65,128,254,3,113,65,8,118,33,5,12,2,11,32,2,47,1,40,33,5,11,65,255,255,3,32,5,65,255,255,3,113,65,255,255,3,70,13,1,26,11,32,12,40,2,8,40,2,76,32,5,65,255,255,3,113,65,1,116,106,47,1,0,11,33,26,65,1,33,20,2,64,2,64,2,64,32,16,65,254,255,3,107,14,2,0,2,1,11,65,0,33,20,12,1,11,32,16,4,64,32,12,40,2,8,40,2,72,32,16,65,3,108,106,45,0,1,65,0,71,33,20,12,1,11,32,3,4,64,32,2,65,2,118,65,1,113,33,20,12,1,11,32,2,47,1,44,65,1,118,65,1,113,33,20,11,32,3,4,127,32,2,65,5,118,65,1,113,5,32,2,47,1,44,65,9,118,65,1,113,11,33,23,32,7,66,0,55,3,136,1,32,7,66,0,55,3,128,1,32,7,65,8,54,2,124,32,7,65,128,1,106,33,22,32,7,40,2,124,33,27,32,7,65,0,59,1,154,1,32,7,65,0,54,2,124,32,7,65,0,58,0,159,1,32,7,65,0,58,0,158,1,32,7,65,0,58,0,157,1,2,64,32,21,40,2,8,34,3,65,1,107,34,2,69,13,0,32,21,40,2,4,34,30,65,56,107,33,31,32,21,40,2,0,40,2,8,33,13,3,64,32,3,33,9,32,30,32,2,34,3,65,28,108,106,33,12,32,31,32,9,65,28,108,106,40,2,0,34,15,40,2,0,47,1,66,34,2,4,127,32,13,40,2,84,32,13,47,1,36,32,2,108,65,1,116,106,5,65,0,11,33,16,2,64,2,64,2,127,32,12,40,2,0,34,24,40,0,0,34,2,65,1,113,34,11,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,16,69,13,0,32,16,32,12,40,2,20,65,1,116,106,47,1,0,34,5,13,1,11,32,11,4,64,32,2,65,128,254,3,113,65,8,118,33,5,12,1,11,32,2,47,1,40,33,5,11,65,0,33,11,65,0,33,2,2,64,2,64,2,64,32,5,65,254,255,3,107,14,2,2,1,0,11,32,13,40,2,72,32,5,65,3,108,106,34,2,45,0,0,65,1,115,33,11,32,2,45,0,2,33,2,11,32,11,65,1,113,69,32,21,40,2,8,32,9,71,113,13,2,32,2,32,14,32,27,73,113,69,13,0,32,22,32,14,65,1,116,106,32,5,59,1,0,32,7,32,14,65,1,106,34,14,54,2,124,11,2,64,32,7,45,0,159,1,13,0,32,15,40,2,0,40,2,36,33,25,2,127,32,24,40,0,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,12,40,2,16,65,1,106,34,5,32,25,79,13,0,32,12,40,2,20,32,2,69,106,33,11,3,64,2,64,2,64,2,127,32,15,40,2,0,34,2,32,2,40,2,36,65,3,116,107,32,5,65,3,116,106,40,2,0,34,9,65,1,113,34,18,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,13,0,32,16,69,13,0,32,16,32,11,65,1,116,106,47,1,0,34,2,13,1,11,32,18,4,64,32,9,65,128,254,3,113,65,8,118,33,2,12,1,11,32,9,47,1,40,33,2,11,32,11,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,13,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,33,2,32,7,65,1,58,0,159,1,32,7,45,0,158,1,13,7,32,2,65,1,113,13,3,32,18,69,13,1,12,4,11,32,18,13,3,32,9,40,2,36,69,13,0,32,9,40,2,48,69,13,0,32,7,65,1,58,0,159,1,32,7,45,0,158,1,13,6,32,9,40,2,52,13,2,11,32,9,47,1,44,65,2,118,65,1,113,12,3,11,32,7,65,1,58,0,159,1,32,7,45,0,158,1,13,4,11,32,7,65,1,58,0,158,1,12,3,11,32,9,65,3,118,65,1,113,11,69,106,33,11,32,5,65,1,106,34,5,32,25,71,13,0,11,11,2,64,2,127,32,24,40,0,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,13,40,2,32,69,13,0,32,13,40,2,68,32,13,40,2,64,32,15,40,2,0,47,1,66,65,2,116,106,34,5,47,1,0,65,2,116,106,34,2,32,5,47,1,2,34,9,65,2,116,106,33,11,32,7,47,1,154,1,34,5,69,4,64,32,9,69,13,1,32,2,33,5,3,64,2,64,32,5,45,0,3,69,4,64,32,12,40,2,20,32,5,45,0,2,70,13,1,11,32,5,65,4,106,34,5,32,11,73,13,1,12,3,11,11,32,7,32,5,47,1,0,34,5,59,1,154,1,32,5,69,13,1,11,32,9,69,13,0,3,64,2,64,32,2,47,1,0,32,5,71,13,0,32,12,40,2,20,32,2,45,0,2,79,13,0,32,7,65,1,58,0,157,1,12,2,11,32,2,65,4,106,34,2,32,11,73,13,0,11,11,32,3,65,1,107,34,2,13,0,11,11,2,127,65,0,32,19,69,13,0,26,2,64,32,6,69,4,64,32,19,40,2,0,34,2,65,1,113,4,64,32,2,65,128,254,3,113,65,8,118,33,6,12,2,11,32,2,47,1,40,33,6,11,32,6,65,255,255,3,113,65,255,255,3,71,13,0,65,1,12,1,11,32,10,40,2,8,40,2,76,32,6,65,255,255,3,113,65,1,116,106,47,1,0,65,255,255,3,70,11,33,6,32,4,32,8,114,33,9,32,0,40,2,0,34,2,47,1,160,1,33,8,2,64,32,26,65,255,255,3,113,34,13,65,255,255,3,70,34,24,13,0,32,8,65,255,255,3,113,69,4,64,65,0,33,8,12,1,11,65,0,33,3,32,7,40,2,124,33,10,32,7,47,1,154,1,33,12,32,6,32,9,114,65,1,113,33,11,3,64,32,2,40,2,60,32,2,40,2,72,32,3,65,6,108,106,34,4,47,1,0,65,20,108,106,34,5,47,1,12,33,8,32,0,40,2,80,33,14,2,64,2,64,32,4,45,0,4,65,1,70,4,64,32,17,13,1,12,2,11,32,11,13,1,11,32,5,47,1,4,34,16,65,0,32,12,32,16,71,27,13,0,65,0,32,5,47,1,2,32,10,27,13,0,32,0,40,2,84,32,14,32,8,107,73,13,0,32,0,32,4,16,116,32,0,40,2,0,33,2,11,32,3,65,1,106,34,3,32,2,47,1,160,1,34,8,73,13,0,11,11,2,64,32,2,40,2,76,34,10,32,8,65,255,255,3,113,34,3,107,34,8,69,13,0,32,2,40,2,60,33,4,32,2,40,2,72,33,5,32,8,65,1,71,4,64,3,64,32,8,65,1,118,34,12,32,3,106,34,11,32,3,32,13,32,4,32,5,32,11,65,6,108,106,47,1,0,65,20,108,106,47,1,0,75,27,33,3,32,8,32,12,107,34,8,65,1,75,13,0,11,11,2,64,32,13,32,4,32,5,32,3,65,6,108,106,47,1,0,65,20,108,106,47,1,0,34,8,77,13,0,32,3,65,1,106,34,3,32,10,79,13,0,32,4,32,5,32,3,65,6,108,106,47,1,0,65,20,108,106,47,1,0,33,8,11,32,13,32,8,65,255,255,3,113,71,13,0,32,0,40,2,80,32,4,32,5,32,3,65,6,108,106,34,8,47,1,0,65,20,108,106,34,4,47,1,12,107,33,5,32,7,47,1,154,1,33,10,32,6,32,9,114,65,1,113,33,6,3,64,2,64,2,64,32,8,45,0,4,65,1,70,4,64,32,17,13,1,12,2,11,32,6,13,1,11,32,4,47,1,4,34,4,65,0,32,4,32,10,71,27,13,0,32,5,32,0,40,2,84,75,13,0,32,0,32,8,16,116,32,0,40,2,0,33,2,11,32,3,65,1,106,34,3,32,2,40,2,76,70,13,1,32,2,40,2,60,32,2,40,2,72,32,3,65,6,108,106,34,8,47,1,0,65,20,108,106,34,4,47,1,0,32,13,70,13,0,11,11,32,0,40,2,28,69,4,64,65,0,33,14,12,1,11,32,20,65,1,115,33,25,32,13,65,255,255,3,71,33,26,65,0,33,14,65,0,33,9,3,64,32,7,32,9,65,4,116,34,15,32,0,40,2,24,106,34,4,54,2,120,32,0,40,2,0,40,2,60,33,3,32,4,32,4,47,1,14,34,12,65,255,191,127,113,34,11,59,1,14,65,1,33,2,32,0,40,2,80,32,3,32,4,47,1,10,65,20,108,34,8,106,34,10,47,1,12,32,4,47,1,8,106,70,4,127,2,127,32,10,47,1,0,34,2,69,4,64,32,10,47,1,18,34,6,65,128,4,113,65,9,118,34,2,32,24,114,32,20,114,65,1,113,4,64,32,23,32,26,32,2,27,12,2,11,32,6,65,1,115,12,1,11,32,10,47,1,18,33,6,65,0,32,2,32,13,71,13,0,26,32,6,65,128,4,113,69,32,23,65,0,71,114,11,33,5,32,6,65,4,113,4,64,32,7,45,0,158,1,65,1,115,32,5,113,33,5,11,32,12,65,128,32,113,69,32,6,65,2,113,69,32,25,114,113,33,2,2,127,2,64,32,10,47,1,2,34,12,69,13,0,65,0,34,3,32,7,40,2,124,34,16,69,13,1,26,3,64,32,7,65,128,1,106,32,3,65,1,116,106,47,1,0,32,12,70,13,1,32,3,65,1,106,34,3,32,16,71,13,0,11,65,0,12,1,11,32,5,11,33,3,32,2,32,7,45,0,159,1,113,33,5,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,10,47,1,4,34,2,4,64,32,2,32,7,47,1,154,1,71,13,1,32,7,45,0,157,1,32,5,113,33,5,11,32,10,47,1,16,34,2,69,13,1,12,2,11,65,0,33,3,32,10,47,1,16,34,2,13,1,32,5,69,13,4,65,0,33,12,12,6,11,32,3,65,1,113,13,1,12,2,11,32,0,40,2,0,40,2,120,32,2,65,1,116,106,33,2,3,64,32,2,47,1,0,34,12,4,64,32,7,65,64,107,32,7,41,2,176,1,55,3,0,32,7,32,7,41,2,168,1,55,3,56,32,7,32,7,41,2,160,1,55,3,48,32,7,65,224,0,106,32,7,65,48,106,32,12,16,53,32,2,65,2,106,33,2,32,7,40,2,112,69,13,1,12,3,11,11,32,3,65,1,113,69,13,1,11,65,0,33,12,2,64,32,5,65,1,113,69,13,0,2,64,32,6,65,192,0,113,13,0,32,0,40,2,0,40,2,60,32,8,106,34,2,47,1,32,34,3,65,255,255,3,70,13,1,32,3,32,2,47,1,12,77,13,1,32,2,45,0,39,65,1,113,69,13,0,32,2,47,1,0,13,1,11,35,0,65,16,107,34,4,36,0,32,0,40,2,24,33,2,32,4,32,7,40,2,120,34,5,41,2,8,55,3,8,32,4,32,5,41,2,0,55,3,0,32,5,32,2,107,34,8,65,4,117,33,11,32,4,65,255,255,3,54,2,4,2,127,32,5,40,2,4,65,255,255,3,71,4,64,65,0,32,0,32,4,32,11,16,147,1,34,2,69,13,1,26,32,2,40,2,0,33,3,32,5,47,1,4,34,5,32,0,40,2,52,79,4,127,32,0,65,60,106,5,32,0,40,2,48,32,5,65,12,108,106,11,34,5,40,2,0,33,16,2,64,32,5,40,2,4,34,12,32,2,40,2,4,34,5,106,34,19,32,2,40,2,8,77,13,0,32,19,65,28,108,33,6,2,127,32,3,4,64,32,3,32,6,35,4,40,2,0,17,1,0,12,1,11,32,6,35,5,40,2,0,17,0,0,11,33,3,32,2,32,19,54,2,8,32,2,32,3,54,2,0,32,2,40,2,4,34,19,32,5,77,13,0,32,19,32,5,107,65,28,108,34,19,69,13,0,32,3,32,6,106,32,3,32,5,65,28,108,106,32,19,252,10,0,0,11,2,64,32,12,69,13,0,32,12,65,28,108,33,6,32,3,32,5,65,28,108,106,33,3,32,16,4,64,32,6,69,13,1,32,3,32,16,32,6,252,10,0,0,12,1,11,32,6,69,13,0,32,3,65,0,32,6,252,11,0,11,32,2,32,2,40,2,4,32,12,106,54,2,4,32,0,40,2,24,33,2,11,32,0,40,2,28,34,5,65,1,106,34,3,32,0,40,2,32,75,4,64,32,3,65,4,116,33,5,2,127,32,2,4,64,32,2,32,5,35,4,40,2,0,17,1,0,12,1,11,32,5,35,5,40,2,0,17,0,0,11,33,2,32,0,32,3,54,2,32,32,0,32,2,54,2,24,32,0,40,2,28,33,5,11,2,64,32,11,65,1,106,34,3,32,5,79,4,64,32,3,65,4,116,33,6,12,1,11,32,3,65,4,116,33,6,32,5,32,3,107,65,4,116,34,5,69,13,0,32,2,32,8,106,65,32,106,32,2,32,6,106,32,5,252,10,0,0,11,32,2,32,6,106,34,2,32,4,41,3,0,55,0,0,32,2,32,4,41,3,8,55,0,8,32,0,32,0,40,2,28,65,1,106,54,2,28,32,7,32,0,40,2,24,32,8,106,54,2,120,32,0,40,2,24,32,3,65,4,116,106,11,33,2,32,4,65,16,106,36,0,32,2,65,0,71,33,12,32,7,40,2,120,34,4,47,1,14,33,11,11,2,64,32,11,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,5,2,64,32,2,65,2,107,34,2,69,4,64,65,0,33,6,12,1,11,3,64,2,64,32,5,32,2,65,28,108,106,34,3,65,28,107,40,2,0,40,2,0,47,1,66,34,6,4,64,32,21,40,2,0,40,2,8,34,8,40,2,84,32,8,47,1,36,32,6,108,65,1,116,106,32,3,40,2,20,65,1,116,106,47,1,0,34,6,13,1,11,65,0,33,6,2,127,32,3,40,2,0,40,0,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,3,33,5,11,32,5,41,0,4,33,32,32,5,40,0,12,33,3,32,5,40,2,0,33,2,32,7,32,21,40,2,0,54,2,92,32,7,32,2,54,2,88,32,7,32,6,54,2,84,32,7,32,3,54,2,80,32,7,32,32,55,2,72,32,2,13,1,11,32,4,32,11,65,128,128,1,114,59,1,14,12,1,11,32,4,32,11,65,255,255,1,113,59,1,14,32,10,33,3,3,64,32,3,34,2,65,20,107,33,3,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,7,32,7,41,2,88,55,3,40,32,7,32,7,41,2,80,55,3,32,32,7,32,7,41,2,72,55,3,24,32,0,32,4,32,3,32,7,65,24,106,16,117,11,32,10,47,1,6,65,255,255,3,71,4,64,32,7,32,7,41,2,176,1,55,3,16,32,7,32,7,41,2,168,1,55,3,8,32,7,32,7,41,2,160,1,55,3,0,32,0,32,4,32,10,32,7,16,117,11,32,4,47,1,14,34,2,65,128,128,1,113,13,2,32,4,32,4,47,1,10,65,1,106,34,3,59,1,10,32,0,40,2,0,40,2,60,32,3,65,255,255,3,113,65,20,108,106,33,3,32,4,2,127,2,64,32,10,47,1,0,13,0,32,10,47,1,18,65,1,113,13,0,32,3,45,0,18,65,2,113,69,13,0,32,2,65,128,32,114,12,1,11,32,2,65,255,223,2,113,11,59,1,14,32,1,4,64,32,3,45,0,18,65,7,118,32,14,114,33,14,11,32,9,65,127,70,4,64,65,127,33,9,12,4,11,32,9,65,1,106,33,11,32,9,33,2,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,34,22,106,34,8,47,1,10,34,4,65,20,108,106,34,16,47,1,14,34,5,65,255,255,3,70,4,64,32,2,33,5,12,1,11,32,16,47,1,18,34,6,65,16,113,4,64,32,8,32,5,59,1,10,12,2,11,32,2,33,5,32,6,65,8,113,4,64,32,8,32,4,65,1,106,59,1,10,32,2,65,1,107,33,5,11,65,255,255,3,33,4,32,8,41,2,8,33,32,32,8,40,2,0,33,27,32,8,40,2,4,65,255,255,3,71,4,64,32,0,40,2,52,34,10,65,255,255,3,113,33,4,2,64,2,64,2,64,2,64,32,0,40,2,76,34,19,69,13,0,32,4,69,13,0,32,0,40,2,48,33,6,65,0,33,3,3,64,32,6,32,3,65,12,108,106,34,15,40,2,4,65,127,70,13,2,32,3,65,1,106,34,3,32,4,71,13,0,11,11,32,0,40,2,72,32,10,75,4,64,32,0,40,2,48,33,6,32,0,40,2,56,34,3,32,10,77,4,64,65,8,32,3,65,1,116,34,3,32,10,65,1,106,34,10,32,3,32,10,75,27,34,3,32,3,65,8,77,27,34,10,65,12,108,33,3,2,127,32,6,4,64,32,6,32,3,35,4,40,2,0,17,1,0,12,1,11,32,3,35,5,40,2,0,17,0,0,11,33,6,32,0,32,10,54,2,56,32,0,32,6,54,2,48,32,0,40,2,52,33,10,11,32,0,32,10,65,1,106,54,2,52,32,6,32,10,65,12,108,106,34,3,65,0,54,2,8,32,3,66,0,55,2,0,32,4,65,255,255,3,71,13,2,11,32,0,65,1,58,0,163,1,65,0,33,3,65,255,255,3,33,4,32,0,32,7,65,200,0,106,32,7,65,204,1,106,32,7,65,200,1,106,65,0,16,118,69,13,2,32,7,40,2,72,34,6,32,2,70,13,2,32,0,40,2,24,32,6,65,4,116,106,34,3,40,2,4,33,4,32,3,65,255,255,3,54,2,4,32,3,32,3,47,1,14,65,128,128,1,114,59,1,14,32,0,40,2,48,32,4,65,255,255,3,113,65,12,108,106,34,3,65,0,54,2,4,12,2,11,32,15,65,0,54,2,4,32,0,32,19,65,1,107,54,2,76,32,3,65,255,255,3,113,33,4,11,32,6,32,4,65,12,108,106,33,3,11,32,3,69,13,1,32,28,33,6,32,8,47,1,4,34,10,32,0,40,2,52,73,4,64,32,0,40,2,48,32,10,65,12,108,106,33,6,11,32,3,40,2,0,33,8,32,6,40,2,0,33,15,2,64,32,6,40,2,4,34,19,32,3,40,2,4,34,6,106,34,18,32,3,40,2,8,77,13,0,32,18,65,28,108,33,10,2,127,32,8,4,64,32,8,32,10,35,4,40,2,0,17,1,0,12,1,11,32,10,35,5,40,2,0,17,0,0,11,33,8,32,3,32,18,54,2,8,32,3,32,8,54,2,0,32,3,40,2,4,34,18,32,6,77,13,0,32,18,32,6,107,65,28,108,34,18,69,13,0,32,8,32,10,106,32,8,32,6,65,28,108,106,32,18,252,10,0,0,11,2,64,32,19,69,13,0,32,19,65,28,108,33,10,32,8,32,6,65,28,108,106,33,6,32,15,4,64,32,10,69,13,1,32,6,32,15,32,10,252,10,0,0,12,1,11,32,10,69,13,0,32,6,65,0,32,10,252,11,0,11,32,3,32,3,40,2,4,32,19,106,54,2,4,32,0,40,2,24,33,3,11,32,0,40,2,28,34,8,65,1,106,34,6,32,0,40,2,32,75,4,64,32,6,65,4,116,33,10,2,127,32,3,4,64,32,3,32,10,35,4,40,2,0,17,1,0,12,1,11,32,10,35,5,40,2,0,17,0,0,11,33,3,32,0,32,6,54,2,32,32,0,32,3,54,2,24,32,0,40,2,28,33,8,11,2,64,32,2,65,1,106,34,2,32,8,79,4,64,32,2,65,4,116,33,6,12,1,11,32,2,65,4,116,33,6,32,8,32,2,107,65,4,116,34,10,69,13,0,32,3,32,22,106,65,32,106,32,3,32,6,106,32,10,252,10,0,0,11,32,3,32,6,106,34,3,32,32,55,0,8,32,3,32,4,54,0,4,32,3,32,27,54,0,0,32,0,32,0,40,2,28,65,1,106,54,2,28,32,0,40,2,24,34,4,69,13,0,32,4,32,2,65,4,116,106,34,2,32,16,47,1,14,59,1,10,32,12,65,1,106,33,12,32,11,65,1,106,33,11,32,16,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,5,65,1,106,33,2,11,32,2,32,11,73,13,0,11,12,3,11,32,5,65,1,113,69,13,0,65,0,33,12,12,2,11,65,0,33,12,32,4,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,9,65,127,115,106,65,4,116,34,2,4,64,32,0,40,2,24,32,15,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,54,2,28,32,9,65,1,107,33,9,11,32,12,65,1,106,5,65,1,11,32,9,106,34,9,32,0,40,2,28,34,10,73,13,0,11,65,0,33,5,32,10,69,13,0,3,64,2,64,32,5,65,4,116,34,23,32,0,40,2,24,106,34,6,45,0,15,65,192,0,113,69,4,64,2,64,2,64,32,5,34,20,65,1,106,34,13,32,10,79,13,0,3,64,32,0,40,2,24,34,24,32,13,65,4,116,106,34,8,47,1,8,32,6,47,1,8,71,13,1,32,8,47,1,12,32,6,47,1,12,71,13,1,32,28,33,9,32,0,40,2,52,34,2,32,6,47,1,4,34,4,75,4,64,32,0,40,2,48,32,4,65,12,108,106,33,9,11,32,28,33,4,32,2,32,8,47,1,4,34,16,77,34,25,69,4,64,32,0,40,2,48,32,16,65,12,108,106,33,4,11,65,1,33,12,32,7,65,1,58,0,204,1,32,7,65,1,58,0,72,32,4,40,2,4,33,19,65,0,33,3,2,64,2,64,2,64,2,64,32,9,40,2,4,34,26,4,64,65,1,33,11,65,0,33,2,3,64,2,64,2,64,32,3,32,19,73,4,64,2,64,2,64,32,9,40,2,0,32,2,65,28,108,106,34,15,40,2,16,34,22,32,4,40,2,0,32,3,65,28,108,106,34,18,40,2,16,34,27,70,4,64,32,15,40,2,24,32,18,40,2,24,71,13,1,32,3,65,1,106,33,3,32,2,65,1,106,33,2,12,5,11,32,15,40,0,0,34,15,32,18,40,0,0,34,18,73,13,3,32,15,32,18,77,4,64,2,127,32,22,41,2,0,34,32,167,34,22,65,1,113,4,64,32,32,66,56,136,167,12,1,11,32,22,40,2,16,11,32,15,106,33,15,32,15,2,127,32,27,41,2,0,34,32,167,34,22,65,1,113,4,64,32,32,66,56,136,167,12,1,11,32,22,40,2,16,11,32,18,106,34,18,75,13,4,32,15,32,18,79,13,1,11,12,1,11,32,2,65,1,106,33,2,65,0,33,11,11,32,3,65,1,106,33,3,65,0,33,12,12,2,11,32,7,32,11,58,0,204,1,32,7,32,12,58,0,72,32,7,65,204,1,106,33,2,12,4,11,32,2,65,1,106,33,2,65,0,33,11,11,32,2,32,26,73,13,0,11,32,7,32,11,58,0,204,1,32,7,32,12,58,0,72,11,32,7,65,200,0,106,33,2,32,3,32,19,73,13,0,32,12,65,1,113,13,1,12,2,11,32,2,65,0,58,0,0,32,7,45,0,72,65,1,113,69,13,1,11,32,6,47,1,10,32,8,47,1,10,70,4,64,32,25,69,4,64,32,0,40,2,48,32,16,65,12,108,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,10,32,20,107,65,4,116,65,32,107,34,2,4,64,32,8,32,24,32,20,65,4,116,106,65,32,106,32,2,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,54,2,28,12,2,11,32,8,32,8,47,1,14,65,128,192,0,114,59,1,14,11,32,7,45,0,204,1,65,1,70,4,64,32,6,47,1,10,32,8,47,1,10,70,4,64,32,6,47,1,4,34,2,32,0,40,2,52,73,4,64,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,5,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,10,54,2,28,32,5,65,1,107,33,5,12,5,11,32,6,32,6,47,1,14,65,128,192,0,114,59,1,14,11,32,13,33,20,11,32,20,65,1,106,34,13,32,0,40,2,28,34,10,73,13,0,11,11,32,0,40,2,0,40,2,60,32,6,47,1,10,65,20,108,106,47,1,12,65,255,255,3,71,13,0,32,6,45,0,15,65,32,113,13,0,32,0,40,2,36,33,2,32,0,32,0,40,2,40,34,8,65,1,106,34,4,32,0,40,2,44,34,3,75,4,127,65,8,32,3,65,1,116,34,3,32,4,32,3,32,4,75,27,34,4,32,4,65,8,77,27,34,3,65,4,116,33,4,2,127,32,2,4,64,32,2,32,4,35,4,40,2,0,17,1,0,12,1,11,32,4,35,5,40,2,0,17,0,0,11,33,2,32,0,32,3,54,2,44,32,0,32,2,54,2,36,32,0,40,2,40,34,8,65,1,106,5,32,4,11,54,2,40,32,2,32,8,65,4,116,106,34,2,32,6,41,2,0,55,2,0,32,2,32,6,41,2,8,55,2,8,32,0,40,2,28,32,6,32,0,40,2,24,107,65,127,115,65,4,118,106,65,4,116,34,2,4,64,32,6,32,6,65,16,106,32,2,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,10,54,2,28,32,5,65,1,107,33,5,65,1,33,14,11,32,5,65,1,106,33,5,12,1,11,32,10,32,5,65,127,115,106,65,4,116,34,2,4,64,32,6,32,6,65,16,106,32,2,252,10,0,0,11,32,0,32,0,40,2,28,65,1,107,34,10,54,2,28,11,32,5,32,10,73,13,0,11,11,2,64,2,64,2,64,2,64,32,17,4,64,32,0,40,2,80,32,0,40,2,84,73,13,1,11,32,0,40,2,28,34,4,4,64,32,0,40,2,24,33,3,32,0,40,2,0,40,2,60,33,5,65,0,33,2,3,64,32,5,32,3,32,2,65,4,116,106,34,6,47,1,10,65,20,108,106,47,1,12,34,9,65,255,255,3,71,4,64,32,0,40,2,80,32,6,47,1,8,32,9,106,73,13,3,11,32,2,65,1,106,34,2,32,4,71,13,0,11,11,32,0,40,2,80,32,0,40,2,84,79,13,1,32,0,45,0,160,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,47,1,44,34,4,65,2,113,13,0,32,4,65,1,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,3,14,2,4,0,1,11,32,2,47,1,40,33,9,32,4,40,2,144,1,33,4,65,0,33,2,12,1,11,32,2,47,1,40,33,9,32,4,40,2,144,1,33,4,65,0,33,2,3,64,32,2,32,3,65,1,118,34,5,32,2,106,34,2,32,4,32,2,65,1,116,106,47,1,0,32,9,65,255,255,3,113,75,27,33,2,32,3,32,5,107,34,3,65,1,75,13,0,11,11,32,4,32,2,65,1,116,106,47,1,0,32,9,65,255,255,3,113,71,13,1,11,65,0,33,2,32,21,16,119,65,1,107,14,2,2,1,0,11,32,0,65,1,58,0,161,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,160,1,12,3,11,32,0,40,2,28,32,8,107,11,54,2,28,11,2,64,2,64,2,64,32,21,35,2,65,11,106,16,121,65,1,107,14,2,1,0,2,11,32,0,45,0,160,1,69,4,64,32,0,65,1,58,0,160,1,32,0,32,0,40,2,80,65,1,106,54,2,80,11,32,0,65,0,58,0,161,1,12,2,11,32,0,45,0,160,1,65,1,70,4,64,32,0,65,0,58,0,160,1,32,0,32,0,40,2,80,65,1,107,54,2,80,11,32,0,65,0,58,0,161,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,3,4,64,32,0,40,2,8,33,6,3,64,32,2,33,4,2,64,2,127,32,6,32,3,34,2,65,28,108,106,34,5,40,2,0,40,0,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,5,65,28,107,40,2,0,40,2,0,47,1,66,34,3,69,13,0,32,21,40,2,0,40,2,8,34,9,40,2,84,32,9,47,1,36,32,3,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,13,3,11,32,2,65,1,107,34,3,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,162,1,11,12,0,11,0,11,243,2,1,9,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,6,107,33,7,2,64,2,64,2,64,32,0,40,2,28,34,2,69,4,64,32,0,40,2,24,33,4,12,1,11,32,0,40,2,24,33,4,32,2,33,3,3,64,32,7,32,4,32,3,65,4,116,106,34,5,65,8,107,47,1,0,34,8,75,13,2,32,7,32,8,70,4,64,32,5,65,4,107,47,1,0,34,8,32,1,47,1,2,34,10,70,4,64,32,5,65,6,107,47,1,0,32,9,70,13,5,11,32,8,32,10,77,13,3,11,32,3,65,1,107,34,3,13,0,11,11,65,0,33,3,11,32,1,47,1,2,33,5,32,2,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,2,11,65,128,160,126,65,128,32,32,6,65,1,70,27,33,6,32,3,65,4,116,33,1,2,64,32,2,32,3,77,13,0,32,2,32,3,107,65,4,116,34,3,69,13,0,32,1,32,4,106,34,2,65,16,106,32,2,32,3,252,10,0,0,11,32,1,32,4,106,34,1,32,6,59,0,14,32,1,32,5,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,254,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,147,1,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,208,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,12,3,64,2,64,32,0,40,2,24,32,8,65,4,116,106,34,9,47,1,14,34,7,65,128,128,1,113,13,0,32,12,33,6,32,9,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,6,11,32,7,65,255,31,113,34,5,32,6,40,2,4,79,13,0,32,6,40,2,0,32,5,65,28,108,106,34,5,40,2,8,33,13,32,5,40,2,4,33,11,32,5,40,2,0,33,6,2,64,2,64,32,11,2,126,32,5,40,2,16,41,2,0,34,15,167,34,5,65,1,113,4,64,32,0,40,2,88,32,6,32,15,66,56,136,167,106,79,13,2,32,15,66,24,136,66,128,128,128,128,240,31,131,12,1,11,32,0,40,2,88,32,5,40,2,16,32,6,106,79,13,1,32,5,41,2,20,11,34,15,167,34,5,106,34,11,32,0,40,2,96,34,14,73,13,0,32,11,32,14,71,13,1,32,0,40,2,100,32,15,66,32,136,167,65,0,32,13,32,5,27,106,73,13,1,11,32,9,32,7,65,1,106,65,255,31,113,32,7,65,128,224,2,113,114,59,1,14,32,8,65,1,107,33,8,12,1,11,2,64,2,64,32,10,69,13,0,32,6,32,2,40,2,0,34,7,73,13,0,32,6,32,7,71,13,1,32,3,40,2,0,32,9,47,1,12,77,13,1,11,32,0,40,2,0,40,2,60,32,9,47,1,10,65,20,108,106,47,1,18,33,7,2,64,32,4,4,64,32,4,32,7,65,130,1,113,65,128,1,70,58,0,0,12,1,11,32,7,65,128,1,113,13,2,11,32,1,32,8,54,2,0,32,2,32,6,54,2,0,32,3,32,9,47,1,12,54,2,0,11,65,1,33,10,11,32,8,65,1,106,34,8,32,0,40,2,28,73,13,0,11,11,32,10,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,0,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,120,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,0,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,120,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,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,0,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,0,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,0,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,0,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,0,20,33,8,32,0,40,0,16,33,3,32,5,45,0,7,34,2,32,0,40,0,12,106,12,1,11,65,0,32,0,40,0,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,0,16,32,2,106,33,3,32,1,40,2,24,33,2,32,0,40,0,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,0,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,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,0,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,0,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,189,7,2,17,127,1,126,35,0,65,16,107,34,7,36,0,32,0,65,60,106,33,11,2,127,3,64,32,7,65,0,58,0,3,32,0,32,7,65,4,106,32,7,65,12,106,32,7,65,8,106,32,7,65,3,106,16,118,33,18,2,64,2,64,32,0,40,2,40,34,12,4,64,65,0,33,3,32,7,40,2,12,33,15,32,7,40,2,8,33,17,65,0,33,8,3,64,2,64,2,64,2,64,2,64,32,0,40,2,36,34,9,32,8,65,4,116,34,13,106,34,4,47,1,4,34,5,32,0,40,2,52,73,4,64,32,4,47,1,14,34,16,65,255,31,113,34,6,32,0,40,2,48,34,14,32,5,65,12,108,34,10,106,34,5,40,2,4,79,13,1,32,4,65,14,106,33,13,12,3,11,32,4,47,1,14,34,16,65,255,31,113,34,6,32,0,40,2,64,79,13,1,32,4,65,14,106,33,13,32,11,33,5,12,2,11,32,10,32,14,106,65,127,54,2,4,32,0,32,0,40,2,76,65,1,106,54,2,76,11,32,12,32,8,65,127,115,106,65,4,116,34,4,4,64,32,9,32,13,106,34,5,32,5,65,16,106,32,4,252,10,0,0,11,32,0,32,0,40,2,40,65,1,107,34,12,54,2,40,12,1,11,32,5,40,2,0,32,6,65,28,108,106,34,6,40,2,8,33,14,32,6,40,2,4,33,9,32,6,40,2,0,33,5,2,127,65,1,32,9,2,126,2,64,2,64,32,6,40,2,16,41,2,0,34,20,167,34,6,65,1,113,4,64,32,0,40,2,88,32,5,32,20,66,56,136,167,106,73,13,1,65,1,12,4,11,32,0,40,2,88,32,6,40,2,16,32,5,106,73,13,1,65,1,12,3,11,32,20,66,24,136,66,128,128,128,128,240,31,131,12,1,11,32,6,41,2,20,11,34,20,167,34,6,106,34,10,32,0,40,2,96,34,19,73,13,0,26,32,10,32,19,70,32,0,40,2,100,32,20,66,32,136,167,65,0,32,14,32,6,27,106,79,113,11,33,6,2,64,2,64,32,5,32,0,40,2,92,79,13,0,32,9,32,0,40,2,104,34,10,75,13,0,32,6,32,9,32,10,70,32,14,32,0,40,2,108,79,113,114,65,1,71,13,1,11,32,13,32,16,65,1,106,65,255,31,113,32,16,65,128,224,3,113,114,59,1,0,32,0,40,2,40,33,12,12,1,11,2,64,2,127,32,5,32,15,73,4,64,32,4,47,1,12,12,1,11,32,5,32,15,71,13,1,32,17,32,4,47,1,12,34,6,77,13,1,32,6,11,33,17,32,5,33,15,32,4,33,3,11,32,8,65,1,106,33,8,11,32,8,32,12,73,13,0,11,32,3,13,1,11,32,7,45,0,3,65,1,71,13,1,32,0,40,2,24,34,3,69,13,1,32,3,32,7,40,2,4,65,4,116,106,33,3,11,32,3,40,2,0,34,8,65,127,70,4,64,32,0,32,0,40,2,112,34,8,65,1,106,54,2,112,32,3,32,8,54,2,0,11,32,1,32,8,54,2,0,32,1,32,3,47,1,12,59,1,4,32,3,47,1,4,34,4,32,0,40,2,52,73,4,64,32,0,40,2,48,32,4,65,12,108,106,33,11,11,32,1,32,11,40,2,0,54,2,8,32,1,32,11,40,2,4,59,1,6,32,2,32,3,47,1,14,65,255,31,113,54,2,0,32,3,32,3,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,18,113,69,13,0,32,3,32,0,40,2,24,32,7,40,2,4,34,4,65,4,116,106,34,3,47,1,4,34,5,75,4,64,32,0,40,2,48,32,5,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,115,13,0,32,0,40,2,40,13,0,11,65,0,11,33,0,32,7,65,16,106,36,0,32,0,11,18,0,65,3,65,0,32,1,40,2,16,32,0,40,2,0,70,27,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,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,0,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,16,0,65,0,65,2,32,1,40,2,0,47,1,144,1,27,11,138,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,65,8,106,41,2,0,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,144,14,1,15,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,15,3,64,32,15,32,9,65,3,116,106,34,3,47,1,6,33,5,32,3,47,1,4,33,6,32,3,40,2,0,33,4,32,13,2,127,2,64,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,127,2,64,2,64,2,127,2,64,2,64,32,2,40,2,20,34,16,69,4,64,32,4,65,1,113,13,2,32,4,45,0,45,65,1,113,69,13,1,32,2,32,2,47,1,44,65,128,2,114,59,1,44,12,1,11,32,4,65,1,113,13,1,11,32,4,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,4,40,2,12,33,5,32,4,40,2,8,33,7,32,4,40,2,4,33,3,32,9,69,13,3,65,0,32,5,32,4,40,2,20,34,10,27,33,14,32,4,40,2,16,32,3,106,33,5,32,7,32,10,106,33,3,32,4,40,2,24,33,7,65,0,12,1,11,32,5,65,255,1,113,33,7,32,9,69,4,64,32,2,65,0,54,2,20,32,2,32,7,54,2,4,32,2,32,6,65,255,1,113,54,2,12,32,2,32,5,65,8,118,34,3,54,2,24,32,2,32,3,54,2,16,32,2,32,6,65,8,118,65,15,113,54,2,8,32,3,32,7,106,33,5,12,2,11,32,6,65,255,1,113,33,14,32,6,65,8,118,65,15,113,33,3,32,7,32,5,65,8,118,34,7,106,33,5,65,1,11,33,10,32,2,32,2,40,0,16,32,5,106,34,5,54,2,16,32,2,32,3,32,16,106,173,32,7,32,14,106,65,0,32,2,40,0,24,32,3,27,106,173,66,32,134,132,55,2,20,32,5,32,2,40,2,4,106,34,5,32,10,69,13,2,26,11,32,2,32,2,40,2,32,32,4,65,26,116,65,31,117,65,226,4,113,106,34,3,54,2,32,32,5,32,6,65,128,224,3,113,65,12,118,106,34,5,32,8,32,5,32,8,75,27,33,8,32,4,65,8,113,33,6,32,2,47,1,40,65,254,255,3,73,13,3,32,6,13,3,32,4,65,2,113,13,2,32,2,40,2,56,33,3,12,4,11,32,2,32,5,54,2,12,32,2,32,7,54,2,8,32,2,32,3,54,2,4,32,4,40,2,16,33,5,32,2,32,4,41,2,20,55,2,20,32,2,32,5,54,2,16,32,3,32,5,106,11,33,5,32,4,40,2,28,33,6,32,4,47,1,40,34,7,65,254,255,3,71,4,64,65,226,4,33,3,32,2,32,4,45,0,45,65,2,113,4,127,65,226,4,5,32,4,40,2,32,11,32,2,40,2,32,106,54,2,32,11,32,5,32,6,106,33,6,2,64,2,127,32,4,40,2,36,34,5,32,2,47,1,40,65,254,255,3,73,13,0,26,32,5,34,3,32,4,47,1,44,34,10,65,4,113,13,0,26,2,64,2,64,32,3,69,32,7,65,255,255,3,70,113,13,0,32,10,65,1,113,13,1,32,3,69,13,0,32,2,32,2,40,2,32,32,4,40,2,48,65,228,0,108,106,54,2,32,32,4,65,36,106,33,7,12,7,11,32,4,65,36,106,33,7,65,0,33,5,12,2,11,32,2,32,2,40,2,32,65,228,0,106,54,2,32,32,4,40,2,36,11,33,3,32,4,65,36,106,33,7,32,3,13,4,11,65,0,12,4,11,32,2,32,3,65,228,0,106,54,2,32,11,32,2,40,2,56,33,3,65,0,33,5,32,6,13,5,11,32,4,65,128,254,3,113,65,8,118,33,7,65,0,33,5,65,1,12,2,11,32,4,40,2,60,11,32,2,40,2,60,106,54,2,60,32,6,32,8,32,6,32,8,75,27,33,8,32,2,32,7,40,2,0,4,127,32,4,40,2,56,5,65,0,11,32,2,40,2,56,106,34,3,54,2,56,32,4,47,1,44,34,6,65,4,113,13,1,32,4,47,1,40,33,7,65,0,11,33,6,2,64,32,7,65,255,255,3,113,69,13,0,32,11,69,13,0,32,11,32,13,65,1,116,106,34,7,47,1,0,69,13,0,32,2,32,3,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,2,64,2,64,32,7,47,1,0,34,3,65,254,255,3,107,14,2,8,1,0,11,32,1,40,2,72,32,3,65,3,108,106,45,0,1,65,1,113,69,13,7,11,32,2,32,2,40,2,52,65,1,106,54,2,52,32,6,69,13,7,12,8,11,32,6,13,1,32,4,47,1,44,33,6,11,32,6,65,1,113,13,1,65,0,33,6,12,3,11,65,1,33,6,32,4,65,2,113,69,13,2,32,2,32,3,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,32,4,65,2,118,65,1,113,12,1,11,32,2,32,3,65,1,106,54,2,56,32,2,32,2,40,2,48,65,1,106,54,2,48,65,0,33,6,32,4,47,1,44,65,1,118,65,1,113,11,69,13,1,32,2,32,2,40,2,52,65,1,106,54,2,52,32,6,13,3,12,2,11,32,5,69,13,0,32,2,32,2,40,2,48,32,4,40,2,48,106,54,2,48,32,2,32,2,40,2,52,32,4,40,2,52,106,54,2,52,11,32,6,13,1,11,32,4,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,4,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,4,47,1,44,65,2,118,65,1,113,12,1,11,32,4,65,3,118,65,1,113,11,69,106,33,13,32,9,65,1,106,34,9,32,0,40,2,0,34,2,40,2,36,34,3,73,13,0,11,11,32,2,32,8,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,3,69,13,0,32,12,32,3,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,3,65,1,70,13,0,32,2,47,1,44,34,3,65,2,113,13,0,32,3,65,1,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,3,32,1,65,1,113,13,2,32,1,47,1,64,33,3,12,1,11,32,0,47,1,40,32,5,71,13,2,65,1,33,3,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,3,77,13,1,11,32,0,65,1,106,33,3,12,1,11,32,3,65,1,106,33,3,11,32,2,32,3,59,1,64,11,11,212,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,4,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,128,1,32,5,65,224,0,106,36,0,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,5,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,23,1,2,127,3,64,32,0,16,119,34,2,65,1,70,13,0,11,32,2,65,2,70,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,0,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,120,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,0,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,120,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,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,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,0,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,0,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,4,40,2,0,17,1,0,12,1,11,32,1,35,5,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,4,40,2,0,17,1,0,12,1,11,32,4,35,5,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,0,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,54,1,1,127,65,1,33,1,2,64,2,64,2,64,32,0,35,2,65,11,106,16,121,65,1,107,14,2,0,2,1,11,3,64,32,0,16,119,65,1,70,13,0,11,12,1,11,65,0,33,1,11,32,1,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,0,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,0,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,0,20,34,9,32,7,107,32,0,40,0,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,0,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,0,20,34,5,32,1,107,32,3,32,0,40,0,12,34,6,69,32,5,65,0,71,113,114,34,1,27,54,2,20,32,0,65,0,32,0,40,0,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,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,0,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,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,0,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,0,0,33,7,32,3,65,16,107,40,0,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,245,2,1,11,127,2,64,32,0,40,2,8,34,7,65,1,107,34,1,69,13,0,32,0,40,2,4,34,8,65,56,107,33,9,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,0,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,10,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,11,40,2,84,32,11,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,10,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,9,32,2,65,28,108,106,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,139,1,2,4,127,1,126,32,0,40,0,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,0,0,33,5,32,0,40,2,8,33,2,65,20,35,5,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,7,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,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,60,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,6,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,6,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,6,40,2,0,17,2,0,11,32,2,40,2,20,34,1,4,64,32,1,35,6,40,2,0,17,2,0,11,32,0,40,2,12,35,6,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,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,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,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,208,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,249,1,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,241,1,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,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,249,1,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,241,1,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,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,249,1,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,241,1,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,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,249,1,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,241,1,32,1,45,0,0,33,3,11,32,3,192,32,0,40,2,140,10,16,241,1,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,33,16,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,32,16,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,33,2,32,1,65,0,54,2,16,32,2,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,4,40,2,0,17,1,0,12,1,11,32,9,35,5,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,4,40,2,0,17,1,0,12,1,11,32,9,35,5,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,33,5,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,32,5,65,128,8,35,1,65,190,4,106,32,7,65,208,0,106,16,249,1,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,33,8,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,32,8,65,128,8,35,1,65,190,4,106,32,7,65,224,0,106,16,249,1,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,33,5,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,32,5,65,128,8,35,1,65,231,4,106,32,7,65,64,107,16,249,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,0,40,2,140,10,16,241,1,32,1,65,1,106,33,1,12,0,11,0,11,11,32,7,65,128,1,106,36,0,32,8,11,211,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,12,32,1,65,5,116,106,34,8,40,2,0,34,9,40,2,4,33,11,32,9,40,2,156,1,34,5,32,8,40,2,8,73,4,64,32,8,32,5,54,2,8,11,2,64,32,0,40,2,4,34,13,4,64,32,9,40,2,160,1,33,14,65,0,33,0,3,64,2,64,32,0,32,1,70,13,0,32,12,32,0,65,5,116,106,34,6,40,2,28,13,0,32,6,40,2,0,34,4,40,2,4,34,15,32,11,73,13,0,32,4,40,2,152,1,34,10,33,7,32,4,47,1,0,69,4,64,32,10,32,10,65,244,3,106,32,4,40,2,20,27,33,7,11,32,4,40,2,156,1,34,5,32,6,40,2,8,34,3,73,4,64,32,6,32,5,54,2,8,32,5,33,3,11,32,4,47,1,0,34,16,69,13,0,32,2,32,7,73,13,0,2,64,32,2,32,7,75,4,64,65,1,33,4,32,5,32,3,107,65,1,106,32,2,32,7,107,108,65,136,14,77,13,1,12,5,11,32,4,40,2,160,1,32,14,76,13,1,11,32,8,40,2,28,13,0,32,16,32,9,47,1,0,71,13,0,32,11,32,15,71,13,0,32,10,32,9,40,2,152,1,71,13,0,35,1,33,4,32,8,40,0,12,33,3,2,127,32,4,65,148,12,106,32,6,40,0,12,34,5,69,13,0,26,35,1,65,148,12,106,32,5,65,1,113,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,5,65,48,106,32,5,40,2,36,27,11,33,5,35,1,33,4,32,5,40,2,24,33,6,2,64,2,127,32,4,65,148,12,106,32,3,69,13,0,26,35,1,65,148,12,106,32,3,65,1,113,13,0,26,35,1,65,148,12,106,32,3,45,0,44,65,192,0,113,69,13,0,26,35,1,65,148,12,106,32,3,65,48,106,32,3,40,2,36,27,11,34,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,248,1,13,0,65,1,15,11,32,0,65,1,106,34,0,32,13,71,13,0,11,11,65,0,33,4,11,32,4,11,205,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,9,32,5,65,1,71,4,64,3,64,2,64,32,9,32,6,32,5,65,1,118,34,15,106,34,4,65,2,116,106,40,2,0,34,10,47,1,64,34,14,32,13,73,13,0,65,0,33,3,2,64,32,14,4,64,3,64,32,3,32,13,70,13,2,32,10,32,3,65,3,116,34,7,106,34,8,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,8,47,1,2,34,11,32,7,47,1,2,34,12,73,13,2,32,11,32,12,75,13,3,32,8,47,1,0,34,11,32,7,47,1,0,34,12,73,13,2,32,11,32,12,75,13,3,32,8,47,1,6,65,255,255,1,113,34,8,32,7,47,1,6,65,255,255,1,113,34,7,73,13,2,32,7,32,8,73,13,3,32,3,65,1,106,34,3,32,14,71,13,0,11,11,32,10,47,1,66,34,3,32,2,47,1,66,34,8,73,13,0,32,3,32,8,75,13,1,11,32,4,33,6,11,32,5,32,15,107,34,5,65,1,75,13,0,11,11,32,9,32,6,65,2,116,106,40,2,0,34,8,47,1,64,34,7,32,13,73,13,0,2,64,2,64,32,7,4,64,65,0,33,3,3,64,32,3,32,13,70,13,2,32,8,32,3,65,3,116,34,5,106,34,4,47,1,4,34,9,32,2,32,5,106,34,5,47,1,4,34,10,73,13,2,32,9,32,10,75,13,4,32,4,47,1,2,34,9,32,5,47,1,2,34,10,73,13,2,32,9,32,10,75,13,4,32,4,47,1,0,34,9,32,5,47,1,0,34,10,73,13,2,32,9,32,10,75,13,4,32,4,47,1,6,65,255,255,1,113,34,4,32,5,47,1,6,65,255,255,1,113,34,5,73,13,2,32,4,32,5,75,13,4,32,3,65,1,106,34,3,32,7,71,13,0,11,11,32,8,47,1,66,34,4,32,2,47,1,66,34,3,79,13,1,11,32,6,65,1,106,33,6,12,1,11,32,3,32,4,79,13,1,11,2,127,32,1,40,2,4,34,4,4,64,32,1,32,4,65,1,107,34,4,54,2,4,32,1,40,2,0,32,4,65,2,116,106,40,2,0,12,1,11,65,198,0,35,5,40,2,0,17,0,0,11,34,1,32,2,65,198,0,252,10,0,0,32,0,40,2,0,33,3,32,0,40,2,4,34,2,65,1,106,34,4,32,0,40,2,8,75,4,64,32,4,65,2,116,33,2,2,127,32,3,4,64,32,3,32,2,35,4,40,2,0,17,1,0,12,1,11,32,2,35,5,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,33,2,11,32,6,65,2,116,33,4,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,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,163,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,118,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,20,1,1,127,35,9,34,0,66,143,128,128,128,208,1,55,3,0,32,0,11,249,8,2,7,127,1,126,35,9,33,6,35,0,65,16,107,34,5,36,0,65,1,65,232,10,35,7,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,4,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,0,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,3,168,9,65,192,0,35,5,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,7,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,5,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,4,40,2,0,17,1,0,12,1,11,65,192,0,35,5,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,4,40,2,0,17,1,0,12,1,11,65,224,0,35,5,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,4,40,2,0,17,1,0,12,1,11,65,200,1,35,5,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,5,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,61,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,3,160,10,32,0,65,0,58,0,226,10,32,0,65,0,54,2,160,9,32,0,65,0,59,1,224,10,32,0,66,0,55,3,144,10,32,0,66,0,55,3,136,10,32,0,65,152,10,106,66,0,55,3,0,32,0,65,0,54,2,220,10,32,0,66,0,55,2,172,10,32,0,65,196,10,106,65,0,54,2,0,32,0,65,188,10,106,66,0,55,2,0,32,0,66,0,55,2,180,10,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,60,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,60,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,141,2,54,2,4,32,6,32,0,54,2,0,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,11,0,32,1,65,1,70,32,2,16,0,11,218,216,1,2,51,127,3,126,35,0,65,48,107,34,31,36,0,32,31,66,1,55,2,40,32,31,32,1,54,2,32,32,31,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,8,65,24,108,106,34,9,32,9,40,2,16,65,1,116,54,2,16,32,9,32,9,40,2,20,65,1,116,54,2,20,32,9,32,9,40,2,4,65,1,116,54,2,4,32,9,32,9,40,2,12,65,1,116,54,2,12,32,3,32,8,65,1,114,65,24,108,106,34,9,32,9,40,2,16,65,1,116,54,2,16,32,9,32,9,40,2,20,65,1,116,54,2,20,32,9,32,9,40,2,4,65,1,116,54,2,4,32,9,32,9,40,2,12,65,1,116,54,2,12,32,8,65,2,106,33,8,32,7,65,2,106,34,7,32,1,71,13,0,11,11,32,4,65,1,113,4,64,32,3,32,8,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,68,26,32,3,16,138,2,12,1,11,32,0,65,0,65,0,16,68,26,11,32,31,32,31,41,2,40,55,3,24,32,31,32,31,41,2,32,55,3,16,32,31,35,1,65,204,211,0,106,41,2,0,55,3,8,35,0,65,16,107,34,37,36,0,32,0,32,31,41,2,8,34,56,62,2,208,10,32,0,32,56,55,3,200,10,32,37,32,31,41,2,24,55,3,8,32,37,32,31,41,2,16,55,3,0,65,0,33,1,35,0,65,160,2,107,34,10,36,0,2,64,32,0,34,5,40,2,160,9,69,13,0,32,37,40,2,4,69,13,0,32,5,32,37,41,2,0,55,2,76,32,5,32,37,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,8,2,127,32,5,40,2,100,34,9,4,64,32,5,40,0,32,33,7,3,64,2,64,32,8,32,1,65,24,108,106,34,4,40,2,20,34,0,32,7,77,13,0,32,0,32,4,40,2,16,34,3,77,13,0,32,3,32,7,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,9,71,13,0,11,11,32,5,32,9,54,2,104,32,8,32,9,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,220,10,32,5,65,0,54,2,192,10,32,5,65,0,54,2,0,32,5,32,0,54,2,116,32,5,65,0,54,2,172,10,2,64,32,5,41,3,160,10,66,0,82,4,64,32,10,65,176,1,106,16,237,1,32,10,41,3,176,1,33,57,32,10,40,2,184,1,33,0,32,5,32,10,40,2,188,1,54,2,156,10,32,5,32,0,32,5,41,3,160,10,34,56,32,56,66,192,132,61,128,34,56,66,192,132,61,126,125,167,65,232,7,108,106,34,0,65,128,148,235,220,3,107,32,0,32,0,65,255,147,235,220,3,74,34,0,27,54,2,152,10,32,5,32,0,173,32,56,32,57,124,124,55,3,144,10,12,1,11,32,5,65,144,10,106,34,0,66,0,55,3,0,32,0,66,0,55,3,8,11,32,5,65,188,10,106,33,54,2,64,2,64,2,64,2,64,2,64,32,5,45,0,225,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,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,32,5,45,0,225,10,69,13,1,12,2,11,2,64,32,5,40,2,160,9,34,0,69,13,0,32,0,40,2,104,69,13,0,32,0,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,224,10,13,2,32,2,4,64,32,2,40,0,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,180,10,32,2,40,2,12,32,2,40,2,16,32,5,40,2,68,32,5,40,2,100,32,54,16,16,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,4,40,2,0,17,1,0,12,1,11,65,128,1,35,5,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,19,65,4,116,106,34,0,65,16,107,40,2,0,34,7,65,1,113,13,0,32,7,40,2,36,34,4,69,13,0,32,0,65,4,107,40,2,0,33,1,32,5,32,19,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,4,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,7,40,2,36,33,4,32,5,40,2,248,9,34,19,65,1,106,5,32,3,11,54,2,248,9,32,7,32,4,65,3,116,107,41,2,0,33,56,32,2,32,19,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,19,32,5,40,2,140,10,34,1,69,13,4,32,5,40,2,160,9,33,0,32,10,32,5,41,0,180,10,55,3,200,1,32,10,65,200,1,106,65,0,32,0,65,0,32,1,16,69,65,10,32,5,40,2,140,10,16,241,1,12,4,11,65,220,0,32,5,40,2,140,10,16,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,140,10,106,33,19,11,32,5,40,2,192,10,69,13,1,32,5,65,132,1,106,33,0,3,64,32,5,40,2,188,10,33,1,2,64,32,5,40,2,96,69,4,64,32,19,40,2,0,69,13,1,11,32,10,32,1,32,13,65,24,108,106,41,2,16,55,3,160,1,32,0,65,128,8,35,1,65,225,2,106,32,10,65,160,1,106,16,249,1,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,19,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,19,40,2,0,16,241,1,32,2,45,0,0,33,1,11,32,1,192,32,19,40,2,0,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,32,13,65,1,106,34,13,32,5,40,2,192,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,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,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,24,3,64,2,64,32,5,40,2,132,9,34,1,40,2,4,34,0,69,4,64,65,1,33,13,65,127,33,29,12,1,11,32,0,65,1,70,33,13,32,1,40,2,0,33,2,65,0,33,19,2,64,2,64,3,64,2,64,32,2,32,19,65,5,116,34,33,106,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,2,32,33,106,40,2,0,34,0,41,2,8,33,56,32,0,47,1,0,33,0,32,10,32,1,40,2,4,54,2,132,1,32,10,32,0,54,2,136,1,32,10,32,56,55,2,140,1,32,10,32,19,54,2,128,1,32,24,65,128,8,35,1,65,185,1,106,32,10,65,128,1,106,16,249,1,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,24,32,0,17,3,0,11,32,24,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,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,35,0,65,224,3,107,34,6,36,0,32,19,65,5,116,34,17,32,5,40,2,132,9,40,2,0,106,34,0,40,2,16,33,45,32,0,40,2,12,33,26,32,0,40,2,0,34,0,40,2,4,33,39,32,0,47,1,0,33,16,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,2,64,2,64,32,13,65,1,113,69,13,0,2,64,32,5,40,2,248,9,34,2,69,13,0,32,5,65,244,9,106,33,21,32,5,65,132,1,106,33,1,32,26,65,48,106,33,18,32,26,69,32,26,114,65,1,113,33,9,3,64,32,21,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,14,32,2,65,12,107,40,2,0,33,3,32,2,65,4,107,40,2,0,33,15,2,127,32,0,65,1,113,34,11,4,64,32,3,65,16,118,65,255,1,113,32,3,65,24,118,106,33,12,32,14,65,255,1,113,12,1,11,32,0,40,2,16,32,0,40,2,4,106,33,12,32,0,47,1,40,11,33,2,32,15,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,14,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,249,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,1,65,1,106,33,1,12,0,11,0,11,32,12,32,15,106,65,127,32,2,65,255,255,3,113,27,33,8,2,64,2,64,2,64,32,15,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,11,4,127,32,14,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,0,11,0,11,2,127,35,1,65,148,12,106,34,2,32,5,40,0,128,10,34,4,69,13,0,26,32,2,32,4,65,1,113,13,0,26,32,2,32,4,45,0,44,65,192,0,113,69,13,0,26,32,2,32,4,65,48,106,32,4,40,2,36,27,11,34,12,40,2,24,33,4,2,64,2,64,2,64,2,127,35,1,65,148,12,106,34,2,32,9,13,0,26,32,2,32,26,45,0,44,65,192,0,113,69,13,0,26,32,2,32,18,32,26,40,2,36,27,11,34,25,40,2,24,34,2,65,25,79,4,64,32,2,32,4,71,13,2,32,12,40,2,0,33,12,32,25,40,2,0,33,25,12,1,11,32,2,32,4,71,13,1,11,32,12,32,25,32,2,16,248,1,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,11,4,127,32,14,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,11,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,220,10,34,12,32,5,40,2,192,10,34,7,79,13,1,32,5,40,2,188,10,33,4,3,64,32,15,32,4,32,12,65,24,108,106,34,2,40,2,20,79,4,64,32,7,32,12,65,1,106,34,12,71,13,1,12,3,11,11,32,2,40,2,16,32,8,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,7,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,11,4,127,32,14,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,7,40,2,8,32,7,40,2,4,106,32,4,77,13,0,32,7,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,14,65,255,1,113,33,12,12,1,11,32,0,65,196,0,65,40,32,0,40,2,36,27,106,47,1,0,34,12,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,17,40,2,24,34,2,32,16,77,4,64,32,17,40,2,44,32,17,40,2,48,32,16,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,11,65,0,33,4,3,64,32,11,65,4,106,33,2,32,11,47,1,2,34,18,4,127,32,2,32,18,65,1,116,106,33,7,65,0,33,8,3,64,32,2,47,1,0,32,12,70,13,4,32,2,65,2,106,33,2,32,8,65,1,106,34,8,32,18,71,13,0,11,32,7,5,32,2,11,33,11,65,0,33,2,32,4,65,1,106,34,4,32,9,71,13,0,11,12,2,11,32,17,40,2,40,32,17,40,2,4,32,16,108,65,1,116,106,32,12,65,1,116,106,47,1,0,33,2,12,1,11,32,11,47,1,0,33,2,11,32,6,32,17,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,16,32,6,65,216,2,106,32,6,65,232,2,106,16,78,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,14,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,12,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,12,77,13,0,32,4,40,2,56,32,12,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,249,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,7,35,1,65,171,10,106,33,2,2,64,2,64,2,64,32,0,65,1,113,4,127,32,14,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,7,40,2,8,32,7,40,2,4,106,32,4,77,13,0,32,7,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,249,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,1,65,1,106,33,1,12,0,11,0,11,65,1,33,46,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,32,6,32,6,40,2,148,3,54,2,252,2,32,6,32,6,40,2,144,3,34,0,54,2,248,2,32,0,13,9,12,7,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,4,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,21,16,79,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,11,69,13,0,32,2,65,4,107,40,2,0,33,4,32,8,65,1,106,34,12,32,5,40,2,252,9,34,2,75,4,64,32,3,65,8,32,2,65,1,116,34,2,32,12,32,2,32,12,75,27,34,2,32,2,65,8,77,27,34,2,65,4,116,35,4,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,12,32,7,40,2,36,33,11,11,32,5,32,12,54,2,248,9,32,7,32,11,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,21,16,79,32,5,32,19,16,80,26,32,5,40,2,132,9,40,2,0,32,17,106,40,2,0,47,1,0,33,16,12,2,11,32,8,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,11,69,13,0,32,2,65,4,107,40,2,0,33,4,32,8,65,1,106,34,12,32,5,40,2,252,9,34,2,75,4,64,32,3,65,8,32,2,65,1,116,34,2,32,12,32,2,32,12,75,27,34,2,32,2,65,8,77,27,34,2,65,4,116,35,4,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,12,32,7,40,2,36,33,11,11,32,5,32,12,54,2,248,9,32,7,32,11,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,21,16,79,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,7,69,4,64,65,0,33,0,12,1,11,65,0,33,0,32,5,40,2,240,9,32,39,71,13,0,2,127,35,1,65,148,12,106,34,0,32,5,40,0,232,9,34,1,69,13,0,26,32,0,32,1,65,1,113,13,0,26,32,0,32,1,45,0,44,65,192,0,113,69,13,0,26,32,0,32,1,65,48,106,32,1,40,2,36,27,11,34,3,40,2,24,33,2,2,64,2,127,35,1,65,148,12,106,34,0,32,26,69,13,0,26,32,0,32,26,65,1,113,13,0,26,32,0,32,26,45,0,44,65,192,0,113,69,13,0,26,32,0,32,26,65,48,106,32,26,40,2,36,27,11,34,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,248,1,13,0,32,5,65,224,9,106,33,8,32,5,40,2,160,9,33,9,32,6,2,127,2,64,32,7,65,1,113,4,64,32,7,65,128,254,3,113,65,8,118,33,1,12,1,11,32,7,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,16,77,4,64,32,9,40,2,44,32,9,40,2,48,32,16,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,12,65,0,33,11,3,64,32,12,65,4,106,33,2,32,12,47,1,2,34,7,4,127,32,2,32,7,65,1,116,106,33,0,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,7,71,13,0,11,32,0,5,32,2,11,33,12,65,0,33,2,32,11,65,1,106,34,11,32,4,71,13,0,11,12,2,11,32,9,40,2,40,32,9,40,2,4,32,16,108,65,1,116,106,32,1,65,1,116,106,47,1,0,33,2,12,1,11,32,12,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,8,41,2,0,55,3,136,2,65,0,33,46,32,5,32,16,32,6,65,136,2,106,32,6,65,232,2,106,16,78,69,4,64,65,0,33,0,65,0,33,3,12,2,11,32,8,40,0,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,8,40,2,0,33,0,11,32,5,40,2,228,9,33,3,12,1,11,65,0,33,3,65,0,33,46,11,32,6,32,3,54,2,252,2,32,6,32,0,54,2,248,2,11,32,5,65,208,10,106,33,28,32,5,65,232,9,106,33,34,32,5,65,224,9,106,33,35,32,5,65,136,9,106,33,32,32,5,65,132,1,106,33,1,32,0,65,8,118,33,18,32,0,69,33,2,32,26,69,32,26,114,65,1,113,33,22,32,19,65,5,116,33,47,32,5,65,64,107,33,50,32,5,65,152,10,106,33,40,2,64,3,64,32,16,69,33,17,32,16,65,6,108,33,51,32,16,65,2,116,33,23,2,64,32,6,2,127,2,64,3,64,2,64,2,64,32,2,65,1,113,4,64,2,64,2,64,32,5,40,2,160,9,34,0,40,2,88,32,23,32,51,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,0,11,0,11,32,0,47,1,2,33,25,32,5,40,2,132,9,40,2,0,32,47,106,34,0,40,2,12,33,36,32,0,40,2,0,34,0,41,2,8,33,58,32,0,40,2,4,34,7,33,0,32,5,40,2,32,32,7,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,7,54,2,32,32,5,40,2,68,33,9,2,64,2,127,32,5,40,2,100,34,11,4,64,3,64,2,64,32,9,32,2,65,24,108,106,34,8,40,2,20,34,0,32,7,77,13,0,32,0,32,8,40,2,16,34,3,77,13,0,32,3,32,7,34,0,79,4,64,32,5,32,8,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,11,71,13,0,11,11,32,5,32,11,54,2,104,32,9,32,11,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,36,65,48,106,33,52,65,0,33,11,32,36,69,32,36,114,65,1,113,33,15,65,0,33,9,65,0,33,42,65,0,33,30,65,0,33,48,65,0,33,43,65,0,33,44,65,0,33,27,65,0,33,14,65,0,33,49,32,17,33,18,2,127,2,64,2,64,2,64,2,127,3,64,2,64,32,5,40,2,96,33,2,32,5,40,2,40,33,53,32,5,40,2,36,33,29,2,64,32,25,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,53,54,2,248,1,32,6,32,29,54,2,244,1,32,6,32,25,54,2,240,1,32,1,65,128,8,35,1,65,231,0,106,32,6,65,240,1,106,16,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,0,11,0,11,32,5,16,44,65,0,33,2,32,5,40,2,136,10,2,127,32,36,69,4,64,65,0,33,12,65,0,12,1,11,32,52,32,36,40,2,72,34,12,65,25,73,13,0,26,32,52,40,2,0,11,32,12,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,25,108,106,32,3,40,2,120,17,4,0,33,3,32,5,45,0,224,10,13,9,2,64,32,5,40,2,56,34,2,13,0,32,50,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,8,40,2,16,71,13,0,32,8,65,4,107,40,2,0,33,2,32,5,32,8,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,11,32,2,32,11,75,27,33,11,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,27,32,27,2,127,35,1,65,148,12,106,34,2,32,15,13,0,26,32,2,32,36,45,0,44,65,192,0,113,69,13,0,26,32,2,32,52,32,36,40,2,36,27,11,34,2,40,2,24,71,4,64,65,1,33,3,12,4,11,32,27,65,25,79,4,127,32,2,40,2,0,5,32,2,11,32,1,32,27,16,248,1,34,2,65,0,71,33,3,32,5,40,2,56,32,0,75,13,3,32,2,13,3,32,5,40,2,160,9,34,20,32,16,32,20,40,2,108,32,5,47,1,4,65,1,116,106,47,1,0,34,21,16,25,33,12,2,64,32,18,65,1,113,13,0,2,64,32,5,40,2,132,9,40,2,0,32,47,106,34,8,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,41,69,13,2,2,127,32,41,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,41,40,2,16,32,41,40,2,4,106,11,13,1,32,2,40,2,156,1,32,8,40,2,8,77,13,2,2,64,32,3,4,64,32,41,65,32,113,69,13,1,12,4,11,32,41,45,0,45,65,2,113,13,3,32,41,40,2,32,13,3,11,32,2,40,2,16,34,2,13,0,11,12,1,11,32,12,32,16,70,13,0,65,0,33,3,12,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,21,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,20,40,2,8,32,20,40,2,4,106,32,21,77,13,0,32,20,40,2,56,32,21,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,0,54,2,32,32,5,32,29,173,32,53,173,66,32,134,132,55,2,36,32,5,40,2,68,33,21,2,64,2,127,32,5,40,2,100,34,20,4,64,3,64,2,64,32,21,32,2,65,24,108,106,34,12,40,2,20,34,8,32,0,77,13,0,32,8,32,12,40,2,16,34,3,77,13,0,32,0,32,3,77,4,64,32,5,32,12,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,20,71,13,0,11,11,32,5,32,20,54,2,104,32,21,32,20,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,53,54,2,216,1,32,6,32,29,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,0,11,0,11,32,5,16,44,32,5,32,4,65,255,255,3,113,32,5,40,2,160,9,40,2,92,17,1,0,33,8,2,64,32,5,40,2,56,34,2,13,0,32,50,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,11,32,3,32,11,75,27,33,11,2,64,2,64,32,8,69,4,64,32,18,65,1,113,69,4,64,32,0,32,7,70,33,2,32,5,40,2,160,9,40,2,88,34,0,47,1,2,33,25,32,0,47,1,0,33,4,65,1,33,18,32,7,33,0,32,2,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,12,2,64,2,127,32,5,40,2,100,34,21,4,64,3,64,2,64,32,12,32,2,65,24,108,106,34,8,40,2,20,34,0,32,7,77,13,0,32,0,32,8,40,2,16,34,3,77,13,0,32,3,32,7,34,0,79,4,64,32,5,32,8,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,21,71,13,0,11,11,32,5,32,21,54,2,104,32,12,32,21,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,3,65,1,106,33,3,12,0,11,0,11,65,0,33,12,65,0,33,25,65,0,32,49,69,13,4,26,12,5,11,32,5,40,2,32,33,0,32,5,40,2,0,33,14,32,5,40,2,44,34,9,33,48,32,5,40,2,52,34,42,33,43,32,5,40,2,48,34,30,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,18,12,1,11,11,32,49,13,1,65,128,1,65,0,32,3,27,33,25,32,5,40,0,56,33,2,32,5,45,0,120,33,12,65,1,11,33,15,32,5,47,1,4,33,4,32,5,40,0,48,33,18,32,5,40,0,52,33,9,32,6,32,5,40,0,44,34,0,32,7,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,18,32,58,167,34,3,75,27,173,66,32,134,32,18,32,3,107,34,3,65,0,32,3,32,18,77,27,173,132,55,2,148,3,32,50,40,0,0,33,8,32,5,40,0,60,33,7,32,6,32,2,32,0,107,34,3,65,0,32,2,32,3,79,27,54,2,128,3,32,6,32,7,32,18,107,34,3,65,0,32,3,32,7,77,27,173,32,8,32,8,32,9,107,34,3,65,0,32,3,32,8,77,27,32,7,32,18,75,27,173,66,32,134,132,55,2,132,3,32,11,32,2,107,33,7,32,5,40,2,160,9,33,3,32,15,69,13,1,32,3,40,2,108,32,4,65,1,116,106,47,1,0,33,4,65,0,33,11,12,2,11,32,44,32,30,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,30,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,30,32,58,167,34,0,75,27,173,66,32,134,32,30,32,0,107,34,0,65,0,32,0,32,30,77,27,173,132,33,56,32,9,32,48,107,34,0,65,0,32,0,32,9,77,27,33,8,32,48,32,7,107,34,0,65,0,32,0,32,48,77,27,33,4,32,11,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,5,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,8,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,16,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,14,54,2,48,32,0,32,3,65,24,114,59,1,44,65,0,33,4,65,0,33,12,32,0,33,7,32,0,65,8,118,12,2,11,65,0,33,11,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,0,48,55,2,36,32,5,40,2,68,33,21,2,64,2,127,32,5,40,2,100,34,14,4,64,3,64,2,64,32,21,32,3,65,24,108,106,34,18,40,2,20,34,9,32,0,77,13,0,32,9,32,18,40,2,16,34,8,77,13,0,32,0,32,8,77,4,64,32,5,32,18,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,14,71,13,0,11,11,32,5,32,14,54,2,104,32,21,32,14,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,44,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,11,32,5,40,2,56,32,2,71,13,0,32,5,47,1,4,33,0,2,64,2,64,32,3,40,2,24,34,2,32,16,77,4,64,32,3,40,2,44,32,3,40,2,48,32,16,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,14,69,13,2,32,2,65,2,106,33,18,65,0,33,8,3,64,32,18,65,4,106,33,2,32,18,47,1,2,34,20,4,127,32,2,32,20,65,1,116,106,33,21,65,0,33,9,3,64,32,2,47,1,0,32,0,70,13,4,32,2,65,2,106,33,2,32,9,65,1,106,34,9,32,20,71,13,0,11,32,21,5,32,2,11,33,18,32,8,65,1,106,34,8,32,14,71,13,0,11,12,2,11,32,3,40,2,40,32,3,40,2,4,32,16,108,65,1,116,106,32,0,65,1,116,106,33,18,11,32,18,47,1,0,69,13,0,32,0,33,4,12,1,11,32,3,40,2,0,65,15,73,13,0,32,3,40,2,88,32,51,106,47,1,4,34,2,69,13,0,32,3,47,1,144,1,34,8,69,13,0,32,8,32,2,32,8,108,34,2,106,33,18,32,3,40,2,140,1,33,9,3,64,32,0,32,9,32,2,65,1,116,106,47,1,0,34,8,70,4,64,32,0,33,4,12,2,11,32,8,69,13,1,32,2,65,1,106,34,2,32,18,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,12,65,1,113,33,12,65,0,33,18,35,0,65,224,0,107,34,14,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,21,65,254,255,3,107,14,2,1,2,0,11,32,3,40,2,72,32,21,65,3,108,106,34,2,45,0,1,33,9,32,2,45,0,0,33,7,32,21,69,33,18,32,21,65,255,1,75,13,1,32,15,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,16,59,1,218,3,32,6,32,21,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,21,27,106,65,192,0,65,0,32,11,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,32,40,2,4,34,2,4,64,32,32,32,2,65,1,107,34,2,54,2,4,32,32,40,2,0,32,2,65,3,116,106,40,2,0,12,1,11,65,204,0,35,5,40,2,0,17,0,0,11,33,2,32,14,65,1,54,2,92,32,14,32,6,40,2,200,1,54,2,88,32,14,32,6,41,2,192,1,55,3,80,32,14,32,6,40,2,184,1,54,2,72,32,6,41,2,176,1,33,56,32,14,66,0,55,3,16,32,14,66,0,55,3,24,32,14,65,0,54,2,32,32,14,32,56,55,3,64,32,14,32,0,54,2,60,32,14,65,0,54,2,56,32,14,65,0,54,2,52,32,14,32,21,59,1,48,32,14,32,16,59,1,46,32,14,65,0,59,1,42,32,14,66,0,55,3,8,32,14,32,9,65,1,116,32,7,106,65,255,1,113,65,128,2,65,0,32,12,27,65,192,0,65,0,32,15,27,114,65,128,8,65,0,32,11,27,114,65,4,65,0,32,18,27,114,114,59,1,44,32,2,32,14,40,2,92,54,2,0,32,2,32,14,40,2,88,54,2,12,32,2,32,14,41,3,80,55,2,4,32,2,32,14,40,2,72,54,2,24,32,2,32,14,41,3,64,55,2,16,32,2,32,14,40,2,60,54,2,28,32,2,32,14,40,2,56,54,2,32,32,2,32,14,40,2,52,54,2,36,32,2,32,14,47,1,48,59,1,40,32,2,32,14,47,1,46,59,1,42,32,2,32,14,47,1,44,59,1,44,32,2,32,14,47,1,42,59,1,46,32,2,32,14,40,2,32,54,2,72,32,2,65,64,107,32,14,41,3,24,55,2,0,32,2,32,14,41,3,16,55,2,56,32,2,32,14,41,3,8,55,2,48,32,6,65,0,54,2,220,3,32,6,32,2,54,2,216,3,11,32,14,65,224,0,106,36,0,32,6,41,3,216,3,34,56,66,48,136,167,33,3,32,6,40,2,220,3,33,2,32,6,40,2,216,3,33,0,32,56,167,33,7,32,15,4,64,32,7,32,27,54,2,72,32,7,65,48,106,33,8,32,27,65,25,79,4,64,32,8,32,27,35,5,40,2,0,17,0,0,34,8,54,2,0,11,32,27,4,64,32,8,32,1,32,27,252,10,0,0,11,32,7,32,7,47,1,44,65,255,254,3,113,32,25,114,59,1,44,11,32,56,66,56,136,167,33,12,32,3,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,11,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,11,12,1,11,32,8,40,2,56,32,3,65,2,116,106,40,2,0,33,11,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,11,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,11,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,33,3,32,6,32,7,65,1,113,4,127,32,4,32,12,106,5,32,7,40,2,16,32,7,40,2,4,106,11,54,2,160,1,32,3,32,8,35,1,65,159,2,106,32,6,65,160,1,106,16,249,1,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,241,1,32,9,45,0,0,33,3,11,32,3,192,32,5,40,2,140,10,16,241,1,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,224,10,13,1,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,22,69,4,64,32,26,32,26,40,2,0,65,1,106,54,2,0,32,26,40,2,0,26,11,32,35,40,2,0,4,64,32,6,32,35,41,2,0,55,3,152,1,32,32,32,6,65,152,1,106,16,60,11,32,34,40,2,0,4,64,32,6,32,34,41,2,0,55,3,144,1,32,32,32,6,65,144,1,106,16,60,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,26,54,2,232,9,32,5,40,2,160,9,33,15,32,6,45,0,248,2,34,0,65,1,113,4,64,32,6,45,0,249,2,34,18,33,9,12,2,11,32,6,40,2,248,2,34,0,65,8,118,33,18,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,18,2,64,2,64,32,5,40,2,160,9,34,9,40,2,24,34,2,32,16,77,4,64,32,9,40,2,44,32,9,40,2,48,32,16,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,7,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,12,65,0,33,11,3,64,32,12,65,4,106,33,2,32,12,47,1,2,34,8,4,127,32,2,32,8,65,1,116,106,33,4,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,8,71,13,0,11,32,4,5,32,2,11,33,12,65,0,33,2,32,11,65,1,106,34,11,32,7,71,13,0,11,12,2,11,32,9,40,2,40,32,9,40,2,4,32,16,108,65,1,116,106,47,1,0,33,2,12,1,11,32,12,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,15,40,2,24,34,2,32,16,77,4,64,32,15,40,2,44,32,15,40,2,48,32,16,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,11,65,0,33,7,3,64,32,11,65,4,106,33,2,32,11,47,1,2,34,12,4,127,32,2,32,12,65,1,116,106,33,4,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,12,71,13,0,11,32,4,5,32,2,11,33,11,65,0,33,2,32,7,65,1,106,34,7,32,8,71,13,0,11,12,2,11,32,15,40,2,40,32,15,40,2,4,32,16,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,11,47,1,0,33,2,11,32,6,32,15,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,212,10,32,5,32,5,45,0,226,10,58,0,216,10,32,5,32,5,40,2,172,10,65,1,106,34,2,65,0,32,2,65,227,0,77,27,34,2,54,2,172,10,32,2,13,1,2,64,32,5,40,2,176,10,34,2,4,64,32,2,40,2,0,13,1,11,2,64,32,5,41,3,144,10,80,4,64,32,40,40,2,0,69,13,1,11,32,6,65,144,3,106,16,237,1,32,6,41,3,144,3,34,57,32,5,41,3,144,10,34,56,85,13,1,32,56,32,57,85,13,0,32,6,40,2,152,3,32,40,40,2,0,74,13,1,11,32,5,40,2,204,10,34,2,69,13,2,32,28,32,2,17,0,0,69,13,2,11,32,6,40,2,248,2,69,13,0,32,6,32,6,41,3,248,2,55,3,136,1,32,32,32,6,65,136,1,106,16,60,11,65,0,33,2,12,6,11,2,64,32,6,40,2,236,2,34,15,69,13,0,32,6,40,2,248,2,34,0,65,8,118,33,18,65,0,33,3,65,127,33,12,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,21,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,21,65,128,2,113,13,5,32,5,40,2,96,33,3,32,21,65,1,113,4,64,2,64,32,3,69,4,64,32,16,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,16,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,16,33,8,12,15,11,65,220,0,32,5,40,2,140,10,16,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,249,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,11,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,11,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,76,11,32,6,32,6,41,3,248,2,55,3,128,1,32,5,32,19,32,6,65,128,1,106,16,77,32,46,69,13,10,32,5,65,244,9,106,16,79,12,10,11,32,6,32,6,41,3,248,2,55,3,120,32,5,32,19,32,6,65,248,0,106,16,81,65,1,33,2,12,9,11,65,1,33,3,32,12,32,5,32,19,32,8,32,11,32,21,32,4,32,15,65,1,71,32,0,69,16,82,34,2,32,2,65,127,70,27,33,12,11,32,9,65,1,106,34,9,32,15,71,13,0,11,32,12,65,127,71,4,64,32,5,40,2,132,9,32,12,32,19,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,70,35,1,65,235,11,106,32,5,40,2,140,10,16,244,1,11,32,6,40,2,248,2,34,0,65,8,118,33,18,32,5,40,2,132,9,40,2,0,32,47,106,40,2,0,47,1,0,33,16,65,1,33,2,32,0,69,13,6,32,5,40,2,160,9,33,17,32,0,65,1,113,4,64,32,18,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,32,32,6,65,48,106,16,60,11,32,5,40,2,132,9,40,2,0,32,19,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,21,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,18,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,12,47,1,100,34,9,71,13,1,12,2,11,32,5,40,2,160,9,34,12,47,1,100,34,9,32,18,65,255,1,113,70,4,64,32,0,33,4,12,2,11,32,18,65,255,1,113,33,8,32,0,33,4,11,2,64,32,12,40,2,0,65,15,73,13,0,32,12,40,2,88,32,51,106,47,1,4,34,2,69,13,0,32,12,47,1,144,1,34,3,69,13,0,32,3,32,2,32,3,108,34,2,106,33,11,32,12,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,11,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,12,40,2,24,34,2,32,16,77,4,64,32,12,40,2,44,32,12,40,2,48,32,16,32,2,107,65,2,116,106,40,2,0,65,1,116,106,34,2,47,1,0,34,15,69,4,64,65,0,33,2,12,3,11,32,2,65,2,106,33,11,65,0,33,7,3,64,32,11,65,4,106,33,2,32,11,47,1,2,34,14,4,127,32,2,32,14,65,1,116,106,33,8,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,14,71,13,0,11,32,8,5,32,2,11,33,11,65,0,33,2,32,7,65,1,106,34,7,32,15,71,13,0,11,12,2,11,32,12,40,2,40,32,12,40,2,4,32,16,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,11,47,1,0,33,2,11,32,6,32,12,40,2,52,32,2,65,255,255,3,113,65,3,116,106,34,7,45,0,0,34,3,54,2,236,2,32,7,45,0,1,33,2,32,6,32,7,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,21,4,127,32,18,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,12,40,2,8,32,12,40,2,4,106,32,0,77,13,0,32,12,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,9,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,12,40,2,8,32,12,40,2,4,106,32,9,77,13,0,32,12,40,2,56,32,9,65,2,116,106,40,2,0,33,3,11,32,6,32,3,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,249,1,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,241,1,32,3,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,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,5,40,2,0,17,0,0,33,7,32,2,4,64,32,7,32,0,32,0,40,2,36,65,3,116,107,32,2,252,10,0,0,11,32,7,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,7,32,2,65,3,116,106,40,0,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,5,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,32,32,6,65,24,106,16,60,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,7,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,7,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,7,65,8,116,65,128,254,3,113,114,114,33,0,12,1,11,32,0,32,7,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,18,65,0,33,2,12,1,11,11,32,5,32,19,16,80,4,64,32,5,40,2,132,9,40,2,0,32,47,106,40,2,0,47,1,0,33,16,32,6,32,6,41,3,248,2,55,3,8,32,32,32,6,65,8,106,16,60,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,18,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,249,1,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,241,1,32,1,45,0,0,33,2,11,32,2,192,32,5,40,2,140,10,16,241,1,32,1,65,1,106,33,1,12,0,11,0,11,32,5,40,2,132,9,40,2,0,32,19,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,17,40,2,24,34,2,32,16,77,4,64,32,17,40,2,44,32,17,40,2,48,32,16,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,11,65,0,33,7,3,64,32,11,65,4,106,33,2,32,11,47,1,2,34,12,4,127,32,2,32,12,65,1,116,106,33,4,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,12,71,13,0,11,32,4,5,32,2,11,33,11,65,0,33,2,32,7,65,1,106,34,7,32,8,71,13,0,11,12,2,11,32,17,40,2,40,32,17,40,2,4,32,16,108,65,1,116,106,32,9,65,1,116,106,47,1,0,33,2,12,1,11,32,11,47,1,0,33,2,11,32,6,32,17,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,16,32,5,65,244,9,106,16,76,32,5,40,2,160,9,32,16,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,25,33,8,11,32,6,40,2,252,2,33,11,2,64,2,64,2,64,2,64,32,0,65,1,113,4,64,32,6,32,0,173,34,56,32,11,173,66,32,134,132,55,3,216,3,32,56,66,8,131,80,32,21,65,1,113,70,13,1,32,5,40,2,132,9,33,0,32,6,32,6,41,3,216,3,55,3,56,32,0,32,19,32,6,65,56,106,65,0,32,8,65,255,255,3,113,16,84,12,4,11,32,0,40,2,36,33,2,32,6,32,0,173,32,11,173,66,32,134,132,34,56,55,3,216,3,2,64,32,0,45,0,44,65,4,113,69,32,21,115,65,1,113,13,0,32,2,13,0,32,2,65,0,71,33,25,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,5,40,2,0,17,0,0,33,4,32,1,4,64,32,4,32,0,32,0,40,2,36,65,3,116,107,32,1,252,10,0,0,11,32,4,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,4,32,2,65,3,116,106,40,0,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,5,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,88,32,32,32,6,65,216,0,106,16,60,65,0,33,11,32,7,33,0,12,2,11,32,5,40,2,132,9,33,1,32,6,32,6,41,3,216,3,55,3,80,32,1,32,19,32,6,65,208,0,106,32,2,65,0,71,32,8,65,255,255,3,113,16,84,12,2,11,65,0,33,25,32,0,33,7,11,32,6,32,7,65,1,113,4,127,32,7,65,119,113,65,8,65,0,32,21,65,1,113,27,114,5,32,0,32,0,47,1,44,65,251,255,3,113,65,4,65,0,32,21,65,1,113,27,114,59,1,44,32,7,11,34,0,173,32,11,173,66,32,134,132,34,56,55,3,216,3,32,5,40,2,132,9,33,1,32,6,32,56,55,3,72,32,1,32,19,32,6,65,200,0,106,32,25,32,8,65,255,255,3,113,16,84,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,2,127,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,11,32,1,33,0,12,1,11,32,2,13,1,11,11,32,8,13,0,11,32,7,40,2,0,34,2,32,0,13,1,26,65,0,33,0,12,3,11,32,7,40,2,0,11,33,2,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,33,2,65,0,33,0,65,0,33,11,11,32,2,32,19,65,5,116,106,34,2,40,2,12,4,64,32,7,40,2,52,33,1,32,6,32,2,41,2,12,55,3,64,32,1,32,6,65,64,107,16,60,11,32,2,32,11,54,2,16,32,2,32,0,54,2,12,11,65,1,33,2,32,46,69,13,0,32,5,65,244,9,106,16,79,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,70,35,1,65,235,11,106,32,5,40,2,140,10,16,244,1,11,2,64,32,5,40,2,132,9,34,1,40,2,0,34,2,32,33,106,34,0,40,2,0,40,2,4,34,18,32,38,75,13,0,32,18,32,38,70,32,19,65,0,71,113,13,0,32,0,40,2,28,13,2,12,1,11,11,32,18,33,38,11,65,0,33,13,32,19,65,1,106,34,19,32,1,40,2,4,34,0,73,13,0,11,65,127,33,29,65,0,33,30,32,0,69,4,64,65,1,33,13,12,3,11,3,64,2,64,32,1,40,2,0,32,13,65,5,116,106,34,7,40,2,28,34,3,65,2,70,4,64,32,1,32,13,16,71,12,1,11,32,7,40,2,0,34,8,40,2,152,1,33,1,2,64,32,3,65,1,70,34,4,69,4,64,32,8,47,1,0,13,1,32,8,40,2,20,13,1,11,32,1,65,244,3,106,33,1,11,32,8,40,2,156,1,34,2,32,7,40,2,8,34,0,73,4,64,32,7,32,2,54,2,8,32,2,33,0,11,32,8,40,2,160,1,33,11,32,3,65,1,70,4,127,65,1,5,32,1,32,29,32,1,32,29,73,27,32,29,32,8,47,1,0,34,3,27,33,29,32,3,69,11,33,15,32,13,69,4,64,65,1,33,13,12,1,11,32,1,65,228,0,106,32,1,32,4,27,33,14,32,2,32,0,107,65,1,106,33,16,65,0,33,19,3,64,32,5,40,2,132,9,34,23,40,2,0,34,7,32,19,65,5,116,34,17,106,34,22,40,2,0,34,2,40,2,152,1,33,1,2,64,32,22,40,2,28,34,12,65,1,70,34,8,69,4,64,32,1,33,4,32,2,47,1,0,13,1,32,2,40,2,20,13,1,11,32,1,65,244,3,106,33,4,11,32,2,40,2,156,1,34,0,32,22,40,2,8,34,9,73,4,64,32,22,32,0,54,2,8,32,0,33,9,11,32,4,65,228,0,106,32,4,32,8,27,33,21,32,2,40,2,160,1,33,3,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,2,64,32,8,13,0,32,2,47,1,0,69,13,0,32,15,69,13,1,32,4,32,14,73,13,2,12,7,11,32,15,13,0,32,14,32,21,79,13,3,12,4,11,32,14,32,21,77,4,64,32,14,32,21,79,13,2,32,21,32,14,107,32,16,108,65,136,14,75,13,4,12,3,11,32,0,32,9,107,65,1,106,32,14,32,21,107,108,65,137,14,73,13,5,11,32,7,32,13,65,5,116,34,2,106,34,4,40,2,0,4,64,32,23,40,2,52,33,1,32,4,40,2,12,4,64,32,10,32,4,41,2,12,55,3,88,32,1,32,10,65,216,0,106,16,60,11,32,4,40,2,20,4,64,32,10,32,4,41,2,20,55,3,80,32,1,32,10,65,208,0,106,16,60,11,32,4,40,2,4,34,3,4,64,32,3,40,2,0,34,0,4,127,32,0,35,6,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,6,40,2,0,17,2,0,11,32,4,40,2,0,32,23,65,36,106,32,1,16,65,32,23,40,2,0,33,7,11,32,23,40,2,4,32,13,65,127,115,106,65,5,116,34,1,4,64,32,2,32,7,106,34,0,32,0,65,32,106,32,1,252,10,0,0,11,32,23,32,23,40,2,4,65,1,107,54,2,4,12,6,11,32,3,32,11,78,13,3,11,32,7,32,13,65,5,116,106,33,9,2,64,32,12,13,0,32,9,40,2,28,13,0,32,2,47,1,0,34,3,32,9,40,2,0,34,0,47,1,0,71,13,0,32,2,40,2,4,32,0,40,2,4,71,13,0,32,1,32,0,40,2,152,1,71,13,0,32,9,40,0,12,33,8,2,127,35,1,65,148,12,106,34,1,32,22,40,0,12,34,4,69,13,0,26,32,1,32,4,65,1,113,13,0,26,32,1,32,4,45,0,44,65,192,0,113,69,13,0,26,32,1,32,4,65,48,106,32,4,40,2,36,27,11,34,7,40,2,24,33,1,2,64,2,127,35,1,65,148,12,106,34,4,32,8,69,13,0,26,32,4,32,8,65,1,113,13,0,26,32,4,32,8,45,0,44,65,192,0,113,69,13,0,26,32,4,32,8,65,48,106,32,8,40,2,36,27,11,34,8,40,2,24,34,4,65,25,79,4,64,32,1,32,4,71,13,2,32,7,40,2,0,33,7,32,8,40,2,0,33,8,12,1,11,32,1,32,4,71,13,1,11,32,7,32,8,32,4,16,248,1,13,0,32,0,47,1,144,1,4,127,65,0,33,2,3,64,32,23,40,2,52,33,3,32,22,40,2,0,33,1,32,10,32,0,32,2,65,4,116,106,34,0,41,2,24,55,3,120,32,10,32,0,41,2,16,55,3,112,32,1,32,10,65,240,0,106,32,3,16,72,32,2,65,1,106,34,2,32,9,40,2,0,34,0,47,1,144,1,73,13,0,11,32,22,40,2,0,34,2,47,1,0,5,32,3,11,65,255,255,3,113,13,4,32,22,32,2,40,2,156,1,54,2,8,32,23,32,13,16,71,12,5,11,32,10,32,9,41,2,24,55,3,224,1,32,10,32,9,41,2,16,55,3,216,1,32,10,32,9,41,2,8,55,3,208,1,32,10,32,9,41,2,0,55,3,200,1,32,9,32,22,41,2,0,55,2,0,32,9,32,22,41,2,8,55,2,8,32,9,32,22,41,2,16,55,2,16,32,9,32,22,41,2,24,55,2,24,32,23,40,2,0,32,17,106,34,0,32,10,41,3,200,1,55,2,0,32,0,32,10,41,3,208,1,55,2,8,32,0,32,10,41,3,216,1,55,2,16,32,0,32,10,41,3,224,1,55,2,24,12,1,11,32,23,40,2,52,33,1,32,22,40,2,12,4,64,32,10,32,22,41,2,12,55,3,104,32,1,32,10,65,232,0,106,16,60,11,32,22,40,2,20,4,64,32,10,32,22,41,2,20,55,3,96,32,1,32,10,65,224,0,106,16,60,11,32,22,40,2,4,34,2,4,64,32,2,40,2,0,34,0,4,127,32,0,35,6,40,2,0,17,2,0,32,2,65,0,54,2,8,32,2,66,0,55,2,0,32,22,40,2,4,5,32,2,11,35,6,40,2,0,17,2,0,11,32,22,40,2,0,32,23,65,36,106,32,1,16,65,32,23,40,2,4,32,19,65,127,115,106,65,5,116,34,1,4,64,32,23,40,2,0,32,17,106,34,0,32,0,65,32,106,32,1,252,10,0,0,11,32,23,32,23,40,2,4,65,1,107,54,2,4,32,19,65,1,107,33,19,32,13,65,1,107,33,13,11,65,1,33,30,12,3,11,32,12,13,2,32,7,32,13,65,5,116,106,34,9,40,2,28,13,2,32,2,47,1,0,34,3,32,9,40,2,0,34,0,47,1,0,71,13,2,32,2,40,2,4,32,0,40,2,4,71,13,2,32,1,32,0,40,2,152,1,71,13,2,32,9,40,0,12,33,8,2,127,35,1,65,148,12,106,34,1,32,22,40,0,12,34,4,69,13,0,26,32,1,32,4,65,1,113,13,0,26,32,1,32,4,45,0,44,65,192,0,113,69,13,0,26,32,1,32,4,65,48,106,32,4,40,2,36,27,11,34,7,40,2,24,33,1,2,64,2,127,35,1,65,148,12,106,34,4,32,8,69,13,0,26,32,4,32,8,65,1,113,13,0,26,32,4,32,8,45,0,44,65,192,0,113,69,13,0,26,32,4,32,8,65,48,106,32,8,40,2,36,27,11,34,8,40,2,24,34,4,65,25,79,4,64,32,1,32,4,71,13,4,32,7,40,2,0,33,7,32,8,40,2,0,33,8,12,1,11,32,1,32,4,71,13,3,11,32,7,32,8,32,4,16,248,1,13,2,32,0,47,1,144,1,4,127,65,0,33,2,3,64,32,23,40,2,52,33,3,32,22,40,2,0,33,1,32,10,32,0,32,2,65,4,116,106,34,0,41,2,24,55,3,72,32,10,32,0,41,2,16,55,3,64,32,1,32,10,65,64,107,32,3,16,72,32,2,65,1,106,34,2,32,9,40,2,0,34,0,47,1,144,1,73,13,0,11,32,22,40,2,0,34,2,47,1,0,5,32,3,11,65,255,255,3,113,13,0,32,22,32,2,40,2,156,1,54,2,8,11,32,23,32,13,16,71,11,65,1,33,30,32,13,65,1,107,34,13,33,19,11,32,19,65,1,106,34,19,32,13,73,13,0,11,32,13,65,1,106,33,13,11,32,13,32,5,40,2,132,9,34,1,40,2,4,34,33,73,13,0,11,32,33,65,6,75,4,64,3,64,32,1,65,6,16,71,32,5,40,2,132,9,34,1,40,2,4,34,33,65,6,75,13,0,11,65,1,33,30,11,65,0,33,16,65,0,33,2,32,33,4,64,3,64,2,64,32,16,65,5,116,34,34,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,168,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,10,32,16,54,2,48,32,24,65,128,8,35,1,65,59,106,32,10,65,48,106,16,249,1,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,24,32,0,17,3,0,11,32,24,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,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,32,0,32,16,16,71,32,33,65,1,107,33,33,32,16,65,1,107,33,16,65,1,33,30,12,1,11,32,5,40,2,132,9,40,2,0,32,34,106,34,1,40,2,0,34,0,40,2,152,1,33,29,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,29,65,244,3,106,33,29,11,32,1,65,0,54,2,28,32,1,41,2,20,33,56,32,1,66,0,55,2,20,32,10,32,56,55,3,192,1,32,5,40,2,132,9,40,2,4,33,12,32,5,32,16,65,0,16,73,26,32,56,167,33,3,32,5,40,2,132,9,34,2,40,2,4,34,40,32,16,75,4,64,32,2,40,2,0,32,34,106,40,2,0,34,0,40,2,4,33,11,32,0,41,2,8,34,57,66,32,136,167,33,22,32,56,66,8,136,167,33,25,32,57,167,33,45,65,0,33,27,32,3,33,0,32,16,33,7,3,64,2,64,32,27,4,64,65,1,33,27,12,1,11,65,0,33,27,32,5,40,2,160,9,34,4,47,1,12,65,254,255,3,113,69,13,0,32,7,65,5,116,34,23,32,5,40,2,132,9,40,2,0,106,40,2,0,47,1,0,33,35,65,1,33,19,3,64,2,64,2,64,32,19,65,253,255,3,75,13,0,2,64,2,64,32,4,40,2,24,34,28,32,35,77,4,64,32,4,40,2,44,32,4,40,2,48,32,35,32,28,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,13,65,0,33,8,3,64,32,13,65,4,106,33,1,32,13,47,1,2,34,15,4,127,32,1,32,15,65,1,116,106,33,9,65,0,33,2,3,64,32,19,32,1,47,1,0,70,13,4,32,1,65,2,106,33,1,32,2,65,1,106,34,2,32,15,71,13,0,11,32,9,5,32,1,11,33,13,65,0,33,1,32,8,65,1,106,34,8,32,17,71,13,0,11,12,2,11,32,4,40,2,40,32,4,40,2,4,32,35,108,65,1,116,106,32,19,65,1,116,106,47,1,0,33,1,12,1,11,32,13,47,1,0,33,1,11,32,4,40,2,52,34,21,32,1,65,255,255,3,113,65,3,116,106,34,2,45,0,0,34,1,69,13,0,32,2,32,1,65,3,116,106,34,1,45,0,0,13,0,32,35,32,1,65,8,106,34,1,65,6,107,47,1,0,32,1,65,4,107,45,0,0,65,1,113,27,34,14,65,255,255,3,113,34,1,69,13,0,32,1,32,35,70,13,0,2,64,2,64,32,0,65,1,113,4,64,32,25,65,255,1,113,33,13,65,1,33,0,12,1,11,32,10,40,2,192,1,34,3,65,8,118,33,25,65,196,0,65,40,32,3,34,0,40,2,36,27,32,0,106,47,1,0,34,13,65,253,255,3,75,13,1,11,2,64,2,64,32,1,32,28,79,4,64,32,4,40,2,44,32,4,40,2,48,32,1,32,28,107,65,2,116,106,40,2,0,65,1,116,106,34,1,47,1,0,34,15,69,4,64,65,0,33,1,12,3,11,32,1,65,2,106,33,8,65,0,33,9,3,64,32,8,65,4,106,33,1,32,8,47,1,2,34,28,4,127,32,1,32,28,65,1,116,106,33,17,65,0,33,2,3,64,32,1,47,1,0,32,13,70,13,4,32,1,65,2,106,33,1,32,2,65,1,106,34,2,32,28,71,13,0,11,32,17,5,32,1,11,33,8,65,0,33,1,32,9,65,1,106,34,9,32,15,71,13,0,11,12,2,11,32,4,40,2,40,32,4,40,2,4,32,1,108,65,1,116,106,32,13,65,1,116,106,47,1,0,33,1,12,1,11,32,8,47,1,0,33,1,11,32,21,32,1,65,255,255,3,113,65,3,116,106,34,1,45,0,0,69,13,1,32,1,45,0,8,65,1,71,13,1,2,64,32,5,40,2,32,32,11,70,4,64,32,5,40,2,100,33,4,32,5,40,2,104,33,1,32,11,33,13,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,11,54,2,32,32,5,40,2,68,33,8,2,64,2,127,32,5,40,2,100,34,4,4,64,3,64,2,64,32,8,32,1,65,24,108,106,34,3,40,2,20,34,2,32,11,77,13,0,32,2,32,3,40,2,16,34,0,77,13,0,32,0,32,11,34,13,79,4,64,32,5,32,3,41,2,0,55,2,36,32,5,32,0,54,2,32,32,0,33,13,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,13,32,5,40,2,108,34,0,73,13,3,26,65,0,34,2,32,13,32,5,40,2,112,32,0,106,79,13,3,26,12,4,11,32,1,65,1,106,34,1,32,4,71,13,0,11,11,32,5,32,4,54,2,104,32,8,32,4,65,24,108,106,34,0,65,4,107,40,2,0,33,13,32,5,32,0,65,16,107,41,2,0,55,2,36,32,5,32,13,54,2,32,32,4,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,4,70,13,0,32,1,69,13,0,32,13,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,13,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,0,64,33,13,32,5,40,0,56,33,3,32,5,40,0,60,11,33,4,2,127,32,10,40,2,192,1,34,0,65,1,113,4,64,32,10,45,0,197,1,65,4,118,33,8,32,10,45,0,198,1,32,10,45,0,199,1,106,12,1,11,32,0,40,2,28,33,8,32,0,40,2,16,32,0,40,2,4,106,11,33,21,32,10,32,5,40,2,132,9,34,20,40,2,0,34,9,32,23,106,34,0,41,2,24,55,3,224,1,32,10,32,0,41,2,16,55,3,216,1,32,10,32,0,41,2,8,55,3,208,1,32,10,32,0,41,2,0,55,3,200,1,32,20,32,20,40,2,4,34,1,65,1,106,34,2,32,20,40,2,8,34,0,75,4,127,32,9,65,8,32,0,65,1,116,34,0,32,2,32,0,32,2,75,27,34,0,32,0,65,8,77,27,34,0,65,5,116,35,4,40,2,0,17,1,0,33,9,32,20,32,0,54,2,8,32,20,32,9,54,2,0,32,20,40,2,4,34,1,65,1,106,5,32,2,11,54,2,4,32,9,32,1,65,5,116,106,34,0,32,10,41,3,200,1,55,2,0,32,0,32,10,41,3,224,1,55,2,24,32,0,32,10,41,3,216,1,55,2,16,32,0,32,10,41,3,208,1,55,2,8,32,20,40,2,0,32,20,40,2,4,34,9,65,5,116,106,34,28,65,32,107,40,2,0,34,0,4,64,32,0,32,0,40,2,148,1,65,1,106,54,2,148,1,11,32,13,32,22,107,34,0,65,0,32,0,32,13,77,27,33,15,32,4,32,45,75,33,17,32,4,32,4,32,45,107,34,4,73,33,2,32,3,32,11,107,34,1,32,3,75,33,0,2,64,32,28,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,20,40,2,4,33,9,11,32,13,32,15,32,17,27,33,20,65,0,32,4,32,2,27,33,17,65,0,32,1,32,0,27,33,4,32,8,32,21,106,33,3,32,28,65,28,107,65,0,54,2,0,65,1,33,2,65,1,33,13,2,126,2,64,2,64,2,64,32,19,65,254,255,3,107,34,15,14,2,1,2,0,11,32,5,40,2,160,9,40,2,72,32,19,65,3,108,106,34,0,45,0,1,33,13,32,0,45,0,0,33,2,32,19,65,255,1,75,13,1,32,4,65,254,1,75,13,1,32,17,65,15,75,13,1,32,20,65,254,1,75,13,1,32,3,65,15,75,13,1,32,13,65,2,116,32,2,65,1,116,106,65,1,114,65,255,1,113,32,19,65,8,116,114,33,1,32,3,65,12,116,32,17,65,8,116,114,32,4,65,16,116,114,32,20,114,173,66,32,134,12,2,11,65,0,33,2,65,0,33,13,11,32,17,173,32,20,173,66,32,134,132,33,56,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,5,40,2,0,17,0,0,11,33,1,32,10,66,0,55,3,208,1,32,10,66,0,55,3,216,1,32,10,65,0,54,2,224,1,32,10,32,4,54,2,144,2,32,10,32,56,55,3,152,2,32,10,65,0,54,2,136,2,32,10,65,0,54,2,132,2,32,10,65,0,54,2,128,2,32,10,32,3,54,2,252,1,32,10,65,0,54,2,248,1,32,10,65,0,54,2,244,1,32,10,32,19,59,1,240,1,32,10,65,0,59,1,238,1,32,10,65,0,59,1,234,1,32,10,66,0,55,3,200,1,32,10,65,1,54,2,148,2,32,10,32,13,65,1,116,32,2,106,65,255,1,113,59,1,236,1,32,1,32,10,40,2,148,2,54,2,0,32,1,32,10,40,2,144,2,54,2,4,32,1,32,10,41,3,152,2,55,2,8,32,1,32,10,40,2,136,2,54,2,16,32,1,32,10,40,2,132,2,54,2,20,32,1,32,10,40,2,128,2,54,2,24,32,1,32,10,40,2,252,1,54,2,28,32,1,32,10,40,2,248,1,54,2,32,32,1,32,10,40,2,244,1,54,2,36,32,1,32,10,47,1,240,1,59,1,40,32,1,32,10,47,1,238,1,59,1,42,32,1,32,10,47,1,236,1,59,1,44,32,1,32,10,47,1,234,1,59,1,46,32,1,32,10,40,2,224,1,54,2,72,32,1,65,64,107,32,10,41,3,216,1,55,2,0,32,1,32,10,41,3,208,1,55,2,56,32,1,32,10,41,3,200,1,55,2,48,66,0,11,33,56,32,9,65,1,107,33,28,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,28,65,5,116,34,17,32,5,40,2,132,9,34,2,40,2,0,106,34,9,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,5,40,2,0,17,0,0,11,34,20,32,14,59,1,0,32,20,65,2,106,65,0,65,146,1,252,11,0,32,20,66,0,55,2,152,1,32,20,65,1,54,2,148,1,32,20,65,0,54,2,160,1,2,64,2,127,2,64,32,3,4,64,32,20,32,56,32,1,173,132,55,2,20,32,20,32,3,54,2,16,32,20,65,1,59,1,144,1,32,20,32,3,41,2,4,55,2,4,32,20,32,3,40,2,12,54,2,12,32,20,32,3,40,2,152,1,34,0,54,2,152,1,32,20,32,3,40,2,160,1,34,4,54,2,160,1,32,20,32,3,40,2,156,1,34,21,54,2,156,1,32,1,65,1,113,34,3,13,1,32,20,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,8,32,2,32,1,40,2,8,106,33,13,32,1,40,2,24,12,2,11,32,20,66,0,55,2,4,32,20,65,0,54,2,12,12,2,11,32,20,32,0,32,1,65,26,116,65,31,117,65,226,4,113,106,54,2,152,1,32,56,66,48,136,167,32,56,66,56,136,167,106,33,8,32,56,66,32,136,167,65,255,1,113,33,0,32,56,66,40,136,167,65,15,113,33,13,65,0,11,33,2,32,20,32,20,40,0,4,32,8,106,54,2,4,32,20,32,20,40,0,8,32,13,106,173,32,0,32,2,106,65,0,32,20,40,0,12,32,13,27,106,173,66,32,134,132,55,2,8,2,64,32,3,69,4,64,65,0,33,13,32,20,32,1,40,2,36,34,0,4,127,32,1,40,2,56,5,65,0,11,32,21,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,13,12,1,11,32,20,32,21,32,1,65,1,118,65,1,113,106,54,2,156,1,65,0,33,13,11,32,20,32,4,32,13,106,54,2,160,1,11,32,9,32,20,54,2,0,32,5,32,28,2,127,32,10,45,0,192,1,65,1,113,4,64,65,1,33,3,32,10,45,0,193,1,34,25,12,1,11,32,10,40,2,192,1,34,3,65,8,118,33,25,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,73,13,2,32,5,40,2,160,9,33,4,11,32,3,33,0,11,32,19,65,1,106,34,19,32,4,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,27,12,1,11,35,1,65,171,10,106,33,1,2,64,2,64,2,64,32,15,14,2,0,2,1,11,35,1,65,170,10,106,33,1,12,1,11,65,0,33,1,32,5,40,2,160,9,34,0,40,2,8,32,0,40,2,4,106,32,19,77,13,0,32,0,40,2,56,32,19,65,2,116,106,40,2,0,33,1,11,32,10,32,5,40,2,132,9,40,2,0,32,17,106,40,2,0,47,1,0,54,2,36,32,10,32,1,54,2,32,32,24,65,128,8,35,1,65,184,2,106,32,10,65,32,106,16,249,1,26,32,5,40,2,96,34,0,4,64,32,5,40,2,92,65,0,32,24,32,0,17,3,0,11,65,1,33,27,32,24,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,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,32,3,33,0,11,32,5,40,2,132,9,34,2,40,2,0,32,7,65,5,116,106,34,4,40,2,0,33,8,2,127,32,2,40,2,40,34,1,4,64,32,2,32,1,65,1,107,34,1,54,2,40,32,2,40,2,36,32,1,65,2,116,106,40,2,0,12,1,11,65,164,1,35,5,40,2,0,17,0,0,11,34,1,65,0,65,148,1,252,11,0,32,1,66,0,55,2,152,1,32,1,65,1,54,2,148,1,32,1,65,0,54,2,160,1,2,64,32,8,4,64,32,1,66,0,55,2,20,32,1,32,8,54,2,16,32,1,65,1,59,1,144,1,32,1,65,0,54,2,28,32,1,32,8,41,2,4,55,2,4,32,1,32,8,40,2,12,54,2,12,32,1,32,8,40,2,152,1,54,2,152,1,32,1,32,8,40,2,160,1,54,2,160,1,32,1,32,8,40,2,156,1,34,2,54,2,156,1,12,1,11,32,1,66,0,55,2,4,65,0,33,2,32,1,65,0,54,2,12,11,32,4,32,1,54,2,0,32,4,32,2,54,2,8,32,12,32,7,65,1,106,32,7,32,16,70,27,34,7,32,40,73,13,0,11,32,5,40,2,132,9,33,2,11,2,64,32,12,32,40,79,13,0,32,12,33,1,32,2,40,2,0,32,34,106,40,2,28,13,0,3,64,2,64,32,5,40,2,132,9,34,9,40,2,0,34,0,32,34,106,34,15,40,2,28,13,0,32,0,32,12,65,5,116,106,34,17,40,2,28,13,0,32,15,40,2,0,34,13,47,1,0,34,2,32,17,40,2,0,34,4,47,1,0,71,13,0,32,13,40,2,4,32,4,40,2,4,71,13,0,32,13,40,2,152,1,32,4,40,2,152,1,71,13,0,32,17,40,0,12,33,11,2,127,35,1,65,148,12,106,34,0,32,15,40,0,12,34,7,69,13,0,26,32,0,32,7,65,1,113,13,0,26,32,0,32,7,45,0,44,65,192,0,113,69,13,0,26,32,0,32,7,65,48,106,32,7,40,2,36,27,11,34,8,40,2,24,33,7,2,64,2,127,35,1,65,148,12,106,34,0,32,11,69,13,0,26,32,0,32,11,65,1,113,13,0,26,32,0,32,11,45,0,44,65,192,0,113,69,13,0,26,32,0,32,11,65,48,106,32,11,40,2,36,27,11,34,0,40,2,24,34,11,65,25,79,4,64,32,7,32,11,71,13,2,32,8,40,2,0,33,8,32,0,40,2,0,33,0,12,1,11,32,7,32,11,71,13,1,11,32,8,32,0,32,11,16,248,1,13,0,32,4,47,1,144,1,4,127,65,0,33,13,3,64,32,9,40,2,52,33,7,32,15,40,2,0,33,2,32,10,32,4,32,13,65,4,116,106,34,0,41,2,24,55,3,24,32,10,32,0,41,2,16,55,3,16,32,2,32,10,65,16,106,32,7,16,72,32,13,65,1,106,34,13,32,17,40,2,0,34,4,47,1,144,1,73,13,0,11,32,15,40,2,0,34,13,47,1,0,5,32,2,11,65,255,255,3,113,69,4,64,32,15,32,13,40,2,156,1,54,2,8,11,32,9,32,12,16,71,11,32,1,65,1,106,34,1,32,40,71,13,0,11,32,5,40,2,132,9,33,2,11,65,12,35,5,40,2,0,17,0,0,33,0,32,10,65,16,54,2,156,2,32,10,32,0,54,2,152,2,32,0,65,0,54,2,8,32,0,66,0,55,2,0,32,10,65,200,1,106,32,2,32,16,35,2,65,6,106,32,10,65,152,2,106,65,127,16,75,32,2,40,2,0,32,34,106,34,0,33,1,32,0,40,2,4,34,2,4,64,32,2,40,2,0,34,0,4,127,32,0,35,6,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,6,40,2,0,17,2,0,11,32,1,32,10,40,2,152,2,54,2,4,2,64,32,3,65,1,113,13,0,32,10,40,2,192,1,40,2,36,69,13,0,32,5,32,10,65,192,1,106,65,0,32,55,16,76,11,32,10,32,10,41,3,192,1,55,3,8,32,5,32,16,32,10,65,8,106,16,77,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,70,35,1,65,235,11,106,32,5,40,2,140,10,16,244,1,11,65,1,33,2,11,32,16,65,1,106,34,16,32,33,73,13,0,11,11,65,0,33,13,32,30,69,13,2,32,5,40,2,96,34,1,69,4,64,32,5,40,2,140,10,69,13,3,32,24,35,1,65,194,8,106,34,0,41,0,0,55,0,0,32,24,32,0,45,0,8,58,0,8,12,2,11,32,24,35,1,65,194,8,106,34,0,41,0,0,55,0,0,32,24,32,0,45,0,8,58,0,8,32,5,40,2,92,65,0,32,24,32,1,17,3,0,32,5,40,2,140,10,13,1,12,2,11,65,0,33,1,32,5,45,0,224,10,13,4,12,5,11,32,24,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,70,35,1,65,235,11,106,32,5,40,2,140,10,16,244,1,12,3,11,65,220,0,32,5,40,2,140,10,16,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,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,29,79,13,0,32,5,40,2,132,9,16,61,12,2,11,2,64,32,5,40,2,220,10,34,1,32,5,40,2,192,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,18,75,13,1,32,5,32,1,65,1,106,34,1,54,2,220,10,32,1,32,2,71,13,0,11,11,32,13,69,13,0,11,11,2,64,32,5,45,0,225,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,4,40,2,0,17,1,0,12,1,11,65,192,0,35,5,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,4,64,32,5,65,148,9,106,33,15,32,5,65,208,10,106,33,9,32,5,65,152,10,106,33,18,3,64,32,5,32,5,40,2,172,10,65,1,106,34,0,65,0,32,0,65,227,0,77,27,34,0,54,2,172,10,2,64,32,0,13,0,32,5,40,2,176,10,34,0,4,64,32,0,40,2,0,13,4,11,2,64,32,5,41,3,144,10,80,4,64,32,18,40,2,0,69,13,1,11,32,10,65,200,1,106,16,237,1,32,10,41,3,200,1,34,57,32,5,41,3,144,10,34,56,85,13,4,32,56,32,57,85,13,0,32,10,40,2,208,1,32,18,40,2,0,74,13,4,11,32,5,40,2,204,10,34,0,69,13,0,32,9,32,0,17,0,0,13,3,11,32,10,32,5,40,2,148,9,32,5,40,2,152,9,34,2,65,3,116,106,65,8,107,41,2,0,34,56,55,3,152,2,2,64,32,56,167,34,12,47,1,64,69,13,0,32,12,65,8,107,40,2,0,33,1,32,12,32,12,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,24,32,10,32,10,41,3,152,2,55,3,0,35,0,65,48,107,34,17,36,0,32,15,40,2,4,33,8,32,17,32,10,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,3,47,1,40,33,16,2,64,32,3,40,2,0,65,1,75,13,0,32,3,40,2,36,34,2,65,2,73,13,0,32,3,32,2,65,3,116,107,34,3,41,2,0,34,56,167,34,7,65,1,113,13,0,32,7,40,2,36,34,2,65,2,73,13,0,32,7,40,2,0,65,1,75,13,0,32,7,47,1,40,32,16,71,13,0,32,7,32,2,65,3,116,107,34,2,40,2,0,34,13,65,1,113,13,0,32,13,40,2,36,65,2,73,13,0,32,2,40,2,4,33,4,32,13,40,2,0,65,1,75,13,0,32,13,47,1,40,32,16,71,13,0,32,3,32,13,173,32,4,173,66,32,134,132,55,2,0,32,7,32,7,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,65,1,33,38,32,15,40,2,0,33,11,32,15,32,15,40,2,4,34,7,65,1,106,34,3,32,15,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,11,4,64,32,11,32,3,35,4,40,2,0,17,1,0,12,1,11,32,3,35,5,40,2,0,17,0,0,11,33,11,32,15,32,2,54,2,8,32,15,32,11,54,2,0,32,15,40,2,4,34,7,65,1,106,5,32,3,11,54,2,4,32,11,32,7,65,3,116,106,32,17,41,3,40,55,2,0,32,17,32,4,54,2,44,32,17,32,13,54,2,40,32,1,65,1,70,13,0,3,64,32,13,40,2,0,65,1,75,13,1,32,13,40,2,36,34,2,65,2,73,13,1,32,13,32,2,65,3,116,107,34,3,41,2,0,34,56,167,34,7,65,1,113,13,1,32,7,40,2,36,34,2,65,2,73,13,1,32,7,40,2,0,65,1,75,13,1,32,7,47,1,40,32,16,71,13,1,32,7,32,2,65,3,116,107,34,2,40,2,0,34,13,65,1,113,13,1,32,13,40,2,36,65,2,73,13,1,32,2,40,2,4,33,4,32,13,40,2,0,65,1,75,13,1,32,13,47,1,40,32,16,71,13,1,32,3,32,13,173,32,4,173,66,32,134,132,55,2,0,32,7,32,7,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,15,40,2,0,33,11,32,15,32,15,40,2,4,34,7,65,1,106,34,3,32,15,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,11,4,64,32,11,32,3,35,4,40,2,0,17,1,0,12,1,11,32,3,35,5,40,2,0,17,0,0,11,33,11,32,15,32,2,54,2,8,32,15,32,11,54,2,0,32,15,40,2,4,34,7,65,1,106,5,32,3,11,54,2,4,32,11,32,7,65,3,116,106,32,17,41,3,40,55,2,0,32,17,32,4,54,2,44,32,17,32,13,54,2,40,32,38,65,1,106,34,38,32,1,71,13,0,11,11,32,15,40,2,4,34,13,32,8,77,13,0,3,64,32,15,32,13,65,1,107,34,2,54,2,4,32,17,32,15,40,2,0,32,2,65,3,116,106,41,2,0,34,56,55,3,40,32,17,32,56,167,34,2,32,2,40,2,36,65,3,116,107,41,2,0,34,56,55,3,32,32,17,32,56,167,65,8,107,41,2,0,34,56,55,3,16,32,17,32,56,55,3,24,32,17,65,16,106,32,24,16,128,1,32,17,32,17,41,3,32,55,3,8,32,17,65,8,106,32,24,16,128,1,32,17,32,17,41,3,40,55,3,0,32,17,32,24,16,128,1,32,15,40,2,4,34,13,32,8,75,13,0,11,11,32,17,65,48,106,36,0,32,5,32,5,40,2,172,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,172,10,2,64,32,2,13,0,32,5,40,2,176,10,34,2,4,64,32,2,40,2,0,13,6,11,2,64,32,5,41,3,144,10,80,4,64,32,18,40,2,0,69,13,1,11,32,10,65,200,1,106,16,237,1,32,10,41,3,200,1,34,57,32,5,41,3,144,10,34,56,85,13,6,32,56,32,57,85,13,0,32,10,40,2,208,1,32,18,40,2,0,74,13,6,11,32,5,40,2,204,10,34,2,69,13,0,32,9,32,2,17,0,0,13,5,11,32,0,65,3,75,13,0,11,32,5,40,2,152,9,33,2,11,32,5,32,2,65,1,107,34,0,54,2,152,9,32,12,40,2,36,34,2,4,127,65,0,33,1,3,64,2,64,32,12,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,4,65,1,106,34,3,32,5,40,2,156,9,34,0,75,4,127,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,3,116,33,3,2,127,32,2,4,64,32,2,32,3,35,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,4,65,1,106,5,32,3,11,54,2,152,9,32,2,32,4,65,3,116,106,32,56,55,2,0,32,12,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,5,32,0,11,13,0,11,11,32,5,65,0,58,0,225,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,19,32,5,41,0,180,9,34,56,32,5,40,2,140,10,34,0,69,13,5,26,32,10,32,56,55,3,200,1,32,10,65,200,1,106,65,0,32,19,65,0,32,0,16,69,65,10,32,5,40,2,140,10,16,241,1,12,4,11,65,220,0,32,5,40,2,140,10,16,241,1,32,2,45,0,0,33,1,11,32,1,192,32,5,40,2,140,10,16,241,1,32,2,65,1,106,33,2,12,0,11,0,11,32,5,65,1,58,0,225,10,65,0,33,1,12,3,11,32,5,40,2,160,9,33,19,32,5,41,0,180,9,11,33,56,32,5,40,2,68,33,3,32,5,40,2,100,33,4,65,20,35,5,40,2,0,17,0,0,34,1,32,19,54,2,8,32,1,32,56,55,2,0,32,1,32,4,65,24,35,7,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,63,12,1,11,32,5,16,63,11,32,10,65,160,2,106,36,0,32,5,66,0,55,3,200,10,32,37,65,16,106,36,0,32,31,65,48,106,36,0,32,1,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,1,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,14,0,32,0,40,2,4,32,0,45,0,8,16,2,11,204,2,1,6,127,35,0,65,16,107,34,4,36,0,32,4,65,0,54,2,12,32,4,32,0,40,2,100,54,2,12,32,0,40,2,68,33,1,32,4,40,2,12,34,2,65,24,108,34,0,16,137,2,33,3,32,0,4,64,32,3,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,3,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,3,32,1,65,1,114,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,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,3,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,9,34,0,32,3,54,2,4,32,0,32,2,54,2,0,32,4,65,16,106,36,0,11,9,0,32,0,32,1,16,28,69,11,11,0,32,0,32,1,16,28,65,2,73,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,9,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,136,1,1,3,127,35,0,65,16,107,34,2,36,0,35,9,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,181,1,1,4,127,35,0,65,32,107,34,1,36,0,2,127,32,0,40,0,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,9,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,128,2,2,6,127,1,126,35,0,65,48,107,34,1,36,0,35,9,34,2,40,2,20,33,3,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,32,3,65,1,116,33,6,32,1,41,2,8,33,7,2,127,32,0,40,0,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,148,25,2,32,127,6,126,35,0,65,48,107,34,5,36,0,32,5,35,9,34,3,40,2,24,65,1,116,54,2,12,32,5,32,3,40,2,28,65,1,116,54,2,16,32,5,32,3,40,2,32,65,1,116,54,2,20,32,5,32,3,53,2,0,32,3,53,2,4,66,33,134,132,55,2,24,32,5,32,3,53,2,8,32,3,53,2,12,66,33,134,132,55,2,32,32,5,32,3,53,2,16,32,3,53,2,20,66,33,134,132,55,2,40,35,0,65,48,107,34,12,36,0,32,0,34,23,40,2,16,4,64,3,64,2,64,32,23,40,2,12,32,4,65,24,108,106,34,0,40,2,20,34,3,32,5,40,2,16,34,2,79,4,64,32,3,65,127,70,13,1,32,0,32,5,40,2,20,32,3,32,2,107,106,34,2,54,2,20,32,0,32,0,40,2,12,34,3,32,5,40,2,44,32,3,32,5,40,2,36,107,34,1,65,0,32,1,32,3,77,27,106,32,0,40,2,8,34,3,32,5,40,2,32,34,1,75,27,173,66,32,134,32,5,40,2,40,32,3,32,1,107,34,1,65,0,32,1,32,3,77,27,106,173,132,55,2,8,32,2,32,5,40,2,20,79,13,1,32,0,66,127,55,2,8,32,0,65,127,54,2,20,12,1,11,32,3,32,5,40,2,12,34,2,77,13,0,32,0,32,2,54,2,20,32,0,32,5,41,2,24,55,2,8,11,2,64,32,0,40,2,16,34,3,32,5,40,2,16,34,2,79,4,64,32,0,32,5,40,2,20,32,3,32,2,107,106,34,2,54,2,16,32,0,32,0,40,2,4,34,3,32,5,40,2,44,32,3,32,5,40,2,36,107,34,1,65,0,32,1,32,3,77,27,106,32,0,40,2,0,34,3,32,5,40,2,32,34,1,75,27,173,66,32,134,32,5,40,2,40,32,3,32,1,107,34,1,65,0,32,1,32,3,77,27,106,173,132,55,2,0,32,2,32,5,40,2,20,79,13,1,32,0,66,127,55,2,0,32,0,65,127,54,2,16,12,1,11,32,3,32,5,40,2,12,34,2,77,13,0,32,0,32,2,54,2,16,32,0,32,5,41,2,24,55,2,0,11,32,4,65,1,106,34,4,32,23,40,2,16,73,13,0,11,11,32,12,66,0,55,3,40,32,12,66,0,55,3,32,32,12,66,0,55,3,24,32,12,32,23,41,2,0,55,3,8,32,12,65,24,106,33,24,35,0,65,48,107,34,15,36,0,65,192,2,35,5,40,2,0,17,0,0,33,9,32,5,40,2,12,33,0,32,5,41,2,24,33,36,32,5,40,2,16,33,3,32,5,41,2,32,33,35,32,5,40,2,20,33,2,32,9,32,5,41,2,40,55,2,32,32,9,32,2,54,2,28,32,9,32,35,55,2,20,32,9,32,3,54,2,16,32,9,32,36,55,2,8,32,9,32,0,54,2,4,32,9,32,12,65,8,106,54,2,0,65,1,33,0,65,8,33,25,3,64,2,126,32,9,32,0,65,1,107,34,3,65,40,108,106,34,2,40,2,0,34,19,40,0,0,34,1,65,1,113,34,10,4,64,32,19,45,0,7,34,0,173,66,32,134,33,34,32,19,45,0,6,33,6,65,1,33,26,32,19,45,0,5,34,17,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,6,32,19,45,0,5,33,17,32,1,41,2,20,33,34,32,1,40,2,16,33,0,32,1,41,2,8,11,33,33,32,0,32,6,106,33,4,2,64,32,2,40,2,4,34,11,32,4,32,10,4,127,32,17,65,240,1,113,65,4,118,5,32,1,40,2,28,11,34,17,106,34,1,75,4,64,32,3,33,0,12,1,11,32,2,41,2,32,33,35,32,2,40,2,28,33,10,32,2,40,2,24,33,18,32,2,40,2,20,33,16,32,2,41,2,8,33,38,2,64,32,2,40,2,16,34,14,32,11,71,13,0,32,10,32,11,71,13,0,32,1,32,11,71,13,0,32,3,33,0,12,1,11,32,33,66,32,136,167,33,1,32,35,66,32,136,167,33,22,32,33,167,33,2,2,127,32,6,32,14,79,4,64,32,35,167,32,2,32,16,107,34,4,65,0,32,2,32,4,79,27,106,173,32,1,32,1,32,18,107,34,4,65,0,32,1,32,4,79,27,32,22,106,32,2,32,16,75,27,173,66,32,134,132,33,33,32,10,32,14,107,32,6,106,33,6,32,0,12,1,11,32,34,167,33,13,32,34,66,32,136,167,33,7,32,6,32,11,75,4,64,32,14,32,6,107,33,4,66,0,33,34,32,10,33,6,32,35,33,33,65,0,32,0,32,4,65,0,32,4,32,14,77,27,34,4,77,13,1,26,32,7,32,7,32,18,32,18,32,1,107,34,1,65,0,32,1,32,18,77,27,32,2,32,16,73,27,107,34,1,65,0,32,1,32,7,77,27,32,13,32,16,32,2,107,34,2,65,0,32,2,32,16,77,27,34,2,75,27,173,66,32,134,32,13,32,2,107,34,2,65,0,32,2,32,13,77,27,173,132,33,34,32,0,32,4,107,12,1,11,2,64,32,4,32,11,75,13,0,32,4,32,11,70,32,11,32,14,70,113,13,0,32,0,12,1,11,65,0,33,8,32,10,32,6,107,34,0,65,0,32,0,32,10,77,27,33,20,32,22,32,22,32,1,107,34,0,65,0,32,0,32,22,77,27,32,35,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,37,32,4,32,14,75,4,64,65,0,32,1,32,13,27,32,7,106,34,0,32,0,32,18,107,34,1,65,0,32,0,32,1,79,27,32,33,32,34,124,167,34,0,32,16,75,27,173,66,32,134,32,0,32,16,107,34,1,65,0,32,0,32,1,79,27,173,132,33,37,32,4,32,14,107,33,8,11,32,37,66,32,136,167,65,0,32,21,32,37,167,34,0,27,106,173,66,32,134,32,0,32,2,106,173,132,33,34,32,8,32,20,106,11,33,8,32,15,32,19,41,0,0,34,36,55,3,16,32,36,66,32,136,167,33,0,2,64,32,36,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,5,40,2,0,17,0,0,33,13,32,0,4,64,32,13,32,2,32,2,40,2,36,65,3,116,107,32,0,252,10,0,0,11,32,13,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,13,32,1,65,3,116,106,40,0,0,34,7,65,1,113,69,4,64,32,7,32,7,40,2,0,65,1,106,54,2,0,32,7,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,15,32,4,41,2,68,55,3,40,32,15,32,4,41,2,60,55,3,32,32,15,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,5,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,15,41,3,24,55,2,52,32,2,32,15,41,3,32,55,2,60,32,2,32,15,41,3,40,55,2,68,11,32,2,65,1,54,2,0,32,15,32,15,41,3,16,55,3,8,32,24,32,15,65,8,106,16,60,65,0,33,0,11,2,64,2,64,32,2,65,1,113,4,64,2,64,32,17,65,15,75,13,0,32,6,65,254,1,75,13,0,32,33,66,255,255,255,255,239,31,86,13,0,32,33,66,240,255,255,255,15,131,66,0,82,13,0,32,8,65,254,1,75,13,0,32,34,66,255,255,255,255,239,31,86,13,0,32,34,66,255,255,255,255,15,131,66,0,82,13,0,32,33,66,32,136,167,32,33,167,65,8,116,65,128,30,113,32,0,65,128,224,3,113,114,32,6,65,16,116,114,114,32,8,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,5,40,2,0,17,0,0,11,34,1,66,0,55,2,32,32,1,32,17,54,2,28,32,1,32,34,55,2,20,32,1,32,8,54,2,16,32,1,32,33,55,2,8,32,1,32,6,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,4,116,34,4,65,128,4,113,32,2,65,1,118,65,7,113,114,32,4,65,128,8,113,114,114,59,1,44,12,2,11,32,2,32,34,55,2,20,32,2,32,8,54,2,16,32,2,32,33,55,2,8,32,2,32,6,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,32,69,4,64,32,3,33,0,12,1,11,32,38,66,32,136,167,33,27,32,38,167,33,28,32,33,167,33,29,66,0,33,33,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,0,0,34,0,65,1,113,34,6,4,64,32,4,65,15,113,33,17,32,20,45,0,4,33,30,32,20,45,0,7,34,31,32,20,45,0,6,106,12,1,11,65,0,32,0,40,2,12,32,0,40,2,20,34,8,27,33,30,32,8,32,0,40,2,8,106,33,17,32,0,40,2,24,33,31,32,0,40,2,16,32,0,40,2,4,106,11,34,8,32,1,106,33,13,32,33,66,32,136,167,33,21,32,33,167,33,7,2,64,32,11,32,6,4,127,32,4,65,240,1,113,65,4,118,5,32,0,40,2,28,11,32,13,106,75,4,64,32,3,33,0,12,1,11,2,64,2,64,32,1,32,14,77,4,64,32,2,69,13,2,32,1,32,14,71,13,2,32,8,69,13,2,32,26,32,7,32,29,75,114,13,1,12,2,11,32,26,32,7,32,29,75,114,69,13,1,11,32,6,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,18,32,22,70,4,64,32,3,33,0,12,4,11,32,7,32,16,77,13,0,32,3,33,0,12,3,11,66,0,33,34,65,0,33,4,65,0,33,8,66,0,33,33,32,1,32,11,73,4,64,32,11,32,1,107,33,8,32,28,32,7,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,7,32,28,73,27,173,66,32,134,132,33,33,11,32,1,32,14,73,4,64,32,16,32,7,107,34,0,65,0,32,0,32,16,77,27,173,32,18,32,18,32,21,107,34,0,65,0,32,0,32,18,77,27,32,7,32,16,73,27,173,66,32,134,132,33,34,32,14,32,1,107,33,4,11,2,127,32,1,32,10,79,4,64,66,0,33,37,65,0,12,1,11,32,35,66,32,136,167,34,0,32,0,32,21,107,34,6,65,0,32,0,32,6,79,27,32,35,167,34,0,32,7,75,27,173,66,32,134,32,0,32,7,107,34,6,65,0,32,0,32,6,79,27,173,132,33,37,32,10,32,1,107,11,33,6,2,127,32,11,32,13,73,4,64,32,38,33,36,32,11,12,1,11,32,38,33,36,32,11,32,11,32,13,70,32,11,32,14,70,113,13,0,26,32,35,33,36,32,8,34,4,33,6,32,33,34,34,33,37,32,10,11,33,10,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,9,4,64,32,9,32,1,35,4,40,2,0,17,1,0,33,9,12,1,11,32,1,35,5,40,2,0,17,0,0,33,9,11,32,9,32,3,65,40,108,106,34,3,32,37,55,2,32,32,3,32,6,54,2,28,32,3,32,34,55,2,20,32,3,32,4,54,2,16,32,3,32,33,55,2,8,32,3,32,8,54,2,4,32,3,32,20,54,2,0,32,0,33,3,32,36,33,35,11,32,7,32,17,106,173,32,30,32,31,106,65,0,32,21,32,17,27,106,173,66,32,134,132,33,33,32,13,33,1,32,2,65,1,106,34,2,32,32,71,13,0,11,11,32,0,13,0,11,32,9,4,64,32,9,35,6,40,2,0,17,2,0,11,32,12,32,12,41,2,8,55,2,16,32,15,65,48,106,36,0,32,23,32,12,41,3,16,55,2,0,32,12,40,2,24,34,1,4,64,2,64,32,12,40,2,28,34,4,69,13,0,65,0,33,2,65,0,33,3,32,4,65,4,79,4,64,32,4,65,124,113,33,8,65,0,33,0,3,64,32,1,32,3,65,3,116,106,34,6,40,2,0,35,6,34,10,40,2,0,17,2,0,32,6,40,2,8,32,10,40,2,0,17,2,0,32,6,40,2,16,32,10,40,2,0,17,2,0,32,6,40,2,24,32,10,40,2,0,17,2,0,32,3,65,4,106,33,3,32,0,65,4,106,34,0,32,8,71,13,0,11,11,32,4,65,3,113,34,0,69,13,0,3,64,32,1,32,3,65,3,116,106,40,2,0,35,6,40,2,0,17,2,0,32,3,65,1,106,33,3,32,2,65,1,106,34,2,32,0,71,13,0,11,11,32,1,35,6,40,2,0,17,2,0,11,32,12,40,2,36,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,32,12,65,48,106,36,0,32,5,65,48,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,7,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,9,34,0,32,1,54,2,4,32,0,32,2,54,2,0,32,3,65,16,106,36,0,11,216,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,0,0,34,2,65,1,113,4,64,32,0,45,0,4,33,12,32,0,45,0,6,33,13,32,0,45,0,5,65,15,113,12,1,11,32,2,40,2,12,33,12,32,2,40,2,4,33,13,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,5,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,12,54,2,12,32,2,32,8,54,2,8,32,2,32,13,54,2,4,32,2,32,0,54,2,0,2,127,32,1,40,0,0,34,2,65,1,113,4,64,32,1,45,0,4,33,12,32,1,45,0,6,33,13,32,1,45,0,5,65,15,113,12,1,11,32,2,40,2,12,33,12,32,2,40,2,4,33,13,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,4,40,2,0,17,1,0,12,1,11,65,224,1,35,5,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,12,54,2,12,32,8,32,2,54,2,8,32,8,32,13,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,16,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,4,40,2,0,17,1,0,12,1,11,65,224,1,35,5,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,4,40,2,0,17,1,0,12,1,11,65,224,1,35,5,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,16,107,40,2,0,33,2,32,0,65,20,107,40,2,0,33,12,32,0,65,24,107,40,2,0,33,8,2,64,32,5,45,0,68,65,1,70,4,64,32,12,173,32,2,173,66,32,134,132,33,30,12,1,11,32,12,2,127,32,0,65,28,107,40,2,0,34,0,40,0,0,34,1,65,1,113,4,64,32,0,45,0,4,33,13,32,0,45,0,6,33,3,32,0,45,0,5,65,15,113,12,1,11,32,1,40,2,12,33,13,32,1,40,2,4,33,3,32,1,40,2,8,11,34,0,106,173,65,0,32,2,32,0,27,32,13,106,173,66,32,134,132,33,30,32,3,32,8,106,33,8,11,32,5,40,2,4,32,5,40,2,8,34,15,65,28,108,106,34,0,65,16,107,40,2,0,33,12,32,0,65,20,107,40,2,0,33,13,32,0,65,24,107,40,2,0,33,4,2,127,32,0,65,28,107,40,2,0,34,1,40,0,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,13,106,173,65,0,32,12,32,0,27,32,6,106,173,66,32,134,132,33,29,2,127,2,64,32,1,32,4,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,5,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,12,65,0,33,13,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,0,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,0,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,33,0,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,32,0,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,2,127,35,1,65,148,12,106,34,1,32,5,40,2,72,34,0,69,13,0,26,32,1,32,0,65,1,113,13,0,26,32,1,32,0,45,0,44,65,192,0,113,69,13,0,26,32,1,32,0,65,48,106,32,0,40,2,36,27,11,34,0,40,2,24,33,3,2,127,35,1,65,148,12,106,34,4,32,5,40,2,32,34,1,69,13,0,26,32,4,32,1,65,1,113,13,0,26,32,4,32,1,45,0,44,65,192,0,113,69,13,0,26,32,4,32,1,65,48,106,32,1,40,2,36,27,11,34,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,0,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,0,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,248,1,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,0,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,13,32,7,40,2,12,34,15,79,13,0,32,7,40,2,8,33,14,32,13,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,17,33,1,32,5,32,8,16,17,33,0,32,1,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,0,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,0,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,0,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,0,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,0,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,18,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,0,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,18,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,127,32,14,32,4,65,28,108,106,34,9,65,28,107,40,2,0,40,0,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,1,32,9,65,56,107,40,2,0,40,2,0,47,1,66,34,16,69,13,1,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,1,11,32,1,32,6,65,127,115,65,1,113,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,127,32,16,32,0,65,28,108,106,34,6,65,28,107,40,2,0,40,0,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,1,32,6,65,56,107,40,2,0,40,2,0,47,1,66,34,11,69,13,1,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,1,11,32,3,32,4,65,127,115,65,1,113,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,12,33,1,12,1,11,2,64,32,12,69,13,0,32,8,32,10,32,12,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,12,33,1,12,1,11,32,2,32,8,77,4,64,32,12,33,1,12,1,11,2,64,32,12,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,4,40,2,0,17,1,0,33,10,12,1,11,32,0,35,5,40,2,0,17,0,0,33,10,11,32,10,32,12,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,13,32,7,40,2,12,34,0,32,0,32,13,73,27,33,8,3,64,2,64,32,8,32,13,34,0,70,4,64,32,8,33,0,12,1,11,32,0,65,1,106,33,13,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,12,32,0,33,13,32,5,40,2,8,34,15,13,1,11,11,2,127,32,19,40,0,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,0,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,13,32,22,45,0,5,65,15,113,12,1,11,65,0,32,2,40,2,12,32,2,40,2,20,34,12,27,33,13,32,2,40,2,16,32,2,40,2,4,106,33,3,32,2,40,2,24,33,0,32,12,32,2,40,2,8,106,11,173,32,0,32,13,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,4,40,2,0,17,1,0,33,10,12,1,11,32,2,35,5,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,4,40,2,0,17,1,0,33,10,12,1,11,32,2,35,5,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,6,40,2,0,17,2,0,11,32,7,40,2,48,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,32,7,40,2,28,34,0,4,64,32,0,35,6,40,2,0,17,2,0,11,32,7,40,2,4,33,0,32,7,65,64,107,36,0,32,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,9,34,0,32,1,54,2,4,32,0,32,23,54,2,0,32,24,65,16,106,36,0,11,155,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,9,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,130,1,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,218,1,1,5,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,9,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,5,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,83,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,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,6,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,217,1,2,8,127,1,126,35,0,65,208,0,107,34,1,36,0,32,1,35,9,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,112,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,189,2,1,4,127,35,0,65,48,107,34,2,36,0,32,2,32,0,54,2,28,32,2,35,9,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,4,40,2,0,17,1,0,12,1,11,32,3,35,5,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,81,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,131,1,33,2,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,32,2,11,100,1,3,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,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,132,1,34,3,65,1,70,13,0,11,32,3,65,2,70,33,2,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,32,2,11,107,2,2,127,1,126,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,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,133,1,33,3,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,32,3,66,0,82,11,140,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,9,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,133,1,33,3,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,32,3,66,0,82,11,81,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,134,1,33,2,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,32,2,11,248,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,9,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,121,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,0,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,0,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,0,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,33,2,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,2,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,132,1,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,196,9,2,24,127,1,126,35,0,65,32,107,34,4,36,0,32,4,32,0,54,2,12,32,4,35,9,34,16,41,3,0,55,2,16,32,4,32,16,41,3,8,55,2,24,32,1,33,12,32,4,40,2,20,33,0,32,4,40,2,16,33,8,3,64,32,8,32,0,65,1,107,34,6,65,28,108,106,34,9,40,2,24,33,2,32,9,40,2,0,40,0,0,33,7,2,64,2,64,32,6,69,4,64,65,1,33,1,32,7,65,1,113,69,13,1,65,0,33,5,12,2,11,2,64,2,127,32,7,65,1,113,34,3,4,64,32,7,65,2,113,4,64,65,0,33,5,65,1,33,1,12,5,11,32,7,65,3,118,65,1,113,12,1,11,65,1,33,1,32,7,47,1,44,34,5,65,1,113,13,2,32,5,65,2,118,65,1,113,11,13,0,32,9,65,28,107,40,2,0,40,2,0,47,1,66,34,1,69,13,0,65,0,33,5,32,4,40,2,12,40,2,8,34,10,40,2,84,32,10,47,1,36,32,1,108,65,1,116,106,32,9,40,2,20,65,1,116,106,47,1,0,65,0,71,33,1,32,3,69,13,1,12,2,11,65,0,33,1,65,0,33,5,32,3,13,1,11,32,7,40,2,36,69,4,64,65,0,33,5,12,1,11,32,7,40,2,56,33,5,11,2,64,2,64,32,2,32,12,75,13,0,32,1,32,2,106,32,5,106,32,12,77,13,0,3,64,32,4,40,2,16,34,11,32,4,40,2,20,34,14,65,28,108,106,34,6,65,28,107,40,2,0,40,0,0,34,0,65,1,113,34,7,13,2,32,0,40,2,36,69,13,2,32,4,40,2,12,40,2,8,33,1,32,0,47,1,66,34,5,4,127,32,1,40,2,84,32,1,47,1,36,32,5,108,65,1,116,106,5,65,0,11,33,18,32,6,65,4,107,40,2,0,33,2,2,64,2,64,32,14,65,1,107,34,5,69,13,0,32,0,47,1,44,34,9,65,1,113,13,0,32,9,65,4,113,13,1,32,11,32,5,65,28,108,106,34,5,65,28,107,40,2,0,40,2,0,47,1,66,34,9,69,13,1,32,2,32,1,40,2,84,32,1,47,1,36,32,9,108,65,1,116,106,32,5,40,2,20,65,1,116,106,47,1,0,65,0,71,106,33,2,12,1,11,32,2,65,1,106,33,2,11,32,2,32,12,75,13,2,65,0,33,1,65,0,32,0,32,0,40,2,36,34,19,65,3,116,107,34,24,32,7,27,33,25,32,6,65,24,107,40,2,0,33,3,32,6,65,20,107,40,2,0,33,0,32,6,65,16,107,40,2,0,33,8,65,0,33,9,3,64,32,2,33,10,32,9,33,6,32,8,33,7,32,0,33,5,32,3,33,20,32,1,34,21,32,19,70,13,3,2,127,32,25,32,1,65,3,116,106,34,22,40,0,0,34,3,65,1,113,34,0,4,64,32,3,65,2,113,65,1,118,34,15,33,2,32,3,65,3,118,65,1,113,12,1,11,32,3,47,1,44,34,15,65,1,113,33,2,32,15,65,2,118,65,1,113,11,4,127,32,6,5,32,18,4,64,32,18,32,6,65,1,116,106,47,1,0,32,2,114,65,0,71,34,15,33,2,11,32,6,65,1,106,11,33,9,2,64,2,127,2,64,32,0,69,4,64,32,3,40,2,36,13,1,65,0,12,2,11,32,2,32,10,106,33,2,32,5,33,0,32,22,45,0,7,34,3,33,8,32,7,33,1,12,2,11,32,3,40,2,56,11,33,0,65,0,32,7,32,3,40,2,20,34,8,27,33,1,32,2,32,10,106,32,0,106,33,2,32,5,32,8,106,33,0,32,3,40,2,24,33,8,32,3,40,2,16,33,3,11,32,1,32,8,106,33,8,32,3,32,20,106,33,3,32,19,32,21,65,1,106,34,1,75,4,64,2,127,32,24,32,1,65,3,116,106,41,2,0,34,26,167,34,13,65,1,113,4,64,32,26,66,32,136,167,65,255,1,113,33,23,32,26,66,40,136,167,65,15,113,33,17,32,26,66,48,136,167,65,255,1,113,12,1,11,32,13,40,2,12,33,23,32,13,40,2,8,33,17,32,13,40,2,4,11,33,13,65,0,32,8,32,17,27,32,23,106,33,8,32,3,32,13,106,33,3,32,0,32,17,106,33,0,11,32,2,32,12,77,13,0,11,32,4,32,14,65,1,106,34,0,32,4,40,2,24,34,1,75,4,127,65,8,32,1,65,1,116,34,1,32,0,32,0,32,1,73,27,34,0,32,0,65,8,77,27,34,1,65,28,108,33,0,2,127,32,11,4,64,32,11,32,0,35,4,40,2,0,17,1,0,12,1,11,32,0,35,5,40,2,0,17,0,0,11,33,11,32,4,32,1,54,2,24,32,4,32,11,54,2,16,32,4,40,2,20,34,14,65,1,106,5,32,0,11,54,2,20,32,11,32,14,65,28,108,106,34,0,32,10,54,2,24,32,0,32,6,54,2,20,32,0,32,21,54,2,16,32,0,32,7,54,2,12,32,0,32,5,54,2,8,32,0,32,20,54,2,4,32,0,32,22,54,2,0,32,15,32,10,32,12,70,113,69,13,0,11,12,1,11,32,0,65,2,73,13,0,32,4,32,6,54,2,20,32,6,33,0,12,1,11,11,32,16,32,4,41,2,16,55,3,0,32,16,32,4,41,2,24,55,3,8,32,4,65,32,106,36,0,11,81,1,2,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,136,1,33,2,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,32,2,11,105,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,47,33,0,32,1,65,208,0,106,36,0,32,0,11,105,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,50,33,0,32,1,65,208,0,106,36,0,32,0,11,105,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,49,33,0,32,1,65,208,0,106,36,0,32,0,11,138,1,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,33,0,32,1,65,208,0,106,36,0,32,0,11,71,1,1,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,9,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,137,1,32,1,40,2,20,33,0,32,1,65,48,106,36,0,32,0,11,137,1,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,126,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,46,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,106,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,33,0,32,1,65,208,0,106,36,0,32,0,65,1,118,11,108,1,1,127,35,0,65,208,0,107,34,1,36,0,32,1,32,0,54,2,60,32,1,35,9,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,137,1,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,45,33,0,32,1,65,208,0,106,36,0,32,0,65,1,118,11,61,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,34,0,41,3,0,55,2,16,32,1,32,0,41,3,8,55,2,24,32,1,65,12,106,16,138,1,33,0,32,1,65,32,106,36,0,32,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,9,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,0,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,73,1,1,127,35,0,65,32,107,34,1,36,0,32,1,32,0,54,2,12,32,1,35,9,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,33,0,32,1,65,32,106,36,0,32,0,11,118,1,1,127,35,0,65,48,107,34,1,36,0,32,1,32,0,54,2,28,32,1,35,9,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,137,1,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,123,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,47,33,0,32,1,65,48,106,36,0,32,0,11,171,7,1,13,127,35,0,65,48,107,34,3,36,0,32,3,35,9,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,12,3,64,32,0,33,4,32,2,40,2,36,69,13,1,65,0,33,9,32,2,47,1,66,34,0,4,64,32,12,40,2,8,34,5,40,2,84,32,5,47,1,36,32,0,108,65,1,116,106,33,9,11,32,2,40,2,36,34,13,69,13,1,2,127,32,2,32,13,65,3,116,107,34,0,40,0,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,7,69,33,8,65,0,33,6,2,64,32,7,13,0,32,9,69,13,0,32,9,47,1,0,65,0,71,33,6,65,1,33,8,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,5,65,1,113,13,1,32,5,40,2,36,69,13,1,32,1,32,5,40,2,48,34,6,79,13,1,12,2,11,65,1,33,6,32,1,69,13,2,11,65,1,33,14,32,13,65,1,70,13,3,3,64,65,0,33,7,2,127,32,0,32,14,65,3,116,106,34,5,40,0,0,34,2,65,1,113,34,11,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,9,4,127,32,9,32,8,65,1,116,106,47,1,0,65,0,71,5,65,0,11,33,7,32,8,65,1,106,33,8,11,2,127,32,11,4,127,32,2,65,1,118,65,1,113,5,32,2,47,1,44,65,1,113,11,32,7,114,4,64,32,1,32,6,70,13,4,32,6,65,1,106,12,1,11,65,0,33,2,2,64,32,5,40,2,0,34,11,65,1,113,13,0,32,11,40,2,36,69,13,0,32,1,32,6,107,34,7,32,11,40,2,48,34,2,79,13,0,32,5,33,0,32,7,33,1,12,3,11,32,2,32,6,106,11,33,6,32,14,65,1,106,34,14,32,13,71,13,0,11,12,3,11,2,127,65,0,32,12,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,7,69,13,0,26,32,8,65,1,107,33,6,32,5,40,2,68,32,4,47,1,0,65,2,116,106,34,2,32,7,65,2,116,106,33,4,3,64,2,64,32,2,45,0,3,13,0,32,6,32,2,45,0,2,71,13,0,32,5,40,2,60,32,2,47,1,0,65,2,116,106,40,2,0,12,2,11,32,2,65,4,106,34,2,32,4,71,13,0,11,65,0,11,34,4,32,10,32,4,27,33,10,32,0,40,2,0,34,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,12,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,8,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,10,32,0,27,12,4,11,32,2,65,4,106,34,2,32,1,71,13,0,11,11,32,10,12,1,11,65,0,11,33,0,32,3,65,48,106,36,0,32,0,11,177,8,1,13,127,35,0,65,48,107,34,6,36,0,32,6,35,9,34,7,40,2,0,54,2,40,32,6,32,7,40,2,12,65,1,116,54,2,32,32,6,32,0,54,2,44,32,6,32,6,41,2,40,55,3,16,32,6,32,7,40,2,16,54,2,36,32,6,32,6,41,2,32,55,3,8,32,6,32,7,40,2,8,54,2,28,32,6,32,7,40,2,4,65,1,116,54,2,24,32,6,32,6,41,2,24,55,3,0,2,127,2,64,32,6,40,2,16,34,0,40,2,0,34,2,65,1,113,13,0,32,6,40,2,20,33,11,3,64,32,0,33,7,32,2,40,2,36,69,13,1,65,0,33,10,32,2,47,1,66,34,0,4,64,32,11,40,2,8,34,4,40,2,84,32,4,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,0,0,34,3,65,1,113,34,4,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,2,69,33,8,65,0,33,5,2,64,32,2,13,0,32,10,69,13,0,32,10,47,1,0,33,5,65,1,33,8,11,2,64,2,64,2,64,2,64,2,64,2,64,32,5,65,254,255,3,107,14,2,1,2,0,11,32,5,69,4,64,32,4,69,4,64,32,3,47,1,44,34,4,65,1,113,69,13,2,32,4,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,11,40,2,8,40,2,72,32,5,65,3,108,106,45,0,1,65,1,113,13,1,11,65,0,33,9,32,0,40,2,0,34,4,65,1,113,13,1,32,4,40,2,36,69,13,1,32,1,32,4,40,2,52,34,9,73,13,2,12,1,11,65,1,33,9,32,1,69,13,2,11,65,1,33,2,32,14,65,1,70,13,3,3,64,65,0,33,5,2,127,32,0,32,2,65,3,116,106,34,4,40,0,0,34,3,65,1,113,34,13,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,10,4,127,32,10,32,8,65,1,116,106,47,1,0,5,65,0,11,33,5,32,8,65,1,106,33,8,11,2,127,2,64,2,64,2,64,32,5,65,254,255,3,107,14,2,2,1,0,11,2,64,32,5,69,4,64,32,13,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,11,40,2,8,40,2,72,32,5,65,3,108,106,45,0,1,65,1,113,69,13,2,12,1,11,32,3,47,1,44,34,5,65,1,113,69,13,1,32,5,65,1,118,65,1,113,69,13,1,11,32,1,32,9,70,13,4,32,9,65,1,106,12,1,11,65,0,33,5,2,64,32,4,40,2,0,34,13,65,1,113,13,0,32,13,40,2,36,69,13,0,32,1,32,9,107,34,3,32,13,40,2,52,34,5,79,13,0,32,4,33,0,32,3,33,1,12,3,11,32,5,32,9,106,11,33,9,32,2,65,1,106,34,2,32,14,71,13,0,11,12,3,11,2,127,65,0,32,11,40,2,8,34,4,40,2,32,69,13,0,26,65,0,32,4,40,2,64,32,7,40,2,0,47,1,66,65,2,116,106,34,7,47,1,2,34,3,69,13,0,26,32,8,65,1,107,33,5,32,4,40,2,68,32,7,47,1,0,65,2,116,106,34,2,32,3,65,2,116,106,33,7,3,64,2,64,32,2,45,0,3,13,0,32,5,32,2,45,0,2,71,13,0,32,4,40,2,60,32,2,47,1,0,65,2,116,106,40,2,0,12,2,11,32,2,65,4,106,34,2,32,7,71,13,0,11,65,0,11,34,7,32,12,32,7,27,33,12,32,0,40,2,0,34,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,11,40,2,8,34,0,40,2,32,69,13,0,32,0,40,2,64,32,7,40,2,0,47,1,66,65,2,116,106,34,1,47,1,2,34,7,69,13,0,32,8,65,1,107,33,4,32,0,40,2,68,32,1,47,1,0,65,2,116,106,34,2,32,7,65,2,116,106,33,1,3,64,2,64,32,2,45,0,3,13,0,32,4,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,33,0,32,6,65,48,106,36,0,32,0,11,147,4,1,9,127,35,0,65,128,1,107,34,2,36,0,32,2,35,9,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,130,1,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,112,32,0,16,131,1,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,138,1,32,1,70,13,1,32,3,16,134,1,13,0,11,32,4,33,3,12,2,11,32,2,65,60,106,32,2,65,212,0,106,34,3,16,137,1,32,3,16,134,1,33,7,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,4,40,2,0,17,1,0,33,5,12,1,11,32,6,35,5,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,32,7,13,0,11,11,32,2,40,2,88,34,0,4,64,32,0,35,6,40,2,0,17,2,0,32,2,65,0,54,2,96,32,2,66,0,55,2,88,11,35,9,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,250,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,9,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,57,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,9,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,57,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,160,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,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,9,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,154,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,240,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,9,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,52,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,9,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,52,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,197,1,1,3,127,35,0,65,208,0,107,34,2,36,0,32,2,35,9,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,53,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,238,1,1,3,127,35,0,65,208,0,107,34,1,36,0,32,1,35,9,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,54,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,9,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,55,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,9,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,54,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,9,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,55,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,157,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,224,4,2,6,127,2,126,35,0,65,208,0,107,34,1,36,0,32,1,35,9,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,0,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,51,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,51,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,159,2,1,3,127,35,0,65,128,1,107,34,1,36,0,32,1,35,9,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,51,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,134,2,1,4,127,35,0,65,208,0,107,34,1,36,0,32,1,35,9,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,58,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,9,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,58,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,215,2,1,6,127,35,0,65,240,0,107,34,1,36,0,32,1,35,9,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,59,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,9,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,59,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,158,1,1,2,127,35,0,65,64,106,34,1,36,0,32,1,35,9,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,150,1,1,2,127,35,0,65,64,106,34,1,36,0,32,1,35,9,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,46,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,127,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,32,1,65,48,106,36,0,32,0,65,1,118,11,126,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,45,33,0,32,1,65,48,106,36,0,32,0,65,1,118,11,172,2,2,7,127,1,126,35,0,65,48,107,34,1,36,0,32,1,35,9,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,48,65,1,106,34,7,35,5,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,48,26,32,0,65,32,106,36,0,32,1,65,48,106,36,0,32,3,11,210,3,1,8,127,35,0,65,128,1,107,34,1,36,0,32,1,35,9,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,141,2,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,176,213,0,106,34,2,32,1,65,8,106,16,112,32,2,16,131,1,26,32,1,65,208,0,106,32,2,16,137,1,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,176,213,0,106,34,3,16,134,1,26,32,1,65,56,106,32,3,16,137,1,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,9,34,2,32,0,54,2,4,32,2,32,4,54,2,0,32,1,65,128,1,106,36,0,11,164,3,1,8,127,35,0,65,128,1,107,34,1,36,0,32,1,35,9,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,141,2,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,176,213,0,106,34,0,32,1,65,32,106,16,112,32,0,16,131,1,26,32,2,33,0,3,64,32,1,65,208,0,106,35,1,65,176,213,0,106,16,137,1,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,49,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,176,213,0,106,16,134,1,13,0,11,11,35,9,34,0,32,2,54,2,4,32,0,32,3,54,2,0,32,1,65,128,1,106,36,0,11,253,6,1,8,127,35,0,65,160,1,107,34,7,36,0,32,7,35,9,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,176,213,0,106,34,0,32,7,65,200,0,106,16,112,32,7,65,240,0,106,32,0,16,137,1,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,9,32,4,65,1,116,33,12,65,0,33,8,65,0,33,4,3,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,46,2,64,2,64,32,3,32,7,40,2,104,34,0,77,4,64,32,0,32,3,71,13,1,32,7,40,2,108,32,12,75,13,1,11,65,0,33,6,35,1,65,176,213,0,106,16,134,1,4,64,65,0,33,5,12,2,11,35,1,65,176,213,0,106,16,136,1,34,6,65,1,115,33,5,12,1,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,65,1,33,5,65,0,33,6,32,9,32,7,40,2,96,34,0,73,13,0,32,0,32,9,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,32,7,16,47,33,0,2,64,32,2,69,4,64,32,4,33,0,12,1,11,2,64,3,64,32,1,32,6,65,2,116,106,40,2,0,34,5,32,0,70,13,1,32,0,32,5,73,4,64,32,4,33,0,12,3,11,32,6,65,1,106,34,6,32,2,71,13,0,11,32,4,33,0,12,1,11,2,64,32,4,65,5,106,34,0,32,10,77,13,0,65,8,32,10,65,1,116,34,5,32,0,32,0,32,5,73,27,34,5,32,5,65,8,77,27,34,10,65,2,116,33,5,32,8,4,64,32,8,32,5,35,4,40,2,0,17,1,0,33,8,12,1,11,32,5,35,5,40,2,0,17,0,0,33,8,11,32,8,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,7,40,2,112,33,5,32,7,40,2,120,33,6,32,7,40,2,128,1,33,13,32,7,40,2,116,33,14,32,8,32,0,65,2,116,106,34,4,65,4,107,32,7,40,2,124,54,2,0,32,4,65,12,107,32,14,54,2,0,32,4,65,20,107,32,13,54,2,0,32,4,65,8,107,32,6,65,1,118,54,2,0,32,4,65,16,107,32,5,65,1,118,54,2,0,11,65,0,33,6,2,64,35,1,65,176,213,0,106,34,4,16,131,1,13,0,32,4,16,134,1,13,0,32,4,16,136,1,34,6,65,1,115,33,5,32,0,33,4,12,1,11,32,0,33,4,65,0,33,5,11,2,64,32,5,13,0,32,7,65,240,0,106,35,1,65,176,213,0,106,34,0,16,137,1,32,6,69,13,1,32,0,16,134,1,34,6,69,4,64,32,0,16,136,1,69,13,1,11,3,64,32,7,65,240,0,106,35,1,65,176,213,0,106,34,0,16,137,1,32,6,65,1,113,13,2,32,0,16,134,1,34,6,13,0,32,0,16,136,1,13,0,11,11,11,35,9,34,0,32,8,54,2,4,32,0,32,4,65,5,110,54,2,0,32,7,65,160,1,106,36,0,11,123,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,49,33,0,32,1,65,48,106,36,0,32,0,11,159,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,32,1,65,48,106,36,0,32,0,11,174,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,32,1,65,48,106,36,0,32,0,11,226,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,32,1,65,48,106,36,0,32,0,11,159,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,32,1,65,48,106,36,0,32,0,11,159,1,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,33,0,32,1,65,48,106,36,0,32,0,11,123,1,2,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,50,33,0,32,1,65,48,106,36,0,32,0,11,221,1,1,3,127,35,0,65,48,107,34,1,36,0,32,1,35,9,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,25,11,33,0,32,1,65,48,106,36,0,32,0,11,192,6,1,3,127,35,0,65,240,0,107,34,11,36,0,35,1,65,196,213,0,106,34,13,40,2,0,34,12,69,4,64,32,13,16,110,34,12,54,2,0,11,32,12,32,8,65,127,32,8,27,54,2,72,32,11,35,9,34,12,40,2,0,54,2,104,32,11,32,12,40,2,12,65,1,116,54,2,96,32,11,32,12,40,2,8,54,2,92,32,11,32,1,54,2,108,32,11,32,12,40,2,16,54,2,100,32,11,32,12,40,2,4,65,1,116,54,2,88,32,11,32,3,65,1,116,54,2,84,32,11,32,2,54,2,80,32,11,32,5,65,1,116,54,2,76,32,11,32,4,54,2,72,35,1,34,2,65,196,213,0,106,34,3,40,2,0,33,1,32,11,32,11,41,2,80,55,3,40,32,11,32,11,41,2,72,55,3,32,32,1,32,11,65,40,106,32,11,65,32,106,16,113,32,3,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,92,32,1,32,6,54,2,88,11,32,3,40,2,0,32,8,54,2,72,32,3,40,2,0,32,9,54,2,84,32,3,40,2,0,32,10,173,55,3,136,1,32,11,32,11,41,2,96,55,3,16,32,11,32,11,41,2,104,55,3,24,32,11,32,2,65,216,211,0,106,41,3,0,55,3,64,32,11,32,11,41,2,88,55,3,8,32,3,40,2,0,33,2,35,0,65,32,107,34,1,36,0,32,1,32,11,41,2,24,55,3,24,32,1,32,11,41,2,16,55,3,16,32,1,32,11,41,2,8,55,3,8,32,2,32,0,32,1,65,8,106,16,111,32,11,65,64,107,34,0,4,64,32,2,32,0,54,2,144,1,32,0,40,2,0,33,0,32,2,65,0,54,2,152,1,32,2,32,0,54,2,148,1,11,32,1,65,32,106,36,0,65,0,33,2,65,0,33,1,32,3,40,2,0,32,11,65,52,106,16,114,4,64,65,0,33,10,65,0,33,0,65,0,33,12,3,64,2,64,32,12,65,2,106,34,6,32,11,47,1,58,65,6,108,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,3,32,2,4,64,32,2,32,3,35,4,40,2,0,17,1,0,33,2,12,1,11,32,3,35,5,40,2,0,17,0,0,33,2,11,65,0,33,9,32,11,47,1,58,65,24,108,65,8,106,34,3,4,64,32,2,32,12,65,2,116,106,65,0,32,3,252,11,0,11,32,11,47,1,56,33,3,32,2,32,10,65,2,116,106,34,4,32,11,47,1,58,34,5,54,2,4,32,4,32,3,54,2,0,32,10,65,2,106,33,10,32,5,4,64,3,64,32,2,32,10,65,2,116,106,34,3,32,11,40,2,60,32,9,65,28,108,106,34,4,40,2,24,54,2,0,32,4,40,0,0,33,7,32,4,40,0,8,33,8,32,4,40,0,16,33,12,32,4,40,0,4,33,13,32,3,32,4,40,0,12,54,2,20,32,3,32,13,54,2,12,32,3,32,12,54,2,4,32,3,32,8,65,1,118,54,2,16,32,3,32,7,65,1,118,54,2,8,32,10,65,6,106,33,10,32,9,65,1,106,34,9,32,5,71,13,0,11,11,32,1,65,1,106,33,1,32,5,65,6,108,32,6,106,33,12,35,1,65,196,213,0,106,40,2,0,32,11,65,52,106,16,114,13,0,11,11,35,9,34,0,35,1,65,196,213,0,106,40,2,0,45,0,163,1,54,2,8,32,0,32,2,54,2,4,32,0,32,1,54,2,0,32,11,65,240,0,106,36,0,11,9,0,32,0,40,2,4,16,3,11,224,5,1,3,127,35,0,65,224,0,107,34,11,36,0,35,1,65,196,213,0,106,34,13,40,2,0,34,12,69,4,64,32,13,16,110,34,12,54,2,0,11,32,12,32,8,54,2,72,32,11,35,9,34,12,40,2,0,54,2,88,32,11,32,12,40,2,12,65,1,116,54,2,80,32,11,32,12,40,2,8,54,2,76,32,11,32,1,54,2,92,32,11,32,12,40,2,16,54,2,84,32,11,32,12,40,2,4,65,1,116,54,2,72,32,11,32,3,65,1,116,54,2,68,32,11,32,2,54,2,64,32,11,32,5,65,1,116,54,2,60,32,11,32,4,54,2,56,35,1,65,196,213,0,106,34,3,40,2,0,33,1,32,11,32,11,41,2,64,55,3,32,32,11,32,11,41,2,56,55,3,24,32,1,32,11,65,32,106,32,11,65,24,106,16,113,32,3,40,2,0,33,1,32,7,65,127,32,7,27,34,2,32,6,79,4,64,32,1,32,2,54,2,92,32,1,32,6,54,2,88,11,32,3,40,2,0,32,8,54,2,72,32,3,40,2,0,32,9,54,2,84,32,3,40,2,0,32,10,173,55,3,136,1,32,11,32,11,41,2,80,55,3,8,32,11,32,11,41,2,88,55,3,16,32,11,32,11,41,2,72,55,3,0,32,3,40,2,0,32,0,32,11,16,111,65,0,33,2,65,0,33,1,32,3,40,2,0,32,11,65,44,106,32,11,65,40,106,16,122,4,64,65,0,33,10,65,0,33,0,65,0,33,12,3,64,2,64,32,12,65,3,106,34,6,32,11,47,1,50,65,6,108,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,3,32,2,4,64,32,2,32,3,35,4,40,2,0,17,1,0,33,2,12,1,11,32,3,35,5,40,2,0,17,0,0,33,2,11,65,0,33,9,32,11,47,1,50,65,24,108,65,12,106,34,3,4,64,32,2,32,12,65,2,116,106,65,0,32,3,252,11,0,11,32,11,47,1,48,33,4,32,2,32,10,65,2,116,106,34,3,32,11,47,1,50,34,5,54,2,4,32,3,32,4,54,2,0,32,3,32,11,40,2,40,54,2,8,32,10,65,3,106,33,10,32,5,4,64,3,64,32,2,32,10,65,2,116,106,34,3,32,11,40,2,52,32,9,65,28,108,106,34,4,40,2,24,54,2,0,32,4,40,0,0,33,7,32,4,40,0,8,33,8,32,4,40,0,16,33,12,32,4,40,0,4,33,13,32,3,32,4,40,0,12,54,2,20,32,3,32,13,54,2,12,32,3,32,12,54,2,4,32,3,32,8,65,1,118,54,2,16,32,3,32,7,65,1,118,54,2,8,32,10,65,6,106,33,10,32,9,65,1,106,34,9,32,5,71,13,0,11,11,32,1,65,1,106,33,1,32,5,65,6,108,32,6,106,33,12,35,1,65,196,213,0,106,40,2,0,32,11,65,44,106,32,11,65,40,106,16,122,13,0,11,11,35,9,34,0,35,1,65,196,213,0,106,40,2,0,45,0,163,1,54,2,8,32,0,32,2,54,2,4,32,0,32,1,54,2,0,32,11,65,224,0,106,36,0,11,31,0,32,0,40,2,60,16,4,34,0,4,127,35,1,65,200,213,0,106,32,0,54,2,0,65,127,5,65,0,11,11,82,1,1,127,32,0,40,2,60,33,3,35,0,65,16,107,34,0,36,0,32,3,32,1,32,2,65,255,1,113,32,0,65,8,106,16,8,34,2,4,127,35,1,65,200,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,254,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,5,34,4,4,127,35,1,65,200,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,5,34,6,4,127,35,1,65,200,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,33,0,32,3,65,32,106,36,0,32,0,11,5,0,16,6,0,11,131,1,2,2,127,2,126,35,0,65,32,107,34,1,36,0,65,1,66,1,32,1,65,24,106,16,7,34,2,4,127,35,1,65,200,213,0,106,32,2,54,2,0,65,127,5,65,0,11,4,127,65,127,5,32,1,41,3,24,33,3,32,1,65,0,54,2,20,32,1,32,3,66,128,148,235,220,3,128,34,4,55,3,8,32,1,32,3,32,4,66,128,148,235,220,3,126,125,62,2,16,32,0,32,1,41,3,16,55,3,8,32,0,32,1,41,3,8,55,3,0,65,0,11,26,32,1,65,32,106,36,0,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,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,129,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,239,1,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,210,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,132,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,240,1,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,240,1,11,32,2,40,2,0,26,32,2,65,0,54,2,0,11,137,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,3,65,4,107,34,4,32,0,73,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,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,196,1,1,3,127,2,64,32,2,40,2,16,34,3,4,127,32,3,5,32,2,16,239,1,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,242,1,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,21,0,32,1,40,2,76,65,0,72,26,32,0,65,2,32,1,16,243,1,26,11,30,1,1,127,65,1,33,1,32,0,65,48,107,65,10,79,4,127,32,0,16,246,1,65,0,71,5,65,1,11,11,66,1,1,127,32,0,65,255,255,7,77,4,64,35,1,65,224,12,106,34,1,32,0,65,3,118,65,31,113,32,1,32,0,65,8,118,106,45,0,0,65,5,116,114,106,45,0,0,32,0,65,7,113,118,65,1,113,15,11,32,0,65,254,255,11,73,11,104,1,3,127,32,0,69,4,64,65,0,15,11,2,127,35,1,65,160,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,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,42,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,134,2,33,0,32,4,65,16,106,36,0,32,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,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,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,127,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,253,1,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,183,19,2,18,127,2,126,35,0,65,64,106,34,8,36,0,32,8,32,1,54,2,60,32,8,65,39,106,33,23,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,33,9,32,11,65,2,106,34,1,33,11,32,9,65,37,70,13,0,11,11,32,7,32,13,107,34,7,32,14,65,255,255,255,255,7,115,34,24,74,13,10,32,0,4,64,32,0,32,13,32,7,16,255,1,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,128,2,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,128,2,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,32,7,35,1,32,21,65,58,108,106,106,65,191,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,129,2,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,25,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,25,34,26,66,0,82,4,64,3,64,32,1,65,1,107,34,1,35,1,65,208,47,106,32,26,167,65,15,113,106,45,0,0,32,13,114,58,0,0,32,26,66,15,86,33,11,32,26,66,4,136,33,26,32,11,13,0,11,11,32,1,33,13,32,25,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,25,34,26,66,0,82,4,64,3,64,32,1,65,1,107,34,1,32,26,167,65,7,113,65,48,114,58,0,0,32,26,66,7,86,33,7,32,26,66,3,136,33,26,32,7,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,18,32,13,107,34,1,65,1,106,32,1,32,10,72,27,33,10,35,1,33,17,12,2,11,32,8,41,3,48,34,25,66,0,83,4,64,32,8,66,0,32,25,125,34,25,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,25,32,18,16,130,2,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,25,66,0,82,13,0,32,10,13,0,32,18,33,13,65,0,33,10,12,15,11,32,10,32,25,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,252,1,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,25,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,131,2,12,2,11,32,8,65,0,54,2,12,32,8,32,25,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,136,2,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,131,2,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,136,2,34,13,32,9,106,34,9,32,7,75,13,1,32,0,32,10,32,13,16,255,1,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,131,2,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,15,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,129,2,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,23,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,24,74,13,4,32,0,65,32,32,7,32,1,32,12,16,131,2,32,0,32,17,32,16,16,255,1,32,0,65,48,32,7,32,1,32,12,65,128,128,4,115,16,131,2,32,0,65,48,32,10,32,11,65,0,16,131,2,32,0,32,13,32,11,16,255,1,32,0,65,32,32,7,32,1,32,12,65,128,192,0,115,16,131,2,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,200,213,0,106,32,9,54,2,0,11,65,127,33,14,11,32,8,65,64,107,36,0,32,14,11,24,0,32,0,45,0,0,65,32,113,69,4,64,32,1,32,2,32,0,16,243,1,26,11,11,115,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,33,1,32,4,33,2,32,5,33,3,32,1,65,48,107,34,1,65,10,73,13,0,11,32,2,11,196,2,0,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,9,107,14,18,0,10,11,12,10,11,2,3,4,5,12,11,12,12,10,11,7,8,9,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,0,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,0,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,136,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,33,4,32,2,33,0,32,4,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,33,5,32,4,33,3,32,5,13,0,11,11,32,1,11,110,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,238,1,26,32,1,69,4,64,3,64,32,0,32,5,65,128,2,16,255,1,32,3,65,128,2,107,34,3,65,255,1,75,13,0,11,11,32,0,32,5,32,3,16,255,1,11,32,5,65,128,2,106,36,0,11,133,24,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,131,2,32,0,32,20,32,16,16,255,1,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,255,1,32,0,65,32,32,2,32,7,32,4,65,128,192,0,115,16,131,2,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,253,1,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,25,66,255,255,255,255,15,131,32,6,53,2,0,32,27,134,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,130,2,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,131,2,32,0,32,20,32,16,16,255,1,32,0,65,48,32,2,32,9,32,4,65,128,128,4,115,16,131,2,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,130,2,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,255,1,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,255,1,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,130,2,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,255,1,32,10,65,9,107,33,6,32,8,65,4,106,34,8,32,12,79,13,3,32,10,65,9,74,33,3,32,6,33,10,32,3,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,130,2,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,255,1,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,255,1,11,32,0,32,6,32,12,32,6,107,34,5,32,10,32,5,32,10,72,27,16,255,1,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,131,2,32,0,32,18,32,17,32,18,107,16,255,1,12,2,11,32,10,33,6,11,32,0,65,48,32,6,65,9,106,65,9,65,0,16,131,2,11,32,0,65,32,32,2,32,9,32,4,65,128,192,0,115,16,131,2,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,130,2,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,208,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,131,2,32,0,32,9,32,10,16,255,1,32,0,65,48,32,2,32,6,32,4,65,128,128,4,115,16,131,2,32,0,32,5,32,7,16,255,1,32,0,65,48,32,3,32,7,107,65,0,65,0,16,131,2,32,0,32,14,32,8,16,255,1,32,0,65,32,32,2,32,6,32,4,65,128,192,0,115,16,131,2,32,2,32,6,32,2,32,6,74,27,33,13,11,32,11,65,176,4,106,36,0,32,13,11,158,5,2,6,126,3,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,7,35,0,65,32,107,34,1,36,0,32,7,66,255,255,255,255,255,255,63,131,33,5,2,126,32,7,66,48,136,66,255,255,1,131,34,4,167,34,9,65,129,248,0,107,65,253,15,77,4,64,32,5,66,4,134,32,3,66,60,136,132,33,2,32,9,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,0,27,33,2,32,0,173,32,4,124,12,1,11,2,64,32,3,32,5,132,80,13,0,32,4,66,255,255,1,82,13,0,32,5,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,9,65,254,135,1,75,4,64,66,255,15,12,1,11,65,128,248,0,65,129,248,0,32,4,80,34,8,27,34,10,32,9,107,34,0,65,240,0,74,4,64,66,0,12,1,11,32,3,33,2,32,5,32,5,66,128,128,128,128,128,128,192,0,132,32,8,27,34,4,33,6,2,64,65,128,1,32,0,107,34,8,65,192,0,113,4,64,32,2,32,8,65,64,106,173,134,33,6,66,0,33,2,12,1,11,32,8,69,13,0,32,6,32,8,173,34,5,134,32,2,65,192,0,32,8,107,173,136,132,33,6,32,2,32,5,134,33,2,11,32,1,32,2,55,3,16,32,1,32,6,55,3,24,2,64,32,0,65,192,0,113,4,64,32,4,32,0,65,64,106,173,136,33,3,66,0,33,4,12,1,11,32,0,69,13,0,32,4,65,192,0,32,0,107,173,134,32,3,32,0,173,34,2,136,132,33,3,32,4,32,2,136,33,4,11,32,1,32,3,55,3,0,32,1,32,4,55,3,8,32,1,41,3,8,66,4,134,32,1,41,3,0,34,3,66,60,136,132,33,2,2,64,32,9,32,10,71,32,1,41,3,16,32,1,41,3,24,132,66,0,82,113,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,0,27,33,2,32,0,173,11,33,3,32,1,65,32,106,36,0,32,7,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,203,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,254,1,65,0,72,4,64,65,127,33,0,12,1,11,32,4,40,2,76,65,0,72,33,3,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,239,1,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,254,1,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,32,3,13,0,11,32,5,65,208,1,106,36,0,32,4,65,160,1,106,36,0,32,0,11,170,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,242,1,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,242,1,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,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,132,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,200,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,138,42,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,148,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,1,65,127,115,65,1,113,32,0,106,34,1,65,3,116,32,2,106,34,0,34,3,65,40,106,34,6,32,0,40,2,48,34,0,40,2,8,34,5,70,4,64,32,2,32,4,65,126,32,1,119,113,54,2,0,12,1,11,32,5,32,6,54,2,12,32,3,32,5,54,2,48,11,32,0,65,8,106,33,5,32,0,32,1,65,3,116,34,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,148,215,0,106,34,2,40,2,8,34,8,77,13,1,32,1,4,64,2,64,65,2,32,0,116,34,5,65,0,32,5,107,114,32,1,32,0,116,113,104,34,1,65,3,116,32,2,106,34,0,34,3,65,40,106,34,6,32,0,40,2,48,34,0,40,2,8,34,5,70,4,64,32,2,32,4,65,126,32,1,119,113,34,4,54,2,0,12,1,11,32,5,32,6,54,2,12,32,3,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,65,3,116,34,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,148,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,148,215,0,106,34,0,32,6,54,2,20,32,0,32,3,54,2,8,12,11,11,35,1,65,148,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,148,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,148,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,148,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,148,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,148,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,148,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,148,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,236,218,0,106,34,0,40,2,0,4,64,32,0,40,2,8,12,1,11,35,1,34,1,65,236,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,148,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,148,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,148,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,142,2,34,2,65,127,70,13,3,32,1,33,3,35,1,65,236,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,148,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,142,2,34,0,32,2,71,13,1,12,5,11,32,6,32,2,107,32,8,113,34,3,16,142,2,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,236,218,0,106,40,2,8,34,2,32,4,32,3,107,106,65,0,32,2,107,113,34,2,16,142,2,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,148,215,0,106,34,0,32,0,40,2,188,3,65,4,114,54,2,188,3,11,32,1,16,142,2,33,2,65,0,16,142,2,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,148,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,148,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,148,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,148,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,236,218,0,106,40,2,0,54,2,36,3,64,35,1,65,148,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,148,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,236,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,148,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,236,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,148,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,212,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,212,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,148,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,236,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,33,2,32,0,65,4,106,33,0,32,2,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,148,215,0,106,34,3,32,2,65,120,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,148,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,148,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,200,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,148,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,148,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,148,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,148,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,148,215,0,106,34,1,32,6,65,120,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,148,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,148,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,148,215,0,106,34,5,32,0,65,120,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,196,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,148,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,148,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,148,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,148,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,170,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,148,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,148,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,148,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,148,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,148,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,148,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,148,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,148,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,148,215,0,106,32,0,54,2,8,15,11,32,0,65,255,1,77,4,64,35,1,65,148,215,0,106,34,2,34,4,32,0,65,120,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,148,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,148,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,176,8,1,11,127,32,0,69,4,64,32,1,16,137,2,15,11,32,1,65,64,79,4,64,35,1,65,200,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,236,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,140,2,12,1,11,32,6,40,2,4,33,7,35,1,65,148,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,148,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,148,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,148,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,148,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,140,2,11,32,4,33,2,11,32,2,11,34,2,4,64,32,2,65,8,106,15,11,32,1,16,137,2,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,242,1,26,32,0,16,138,2,32,4,11,205,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,148,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,148,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,148,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,148,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,148,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,148,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,148,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,148,215,0,106,32,1,54,2,8,15,11,32,1,65,255,1,77,4,64,35,1,65,148,215,0,106,34,4,34,2,32,1,65,120,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,148,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,92,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,137,2,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,238,1,26,11,32,0,11,108,1,2,127,32,0,65,7,106,65,120,113,33,1,35,1,65,244,212,0,106,34,2,40,2,0,34,0,69,4,64,32,2,35,3,34,0,54,2,0,11,2,64,32,1,65,0,32,0,32,1,106,34,1,32,0,77,27,69,4,64,32,1,63,0,65,16,116,77,13,1,32,1,16,9,13,1,11,35,1,65,200,213,0,106,65,48,54,2,0,65,127,15,11,35,1,65,244,212,0,106,32,1,54,2,0,32,0,11,25,0,35,10,40,2,0,69,4,64,35,11,32,1,54,2,0,35,10,32,0,54,2,0,11,11,9,0,32,0,65,0,16,145,2,11,175,2,1,7,127,2,64,32,0,65,255,255,7,75,13,0,35,1,34,2,65,240,47,106,32,2,65,224,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,2,65,192,58,106,34,4,32,3,32,4,32,0,65,8,118,34,3,106,45,0,0,65,214,0,108,106,106,45,0,0,108,65,11,118,65,6,112,32,2,65,176,207,0,106,32,3,106,45,0,0,106,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,176,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,240,47,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,9,0,32,0,65,1,16,145,2,11,10,0,32,0,65,48,107,65,10,73,11,6,0,32,0,36,0,11,16,0,35,0,32,0,107,65,112,113,34,0,36,0,32,0,11,4,0,35,0,11,12,0,32,0,65,1,16,145,2,32,0,71,11,13,0,32,0,65,32,70,32,0,65,9,70,114,11,74,1,2,127,32,0,16,250,1,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,12,0,32,0,65,0,16,145,2,32,0,71,11,233,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,242,1,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,131,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,238,1,26,32,0,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,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,11,255,84,1,0,35,1,11,248,84,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,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,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,148,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,224,41,0,0,0,0,0,0,0,139,59,4,110,97,109,101,0,17,16,116,114,101,101,45,115,105,116,116,101,114,46,119,97,115,109,1,154,56,159,2,0,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,1,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,2,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,3,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,4,15,95,95,119,97,115,105,95,102,100,95,99,108,111,115,101,5,15,95,95,119,97,115,105,95,102,100,95,119,114,105,116,101,6,9,95,97,98,111,114,116,95,106,115,7,21,95,95,119,97,115,105,95,99,108,111,99,107,95,116,105,109,101,95,103,101,116,8,14,95,95,119,97,115,105,95,102,100,95,115,101,101,107,9,22,101,109,115,99,114,105,112,116,101,110,95,114,101,115,105,122,101,95,104,101,97,112,10,17,95,95,119,97,115,109,95,99,97,108,108,95,99,116,111,114,115,11,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,12,12,95,95,119,97,115,109,95,115,116,97,114,116,13,17,116,115,95,109,97,108,108,111,99,95,100,101,102,97,117,108,116,14,17,116,115,95,99,97,108,108,111,99,95,100,101,102,97,117,108,116,15,18,116,115,95,114,101,97,108,108,111,99,95,100,101,102,97,117,108,116,16,33,116,115,95,114,97,110,103,101,95,97,114,114,97,121,95,103,101,116,95,99,104,97,110,103,101,100,95,114,97,110,103,101,115,17,16,105,116,101,114,97,116,111,114,95,100,101,115,99,101,110,100,18,16,105,116,101,114,97,116,111,114,95,97,100,118,97,110,99,101,19,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,20,23,116,115,95,108,97,110,103,117,97,103,101,95,115,116,97,116,101,95,99,111,117,110,116,21,19,116,115,95,108,97,110,103,117,97,103,101,95,118,101,114,115,105,111,110,22,20,116,115,95,108,97,110,103,117,97,103,101,95,109,101,116,97,100,97,116,97,23,16,116,115,95,108,97,110,103,117,97,103,101,95,110,97,109,101,24,23,116,115,95,108,97,110,103,117,97,103,101,95,102,105,101,108,100,95,99,111,117,110,116,25,22,116,115,95,108,97,110,103,117,97,103,101,95,110,101,120,116,95,115,116,97,116,101,26,23,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,110,97,109,101,27,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,28,23,116,115,95,108,97,110,103,117,97,103,101,95,115,121,109,98,111,108,95,116,121,112,101,29,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,30,29,116,115,95,108,97,110,103,117,97,103,101,95,102,105,101,108,100,95,105,100,95,102,111,114,95,110,97,109,101,31,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,32,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,33,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,34,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,35,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,36,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,37,13,116,115,95,108,101,120,101,114,95,95,108,111,103,38,13,116,115,95,108,101,120,101,114,95,95,101,111,102,39,36,116,115,95,108,101,120,101,114,95,95,105,115,95,97,116,95,105,110,99,108,117,100,101,100,95,114,97,110,103,101,95,115,116,97,114,116,40,20,116,115,95,108,101,120,101,114,95,95,103,101,116,95,99,111,108,117,109,110,41,18,116,115,95,108,101,120,101,114,95,95,109,97,114,107,95,101,110,100,42,17,116,115,95,108,101,120,101,114,95,95,97,100,118,97,110,99,101,43,20,116,115,95,108,101,120,101,114,95,95,100,111,95,97,100,118,97,110,99,101,44,14,116,115,95,108,101,120,101,114,95,115,116,97,114,116,45,16,116,115,95,110,111,100,101,95,101,110,100,95,98,121,116,101,46,17,116,115,95,110,111,100,101,95,101,110,100,95,112,111,105,110,116,47,14,116,115,95,110,111,100,101,95,115,121,109,98,111,108,48,27,116,115,95,115,117,98,116,114,101,101,95,95,119,114,105,116,101,95,116,111,95,115,116,114,105,110,103,49,16,116,115,95,110,111,100,101,95,105,115,95,110,97,109,101,100,50,19,116,115,95,110,111,100,101,95,112,97,114,115,101,95,115,116,97,116,101,51,29,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,52,14,116,115,95,110,111,100,101,95,95,99,104,105,108,100,53,25,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,54,21,116,115,95,110,111,100,101,95,95,110,101,120,116,95,115,105,98,108,105,110,103,55,21,116,115,95,110,111,100,101,95,95,112,114,101,118,95,115,105,98,108,105,110,103,56,40,116,115,95,115,117,98,116,114,101,101,95,104,97,115,95,116,114,97,105,108,105,110,103,95,101,109,112,116,121,95,100,101,115,99,101,110,100,97,110,116,57,29,116,115,95,110,111,100,101,95,95,102,105,114,115,116,95,99,104,105,108,100,95,102,111,114,95,98,121,116,101,58,34,116,115,95,110,111,100,101,95,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,98,121,116,101,95,114,97,110,103,101,59,35,116,115,95,110,111,100,101,95,95,100,101,115,99,101,110,100,97,110,116,95,102,111,114,95,112,111,105,110,116,95,114,97,110,103,101,60,18,116,115,95,115,117,98,116,114,101,101,95,114,101,108,101,97,115,101,61,14,116,115,95,115,116,97,99,107,95,99,108,101,97,114,62,16,116,115,95,112,97,114,115,101,114,95,100,101,108,101,116,101,63,15,116,115,95,112,97,114,115,101,114,95,114,101,115,101,116,64,22,116,115,95,112,97,114,115,101,114,95,115,101,116,95,108,97,110,103,117,97,103,101,65,18,115,116,97,99,107,95,110,111,100,101,95,114,101,108,101,97,115,101,66,24,116,115,95,112,97,114,115,101,114,95,116,105,109,101,111,117,116,95,109,105,99,114,111,115,67,28,116,115,95,112,97,114,115,101,114,95,115,101,116,95,116,105,109,101,111,117,116,95,109,105,99,114,111,115,68,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,69,27,116,115,95,115,117,98,116,114,101,101,95,95,112,114,105,110,116,95,100,111,116,95,103,114,97,112,104,70,24,116,115,95,115,116,97,99,107,95,112,114,105,110,116,95,100,111,116,95,103,114,97,112,104,71,23,116,115,95,115,116,97,99,107,95,114,101,109,111,118,101,95,118,101,114,115,105,111,110,72,19,115,116,97,99,107,95,110,111,100,101,95,97,100,100,95,108,105,110,107,73,38,116,115,95,112,97,114,115,101,114,95,95,100,111,95,97,108,108,95,112,111,116,101,110,116,105,97,108,95,114,101,100,117,99,116,105,111,110,115,74,24,115,117,109,109,97,114,105,122,101,95,115,116,97,99,107,95,99,97,108,108,98,97,99,107,75,11,115,116,97,99,107,95,95,105,116,101,114,76,30,116,115,95,112,97,114,115,101,114,95,95,98,114,101,97,107,100,111,119,110,95,108,111,111,107,97,104,101,97,100,77,18,116,115,95,112,97,114,115,101,114,95,95,114,101,99,111,118,101,114,78,31,116,115,95,112,97,114,115,101,114,95,95,99,97,110,95,114,101,117,115,101,95,102,105,114,115,116,95,108,101,97,102,79,21,114,101,117,115,97,98,108,101,95,110,111,100,101,95,97,100,118,97,110,99,101,80,33,116,115,95,112,97,114,115,101,114,95,95,98,114,101,97,107,100,111,119,110,95,116,111,112,95,111,102,95,115,116,97,99,107,81,17,116,115,95,112,97,114,115,101,114,95,95,97,99,99,101,112,116,82,17,116,115,95,112,97,114,115,101,114,95,95,114,101,100,117,99,101,83,25,116,115,95,115,116,97,99,107,95,114,101,110,117,109,98,101,114,95,118,101,114,115,105,111,110,84,13,116,115,95,115,116,97,99,107,95,112,117,115,104,85,12,116,115,95,113,117,101,114,121,95,110,101,119,86,14,115,116,114,101,97,109,95,97,100,118,97,110,99,101,87,22,115,116,114,101,97,109,95,115,107,105,112,95,119,104,105,116,101,115,112,97,99,101,88,23,116,115,95,113,117,101,114,121,95,95,112,97,114,115,101,95,112,97,116,116,101,114,110,89,26,116,115,95,113,117,101,114,121,95,95,112,101,114,102,111,114,109,95,97,110,97,108,121,115,105,115,90,15,116,115,95,113,117,101,114,121,95,100,101,108,101,116,101,91,12,95,97,114,114,97,121,95,95,103,114,111,119,92,22,115,116,114,101,97,109,95,115,99,97,110,95,105,100,101,110,116,105,102,105,101,114,93,27,99,97,112,116,117,114,101,95,113,117,97,110,116,105,102,105,101,114,115,95,97,100,100,95,97,108,108,94,30,116,115,95,113,117,101,114,121,95,95,112,97,114,115,101,95,115,116,114,105,110,103,95,108,105,116,101,114,97,108,95,24,115,121,109,98,111,108,95,116,97,98,108,101,95,105,110,115,101,114,116,95,110,97,109,101,96,22,116,115,95,113,117,101,114,121,95,112,97,116,116,101,114,110,95,99,111,117,110,116,97,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,95,99,111,117,110,116,98,21,116,115,95,113,117,101,114,121,95,115,116,114,105,110,103,95,99,111,117,110,116,99,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,100,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,101,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,102,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,103,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,104,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,105,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,106,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,107,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,108,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,109,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,110,19,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,110,101,119,111,20,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,101,120,101,99,112,20,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,114,101,115,101,116,113,31,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,115,101,116,95,112,111,105,110,116,95,114,97,110,103,101,114,26,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,110,101,120,116,95,109,97,116,99,104,115,24,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,95,97,100,118,97,110,99,101,116,26,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,95,97,100,100,95,115,116,97,116,101,117,24,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,95,99,97,112,116,117,114,101,118,42,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,95,102,105,114,115,116,95,105,110,95,112,114,111,103,114,101,115,115,95,99,97,112,116,117,114,101,119,40,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,105,110,116,101,114,110,97,108,120,34,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,104,105,108,100,95,105,116,101,114,97,116,111,114,95,110,101,120,116,121,36,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,103,111,116,111,95,115,105,98,108,105,110,103,95,105,110,116,101,114,110,97,108,122,28,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,110,101,120,116,95,99,97,112,116,117,114,101,123,18,112,111,112,95,99,111,117,110,116,95,99,97,108,108,98,97,99,107,124,20,112,111,112,95,112,101,110,100,105,110,103,95,99,97,108,108,98,97,99,107,125,18,112,111,112,95,101,114,114,111,114,95,99,97,108,108,98,97,99,107,126,16,112,111,112,95,97,108,108,95,99,97,108,108,98,97,99,107,127,39,116,115,95,115,117,98,116,114,101,101,95,97,114,114,97,121,95,114,101,109,111,118,101,95,116,114,97,105,108,105,110,103,95,101,120,116,114,97,115,128,1,29,116,115,95,115,117,98,116,114,101,101,95,115,117,109,109,97,114,105,122,101,95,99,104,105,108,100,114,101,110,129,1,19,116,115,95,115,117,98,116,114,101,101,95,110,101,119,95,110,111,100,101,130,1,18,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,110,101,119,131,1,31,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,132,1,39,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,105,110,116,101,114,110,97,108,133,1,50,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,98,121,116,101,95,97,110,100,95,112,111,105,110,116,134,1,32,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,135,1,38,116,115,95,116,114,101,101,95,99,117,114,115,111,114,95,99,104,105,108,100,95,105,116,101,114,97,116,111,114,95,112,114,101,118,105,111,117,115,136,1,26,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,137,1,27,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,138,1,31,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,139,1,12,116,115,95,116,114,101,101,95,99,111,112,121,140,1,14,116,115,95,116,114,101,101,95,100,101,108,101,116,101,141,1,14,116,115,95,100,101,99,111,100,101,95,117,116,102,56,142,1,18,116,115,95,100,101,99,111,100,101,95,117,116,102,49,54,95,108,101,143,1,18,116,115,95,100,101,99,111,100,101,95,117,116,102,49,54,95,98,101,144,1,22,116,115,95,112,97,114,115,101,114,95,95,115,101,108,101,99,116,95,116,114,101,101,145,1,32,116,115,95,112,97,114,115,101,114,95,95,98,101,116,116,101,114,95,118,101,114,115,105,111,110,95,101,120,105,115,116,115,146,1,33,97,110,97,108,121,115,105,115,95,115,116,97,116,101,95,115,101,116,95,95,105,110,115,101,114,116,95,115,111,114,116,101,100,147,1,35,116,115,95,113,117,101,114,121,95,99,117,114,115,111,114,95,95,112,114,101,112,97,114,101,95,116,111,95,99,97,112,116,117,114,101,148,1,7,116,115,95,105,110,105,116,149,1,18,116,115,95,112,97,114,115,101,114,95,110,101,119,95,119,97,115,109,150,1,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,151,1,17,99,97,108,108,95,108,111,103,95,99,97,108,108,98,97,99,107,152,1,20,116,115,95,112,97,114,115,101,114,95,112,97,114,115,101,95,119,97,115,109,153,1,19,99,97,108,108,95,112,97,114,115,101,95,99,97,108,108,98,97,99,107,154,1,17,112,114,111,103,114,101,115,115,95,99,97,108,108,98,97,99,107,155,1,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,156,1,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,157,1,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,158,1,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,159,1,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,160,1,22,116,115,95,116,114,101,101,95,114,111,111,116,95,110,111,100,101,95,119,97,115,109,161,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,162,1,17,116,115,95,116,114,101,101,95,101,100,105,116,95,119,97,115,109,163,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,164,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,165,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,166,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,167,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,168,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,169,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,170,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,171,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,172,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,173,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,174,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,175,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,176,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,177,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,178,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,179,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,180,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,181,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,182,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,183,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,184,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,185,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,186,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,187,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,188,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,189,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,190,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,191,1,19,116,115,95,110,111,100,101,95,115,121,109,98,111,108,95,119,97,115,109,192,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,193,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,194,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,195,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,196,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,197,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,198,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,199,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,200,1,18,116,115,95,110,111,100,101,95,99,104,105,108,100,95,119,97,115,109,201,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,202,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,203,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,204,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,205,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,206,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,207,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,208,1,19,116,115,95,110,111,100,101,95,112,97,114,101,110,116,95,119,97,115,109,209,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,210,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,211,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,212,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,213,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,214,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,215,1,22,116,115,95,110,111,100,101,95,101,110,100,95,112,111,105,110,116,95,119,97,115,109,216,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,217,1,22,116,115,95,110,111,100,101,95,101,110,100,95,105,110,100,101,120,95,119,97,115,109,218,1,22,116,115,95,110,111,100,101,95,116,111,95,115,116,114,105,110,103,95,119,97,115,109,219,1,21,116,115,95,110,111,100,101,95,99,104,105,108,100,114,101,110,95,119,97,115,109,220,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,221,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,222,1,21,116,115,95,110,111,100,101,95,105,115,95,110,97,109,101,100,95,119,97,115,109,223,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,224,1,22,116,115,95,110,111,100,101,95,104,97,115,95,101,114,114,111,114,95,119,97,115,109,225,1,21,116,115,95,110,111,100,101,95,105,115,95,101,114,114,111,114,95,119,97,115,109,226,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,227,1,21,116,115,95,110,111,100,101,95,105,115,95,101,120,116,114,97,95,119,97,115,109,228,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,229,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,230,1,21,116,115,95,113,117,101,114,121,95,109,97,116,99,104,101,115,95,119,97,115,109,231,1,23,113,117,101,114,121,95,112,114,111,103,114,101,115,115,95,99,97,108,108,98,97,99,107,232,1,22,116,115,95,113,117,101,114,121,95,99,97,112,116,117,114,101,115,95,119,97,115,109,233,1,13,95,95,115,116,100,105,111,95,99,108,111,115,101,234,1,12,95,95,115,116,100,105,111,95,115,101,101,107,235,1,13,95,95,115,116,100,105,111,95,119,114,105,116,101,236,1,5,97,98,111,114,116,237,1,15,95,95,99,108,111,99,107,95,103,101,116,116,105,109,101,238,1,8,95,95,109,101,109,115,101,116,239,1,9,95,95,116,111,119,114,105,116,101,240,1,10,95,95,111,118,101,114,102,108,111,119,241,1,7,100,111,95,112,117,116,99,242,1,8,95,95,109,101,109,99,112,121,243,1,9,95,95,102,119,114,105,116,101,120,244,1,6,102,119,114,105,116,101,245,1,8,105,115,119,97,108,110,117,109,246,1,8,105,115,119,97,108,112,104,97,247,1,8,105,115,119,115,112,97,99,101,248,1,6,109,101,109,99,109,112,249,1,8,115,110,112,114,105,110,116,102,250,1,6,115,116,114,108,101,110,251,1,7,115,116,114,110,99,109,112,252,1,6,109,101,109,99,104,114,253,1,5,102,114,101,120,112,254,1,11,112,114,105,110,116,102,95,99,111,114,101,255,1,3,111,117,116,128,2,6,103,101,116,105,110,116,129,2,7,112,111,112,95,97,114,103,130,2,5,102,109,116,95,117,131,2,3,112,97,100,132,2,6,102,109,116,95,102,112,133,2,19,112,111,112,95,97,114,103,95,108,111,110,103,95,100,111,117,98,108,101,134,2,9,118,115,110,112,114,105,110,116,102,135,2,8,115,110,95,119,114,105,116,101,136,2,6,119,99,116,111,109,98,137,2,8,100,108,109,97,108,108,111,99,138,2,6,100,108,102,114,101,101,139,2,9,100,108,114,101,97,108,108,111,99,140,2,13,100,105,115,112,111,115,101,95,99,104,117,110,107,141,2,8,100,108,99,97,108,108,111,99,142,2,4,115,98,114,107,143,2,8,115,101,116,84,104,114,101,119,144,2,8,116,111,119,108,111,119,101,114,145,2,7,99,97,115,101,109,97,112,146,2,8,116,111,119,117,112,112,101,114,147,2,8,105,115,119,100,105,103,105,116,148,2,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,149,2,23,95,101,109,115,99,114,105,112,116,101,110,95,115,116,97,99,107,95,97,108,108,111,99,150,2,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,151,2,8,105,115,119,108,111,119,101,114,152,2,8,105,115,119,98,108,97,110,107,153,2,7,115,116,114,110,99,97,116,154,2,8,105,115,119,117,112,112,101,114,155,2,7,109,101,109,109,111,118,101,156,2,7,115,116,114,110,99,112,121,157,2,9,105,115,119,120,100,105,103,105,116,158,2,6,115,116,114,99,109,112,7,201,2,12,0,15,95,95,115,116,97,99,107,95,112,111,105,110,116,101,114,1,13,95,95,109,101,109,111,114,121,95,98,97,115,101,2,12,95,95,116,97,98,108,101,95,98,97,115,101,3,11,95,95,104,101,97,112,95,98,97,115,101,4,36,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,116,115,95,99,117,114,114,101,110,116,95,114,101,97,108,108,111,99,5,35,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,116,115,95,99,117,114,114,101,110,116,95,109,97,108,108,111,99,6,33,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,116,115,95,99,117,114,114,101,110,116,95,102,114,101,101,7,35,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,116,115,95,99,117,114,114,101,110,116,95,99,97,108,108,111,99,8,24,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,115,116,100,101,114,114,9,33,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,84,82,65,78,83,70,69,82,95,66,85,70,70,69,82,10,27,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,95,95,84,72,82,69,87,95,95,11,30,71,79,84,46,100,97,116,97,46,105,110,116,101,114,110,97,108,46,95,95,116,104,114,101,119,86,97,108,117,101,9,8,1,0,5,46,100,97,116,97,0,39,16,115,111,117,114,99,101,77,97,112,112,105,110,103,85,82,76,21,46,116,114,101,101,45,115,105,116,116,101,114,46,119,97,115,109,46,109,97,112]),gt=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 bt=null,wt=null;const Et=async e=>{if(null===bt&&null===wt)wt=mt.iX.init({wasmBinary:yt}).then(()=>mt.TM.load(gt)).then(e=>{const t=new mt.iX;return t.setLanguage(e),t}).finally(()=>{wt=null}),bt=await wt;else if(null===bt&&null!==wt)bt=await wt;else if(null===bt)throw new ft("Error while initializing web-tree-sitter and loading tree-sitter-json grammar.");return bt.parse(e)};const vt=class extends ft{constructor(e,t){if(super(e,t),null!=t&&"object"==typeof t){const{cause:e,...r}=t;Object.assign(this,r)}}},St=(e,t,r)=>{const s=e[t];if(null!=s){if(!r&&"function"==typeof s)return s;const e=r?s.leave:s.enter;if("function"==typeof e)return e}else{const s=r?e.leave:e.enter;if(null!=s){if("function"==typeof s)return s;const e=s[t];if("function"==typeof e)return e}}return null},xt={},Ot=e=>e?.type,At=e=>"string"==typeof Ot(e),Nt=e=>Object.create(Object.getPrototypeOf(e),Object.getOwnPropertyDescriptors(e)),Tt=(e,{visitFnGetter:t=St,nodeTypeGetter:r=Ot,breakSymbol:s=xt,deleteNodeSymbol:n=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(e.length).fill(a);return{enter(u,l,_,m,d,h){let p=u,f=!1;const y={...h,replaceWith(e,t){h.replaceWith(e,t),p=e}};for(let u=0;u<e.length;u+=1)if(c[u]===a){const a=t(e[u],r(p),!1);if("function"==typeof a){const t=a.call(e[u],p,l,_,m,d,y);if("function"==typeof t?.then)throw new vt("Async visitor not supported in sync mode",{visitor:e[u],visitFn:a});if(t===i)c[u]=p;else if(t===s)c[u]=s;else{if(t===n)return t;if(void 0!==t){if(!o)return t;p=t,f=!0}}}}return f?p:void 0},leave(n,o,u,l,_,m){let d=n;const h={...m,replaceWith(e,t){m.replaceWith(e,t),d=e}};for(let n=0;n<e.length;n+=1)if(c[n]===a){const a=t(e[n],r(d),!0);if("function"==typeof a){const t=a.call(e[n],d,o,u,l,_,h);if("function"==typeof t?.then)throw new vt("Async visitor not supported in sync mode",{visitor:e[n],visitFn:a});if(t===s)c[n]=s;else if(void 0!==t&&t!==i)return t}}else c[n]===d&&(c[n]=a)}}};Tt[Symbol.for("nodejs.util.promisify.custom")]=(e,{visitFnGetter:t=St,nodeTypeGetter:r=Ot,breakSymbol:s=xt,deleteNodeSymbol:n=null,skipVisitingNodeSymbol:i=!1,exposeEdits:o=!1}={})=>{const a=Symbol("skip"),c=new Array(e.length).fill(a);return{async enter(u,l,_,m,d,h){let p=u,f=!1;const y={...h,replaceWith(e,t){h.replaceWith(e,t),p=e}};for(let u=0;u<e.length;u+=1)if(c[u]===a){const a=t(e[u],r(p),!1);if("function"==typeof a){const t=await a.call(e[u],p,l,_,m,d,y);if(t===i)c[u]=p;else if(t===s)c[u]=s;else{if(t===n)return t;if(void 0!==t){if(!o)return t;p=t,f=!0}}}}return f?p:void 0},async leave(n,o,u,l,_,m){let d=n;const h={...m,replaceWith(e,t){m.replaceWith(e,t),d=e}};for(let n=0;n<e.length;n+=1)if(c[n]===a){const a=t(e[n],r(d),!0);if("function"==typeof a){const t=await a.call(e[n],d,o,u,l,_,h);if(t===s)c[n]=s;else if(void 0!==t&&t!==i)return t}}else c[n]===d&&(c[n]=a)}}};const Mt=(e,t,{keyMap:r=null,state:s={},breakSymbol:n=xt,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=St,nodeTypeGetter:c=Ot,nodePredicate:u=At,nodeCloneFn:l=Nt,detectCycles:_=!0}={})=>{const m=r||{};let d,h,p=Array.isArray(e),f=[e],y=-1,g=[],b=e;const w=[],E=[];do{y+=1;const e=y===f.length;let r;const v=e&&0!==g.length;if(e){if(r=0===E.length?void 0:w.pop(),b=h,h=E.pop(),v)if(p){b=b.slice();let e=0;for(const[t,r]of g){const s=t-e;r===i?(b.splice(s,1),e+=1):b[s]=r}}else{b=l(b);for(const[e,t]of g)b[e]=t}y=d.index,f=d.keys,g=d.edits,p=d.inArray,d=d.prev}else if(h!==i&&void 0!==h){if(r=p?y:f[y],b=h[r],b===i||void 0===b)continue;w.push(r)}let S;if(!Array.isArray(b)){if(!u(b))throw new vt(`Invalid AST Node: ${String(b)}`,{node:b});if(_&&E.includes(b)){w.pop();continue}const i=a(t,c(b),e);if(i){for(const[e,r]of Object.entries(s))t[e]=r;const n={replaceWith(t,s){"function"==typeof s?s(t,b,r,h,w,E):h&&(h[r]=t),e||(b=t)}};S=i.call(t,b,r,h,w,E,n)}if("function"==typeof S?.then)throw new vt("Async visitor not supported in sync mode",{visitor:t,visitFn:i});if(S===n)break;if(S===o){if(!e){w.pop();continue}}else if(void 0!==S&&(g.push([r,S]),!e)){if(!u(S)){w.pop();continue}b=S}}void 0===S&&v&&g.push([r,b]),e||(d={inArray:p,index:y,keys:f,edits:g,prev:d},p=Array.isArray(b),f=p?b:m[c(b)]??[],y=-1,g=[],h!==i&&void 0!==h&&E.push(h),h=b)}while(void 0!==d);return 0!==g.length?g.at(-1)[1]:e};Mt[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=null,state:s={},breakSymbol:n=xt,deleteNodeSymbol:i=null,skipVisitingNodeSymbol:o=!1,visitFnGetter:a=St,nodeTypeGetter:c=Ot,nodePredicate:u=At,nodeCloneFn:l=Nt,detectCycles:_=!0}={})=>{const m=r||{};let d,h,p=Array.isArray(e),f=[e],y=-1,g=[],b=e;const w=[],E=[];do{y+=1;const e=y===f.length;let r;const v=e&&0!==g.length;if(e){if(r=0===E.length?void 0:w.pop(),b=h,h=E.pop(),v)if(p){b=b.slice();let e=0;for(const[t,r]of g){const s=t-e;r===i?(b.splice(s,1),e+=1):b[s]=r}}else{b=l(b);for(const[e,t]of g)b[e]=t}y=d.index,f=d.keys,g=d.edits,p=d.inArray,d=d.prev}else if(h!==i&&void 0!==h){if(r=p?y:f[y],b=h[r],b===i||void 0===b)continue;w.push(r)}let S;if(!Array.isArray(b)){if(!u(b))throw new vt(`Invalid AST Node: ${String(b)}`,{node:b});if(_&&E.includes(b)){w.pop();continue}const i=a(t,c(b),e);if(i){for(const[e,r]of Object.entries(s))t[e]=r;const n={replaceWith(t,s){"function"==typeof s?s(t,b,r,h,w,E):h&&(h[r]=t),e||(b=t)}};S=await i.call(t,b,r,h,w,E,n)}if(S===n)break;if(S===o){if(!e){w.pop();continue}}else if(void 0!==S&&(g.push([r,S]),!e)){if(!u(S)){w.pop();continue}b=S}}void 0===S&&v&&g.push([r,b]),e||(d={inArray:p,index:y,keys:f,edits:g,prev:d},p=Array.isArray(b),f=p?b:m[c(b)]??[],y=-1,g=[],h!==i&&void 0!==h&&E.push(h),h=b)}while(void 0!==d);return 0!==g.length?g.at(-1)[1]:e};const Pt=I(1,be(Y,Ee("String")));function Ft(e){return e&&e["@@transducer/reduced"]?e:{"@@transducer/value":e,"@@transducer/reduced":!0}}var Rt=function(){function e(e,t){this.xf=t,this.f=e,this.all=!0}return e.prototype["@@transducer/init"]=M,e.prototype["@@transducer/result"]=function(e){return this.all&&(e=this.xf["@@transducer/step"](e,!0)),this.xf["@@transducer/result"](e)},e.prototype["@@transducer/step"]=function(e,t){return this.f(t)||(this.all=!1,e=Ft(this.xf["@@transducer/step"](e,!1))),e},e}();function jt(e){return function(t){return new Rt(e,t)}}const Ct=c(N(["all"],jt,function(e,t){for(var r=0;r<t.length;){if(!e(t[r]))return!1;r+=1}return!0}));const It=a(function(e){return I(e.length,function(t,r){var s=Array.prototype.slice.call(arguments,0);return s[0]=r,s[1]=t,e.apply(this,s)})})(c(ve)),kt=(e,t)=>"object"==typeof t&&null!==t&&e in t&&"function"==typeof t[e],Dt=e=>"object"==typeof e&&null!=e&&"_storedElement"in e&&"string"==typeof e._storedElement&&"_content"in e,Lt=(e,t)=>"object"==typeof t&&null!==t&&"primitive"in t&&("function"==typeof t.primitive&&t.primitive()===e),Ut=(e,t)=>"object"==typeof t&&null!==t&&"classes"in t&&(Array.isArray(t.classes)||t.classes instanceof ae.wE)&&t.classes.includes(e),$t=(e,t)=>"object"==typeof t&&null!==t&&"element"in t&&t.element===e,qt=e=>e({hasMethod:kt,hasBasicElementProps:Dt,primitiveEq:Lt,isElementType:$t,hasClass:Ut}),Vt=qt(({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ae.Hg||e(r)&&t(void 0,r)),Bt=qt(({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ae.Om||e(r)&&t("string",r)),Jt=qt(({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ae.kT||e(r)&&t("number",r)),Ht=qt(({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ae.Os||e(r)&&t("null",r)),Wt=qt(({hasBasicElementProps:e,primitiveEq:t})=>r=>r instanceof ae.bd||e(r)&&t("boolean",r)),Zt=qt(({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>s=>s instanceof ae.Sh||e(s)&&t("object",s)&&r("keys",s)&&r("values",s)&&r("items",s)),Gt=qt(({hasBasicElementProps:e,primitiveEq:t,hasMethod:r})=>s=>s instanceof ae.wE&&!(s instanceof ae.Sh)||e(s)&&t("array",s)&&r("push",s)&&r("unshift",s)&&r("map",s)&&r("reduce",s)),zt=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof ae.Pr||e(s)&&t("member",s)&&r(void 0,s)),Kt=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof ae.Ft||e(s)&&t("link",s)&&r(void 0,s)),Qt=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof ae.sI||e(s)&&t("ref",s)&&r(void 0,s)),Xt=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof tt||e(s)&&t("annotation",s)&&r("array",s)),Yt=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof st||e(s)&&t("comment",s)&&r("string",s)),er=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof it||e(s)&&t("parseResult",s)&&r("array",s)),tr=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof at||e(s)&&t("sourceMap",s)&&r("array",s)),rr=e=>$t("object",e)||$t("array",e)||$t("boolean",e)||$t("number",e)||$t("string",e)||$t("null",e)||$t("member",e),sr=e=>tr(e.meta.get("sourceMap")),nr=(e,t)=>{if(0===e.length)return!0;const r=t.attributes.get("symbols");return!!Gt(r)&&Ct(It(r.toValue()),e)},ir=(e,t)=>0===e.length||Ct(It(t.classes.toValue()),e);const or=class extends vt{value;constructor(e,t){super(e,t),void 0!==t&&(this.value=t.value)}};const ar=class extends or{};const cr=class extends or{},ur=(e,t={})=>{const{visited:r=new WeakMap}=t,s={...t,visited:r};if(r.has(e))return r.get(e);if(e instanceof ae.KeyValuePair){const{key:t,value:n}=e,i=Vt(t)?ur(t,s):t,o=Vt(n)?ur(n,s):n,a=new ae.KeyValuePair(i,o);return r.set(e,a),a}if(e instanceof ae.ot){const t=e=>ur(e,s),n=[...e].map(t),i=new ae.ot(n);return r.set(e,i),i}if(e instanceof ae.G6){const t=e=>ur(e,s),n=[...e].map(t),i=new ae.G6(n);return r.set(e,i),i}if(Vt(e)){const t=mr(e);if(r.set(e,t),e.content)if(Vt(e.content))t.content=ur(e.content,s);else if(e.content instanceof ae.KeyValuePair)t.content=ur(e.content,s);else if(Array.isArray(e.content)){const r=e=>ur(e,s);t.content=e.content.map(r)}else t.content=e.content;else t.content=e.content;return t}throw new ar("Value provided to cloneDeep function couldn't be cloned",{value:e})};ur.safe=e=>{try{return ur(e)}catch{return e}};const lr=e=>{const{key:t,value:r}=e;return new ae.KeyValuePair(t,r)},_r=e=>{const t=new e.constructor;if(t.element=e.element,e.meta.length>0&&(t._meta=ur(e.meta)),e.attributes.length>0&&(t._attributes=ur(e.attributes)),Vt(e.content)){const r=e.content;t.content=_r(r)}else Array.isArray(e.content)?t.content=[...e.content]:e.content instanceof ae.KeyValuePair?t.content=lr(e.content):t.content=e.content;return t},mr=e=>{if(e instanceof ae.KeyValuePair)return lr(e);if(e instanceof ae.ot)return(e=>{const t=[...e];return new ae.ot(t)})(e);if(e instanceof ae.G6)return(e=>{const t=[...e];return new ae.G6(t)})(e);if(Vt(e))return _r(e);throw new cr("Value provided to cloneShallow function couldn't be cloned",{value:e})};mr.safe=e=>{try{return mr(e)}catch{return e}};const dr=e=>Zt(e)?"ObjectElement":Gt(e)?"ArrayElement":zt(e)?"MemberElement":Bt(e)?"StringElement":Wt(e)?"BooleanElement":Jt(e)?"NumberElement":Ht(e)?"NullElement":Kt(e)?"LinkElement":Qt(e)?"RefElement":void 0,hr=e=>Vt(e)?mr(e):Nt(e),pr=be(dr,Pt),fr={ObjectElement:["content"],ArrayElement:["content"],MemberElement:["key","value"],StringElement:[],BooleanElement:[],NumberElement:[],NullElement:[],RefElement:[],LinkElement:[],Annotation:[],Comment:[],ParseResultElement:["content"],SourceMap:["content"]};const yr=(e,t,{keyMap:r=fr,...s}={})=>Mt(e,t,{keyMap:r,nodeTypeGetter:dr,nodePredicate:pr,nodeCloneFn:hr,...s});yr[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,{keyMap:r=fr,...s}={})=>Mt[Symbol.for("nodejs.util.promisify.custom")](e,t,{keyMap:r,nodeTypeGetter:dr,nodePredicate:pr,nodeCloneFn:hr,...s});const gr=u(function(e,t,r){var s,n={};for(s in r=r||{},t=t||{})k(s,t)&&(n[s]=k(s,r)?e(s,t[s],r[s]):t[s]);for(s in r)k(s,r)&&!k(s,n)&&(n[s]=r[s]);return n});const br=u(function e(t,r,s){return gr(function(r,s,n){return Ae(s)&&Ae(n)?e(t,s,n):t(r,s,n)},r,s)});const wr=c(function(e,t){return br(function(e,t,r){return r},e,t)});const Er=c(Ce);const vr=ye(0,-1);const Sr=c(function(e,t){return e.apply(this,t)});const xr=z(ze);var Or=a(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:b(e)?[]:w(e)?"":Ae(e)?{}:L(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 Ar=Or;const Nr=a(function(e){return null!=e&&re(e,Ar(e))});const Tr=I(1,ze(Array.isArray)?Array.isArray:be(Y,Ee("Array")));const Mr=Le(Tr,Nr);const Pr=I(3,function(e,t,r){var s=Er(e,r),n=Er(vr(e),r);if(!xr(s)&&!Mr(e)){var i=le(s,n);return Sr(i,t)}}),Fr=()=>({predicates:{...e},namespace:_t}),Rr={toolboxCreator:Fr,visitorOptions:{nodeTypeGetter:dr,exposeEdits:!0}},jr=(e,t,r={})=>{if(0===t.length)return e;const s=wr(Rr,r),{toolboxCreator:n,visitorOptions:i}=s,o=n(),a=t.map(e=>e(o)),c=Tt(a.map(p({},"visitor")),{...i});a.forEach(Pr(["pre"],[]));const u=yr(e,c,i);return a.forEach(Pr(["post"],[])),u};jr[Symbol.for("nodejs.util.promisify.custom")]=async(e,t,r={})=>{if(0===t.length)return e;const s=wr(Rr,r),{toolboxCreator:n,visitorOptions:i}=s,o=n(),a=t.map(e=>e(o)),c=Tt[Symbol.for("nodejs.util.promisify.custom")],u=yr[Symbol.for("nodejs.util.promisify.custom")],l=c(a.map(p({},"visitor")),{...i});await Promise.allSettled(a.map(Pr(["pre"],[])));const _=await u(e,l,i);return await Promise.allSettled(a.map(Pr(["post"],[]))),_};const Cr=(e,{Type:t,plugins:r=[]})=>{const s=new t(e);return Vt(e)&&(e.meta.length>0&&(s.meta=ur(e.meta)),e.attributes.length>0&&(s.attributes=ur(e.attributes))),jr(s,r,{toolboxCreator:Fr,visitorOptions:{nodeTypeGetter:dr}})},Ir=e=>(t,r={})=>Cr(t,{...r,Type:e});ae.Sh.refract=Ir(ae.Sh),ae.wE.refract=Ir(ae.wE),ae.Om.refract=Ir(ae.Om),ae.bd.refract=Ir(ae.bd),ae.Os.refract=Ir(ae.Os),ae.kT.refract=Ir(ae.kT),ae.Ft.refract=Ir(ae.Ft),ae.sI.refract=Ir(ae.sI),tt.refract=Ir(tt),st.refract=Ir(st),it.refract=Ir(it),at.refract=Ir(at);const kr=class{type;startPosition;endPosition;startIndex;endIndex;text;isNamed;isMissing;fieldName=null;hasError=!1;children=[];constructor(e){this.type=e.nodeType,this.startPosition=e.startPosition,this.endPosition=e.endPosition,this.startIndex=e.startIndex,this.endIndex=e.endIndex,this.text=e.nodeText,this.isNamed=e.nodeIsNamed,this.isMissing=e.nodeIsMissing}get keyNode(){if("pair"===this.type)return this.children.find(e=>"key"===e.fieldName)}get valueNode(){if("pair"===this.type)return this.children.find(e=>"value"===e.fieldName)}setFieldName(e){return this.fieldName=e.currentFieldName,this}setHasError(e){return this.hasError=e.currentNode.hasError,this}pushChildren(...e){this.children.push(...e)}};class Dr{static toPosition(e){const t=new ae.wE([e.startPosition.row,e.startPosition.column,e.startIndex]),r=new ae.wE([e.endPosition.row,e.endPosition.column,e.endIndex]);return t.classes.push("position"),r.classes.push("position"),[t,r]}sourceMap=!1;annotations;ParseResultElement={leave:e=>{const t=e.findElements(rr);if(t.length>0){t[0].classes.push("result")}this.annotations.forEach(t=>{e.push(t)}),this.annotations=[]}};constructor(){this.annotations=[]}enter(e){if(e instanceof kr&&!e.isNamed&&e.isMissing){const t=e.type||e.text,r=new tt(`(Missing ${t})`);r.classes.push("warning"),this.maybeAddSourceMap(e,r),this.annotations.push(r)}return null}document(e){const t=new it;return t._content=e.children,this.maybeAddSourceMap(e,t),t}object(e){const t=new ae.Sh;return t._content=e.children,this.maybeAddSourceMap(e,t),t}array(e){const t=new ae.wE;return t._content=e.children,this.maybeAddSourceMap(e,t),t}pair(e){const t=new ae.Pr;return t.content.key=e.keyNode,t.content.value=e.valueNode,this.maybeAddSourceMap(e,t),e.children.length>3&&e.children.filter(e=>"ERROR"===e.type).forEach(t=>{this.ERROR(t,e,[],[e])}),t}string(e){let t;try{t=new ae.Om(JSON.parse(e.text))}catch(r){t=new ae.Om(e.text),r instanceof Error&&t.setMetaProperty("jsonParse",{isError:!0,errorType:r.name,errorMessage:r.message})}return this.maybeAddSourceMap(e,t),t}number(e){const t=new ae.kT(Number(e.text));return this.maybeAddSourceMap(e,t),t}null(e){const t=new ae.Os;return this.maybeAddSourceMap(e,t),t}true(e){const t=new ae.bd(!0);return this.maybeAddSourceMap(e,t),t}false(e){const t=new ae.bd(!1);return this.maybeAddSourceMap(e,t),t}ERROR(e,t,r,s){const n=!e.hasError,i=e.text,o=new tt(n?`(Unexpected ${i})`:`(Error ${i})`);if(o.classes.push("error"),this.maybeAddSourceMap(e,o),0===s.length){const e=new it;return e.push(o),e}return this.annotations.push(o),null}maybeAddSourceMap(e,t){if(!this.sourceMap)return;const r=new at,s=Dr.toPosition(e);if(null!==s){const[e,t]=s;r.push(e),r.push(t)}r.astNode=e,t.meta.set("sourceMap",r)}}const Lr=Dr;class Ur{cursor;constructor(e){this.cursor=e}document(){return new kr(this.cursor)}object(){return new kr(this.cursor).setFieldName(this.cursor)}array(){return new kr(this.cursor).setFieldName(this.cursor)}pair(){return new kr(this.cursor)}string(){return new kr(this.cursor).setFieldName(this.cursor)}number(){return new kr(this.cursor).setFieldName(this.cursor)}null(){return new kr(this.cursor).setFieldName(this.cursor)}true(){return new kr(this.cursor).setFieldName(this.cursor)}false(){return new kr(this.cursor).setFieldName(this.cursor)}ERROR(){return new kr(this.cursor).setHasError(this.cursor)}*[Symbol.iterator](){let e;if(e=this.cursor.nodeType in this?this[this.cursor.nodeType]():new kr(this.cursor),this.cursor.gotoFirstChild()){const[t]=new Ur(this.cursor);for(e.pushChildren(t);this.cursor.gotoNextSibling();){const t=new Ur(this.cursor);e.pushChildren(...t)}this.cursor.gotoParent()}yield e}}const $r=Ur,qr={document:["children"],object:["children"],array:["children"],string:["children"],property:["children"],key:["children"],error:["children"],...fr},Vr=e=>er(e)?"ParseResultElement":Vt(e)?dr(e):Ot(e),Br=e=>Vt(e)||At(e),Jr=(e,{sourceMap:t=!1}={})=>{const r=new Lr,s=e.walk(),n=new $r(s),[i]=Array.from(n);return Mt(i,r,{keyMap:qr,nodeTypeGetter:Vr,nodePredicate:Br,state:{sourceMap:t}})};class Hr{static type="point";type=Hr.type;row;column;char;constructor({row:e,column:t,char:r}){this.row=e,this.column=t,this.char=r}}class Wr{static type="position";type=Wr.type;start;end;constructor({start:e,end:t}){this.start=e,this.end=t}}const Zr=Wr;const Gr=a(function(e){return m(0,e)});const zr=class{static type="node";type="node";isMissing;children;position;constructor({children:e=[],position:t,isMissing:r=!1}={}){this.type=this.constructor.type,this.isMissing=r,this.children=e,this.position=t}clone(){const e=Object.create(Object.getPrototypeOf(this));return Object.getOwnPropertyNames(this).forEach(t=>{const r=Object.getOwnPropertyDescriptor(this,t);Object.defineProperty(e,t,r)}),e}};const Kr=class extends zr{};const Qr=class extends Kr{static type="document";get child(){return Gr(this.children)}};const Xr=class extends zr{static type="parseResult";get rootNode(){return Gr(this.children)}};const Yr=class extends zr{static type="literal";value;constructor({value:e,...t}={}){super({...t}),this.value=e}},es=(e,t)=>null!=t&&"object"==typeof t&&"type"in t&&t.type===e,ts=e=>es("string",e),rs=e=>es("false",e),ss=e=>es("true",e),ns=e=>es("null",e),is=e=>es("number",e),os=e=>es("array",e),as=e=>es("object",e),cs=e=>es("property",e),us=e=>es("key",e);const ls=class extends Kr{static type="object";get properties(){return this.children.filter(cs)}};const _s=class extends Kr{static type="string";value;parseError;constructor({value:e,parseError:t,...r}){super(r),this.value=e,this.parseError=t}};const ms=class extends _s{static type="key"};const ds=class extends Kr{static type="property";get key(){return this.children.find(us)}get value(){return this.children.find(e=>rs(e)||ss(e)||ns(e)||is(e)||ts(e)||os(e)||as(e))}};const hs=class extends Kr{static type="array";get items(){return this.children.filter(e=>rs(e)||ss(e)||ns(e)||is(e)||ts(e)||os(e)||as)}};const ps=class extends Kr{static type="value";value;constructor({value:e,...t}){super(t),this.value=e}};const fs=class extends ps{static type="number"};const ys=class extends ps{static type="null"};const gs=class extends ps{static type="true"};const bs=class extends ps{static type="false"};const ws=class extends zr{static type="error";value;isUnexpected;constructor({value:e,isUnexpected:t=!1,...r}={}){super({...r}),this.value=e,this.isUnexpected=t}},Es={document:["children"],object:["children"],array:["children"],string:["children"],property:["children"],key:["children"],error:["children"]};class vs{static toPosition(e){const t=new Hr({row:e.startPosition.row,column:e.startPosition.column,char:e.startIndex}),r=new Hr({row:e.endPosition.row,column:e.endPosition.column,char:e.endIndex});return new Zr({start:t,end:r})}document={enter:e=>{const t=vs.toPosition(e);return new Qr({children:e.children,position:t,isMissing:e.isMissing})},leave:e=>new Xr({children:[e]})};enter(e){if(e instanceof kr&&!e.isNamed){const t=vs.toPosition(e),r=e.type||e.text,{isMissing:s}=e;return new Yr({value:r,position:t,isMissing:s})}}object(e){const t=vs.toPosition(e);return new ls({children:e.children,position:t,isMissing:e.isMissing})}pair(e){const t=vs.toPosition(e),r=e.children.slice(1),{keyNode:s}=e;let n,i;try{n=JSON.parse(s?.text??'""')}catch(e){n=s?.text??"",i=e instanceof Error?e:void 0}const o=new ms({value:n,parseError:i,position:null!=s?vs.toPosition(s):void 0,isMissing:null!=s&&s.isMissing});return new ds({children:[o,...r],position:t,isMissing:e.isMissing})}array(e){const t=vs.toPosition(e);return new hs({children:e.children,position:t,isMissing:e.isMissing})}string(e){const t=vs.toPosition(e);let r,s;try{r=JSON.parse(e.text)}catch(t){s=t instanceof Error?t:void 0,r=e.text}return new _s({value:r,parseError:s,position:t,isMissing:e.isMissing})}number(e){const t=vs.toPosition(e),r=e.text;return new fs({value:r,position:t,isMissing:e.isMissing})}null(e){const t=vs.toPosition(e),r=e.text;return new ys({value:r,position:t,isMissing:e.isMissing})}true(e){const t=vs.toPosition(e),r=e.text;return new gs({value:r,position:t,isMissing:e.isMissing})}false(e){const t=vs.toPosition(e),r=e.text;return new bs({value:r,position:t,isMissing:e.isMissing})}ERROR(e,t,r,s){const n=vs.toPosition(e),i=new ws({children:e.children,position:n,isUnexpected:!e.hasError,isMissing:e.isMissing,value:e.text});return 0===s.length?new Xr({children:[i]}):i}}const Ss=vs,xs={[Xr.type]:["children"],[Qr.type]:["children"],[ls.type]:["children"],[ds.type]:["children"],[hs.type]:["children"],[ws.type]:["children"],...fr},Os=e=>er(e)?"ParseResultElement":Vt(e)?dr(e):Ot(e),As=e=>Vt(e)||At(e);const Ns=class{sourceMap=!1;annotations;ParseResultElement={leave:e=>{const t=e.findElements(rr);if(t.length>0){t[0].classes.push("result")}this.annotations.forEach(t=>{e.push(t)}),this.annotations=[]}};constructor(){this.annotations=[]}document(e){const t=new it;return t._content=e.children,t}object(e){const t=new ae.Sh;return t._content=e.children,this.maybeAddSourceMap(e,t),t}property(e){const t=new ae.Pr;return t.content.key=e.key,t.content.value=e.value,this.maybeAddSourceMap(e,t),e.children.length>3&&e.children.filter(e=>"error"===e.type).forEach(t=>{this.error(t,e,[],[e])}),t}key(e){const{value:t,parseError:r}=e,s=new ae.Om(t);return r instanceof ws&&s.setMetaProperty("jsonParse",{isError:!0,errorType:r.name,errorMessage:r.message}),this.maybeAddSourceMap(e,s),s}array(e){const t=new ae.wE;return t._content=e.children,this.maybeAddSourceMap(e,t),t}string(e){const{value:t,parseError:r}=e,s=new ae.Om(t);return r instanceof ws&&s.setMetaProperty("jsonParse",{isError:!0,errorType:r.name,errorMessage:r.message}),this.maybeAddSourceMap(e,s),s}number(e){const t=new ae.kT(Number(e.value));return this.maybeAddSourceMap(e,t),t}null(e){const t=new ae.Os;return this.maybeAddSourceMap(e,t),t}true(e){const t=new ae.bd(!0);return this.maybeAddSourceMap(e,t),t}false(e){const t=new ae.bd(!1);return this.maybeAddSourceMap(e,t),t}literal(e){if(e.isMissing){const t=`(Missing ${e.value})`,r=new tt(t);r.classes.push("warning"),this.maybeAddSourceMap(e,r),this.annotations.push(r)}return null}error(e,t,r,s){const n=e.isUnexpected?`(Unexpected ${e.value})`:`(Error ${e.value})`,i=new tt(n);if(i.classes.push("error"),this.maybeAddSourceMap(e,i),0===s.length){const e=new it;return e.push(i),e}return this.annotations.push(i),null}maybeAddSourceMap(e,t){if(!this.sourceMap)return;const r=new at;r.position=e.position,r.astNode=e,t.meta.set("sourceMap",r)}},Ts=(e,{sourceMap:t=!1}={})=>{const r=e.walk(),s=new $r(r),[n]=Array.from(s),i=new Ss,o=new Ns,a=Mt(n,i,{keyMap:Es,state:{sourceMap:t}});return Mt(a.rootNode,o,{keyMap:xs,nodeTypeGetter:Os,nodePredicate:As,state:{sourceMap:t}})},Ms=(lt(),/(?<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*$)/);const Ps=class extends ft{};class Fs extends ae.Sh{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft4"}get idProp(){return this.get("id")}set idProp(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 items(){return this.get("items")}set items(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 links(){return this.get("links")}set links(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 Rs=Fs;class js extends ae.Sh{constructor(e,t,r){super(e,t,r),this.element="JSONReference",this.classes.push("json-reference")}get $ref(){return this.get("$ref")}set $ref(e){this.set("$ref",e)}}const Cs=js;class Is extends ae.Sh{constructor(e,t,r){super(e,t,r),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 ks=Is;class Ds extends ae.Sh{constructor(e,t,r){super(e,t,r),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 Ls=Ds;const Us=c(function(e,t){return g(function(r,s){return r[s]=e(t[s],s,t),r},{},J(t))});const $s=a(function(e){return null==e});var qs=c(function(e,t){if(0===e.length||$s(t))return!1;for(var r=t,s=0;s<e.length;){if($s(r)||!k(e[s],r))return!1;r=r[e[s]],s+=1}return!0});const Vs=qs;var Bs=c(function(e,t){return Vs([e],t)});const Js=Bs;const Hs=u(function(e,t,r){return e(h(t,r))});const Ws=a(function(e){return I(e.length,e)});const Zs=c(function(e,t){return I(e+1,function(){var r=arguments[e];if(null!=r&&ke(r[t]))return r[t].apply(r,Array.prototype.slice.call(arguments,0,e));throw new TypeError(je(r)+' does not have a method named "'+t+'"')})});const Gs=Zs(1,"split");var zs=function(){function e(e,t){this.xf=t,this.f=e}return e.prototype["@@transducer/init"]=M,e.prototype["@@transducer/result"]=P,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 Ks(e){return function(t){return new zs(e,t)}}const Qs=c(N(["dropWhile"],Ks,function(e,t){for(var r=0,s=t.length;r<s&&e(t[r]);)r+=1;return ye(r,1/0,t)}));const Xs=Zs(1,"join");const Ys=Ws(function(e,t){return be(Gs(""),Qs(It(e)),Xs(""))(t)}),en=(e,t)=>{const r=l(e,t);return Us(e=>{if(Ye(e)&&Js("$ref",e)&&Hs(Pt,"$ref",e)){const t=Er(["$ref"],e),s=Ys("#/",t);return Er(s.split("/"),r)}return Ye(e)?en(e,r):e},e)};const tn=function(){return!0},rn=e=>"string"==typeof e?.type?e.type:dr(e),sn={EphemeralObject:["content"],EphemeralArray:["content"],...fr},nn=(e,t,{keyMap:r=sn,...s}={})=>yr(e,t,{keyMap:r,nodeTypeGetter:rn,nodePredicate:tn,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...s});nn[Symbol.for("nodejs.util.promisify.custom")]=async(e,{keyMap:t=sn,...r}={})=>yr[Symbol.for("nodejs.util.promisify.custom")](e,visitor,{keyMap:t,nodeTypeGetter:rn,nodePredicate:tn,detectCycles:!1,deleteNodeSymbol:Symbol.for("delete-node"),skipVisitingNodeSymbol:Symbol.for("skip-visiting-node"),...r});const on=class{type="EphemeralArray";content=[];reference=void 0;constructor(e){this.content=e,this.reference=[]}toReference(){return this.reference}toArray(){return this.reference.push(...this.content),this.reference}};const an=class{type="EphemeralObject";content=[];reference=void 0;constructor(e){this.content=e,this.reference={}}toReference(){return this.reference}toObject(){return Object.assign(this.reference,Object.fromEntries(this.content))}};class cn{ObjectElement={enter:e=>{if(this.references.has(e))return this.references.get(e).toReference();const t=new an(e.content);return this.references.set(e,t),t}};EphemeralObject={leave:e=>e.toObject()};MemberElement={enter:e=>[e.key,e.value]};ArrayElement={enter:e=>{if(this.references.has(e))return this.references.get(e).toReference();const t=new on(e.content);return this.references.set(e,t),t}};EphemeralArray={leave:e=>e.toArray()};references=new WeakMap;BooleanElement(e){return e.toValue()}NumberElement(e){return e.toValue()}StringElement(e){return e.toValue()}NullElement(){return null}RefElement(e,...t){const r=t[3];return"EphemeralObject"===r[r.length-1]?.type?Symbol.for("delete-node"):String(e.toValue())}LinkElement(e){return Bt(e.href)?e.href.toValue():""}}const un=e=>Vt(e)?Bt(e)||Jt(e)||Wt(e)||Ht(e)?e.toValue():nn(e,new cn):e,ln=e=>{const t=e.meta.length>0?ur(e.meta):void 0,r=e.attributes.length>0?ur(e.attributes):void 0;return new e.constructor(void 0,t,r)},_n=(e,t)=>t.clone&&t.isMergeableElement(e)?dn(ln(e),e,t):e,mn={clone:!0,isMergeableElement:e=>Zt(e)||Gt(e),arrayElementMerge:(e,t,r)=>e.concat(t)["fantasy-land/map"](e=>_n(e,r)),objectElementMerge:(e,t,r)=>{const s=Zt(e)?ln(e):ln(t);return Zt(e)&&e.forEach((e,t,n)=>{const i=mr(n);i.value=_n(e,r),s.content.push(i)}),t.forEach((t,n,i)=>{const o=un(n);let a;if(Zt(e)&&e.hasKey(o)&&r.isMergeableElement(t)){const s=e.get(o);a=mr(i),a.value=((e,t)=>{if("function"!=typeof t.customMerge)return dn;const r=t.customMerge(e,t);return"function"==typeof r?r:dn})(n,r)(s,t,r)}else a=mr(i),a.value=_n(t,r);s.remove(o),s.content.push(a)}),s},customMerge:void 0,customMetaMerge:void 0,customAttributesMerge:void 0},dn=(e,t,r)=>{const s={...mn,...r};s.isMergeableElement=s.isMergeableElement??mn.isMergeableElement,s.arrayElementMerge=s.arrayElementMerge??mn.arrayElementMerge,s.objectElementMerge=s.objectElementMerge??mn.objectElementMerge;const n=Gt(t);if(!(n===Gt(e)))return _n(t,s);const i=n&&"function"==typeof s.arrayElementMerge?s.arrayElementMerge(e,t,s):s.objectElementMerge(e,t,s);return i.meta=(e=>"function"!=typeof e.customMetaMerge?e=>ur(e):e.customMetaMerge)(s)(e.meta,t.meta),i.attributes=(e=>"function"!=typeof e.customAttributesMerge?e=>ur(e):e.customAttributesMerge)(s)(e.attributes,t.attributes),i};dn.all=(e,t)=>{if(!Array.isArray(e))throw new TypeError("First argument of deepmerge should be an array.");return 0===e.length?new ae.Sh:e.reduce((e,r)=>dn(e,r,t),ln(e[0]))};const hn=dn;const pn=class{element;constructor(e){Object.assign(this,e)}copyMetaAndAttributes(e,t){(e.meta.length>0||t.meta.length>0)&&(t.meta=hn(t.meta,e.meta),sr(e)&&t.meta.set("sourceMap",e.meta.get("sourceMap"))),(e.attributes.length>0||e.meta.length>0)&&(t.attributes=hn(t.attributes,e.attributes))}};const fn=class extends pn{enter(e){return this.element=ur(e),xt}},yn=(e,t,r=[])=>{const s=Object.getOwnPropertyDescriptors(t);for(let e of r)delete s[e];Object.defineProperties(e,s)},gn=(e,t=[e])=>{const r=Object.getPrototypeOf(e);return null===r?t:gn(r,[...t,r])},bn=(e,t,r=[])=>{var s;const n=null!==(s=((...e)=>{if(0===e.length)return;let t;const r=e.map(e=>gn(e));for(;r.every(e=>e.length>0);){const e=r.map(e=>e.pop()),s=e[0];if(!e.every(e=>e===s))break;t=s}return t})(...e))&&void 0!==s?s:Object.prototype,i=Object.create(n),o=gn(n);for(let t of e){let e=gn(t);for(let t=e.length-1;t>=0;t--){let s=e[t];-1===o.indexOf(s)&&(yn(i,s,["constructor",...r]),o.push(s))}}return i.constructor=t,i},wn=e=>e.filter((t,r)=>e.indexOf(t)==r),En=(e,t)=>{const r=t.map(e=>gn(e));let s=0,n=!0;for(;n;){n=!1;for(let i=t.length-1;i>=0;i--){const t=r[i][s];if(null!=t&&(n=!0,null!=Object.getOwnPropertyDescriptor(t,e)))return r[i][0]}s++}},vn=(e,t=Object.prototype)=>new Proxy({},{getPrototypeOf:()=>t,setPrototypeOf(){throw Error("Cannot set prototype of Proxies created by ts-mixer")},getOwnPropertyDescriptor:(t,r)=>Object.getOwnPropertyDescriptor(En(r,e)||{},r),defineProperty(){throw new Error("Cannot define new properties on Proxies created by ts-mixer")},has:(r,s)=>void 0!==En(s,e)||void 0!==t[s],get:(r,s)=>(En(s,e)||t)[s],set(t,r,s){const n=En(r,e);if(void 0===n)throw new Error("Cannot set new properties on Proxies created by ts-mixer");return n[r]=s,!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)))}),Sn=null,xn="copy",On="copy",An="deep",Nn=new WeakMap,Tn=e=>Nn.get(e),Mn=(e,t)=>{var r,s;const n=wn([...Object.getOwnPropertyNames(e),...Object.getOwnPropertyNames(t)]),i={};for(let o of n)i[o]=wn([...null!==(r=null==e?void 0:e[o])&&void 0!==r?r:[],...null!==(s=null==t?void 0:t[o])&&void 0!==s?s:[]]);return i},Pn=(e,t)=>{var r,s,n,i;return{property:Mn(null!==(r=null==e?void 0:e.property)&&void 0!==r?r:{},null!==(s=null==t?void 0:t.property)&&void 0!==s?s:{}),method:Mn(null!==(n=null==e?void 0:e.method)&&void 0!==n?n:{},null!==(i=null==t?void 0:t.method)&&void 0!==i?i:{})}},Fn=(e,t)=>{var r,s,n,i,o,a;return{class:wn([...null!==(r=null==e?void 0:e.class)&&void 0!==r?r:[],...null!==(s=null==t?void 0:t.class)&&void 0!==s?s:[]]),static:Pn(null!==(n=null==e?void 0:e.static)&&void 0!==n?n:{},null!==(i=null==t?void 0:t.static)&&void 0!==i?i:{}),instance:Pn(null!==(o=null==e?void 0:e.instance)&&void 0!==o?o:{},null!==(a=null==t?void 0:t.instance)&&void 0!==a?a:{})}},Rn=new Map,jn=(...e)=>{const t=((...e)=>{var t;const r=new Set,s=new Set([...e]);for(;s.size>0;)for(let e of s){const n=[...gn(e.prototype).map(e=>e.constructor),...null!==(t=Tn(e))&&void 0!==t?t:[]].filter(e=>!r.has(e));for(let e of n)s.add(e);r.add(e),s.delete(e)}return[...r]})(...e).map(e=>Rn.get(e)).filter(e=>!!e);return 0==t.length?{}:1==t.length?t[0]:t.reduce((e,t)=>Fn(e,t))},Cn=e=>{let t=Rn.get(e);return t||(t={},Rn.set(e,t)),t};function In(...e){var t,r,s;const n=e.map(e=>e.prototype),i=Sn;if(null!==i){const e=n.map(e=>e[i]).filter(e=>"function"==typeof e),t=function(...t){for(let r of e)r.apply(this,t)},r={[i]:t};n.push(r)}function o(...t){for(const r of e)yn(this,new r(...t));null!==i&&"function"==typeof this[i]&&this[i].apply(this,t)}var a,c;o.prototype="copy"===On?bn(n,o):(a=n,c=o,vn([...a,{constructor:c}])),Object.setPrototypeOf(o,"copy"===xn?bn(e,null,["prototype"]):vn(e,Function.prototype));let u=o;if("none"!==An){const n="deep"===An?jn(...e):((...e)=>{const t=e.map(e=>Cn(e));return 0===t.length?{}:1===t.length?t[0]:t.reduce((e,t)=>Fn(e,t))})(...e);for(let e of null!==(t=null==n?void 0:n.class)&&void 0!==t?t:[]){const t=e(u);t&&(u=t)}kn(null!==(r=null==n?void 0:n.static)&&void 0!==r?r:{},u),kn(null!==(s=null==n?void 0:n.instance)&&void 0!==s?s:{},u.prototype)}var l,_;return l=u,_=e,Nn.set(l,_),u}const kn=(e,t)=>{const r=e.property,s=e.method;if(r)for(let e in r)for(let s of r[e])s(t,e);if(s)for(let e in s)for(let r of s[e])r(t,e,Object.getOwnPropertyDescriptor(t,e))};const Dn=a(function(e){return I(pe(Je,0,He("length",e)),function(){for(var t=0,r=e.length;t<r;){if(!e[t].apply(this,arguments))return!1;t+=1}return!0})});const Ln=a(function(e){return!Nr(e)});const Un=c(function(e,t){return e||t});var $n=z(I(1,Le($e,c(function(e,t){return ke(e)?function(){return e.apply(this,arguments)||t.apply(this,arguments)}:G(Un)(e,t)})(Ve,ze))));const qn=Dn([Pt,$n,Ln]);const Vn=c(function(e,t){for(var r={},s=0;s<e.length;)e[s]in t&&(r[e[s]]=t[e[s]]),s+=1;return r});const Bn=class extends pn{specObj;passingOptionsNames=["specObj","parent"];constructor({specObj:e,...t}){super({...t}),this.specObj=e}retrievePassingOptions(){return Vn(this.passingOptionsNames,this)}retrieveFixedFields(e){const t=Er(["visitors",...e,"fixedFields"],this.specObj);return"object"==typeof t&&null!==t?Object.keys(t):[]}retrieveVisitor(e){return Ie(ze,["visitors",...e],this.specObj)?Er(["visitors",...e],this.specObj):Er(["visitors",...e,"$visitor"],this.specObj)}retrieveVisitorInstance(e,t={}){const r=this.retrievePassingOptions();return new(this.retrieveVisitor(e))({...r,...t})}toRefractedElement(e,t,r={}){const s=this.retrieveVisitorInstance(e,r);return s instanceof fn&&s?.constructor===fn?ur(t):(yr(t,s,r),s.element)}};const Jn=class extends Bn{specPath;ignoredFields;constructor({specPath:e,ignoredFields:t,...r}){super({...r}),this.specPath=e,this.ignoredFields=t||[]}ObjectElement(e){const t=this.specPath(e),r=this.retrieveFixedFields(t);return e.forEach((e,s,n)=>{if(Bt(s)&&r.includes(un(s))&&!this.ignoredFields.includes(un(s))){const r=this.toRefractedElement([...t,"fixedFields",un(s)],e),i=new ae.Pr(ur(s),r);this.copyMetaAndAttributes(n,i),i.classes.push("fixed-field"),this.element.content.push(i)}else this.ignoredFields.includes(un(s))||this.element.content.push(ur(n))}),this.copyMetaAndAttributes(e,this.element),xt}};const Hn=class{parent;constructor({parent:e}){this.parent=e}},Wn=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Rs||e(s)&&t("JSONSchemaDraft4",s)&&r("object",s)),Zn=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Cs||e(s)&&t("JSONReference",s)&&r("object",s)),Gn=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof ks||e(s)&&t("media",s)&&r("object",s)),zn=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Ls||e(s)&&t("linkDescription",s)&&r("object",s));class Kn extends(In(Jn,Hn,fn)){constructor(e){super(e),this.element=new Rs,this.specPath=se(["document","objects","JSONSchema"])}get defaultDialectIdentifier(){return"http://json-schema.org/draft-04/schema#"}ObjectElement(e){return this.handleDialectIdentifier(e),this.handleSchemaIdentifier(e),this.parent=this.element,Jn.prototype.ObjectElement.call(this,e)}handleDialectIdentifier(e){if(ie(this.parent)&&!Bt(e.get("$schema")))this.element.setMetaProperty("inheritedDialectIdentifier",this.defaultDialectIdentifier);else if(Wn(this.parent)&&!Bt(e.get("$schema"))){const e=l(un(this.parent.meta.get("inheritedDialectIdentifier")),un(this.parent.$schema));this.element.setMetaProperty("inheritedDialectIdentifier",e)}}handleSchemaIdentifier(e,t="id"){const r=void 0!==this.parent?ur(this.parent.getMetaProperty("ancestorsSchemaIdentifiers",[])):new ae.wE,s=un(e.get(t));qn(s)&&r.push(s),this.element.setMetaProperty("ancestorsSchemaIdentifiers",r)}}const Qn=Kn,Xn=e=>Zt(e)&&e.hasKey("$ref");class Yn extends(In(Bn,Hn,fn)){ObjectElement(e){const t=Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"];return this.element=this.toRefractedElement(t,e),xt}ArrayElement(e){return this.element=new ae.wE,this.element.classes.push("json-schema-items"),e.forEach(e=>{const t=Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)}),this.copyMetaAndAttributes(e,this.element),xt}}const ei=Yn;const ti=class extends fn{ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-required"),t}};const ri=function(){return!1};const si=class extends Bn{specPath;ignoredFields;fieldPatternPredicate=ri;constructor({specPath:e,ignoredFields:t,fieldPatternPredicate:r,...s}){super({...s}),this.specPath=e,this.ignoredFields=t||[],"function"==typeof r&&(this.fieldPatternPredicate=r)}ObjectElement(e){return e.forEach((e,t,r)=>{if(!this.ignoredFields.includes(un(t))&&this.fieldPatternPredicate(un(t))){const s=this.specPath(e),n=this.toRefractedElement(s,e),i=new ae.Pr(ur(t),n);this.copyMetaAndAttributes(r,i),i.classes.push("patterned-field"),this.element.content.push(i)}else this.ignoredFields.includes(un(t))||this.element.content.push(ur(r))}),this.copyMetaAndAttributes(e,this.element),xt}};const ni=class extends si{constructor(e){super(e),this.fieldPatternPredicate=qn}};class ii extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-properties"),this.specPath=e=>Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const oi=ii;class ai extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-patternProperties"),this.specPath=e=>Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const ci=ai;class ui extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-dependencies"),this.specPath=e=>Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const li=ui;const _i=class extends fn{ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-enum"),t}};const mi=class extends fn{StringElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-type"),t}ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-type"),t}};class di extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-allOf")}ArrayElement(e){return e.forEach(e=>{const t=Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)}),this.copyMetaAndAttributes(e,this.element),xt}}const hi=di;class pi extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-anyOf")}ArrayElement(e){return e.forEach(e=>{const t=Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)}),this.copyMetaAndAttributes(e,this.element),xt}}const fi=pi;class yi extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-oneOf")}ArrayElement(e){return e.forEach(e=>{const t=Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"],r=this.toRefractedElement(t,e);this.element.push(r)}),this.copyMetaAndAttributes(e,this.element),xt}}const gi=yi;class bi extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-definitions"),this.specPath=e=>Xn(e)?["document","objects","JSONReference"]:["document","objects","JSONSchema"]}}const wi=bi;class Ei extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-links")}ArrayElement(e){return e.forEach(e=>{const t=this.toRefractedElement(["document","objects","LinkDescription"],e);this.element.push(t)}),this.copyMetaAndAttributes(e,this.element),xt}}const vi=Ei;class Si extends(In(Jn,fn)){constructor(e){super(e),this.element=new Cs,this.specPath=se(["document","objects","JSONReference"])}ObjectElement(e){const t=Jn.prototype.ObjectElement.call(this,e);return Bt(this.element.$ref)&&this.element.classes.push("reference-element"),t}}const xi=Si;const Oi=class extends fn{StringElement(e){const t=this.enter(e);return this.element.classes.push("reference-value"),t}};const Ai=u(function(e,t,r){return I(Math.max(e.length,t.length,r.length),function(){return e.apply(this,arguments)?t.apply(this,arguments):r.apply(this,arguments)})});const Ni=a(function(e){return function(t,r){return e(t,r)?-1:e(r,t)?1:0}});var Ti=c(function(e,t){return Array.prototype.slice.call(t,0).sort(e)});const Mi=Ti;const Pi=a(Ft);const Fi=z($s);const Ri=Le(Tr,Ln);function ji(e){return function(e){if(Array.isArray(e))return Ci(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 Ci(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Ci(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 Ci(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,s=Array(t);r<t;r++)s[r]=e[r];return s}var Ii=be(Mi(Ni(function(e,t){return e.length>t.length})),Gr,h("length")),ki=Ws(function(e,t,r){var s=r.apply(void 0,ji(e));return Fi(s)?Pi(s):t});const Di=Ai(Ri,function(e){var t=Ii(e);return I(t,function(){for(var t=arguments.length,r=new Array(t),s=0;s<t;s++)r[s]=arguments[s];return pe(ki(r),void 0,e)})},ne);const Li=class extends Bn{alternator;constructor({alternator:e,...t}){super({...t}),this.alternator=e}enter(e){const t=this.alternator.map(({predicate:e,specPath:t})=>Ai(e,se(t),ne)),r=Di(t)(e);return this.element=this.toRefractedElement(r,e),xt}};const Ui=class extends Li{constructor(e){super(e),this.alternator=[{predicate:Xn,specPath:["document","objects","JSONReference"]},{predicate:tn,specPath:["document","objects","JSONSchema"]}]}};class $i extends(In(Jn,fn)){constructor(e){super(e),this.element=new ks,this.specPath=se(["document","objects","Media"])}}const qi=$i;class Vi extends(In(Jn,fn)){constructor(e){super(e),this.element=new Ls,this.specPath=se(["document","objects","LinkDescription"])}}const Bi=Vi,Ji={visitors:{value:fn,JSONSchemaOrJSONReferenceVisitor:Ui,document:{objects:{JSONSchema:{$visitor:Qn,fixedFields:{id:{$ref:"#/visitors/value"},$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:Ui,items:ei,maxItems:{$ref:"#/visitors/value"},minItems:{$ref:"#/visitors/value"},uniqueItems:{$ref:"#/visitors/value"},maxProperties:{$ref:"#/visitors/value"},minProperties:{$ref:"#/visitors/value"},required:ti,properties:oi,additionalProperties:Ui,patternProperties:ci,dependencies:li,enum:_i,type:mi,allOf:hi,anyOf:fi,oneOf:gi,not:Ui,definitions:wi,title:{$ref:"#/visitors/value"},description:{$ref:"#/visitors/value"},default:{$ref:"#/visitors/value"},format:{$ref:"#/visitors/value"},base:{$ref:"#/visitors/value"},links:vi,media:{$ref:"#/visitors/document/objects/Media"},readOnly:{$ref:"#/visitors/value"}}},JSONReference:{$visitor:xi,fixedFields:{$ref:Oi}},Media:{$visitor:qi,fixedFields:{binaryEncoding:{$ref:"#/visitors/value"},type:{$ref:"#/visitors/value"}}},LinkDescription:{$visitor:Bi,fixedFields:{href:{$ref:"#/visitors/value"},rel:{$ref:"#/visitors/value"},title:{$ref:"#/visitors/value"},targetSchema:Ui,mediaType:{$ref:"#/visitors/value"},method:{$ref:"#/visitors/value"},encType:{$ref:"#/visitors/value"},schema:Ui}}}}}},Hi=e=>{if(Vt(e))return`${e.element.charAt(0).toUpperCase()+e.element.slice(1)}Element`},Wi={JSONSchemaDraft4Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...fr},Zi={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft4",Rs),t.register("jSONReference",Cs),t.register("media",ks),t.register("linkDescription",Ls),t}},Gi=()=>{const e=lt(Zi);return{predicates:{...t,isStringElement:Bt},namespace:e}},zi=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:s=Ji}={})=>{const n=(0,ae.e)(e),i=en(s),o=new(Er(t,i))({specObj:i});return yr(n,o),jr(o.element,r,{toolboxCreator:Gi,visitorOptions:{keyMap:Wi,nodeTypeGetter:Hi}})},Ki=e=>(t,r={})=>zi(t,{specPath:e,...r});Rs.refract=Ki(["visitors","document","objects","JSONSchema","$visitor"]),Cs.refract=Ki(["visitors","document","objects","JSONReference","$visitor"]),ks.refract=Ki(["visitors","document","objects","Media","$visitor"]),Ls.refract=Ki(["visitors","document","objects","LinkDescription","$visitor"]);const Qi=class extends Rs{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft6"}get idProp(){throw new Ps("id keyword from Core vocabulary has been renamed to $id.")}set idProp(e){throw new Ps("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 containsProp(){return this.get("contains")}set containsProp(e){this.set("contains",e)}get items(){return this.get("items")}set items(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 Xi=class extends Ls{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 Ps("schema keyword from Hyper-Schema vocabulary has been renamed to submissionSchema.")}set schema(e){throw new Ps("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 Ps("method keyword from Hyper-Schema vocabulary has been removed.")}set method(e){throw new Ps("method keyword from Hyper-Schema vocabulary has been removed.")}get encType(){throw new Ps("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}set encType(e){throw new Ps("encType keyword from Hyper-Schema vocabulary has been renamed to submissionEncType.")}get submissionEncType(){return this.get("submissionEncType")}set submissionEncType(e){this.set("submissionEncType",e)}};var Yi=u(function e(t,r,s){if(0===t.length)return r;var n=t[0];if(t.length>1){var i=d(n,s);($s(i)||"object"!=typeof i)&&(i=_(t[1])?[]:{}),r=e(Array.prototype.slice.call(t,1),r,i)}return function(e,t,r){if(_(e)&&b(r)){var s=e<0?r.length+e:e,n=[].concat(r);return n[s]=t,n}var i={};for(var o in r)i[o]=r[o];return i[e]=t,i}(n,r,s)});const eo=Yi;const to=u(function(e,t,r){var s=Array.prototype.slice.call(r,0);return s.splice(e,t),s});var ro=u(function(e,t,r){return eo([e],t,r)});const so=ro;var no=c(function e(t,r){if(null==r)return r;switch(t.length){case 0:return r;case 1:return function(e,t){if(null==t)return t;if(_(e)&&b(t))return to(e,1,t);var r={};for(var s in t)r[s]=t[s];return delete r[e],r}(t[0],r);default:var s=t[0],n=Array.prototype.slice.call(t,1);return null==r[s]?function(e,t){if(_(e)&&b(t))return[].concat(t);var r={};for(var s in t)r[s]=t[s];return r}(s,r):so(s,e(n,r[s]),r)}});const io=no;const oo=class extends Qn{constructor(e){super(e),this.element=new Qi}get defaultDialectIdentifier(){return"http://json-schema.org/draft-06/schema#"}BooleanElement(e){const t=this.enter(e);return this.element.classes.push("boolean-json-schema"),t}handleSchemaIdentifier(e,t="$id"){return super.handleSchemaIdentifier(e,t)}};const ao=class extends ei{BooleanElement(e){return this.element=this.toRefractedElement(["document","objects","JSONSchema"],e),xt}};const co=class extends fn{ArrayElement(e){const t=this.enter(e);return this.element.classes.push("json-schema-examples"),t}};const uo=class extends Bi{constructor(e){super(e),this.element=new Xi}},lo=be(eo(["visitors","document","objects","JSONSchema","$visitor"],oo),io(["visitors","document","objects","JSONSchema","fixedFields","id"]),eo(["visitors","document","objects","JSONSchema","fixedFields","$id"],Ji.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","contains"],Ji.visitors.JSONSchemaOrJSONReferenceVisitor),eo(["visitors","document","objects","JSONSchema","fixedFields","items"],ao),eo(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],Ji.visitors.JSONSchemaOrJSONReferenceVisitor),eo(["visitors","document","objects","JSONSchema","fixedFields","const"],Ji.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","examples"],co),eo(["visitors","document","objects","LinkDescription","$visitor"],uo),eo(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],Ji.visitors.JSONSchemaOrJSONReferenceVisitor),io(["visitors","document","objects","LinkDescription","fixedFields","schema"]),eo(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],Ji.visitors.JSONSchemaOrJSONReferenceVisitor),io(["visitors","document","objects","LinkDescription","fixedFields","method"]),io(["visitors","document","objects","LinkDescription","fixedFields","encType"]),eo(["visitors","document","objects","LinkDescription","fixedFields","submissionEncType"],Ji.visitors.value))(Ji),_o={JSONSchemaDraft6Element:["content"],JSONReferenceElement:["content"],MediaElement:["content"],LinkDescriptionElement:["content"],...fr},mo=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Qi||e(s)&&t("JSONSchemaDraft6",s)&&r("object",s)),ho=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Xi||e(s)&&t("linkDescription",s)&&r("object",s)),po={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft6",Qi),t.register("jSONReference",Cs),t.register("media",ks),t.register("linkDescription",Xi),t}},fo=()=>{const e=lt(po);return{predicates:{...r,isStringElement:Bt},namespace:e}},yo=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:s=lo}={})=>{const n=(0,ae.e)(e),i=en(s),o=new(Er(t,i))({specObj:i});return yr(n,o),jr(o.element,r,{toolboxCreator:fo,visitorOptions:{keyMap:_o,nodeTypeGetter:Hi}})},go=e=>(t,r={})=>yo(t,{specPath:e,...r});Qi.refract=go(["visitors","document","objects","JSONSchema","$visitor"]),Xi.refract=go(["visitors","document","objects","LinkDescription","$visitor"]);const bo=class extends Qi{constructor(e,t,r){super(e,t,r),this.element="JSONSchemaDraft7"}get $comment(){return this.get("$comment")}set $comment(e){this.set("$comment",e)}get items(){return this.get("items")}set items(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 Ps('media keyword from Hyper-Schema vocabulary has been moved to validation vocabulary as "contentMediaType" / "contentEncoding"')}set media(e){throw new Ps('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 wo=class extends Xi{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 Ps("mediaType keyword from Hyper-Schema vocabulary has been renamed to targetMediaType.")}set mediaType(e){throw new Ps("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 Ps("submissionEncType keyword from Hyper-Schema vocabulary has been renamed to submissionMediaType.")}set submissionEncType(e){throw new Ps("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 oo{constructor(e){super(e),this.element=new bo}get defaultDialectIdentifier(){return"http://json-schema.org/draft-07/schema#"}};const vo=class extends uo{constructor(e){super(e),this.element=new wo}},So=be(eo(["visitors","document","objects","JSONSchema","$visitor"],Eo),eo(["visitors","document","objects","JSONSchema","fixedFields","$comment"],lo.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","if"],lo.visitors.JSONSchemaOrJSONReferenceVisitor),eo(["visitors","document","objects","JSONSchema","fixedFields","then"],lo.visitors.JSONSchemaOrJSONReferenceVisitor),eo(["visitors","document","objects","JSONSchema","fixedFields","else"],lo.visitors.JSONSchemaOrJSONReferenceVisitor),io(["visitors","document","objects","JSONSchema","fixedFields","media"]),eo(["visitors","document","objects","JSONSchema","fixedFields","contentEncoding"],lo.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","contentMediaType"],lo.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","writeOnly"],lo.visitors.value),eo(["visitors","document","objects","LinkDescription","$visitor"],vo),eo(["visitors","document","objects","LinkDescription","fixedFields","anchor"],lo.visitors.value),eo(["visitors","document","objects","LinkDescription","fixedFields","anchorPointer"],lo.visitors.value),io(["visitors","document","objects","LinkDescription","fixedFields","mediaType"]),eo(["visitors","document","objects","LinkDescription","fixedFields","targetMediaType"],lo.visitors.value),eo(["visitors","document","objects","LinkDescription","fixedFields","targetHints"],lo.visitors.value),eo(["visitors","document","objects","LinkDescription","fixedFields","description"],lo.visitors.value),eo(["visitors","document","objects","LinkDescription","fixedFields","$comment"],lo.visitors.value),eo(["visitors","document","objects","LinkDescription","fixedFields","headerSchema"],lo.visitors.JSONSchemaOrJSONReferenceVisitor),io(["visitors","document","objects","LinkDescription","fixedFields","submissionEncType"]),eo(["visitors","document","objects","LinkDescription","fixedFields","submissionMediaType"],lo.visitors.value))(lo),xo={JSONSchemaDraft7Element:["content"],JSONReferenceElement:["content"],LinkDescriptionElement:["content"],...fr},Oo=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof bo||e(s)&&t("JSONSchemaDraft7",s)&&r("object",s)),Ao=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof wo||e(s)&&t("linkDescription",s)&&r("object",s)),No={namespace:e=>{const{base:t}=e;return t.register("jSONSchemaDraft7",bo),t.register("jSONReference",Cs),t.register("linkDescription",wo),t}},To=()=>{const e=lt(No);return{predicates:{...s,isStringElement:Bt},namespace:e}},Mo=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:s=So}={})=>{const n=(0,ae.e)(e),i=en(s),o=new(Er(t,i))({specObj:i});return yr(n,o),jr(o.element,r,{toolboxCreator:To,visitorOptions:{keyMap:xo,nodeTypeGetter:Hi}})},Po=e=>(t,r={})=>Mo(t,{specPath:e,...r});bo.refract=Po(["visitors","document","objects","JSONSchema","$visitor"]),wo.refract=Po(["visitors","document","objects","LinkDescription","$visitor"]);const Fo=class extends bo{constructor(e,t,r){super(e,t,r),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 Ps("definitions keyword from Validation vocabulary has been renamed to $defs.")}set definitions(e){throw new Ps("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 Ps("dependencies keyword from Validation vocabulary has been renamed to dependentSchemas.")}set dependencies(e){throw new Ps("dependencies keyword from Validation vocabulary has been renamed to dependentSchemas.")}get items(){return this.get("items")}set items(e){this.set("items",e)}get containsProp(){return this.get("contains")}set containsProp(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 Ro=class extends wo{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 jo=class extends Eo{constructor(e){super(e),this.element=new Fo}get defaultDialectIdentifier(){return"https://json-schema.org/draft/2019-09/schema"}ObjectElement(e){this.handleDialectIdentifier(e),this.handleSchemaIdentifier(e),this.parent=this.element;const t=Jn.prototype.ObjectElement.call(this,e);return Bt(this.element.$ref)&&(this.element.classes.push("reference-element"),this.element.setMetaProperty("referenced-element","schema")),t}};const Co=class extends fn{ObjectElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-$vocabulary"),t}};const Io=class extends fn{StringElement(e){const t=super.enter(e);return this.element.classes.push("reference-value"),t}};class ko extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-$defs"),this.specPath=se(["document","objects","JSONSchema"])}}const Do=ko;class Lo extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-allOf")}ArrayElement(e){return e.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(e,this.element),xt}}const Uo=Lo;class $o extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-anyOf")}ArrayElement(e){return e.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(e,this.element),xt}}const qo=$o;class Vo extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-oneOf")}ArrayElement(e){return e.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(e,this.element),xt}}const Bo=Vo;class Jo extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-dependentSchemas"),this.specPath=se(["document","objects","JSONSchema"])}}const Ho=Jo;class Wo extends(In(Bn,Hn,fn)){ObjectElement(e){return this.element=this.toRefractedElement(["document","objects","JSONSchema"],e),xt}ArrayElement(e){return this.element=new ae.wE,this.element.classes.push("json-schema-items"),e.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(e,this.element),xt}BooleanElement(e){return this.element=this.toRefractedElement(["document","objects","JSONSchema"],e),xt}}const Zo=Wo;class Go extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-properties"),this.specPath=se(["document","objects","JSONSchema"])}}const zo=Go;class Ko extends(In(ni,Hn,fn)){constructor(e){super(e),this.element=new ae.Sh,this.element.classes.push("json-schema-patternProperties"),this.specPath=se(["document","objects","JSONSchema"])}}const Qo=Ko;const Xo=class extends fn{ObjectElement(e){const t=super.enter(e);return this.element.classes.push("json-schema-dependentRequired"),t}};const Yo=class extends vo{constructor(e){super(e),this.element=new Ro}},ea=be(eo(["visitors","document","objects","JSONSchema","$visitor"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","$vocabulary"],Co),eo(["visitors","document","objects","JSONSchema","fixedFields","$anchor"],So.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","$recursiveAnchor"],So.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","$recursiveRef"],So.visitors.value),io(["visitors","document","objects","JSONReference","$visitor"]),eo(["visitors","document","objects","JSONSchema","fixedFields","$ref"],Io),io(["visitors","document","objects","JSONSchema","fixedFields","definitions"]),eo(["visitors","document","objects","JSONSchema","fixedFields","$defs"],Do),eo(["visitors","document","objects","JSONSchema","fixedFields","allOf"],Uo),eo(["visitors","document","objects","JSONSchema","fixedFields","anyOf"],qo),eo(["visitors","document","objects","JSONSchema","fixedFields","oneOf"],Bo),eo(["visitors","document","objects","JSONSchema","fixedFields","not"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","if"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","then"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","else"],jo),io(["visitors","document","objects","JSONSchema","fixedFields","dependencies"]),eo(["visitors","document","objects","JSONSchema","fixedFields","dependentSchemas"],Ho),eo(["visitors","document","objects","JSONSchema","fixedFields","items"],Zo),eo(["visitors","document","objects","JSONSchema","fixedFields","contains"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","properties"],zo),eo(["visitors","document","objects","JSONSchema","fixedFields","patternProperties"],Qo),eo(["visitors","document","objects","JSONSchema","fixedFields","additionalProperties"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","additionalItems"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedItems"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedProperties"],jo),eo(["visitors","document","objects","JSONSchema","fixedFields","maxContains"],So.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","minContains"],So.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","dependentRequired"],Xo),eo(["visitors","document","objects","JSONSchema","fixedFields","deprecated"],So.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","contentSchema"],jo),eo(["visitors","document","objects","LinkDescription","$visitor"],Yo),eo(["visitors","document","objects","LinkDescription","fixedFields","targetSchema"],jo),eo(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],jo),eo(["visitors","document","objects","LinkDescription","fixedFields","headerSchema"],jo),eo(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],jo))(So),ta={JSONSchema201909Element:["content"],LinkDescriptionElement:["content"],...fr},ra=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Fo||e(s)&&t("JSONSchema201909",s)&&r("object",s)),sa=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof Ro||e(s)&&t("linkDescription",s)&&r("object",s)),na={namespace:e=>{const{base:t}=e;return t.register("jSONSchema201909",Fo),t.register("linkDescription",Ro),t}},ia=()=>{const e=lt(na);return{predicates:{...n,isStringElement:Bt},namespace:e}},oa=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:s=ea}={})=>{const n=(0,ae.e)(e),i=en(s),o=new(Er(t,i))({specObj:i});return yr(n,o),jr(o.element,r,{toolboxCreator:ia,visitorOptions:{keyMap:ta,nodeTypeGetter:Hi}})},aa=e=>(t,r={})=>oa(t,{specPath:e,...r});Fo.refract=aa(["visitors","document","objects","JSONSchema","$visitor"]),Ro.refract=aa(["visitors","document","objects","LinkDescription","$visitor"]);const ca=class extends Fo{constructor(e,t,r){super(e,t,r),this.element="JSONSchema202012"}get $dynamicAnchor(){return this.get("$dynamicAnchor")}set $dynamicAnchor(e){this.set("$dynamicAnchor",e)}get $recursiveAnchor(){throw new Ps("$recursiveAnchor keyword from Core vocabulary has been renamed to $dynamicAnchor.")}set $recursiveAnchor(e){throw new Ps("$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 Ps("$recursiveRef keyword from Core vocabulary has been renamed to $dynamicRef.")}set $recursiveRef(e){throw new Ps("$recursiveRef keyword from Core vocabulary has been renamed to $dynamicRef.")}get prefixItems(){return this.get("prefixItems")}set prefixItems(e){this.set("prefixItems",e)}};const ua=class extends Ro{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 la=class extends jo{constructor(e){super(e),this.element=new ca}get defaultDialectIdentifier(){return"https://json-schema.org/draft/2020-12/schema"}};class _a extends(In(Bn,Hn,fn)){constructor(e){super(e),this.element=new ae.wE,this.element.classes.push("json-schema-prefixItems")}ArrayElement(e){return e.forEach(e=>{const t=this.toRefractedElement(["document","objects","JSONSchema"],e);this.element.push(t)}),this.copyMetaAndAttributes(e,this.element),xt}}const ma=_a;const da=class extends Yo{constructor(e){super(e),this.element=new ua}},ha=be(eo(["visitors","document","objects","JSONSchema","$visitor"],la),io(["visitors","document","objects","JSONSchema","fixedFields","$recursiveAnchor"]),eo(["visitors","document","objects","JSONSchema","fixedFields","$dynamicAnchor"],ea.visitors.value),io(["visitors","document","objects","JSONSchema","fixedFields","$recursiveRef"]),eo(["visitors","document","objects","JSONSchema","fixedFields","$dynamicRef"],ea.visitors.value),eo(["visitors","document","objects","JSONSchema","fixedFields","not"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","if"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","then"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","else"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","prefixItems"],ma),eo(["visitors","document","objects","JSONSchema","fixedFields","items"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","contains"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","additionalProperties"],la),io(["visitors","document","objects","JSONSchema","fixedFields","additionalItems"]),eo(["visitors","document","objects","JSONSchema","fixedFields","propertyNames"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedItems"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","unevaluatedProperties"],la),eo(["visitors","document","objects","JSONSchema","fixedFields","contentSchema"],la),eo(["visitors","document","objects","LinkDescription","$visitor"],da),eo(["visitors","document","objects","LinkDescription","fixedFields","targetSchema"],la),eo(["visitors","document","objects","LinkDescription","fixedFields","hrefSchema"],la),eo(["visitors","document","objects","LinkDescription","fixedFields","headerSchema"],la),eo(["visitors","document","objects","LinkDescription","fixedFields","submissionSchema"],la))(ea),pa={JSONSchema202012Element:["content"],LinkDescriptionElement:["content"],...fr},fa=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof ca||e(s)&&t("JSONSchema202012",s)&&r("object",s)),ya=qt(({hasBasicElementProps:e,isElementType:t,primitiveEq:r})=>s=>s instanceof ua||e(s)&&t("linkDescription",s)&&r("object",s)),ga={namespace:e=>{const{base:t}=e;return t.register("jSONSchema202012",ca),t.register("linkDescription",ua),t}},ba=()=>{const e=lt(ga);return{predicates:{...i,isStringElement:Bt},namespace:e}},wa=(e,{specPath:t=["visitors","document","objects","JSONSchema","$visitor"],plugins:r=[],specificationObj:s=ha}={})=>{const n=(0,ae.e)(e),i=en(s),o=new(Er(t,i))({specObj:i});return yr(n,o),jr(o.element,r,{toolboxCreator:ba,visitorOptions:{keyMap:pa,nodeTypeGetter:Hi}})},Ea=e=>(t,r={})=>wa(t,{specPath:e,...r});ca.refract=Ea(["visitors","document","objects","JSONSchema","$visitor"]),ua.refract=Ea(["visitors","document","objects","LinkDescription","$visitor"]);const va=a(function(e){return m(-1,e)});const Sa=class extends Ps{};const xa=class extends Array{unknownMediaType="application/octet-stream";filterByFormat(){throw new Sa("filterByFormat method in MediaTypes class is not yet implemented.")}findBy(){throw new Sa("findBy method in MediaTypes class is not yet implemented.")}latest(){throw new Sa("latest method in MediaTypes class is not yet implemented.")}};class Oa extends xa{filterByFormat(e="generic"){const t="generic"===e?"schema;version":e;return this.filter(e=>e.includes(t))}findBy(e="2020-12",t="generic"){const r="generic"===t?`schema;version=${e}`:`schema+${t};version=${e}`;return this.find(e=>e.includes(r))||this.unknownMediaType}latest(e="generic"){return va(this.filterByFormat(e))}}const Aa=new Oa("application/schema;version=2020-12","application/schema+json;version=2020-12","application/schema+yaml;version=2020-12"),Na=new Oa(...Aa.filterByFormat("generic"),...Aa.filterByFormat("json")),Ta=/"\$schema"\s*:\s*"https:\/\/json-schema\.org\/draft\/(?<version_json>2020-12)\/schema"/,Ma=async e=>Ta.test(e)&&await(async e=>{if(!Ms.test(e))return!1;try{return"ERROR"!==(await Et(e)).rootNode.type}catch{return!1}})(e),Pa=async(e,t={})=>{const r=p({},"refractorOpts",t),s=y(["refractorOpts"],t),n=await(async(e,{sourceMap:t=!1,syntacticAnalysis:r="direct"}={})=>{const s=await Et(e);let n;return n="indirect"===r?Ts(s,{sourceMap:t}):Jr(s,{sourceMap:t}),n})(e,s),{result:i}=n;if(oe(i)){const e=ca.refract(i,r);e.classes.push("result"),n.replaceResult(e)}return n},Fa=lt(ga)})(),__webpack_exports__})());
|